Commit graph

12769 commits

Author SHA1 Message Date
rxu
7d1ae5bf19
[ticket/17496] Fix Implicitly marking parameters as nullable PHP deprecations
Also use union types consistently instead of question marks.
Fixed with php-cs-fixer.

PHPBB-17496
2025-05-02 22:48:46 +07:00
Marc Alexander
83508b415b
[ticket/17493] Remove more jabber remainders
PHPBB-17493
2025-04-24 17:32:04 +02:00
Marc Alexander
75a24ae484
[ticket/17493] Explicitly use email in acp/ucp modules
PHPBB-17493
2025-04-21 15:42:59 +02:00
Marc Alexander
3caab55e81
[ticket/17493] Remove remnants of notify type
PHPBB-17493
2025-04-21 15:16:41 +02:00
Marc Alexander
bde52e28f8
[ticket/17493] Move cpf update outside if
PHPBB-17493
2025-04-21 11:44:49 +02:00
Marc Alexander
da32d51a81
[ticket/17493] Remove remnants of user_notify_type
PHPBB-17493
2025-04-21 11:40:25 +02:00
Marc Alexander
ef47c69155
[ticket/17493] Remove notification method jabber
PHPBB-17493
2025-04-14 20:27:03 +02:00
Marc Alexander
3128b3fa9b
[ticket/17493] Remove more jabber permissions and elements
PHPBB-17493
2025-04-13 21:00:19 +02:00
Marc Alexander
a7c7c38bfb
[ticket/17493] Remove settings, values, and lang vars for jabber
PHPBB-17493
2025-04-13 20:48:15 +02:00
Marc Alexander
30178ee443
[ticket/17493] Start removing jabber from acp
PHPBB-17493
2025-04-13 16:16:31 +02:00
Marc Alexander
6ecb41f01a
Merge pull request #6794 from rxu/ticket/17489
[ticket/17489] Fix various messenger issues
2025-04-03 21:02:40 +02:00
Marc Alexander
10cb4991a0 Merge branch '3.3.x' 2025-04-03 17:44:46 +00:00
rxu
f9e6385e84
[ticket/17489] Further queue logic adjustments
Saving queue is not needed if use_queue flag is set to false
as in this case the message should be set immediately in the runtime.

PHPBB-17487
PHPBB-17489
2025-04-04 00:04:45 +07:00
rxu
d99c3838df
[ticket/17489] Ignore Psalm UndefinedMethod issue
Psalm fails with UndefinedMethod issue when a method of a child class
does not exist in parent/abstract/interface class. Ignore the issue.

PHPBB-17489
2025-04-03 21:18:28 +07:00
rxu
c23504e3c7
[ticket/17489] Fix queue for ucp_resend, add type hints to $messenger_method
PHPBB-17489
2025-04-03 19:55:41 +07:00
rxu
14a6322b4f
[ticket/17475] Fix MSSQL arithmetic overflow error on counting attachments size
PHPBB-17475
2025-03-10 21:24:15 +07:00
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