toxyy
827f744ca4
[ticket/15214] Add event & functionality for assigning template event priority
...
Event added to allow template events to be assigned priority per extension,
event location chosen so that it only fires once.
Twig node event class refactored to allow template event priority assignment,
compile calls are deferred until all locations are processed
per extension namespace.
Priority precedence mirrors Symfony priority, with higher numbers
being placed at the beginning of the array.
Duplicate priority assignment will currently have the later events
compiled before the others.
PHPBB3-15214
2025-01-10 16:08:37 +07:00
rxu
0c720eaf7c
[ticket/17135] Fix code flaws
...
PHPBB-17135
2025-01-05 15:57:46 +07:00
rxu
3fddff240c
[ticket/17135] Use email method instead of service collection where appropriate
...
PHPBB-17135
2025-01-05 15:57:45 +07:00
rxu
499464e1d3
[ticket/17135] Fix code review issues
...
PHPBB-17135
2025-01-05 15:57:45 +07:00
rxu
51fae82718
[ticket/17135] Fix rebasing issues
...
PHPBB-17135
2025-01-05 15:57:44 +07:00
rxu
83294fed84
[ticket/17135] Fix Psalm and other issues
...
PHPBB3-17135
2025-01-05 15:57:43 +07:00
rxu
a7b5369138
[ticket/17135] Refactor messenger code to services
...
PHPBB3-17135
2025-01-05 15:57:43 +07:00
rxu
5be1f5d5c9
[ticket/17135] Refactor messenger code to services [ci skip]
...
PHPBB3-17135
2025-01-05 15:57:41 +07:00
rxu
df5b7fd66e
[ticket/17135] Refactor messenger code to services [ci skip]
...
PHPBB3-17135
2025-01-05 15:57:41 +07:00
Matt Friedman
b6b0973e9e
[ticket/17457] Remove dir from manifest, it’s not implemented
...
PHPBB-17457
2024-12-20 20:18:36 -08:00
Marc Alexander
3b27b65c76
[ticket/17414] Change incomplete CAPTCHA to extend new base class
...
PHPBB-17414
2024-10-20 10:55:15 +02:00
Marc Alexander
01dd0b168a
[ticket/17414] Create abstract base class for captchas
...
PHPBB-17414
2024-10-17 19:49:49 +02:00
Marc Alexander
2500f722ab
[ticket/17413] Add acp settings for turnstile captcha
...
PHPBB-17413
2024-10-17 19:49:38 +02:00
Marc Alexander
b55b42d09f
[ticket/17413] Add migration for turnstile and acp demo
...
PHPBB-17413
2024-10-17 19:49:27 +02:00
Marc Alexander
52acd2709b
[ticket/17413] Continue implementation of turnstile captcha
...
PHPBB-17413
2024-10-17 19:49:14 +02:00
Marc Alexander
73a06ef4df
[ticket/17343] Fix emoji display and load users for notification text
...
PHPBB-17343
2024-10-01 21:33:57 +02:00
Marc Alexander
767d9e1198
[ticket/17343] Display push notifications in user language
...
PHPBB-17343
2024-09-30 19:39:05 +02:00
Marc Alexander
96df4d1284
Merge pull request #6664 from rubencm/ticket/17357
...
[ticket/17357] Remove file_info from storage
2024-09-25 17:07:04 +02:00
Marc Alexander
09b5d6605e
Merge branch '3.3.x'
2024-07-28 20:35:52 +02:00
Marc Alexander
294c517256
[ticket/17370] Add controller for deleting cookies
...
PHPBB-17370
2024-07-14 20:42:03 +02:00
Marc Alexander
f0deb16b0c
Merge pull request #6669 from iMattPro/ticket/17363
...
[ticket/17363] Add web app manifest
2024-07-03 22:04:46 +02:00
Matt Friedman
d651cccc76
[ticket/17363] Add web app manifest
...
PHPBB-17363
Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-07-02 21:19:58 -07:00
Marc Alexander
7c94c964c4
Merge branch '3.3.x'
2024-06-30 17:20:38 +02:00
Ruben Calvo
877e364cbd
[ticket/17357] Remove file_info from storage
...
PHPBB-17357
2024-06-30 13:59:41 +02:00
Marc Alexander
8c77da9c30
[ticket/17347] Add special handling for deletion of bots
...
PHPBB-17347
2024-06-21 20:48:41 +02:00
Marc Alexander
77d1010081
[ticket/17347] Add console command to delete users by user IDs
...
PHPBB-17347
2024-06-20 21:17:48 +02:00
Ruben Calvo
195fb59b4e
[ticket/15699] Fixes code review
...
PHPBB3-15699
2024-06-06 23:48:54 +02:00
Ruben Calvo
58ecd3b048
[ticket/15699] Rewrite acp_storage
...
PHPBB3-15699
2024-06-06 23:48:52 +02:00
Marc Alexander
aac7d5a99c
[ticket/17153] Use routing helper instead of controller helper in upload avatar
...
The controller helper class is not needed, routing helper brings all the
needed functionality already.
PHPBB3-17153
2024-05-31 11:25:22 +02:00
Marc Alexander
902283c368
[ticket/17153] Use twig and avatar helper to render avatars
...
PHPBB3-17153
2024-05-31 11:25:22 +02:00
Marc Alexander
222ca643b5
Merge branch '3.3.x'
2024-05-06 18:23:21 +02:00
Marc Alexander
3b5777f900
[ticket/17077] Move request handling outside locking and add release
...
PHPBB3-17077
2024-04-09 20:53:05 +02:00
Marc Alexander
c07c6816fc
[ticket/17077] Improve handling of accidental double submission of posts
...
PHPBB3-17077
2024-04-08 21:50:27 +02:00
Marc Alexander
716c1ca8eb
[ticket/12960] Add incomplete captcha to prevent registration
...
PHPBB3-12960
2024-04-03 20:39:39 +02:00
Marc Alexander
12e9c3d082
[ticket/12960] Remove broken captchas and prepare for incomplete captcha
...
PHPBB3-12960
2024-04-03 20:39:38 +02:00
Marc Alexander
479e54db93
[ticket/17010] Add logging to webpush notifications
...
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
d4b6ad5620
[ticket/17010] Add controller methods for subscribe/unsubscribe and others
...
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
35259056f0
[ticket/17010] Switch to using form_helper for form tokens
...
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
199bc8f964
[ticket/17010] Add first webpush controller and start ucp integration
...
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
ec3dc28b51
[ticket/17010] Switch to using table for tracking push subscriptions
...
PHPBB3-17010
2024-02-24 11:58:27 +01:00
Marc Alexander
5c51f2ef7f
[ticket/17010] Add webpush to container definition
...
PHPBB3-17010
2024-02-24 11:58:26 +01:00
Marc Alexander
12a942747a
Merge pull request #6564 from marc1706/ticket/13162
...
[ticket/13162] Add truncate table functionality to database tools
2024-02-23 19:57:49 +01:00
Marc Alexander
ba2421ec0e
Merge pull request #6581 from marc1706/ticket/17283
...
[ticket/17283] Remove iconify support
2024-02-22 19:49:18 +01:00
Marc Alexander
6fe2012bf8
Merge branch '3.3.x'
2024-02-18 20:34:34 +01:00
Marc Alexander
db56017d57
[ticket/17283] Remove remaining parts using iconify
...
PHPBB3-17283
2024-02-12 18:52:45 +01:00
rxu
ec7180db4f
[ticket/17286] Do not update user session page if it does not exist
...
PHPBB3-17286
2024-02-02 23:33:12 +07:00
Marc Alexander
0c2fa3a065
[ticket/17279] Get iconify icons from assets folder
...
PHPBB3-17279
2023-12-29 21:26:41 +01:00
Marc Alexander
59f387e828
[ticket/13162] Use db tools for truncating
...
PHPBB3-13162
2023-12-17 19:49:23 +01:00
Marc Alexander
0434bce5af
[ticket/16944] Generate iconify bundle as needed via icons & assets bag
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Marc Alexander
a1b41f25ef
[ticket/16944] Handle bundling of iconify icons in ACP
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00