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

6217 Commits

Author SHA1 Message Date
Marc Alexander
6eacf68047 [ticket/15851] Add controller error_response and tests
PHPBB-15851
2025-02-13 19:47:44 +01:00
Marc Alexander
cc488c8b7d [ticket/15851] Modify language variables
PHPBB-15851
2025-02-13 19:47:43 +01:00
Marc Alexander
525924b2fc [ticket/15851] Improve validate checks and change visibility for unit testing
PHPBB-15851
2025-02-13 19:47:42 +01:00
Marc Alexander
3506883c75 [ticket/15851] Use raw values for verifying signature
PHPBB-15851
2025-02-13 19:47:42 +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
Marc Alexander
e75d7a8410 [ticket/17465] Remove obsolete json_decode
PHPBB-17465
2025-02-06 19:48:42 +01:00
Marc Alexander
c937b8f7ab [ticket/17465] Add unit tests for all functions in webpush controller
PHPBB-17465
2025-02-02 17:15:34 +01:00
Marc Alexander
ac3e9f64d8 [ticket/17465] Throw bad request exceptions on invalid data requests
PHPBB-17465
2025-01-28 20:50:29 +01:00
Marc Alexander
485d72f0e8 Merge pull request #6483 from rxu/ticket/17135
[ticket/17135] Introduce Symfony Mailer for emails backend
2025-01-08 19:35:19 +01:00
rxu
3e0270d0cf [ticket/17135] Optimize save_queue() method calls
PHPBB-17135
2025-01-07 11:54:11 +07:00
rxu
cd17625e21 [ticket/17135] Add ACP modules common test
PHPBB-17135
2025-01-06 20:59:29 +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
Marc Alexander
bb3908b933 Merge branch '3.3.x' 2025-01-06 09:57:36 +00:00
Marc Alexander
2f08d8eb72 Merge pull request #6763 from rxu/ticket/17455
[ticket/17455] Fix PHP warning on MySQLi connection failure
2025-01-06 10:57:16 +01: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
b57f1f7751 [ticket/17135] Suppress psalm UndefinedFunction invalid annotations in tests
PHPBB3-17135
2025-01-05 15:57:43 +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
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
df5ab5b5d8 [ticket/17135] Introduce Symfony Mailer for emails backend
PHPBB3-17135
2025-01-05 15:57:29 +07:00
rxu
059e82de8f [ticket/17455] Remove outdated mysqli_connect_error function existence check
PHPBB-17455
2025-01-02 20:15:55 +07:00
Marc Alexander
f99ee32d03 [ticket/17450] Remove check for json extension as this is part of default PHP
PHPBB-17450
2025-01-01 21:09:08 +01:00
Marc Alexander
2827bad8d4 Merge pull request #6762 from rxu/ticket/17454
[ticket/17454] Fix displaying emojis in sitename within webpush header
2024-12-30 21:32:22 +01:00
Matt Friedman
0bf195c46f [ticket/17457] Allow bots but let reverse proxies know
PHPBB-17457
2024-12-21 09:40:49 -08:00
Matt Friedman
11b071f626 [ticket/17457] Oops fix changed variable name
PHPBB-17457
2024-12-20 20:43:08 -08:00
Matt Friedman
a707fe30dd [ticket/17457] Add more variables to manifest core event
PHPBB-17457
2024-12-20 20:19:17 -08:00
Matt Friedman
b6b0973e9e [ticket/17457] Remove dir from manifest, it’s not implemented
PHPBB-17457
2024-12-20 20:18:36 -08:00
Matt Friedman
3ffdb4cce3 [ticket/17457] Help clients cache the manifest
PHPBB-17457
2024-12-20 20:17:32 -08:00
rxu
7540720c79 [ticket/17455] Fix PHP warning on MySQLi connection failure
PHPBB-17455
2024-12-16 20:04:33 +07:00
rxu
7bf31e8165 [ticket/17454] Fix displaying emojis in sitename within webpush header
PHPBB-17454
2024-12-16 00:30:40 +07:00
Marc Alexander
1096b094cb Merge branch '3.3.x' 2024-12-08 16:56:52 +00:00
Matt Friedman
5da62d729f [ticket/17449] Better handling of emoji in site name for webpush manifest
PHPBB-17449
2024-12-06 07:11:52 -08:00
rxu
8619ff3526 [ticket/17445] Add missing class property definitions
PHPBB-17445
2024-11-30 11:46:16 +07:00
rxu
c2c9e4e6b0 [ticket/17445] Inherit from base rather than from of message_base
PHPBB-17445
2024-11-30 11:10:23 +07:00
rxu
637eaf03fb [ticket/17445] Adjust code logic
PHPBB-17445
2024-11-28 22:28:22 +07:00
rxu
91f82f386f [ticket/17445] Don't require email templates presence for webpush notifications
PHPBB-17445
2024-11-28 13:05:01 +07:00
rxu
13945f56a9 [ticket/17443] Use default */* accept header (like curl etc)
PHPBB-17443
2024-11-25 16:06:44 +07:00
rxu
253579761d [ticket/17443] Fix HTTP 403 response to Guzzle client requests for some hosts
PHPBB-17443
2024-11-25 13:30:33 +07:00
rxu
7baba29d9d [ticket/17443] Increase Guzzle client request timeout for version checks
PHPBB-17443
2024-11-25 12:39:53 +07:00