Commit graph

468 commits

Author SHA1 Message Date
toxyy
d07aeb00d8
[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-05-20 16:24:24 +07:00
Marc Alexander
610fa67928
[ticket/17493] Remove jabber as messenger method
PHPBB-17493
2025-04-14 20:33:13 +02:00
Marc Alexander
ef47c69155
[ticket/17493] Remove notification method jabber
PHPBB-17493
2025-04-14 20:27:03 +02:00
Marc Alexander
3584ef7eca
Merge pull request #6753 from rubencm/ticket/17361
[ticket/17361] Improve storage
2025-02-22 15:06:48 +01:00
Marc Alexander
573c6c87b2
[ticket/15851] Add prefix to parameter for public key
PHPBB-15851
2025-02-13 19:47:42 +01:00
Máté Bartus
d2c402f038
[ticket/15851] Automatic update downloader
PHPBB3-15851
2025-02-13 19:47:12 +01:00
Ruben Calvo
598d1c7f49
[ticket/17361] Change order of arguments
PHPBB-17361
2025-01-18 23:15:18 +01: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
Ruben Calvo
b33f17e7ce
[ticket/17361] Use filesystem classes for tempnam and temp dir. Code reviews.
PHPBB-17361
2024-12-26 22:06:42 +01:00
Ruben Calvo
a44295a1ba
[ticket/17361] Move language keys to storage adapters
PHPBB-17361
2024-12-24 18:29:49 +01:00
Ruben Calvo
a8399c1431
[ticket/17361] Use storage in commands create and delete thumbnail
PHPBB-17361
2024-12-24 18:29:48 +01:00
Ruben Calvo
e9c445925b
[ticket/17361] Rewrite storage
PHPBB-17361
2024-12-24 18:29:48 +01: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