1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-27 12:00:26 +02:00

28 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
3125f3e1d3 [ticket/17493] Remove unused methods and use statements
PHPBB-17493
2025-04-21 15:24:07 +02:00
Marc Alexander
3caab55e81 [ticket/17493] Remove remnants of notify type
PHPBB-17493
2025-04-21 15:16:41 +02:00
Marc Alexander
610fa67928 [ticket/17493] Remove jabber as messenger method
PHPBB-17493
2025-04-14 20:33:13 +02:00
Marc Alexander
bf2dd2cd75 [ticket/17490] Remove not needed isset
PHPBB-17490
2025-04-12 09:02:14 +02:00
Marc Alexander
5bc4c5765e [ticket/17490] Use isset instead of !empty()
PHPBB-17490
2025-04-07 19:39:23 +02:00
Marc Alexander
e4c8984bf3 [ticket/17490] Remove not needed returns
PHPBB-17490
2025-04-07 19:39:07 +02:00
Marc Alexander
d5717b541e [ticket/17490] Remove name handling for mails on windows
PHPBB-17490
2025-04-07 17:11:31 +02:00
Marc Alexander
8dbe499e3d [ticket/17490] Add extra method to support unit testing mailer
Also increased unit test coverage of email method to 100%.

PHPBB-17490
2025-04-06 21:25:16 +02:00
Marc Alexander
91c325174f [ticket/17490] Add type hints to enforce some types
PHPBB-17490
2025-04-06 14:20:04 +02:00
Marc Alexander
930c87e97a [ticket/17490] Improve expected types and docblock info
PHPBB-17490
2025-04-06 14:16:59 +02:00
rxu
cebc19f2ed [ticket/17487] Add wrapper method to add headers to interface
PHPBB-17487
2025-04-03 23:10:33 +07:00
rxu
67265efc0d [ticket/17487] Fix PHP uncaught exception on sending email via board
PHPBB-17487
2025-04-03 23:10:09 +07:00
rxu
7467b567e8 [ticket/17489] Do not always set use_queue flag to true
PHPBB-17489
2025-04-03 16:03:33 +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
50e408bdea [ticket/17135] Add messenger method interface class
PHPBB-17135
2025-01-05 15:57:56 +07:00
rxu
e3ed54f0b5 [ticket/17135] Attempt to fix Psalm issues
PHPBB-17135
2025-01-05 15:57:46 +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
5873c72ca5 [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
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