1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 20:40:24 +02:00
Commit Graph

12753 Commits

Author SHA1 Message Date
Marc Alexander
79ff5b18ce Merge branch '3.3.x' 2025-03-03 21:55:31 +01:00
Marc Alexander
430200cbf6 Merge branch 'prep-release-3.3.15' into 3.3.x 2025-03-03 21:55:21 +01:00
rxu
d9136469ea [ticket/17480] Catch runtime_exception instead of exception_interface
Catch runtime_exception instead of exception_interface
for extensions version check failures.

PHPBB-17480
2025-03-04 01:06:46 +07:00
rxu
7fd634b420 [ticket/17480] Fix PHP fatal error in version check failure
PHPBB-17480
2025-03-03 23:33:58 +07:00
Marc Alexander
bb3d41e193 [3.3.x] Update version numbers to 3.3.16-dev 2025-03-02 17:11:26 +01:00
Marc Alexander
ae40c6365e [prep-release-3.3.15] Update version numbers to 3.3.15-RC1 2025-03-01 21:41:28 +01:00
Marc Alexander
38cb3761af Merge branch '3.3.x' 2025-03-01 09:32:11 +00:00
Marc Alexander
3584ef7eca Merge pull request #6753 from rubencm/ticket/17361
[ticket/17361] Improve storage
2025-02-22 15:06:48 +01:00
rxu
8adc853dea [ticket/17461] Add core events to acp_main
PHPBB-17461
2025-02-22 13:28:43 +07:00
Marc Alexander
183110789a [ticket/17326] Add changed info for core.acp_bbcodes_modify_create event
PHPBB-17326
2025-02-16 09:13:26 +01:00
Marc Alexander
1e76b0df0e [ticket/17326] Use same regex in icon name validation in PHP
PHPBB-17326
2025-02-15 20:24:07 +01:00
Marc Alexander
29c19bb764 [ticket/17326] Differentiate between invalid and too long icon name
PHPBB-17326
2025-02-15 15:43:28 +01:00
Daniel James
220b655150 [ticket/17326] Updated js to use same as pages ext and fixed icon bug
PHPBB-17326
2025-02-15 15:42:41 +01:00
Daniel James
97728da9be [ticket/17326] Replace language string for invalid icon names
PHPBB-17326
2025-02-15 15:40:41 +01:00
Marc Alexander
fe3750bfb2 [ticket/17326] Move HTML to acp_bbcodes.html
PHPBB-17326
2025-02-15 15:40:21 +01:00
Daniel James
53d7fff391 [ticket/17326] Update regex checks for font icon in php and js files
PHPBB-17326
2025-02-15 15:39:29 +01:00
Daniel James
bb956539a4 [ticket/17326] Add php preg check on bbcode font icon name
PHPBB-17326
2025-02-15 15:39:19 +01:00
Daniel James
c2725b441c [ticket/17326] Change column length of icon and update ACP language
PHPBB-17326
2025-02-15 15:39:10 +01:00
Daniel James
f5bb065a4d [ticket/17326] Add font icon field for custom BBCodes
Adds a new field to the custom BBCode add/edit form that
allows admins to define a Font Awesome icon to be displayed
instead of the BBCodes name on the posting.php editor page.

PHPBB-17326
2025-02-15 15:38:52 +01:00
Máté Bartus
d2c402f038 [ticket/15851] Automatic update downloader
PHPBB3-15851
2025-02-13 19:47:12 +01:00
Marc Alexander
8eb2958382 Merge pull request #6773 from iMattPro/ticket/17464
[ticket/17464] Update PWA-related meta tags
2025-02-06 20:01:37 +01:00
rxu
a86f368f3d [ticket/17467] Provide TLS v.1.3 support for SMTP connections
PHPBB-17467
2025-02-02 10:42:29 +07:00
Matt Friedman
6a47e3628c [ticket/17464] Update PWA-related meta tags
PHPBB-17464
2025-01-25 08:07:52 -08:00
rxu
a2f99248cb [ticket/17135] Optimize save_queue() method call for acp_inactive
PHPBB-17135
2025-01-08 10:27:55 +07:00
rxu
3e0270d0cf [ticket/17135] Optimize save_queue() method calls
PHPBB-17135
2025-01-07 11:54:11 +07:00
rxu
4dd08747e3 [ticket/17135] Fix ACP jabber module
PHPBB-17135
2025-01-06 22:31:58 +07:00
rxu
0d8c0c4228 [ticket/17135] Move notify method constants to interface class
PHPBB-17135
2025-01-06 20:01:52 +07:00
rxu
28d5534d06 [ticket/17135] Address review issues but constants
PHPBB-17135
2025-01-06 18:24:32 +07:00
rxu
0c720eaf7c [ticket/17135] Fix code flaws
PHPBB-17135
2025-01-05 15:57:46 +07:00
rxu
499464e1d3 [ticket/17135] Fix code review issues
PHPBB-17135
2025-01-05 15:57:45 +07:00
rxu
a7b5369138 [ticket/17135] Refactor messenger code to services
PHPBB3-17135
2025-01-05 15:57:43 +07:00
rxu
f95816cbe3 [ticket/17135] Refactor messenger code to services [ci skip]
PHPBB3-17135
2025-01-05 15:57:42 +07:00
rxu
1f952ca6d8 [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
rxu
1869b2a99e [ticket/17135] Further formatting and adjusting the messenger code
PHPBB3-17135
2025-01-05 15:57:40 +07:00
rxu
3ef7f806b3 [ticket/17135] Further formatting and adjusting the messenger code
PHPBB3-17135
2025-01-05 15:57:40 +07:00
rxu
d5f411a16d [ticket/17135] Remove SMTP auth method option
Symfony Mailer handles SMTP auth method internally.

PHPBB3-17135
2025-01-05 15:57:39 +07:00
rxu
715496b76d [ticket/17135] Fix invalid smtp in tests
PHPBB3-17135
2025-01-05 15:57:39 +07:00
rxu
df5ab5b5d8 [ticket/17135] Introduce Symfony Mailer for emails backend
PHPBB3-17135
2025-01-05 15:57:29 +07:00
Marc Alexander
8c3a0ea1cb Merge branch '3.3.x' 2024-12-31 14:44:40 +00:00
Marc Alexander
c06bec87dc Merge pull request #6746 from TheBrainOne/ticket/17429
[ticket/17429] Added trigger for event "group_add_user_before"
2024-12-31 15:44:18 +01:00
Ruben Calvo
d6953a0422 [ticket/17361] Use new adapter options format in acp_storage
PHPBB-17361
2024-12-24 18:29:49 +01:00
Ruben Calvo
1f7ae9e2b0 [ticket/17361] Fix migrations
PHPBB-17361
2024-12-24 18:29:49 +01:00
Ruben Calvo
e9c445925b [ticket/17361] Rewrite storage
PHPBB-17361
2024-12-24 18:29:48 +01:00
Marc Alexander
34065df88f Merge pull request #6757 from kaileymsnay/ticket/17446-master
[ticket/17446] Master: Add acp_account_activation_edit_add event
2024-12-08 17:20:00 +01:00
Marc Alexander
1255febe6b Merge pull request #6756 from kaileymsnay/ticket/17446
[ticket/17446] Add acp_account_activation_edit_add event
2024-12-08 13:02:37 +01:00
Marc Alexander
259d086e45 Merge branch '3.3.x' 2024-12-02 16:46:41 +00:00
Kailey M Snay
8b274d4006 [ticket/17446] Master: Fix typo
PHPBB-17446
2024-11-30 09:23:51 -05:00
Kailey M Snay
65283a9ab8 [ticket/17446] Master: Add acp_account_activation_edit_add event
PHPBB-17446
2024-11-30 09:23:51 -05:00
Kailey M Snay
a4879e9249 [ticket/17446] Fix typo
PHPBB-17446
2024-11-29 23:57:35 -05:00