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

6186 Commits

Author SHA1 Message Date
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
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
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
Marc Alexander
ffdc810db6 Merge pull request #6745 from rxu/ticket/17422-master
[ticket/17422] Fix search results sorting - master
2024-11-24 20:00:56 +01:00
Marc Alexander
c7e68fb572 Merge pull request #6744 from rxu/ticket/17422
[ticket/17422] Fix search results sorting - 3.3.x
2024-11-24 20:00:39 +01:00
Marc Alexander
8fd5e0dfdc Merge branch '3.3.x' 2024-11-20 20:04:36 +01:00
Marc Alexander
ff08756ea0 [prep-release-3.3.14] Add migration for 3.3.14 2024-11-18 21:23:18 +01:00
rxu
43de83b339 Merge branch 'ticket/17422' into ticket/17422-master 2024-10-31 15:08:08 +07:00
rxu
be52902541 [ticket/17422] Fix author_id search results sorting
PHPBB-17422
2024-10-30 23:56:05 +07:00
Marc Alexander
0f3c9f70fc [ticket/17418] Add migration for switching from gif to svg icons
PHPBB-17418
2024-10-27 16:53:33 +01:00
Marc Alexander
a2b1cc57eb Merge pull request #6740 from marc1706/ticket/17304
[ticket/17304] Use HiDPI smilies provided by rednoah and stop using twemoji
2024-10-25 21:23:00 +02:00
Marc Alexander
20d65aea1f [ticket/17304] Fix table in migration and use svg icons in schema
PHPBB-17304
2024-10-23 22:04:07 +02:00
Marc Alexander
e8a878dc79 [ticket/17304] Add migration for HiDPI smilies
PHPBB-17304
2024-10-23 21:57:06 +02:00
Marc Alexander
25fca31646 [ticket/17304] Stop using twemoji and rely on system emojis
PHPBB-17304
2024-10-23 21:30:02 +02:00
Marc Alexander
4985a27dcf Merge pull request #6737 from marc1706/feature/captcha_v2
[feature/captcha_v2] Refactor captcha classes and implement turnstile captcha
2024-10-23 20:25:45 +02:00
Marc Alexander
1c7b0ea7af Merge branch '3.3.x' 2024-10-22 20:45:07 +02:00
Marc Alexander
dd49bb4a0a [ticket/17414] Remove idempotency and use user ip for check
PHPBB-17414
2024-10-22 19:00:17 +02:00
Marc Alexander
7c090c6e2a [prep-release-3.3.14] Add migration for 3.3.14-RC1 2024-10-21 19:39:11 +02:00
Matt Friedman
05b1d4fb70 [ticket/17416] Combine two related questions into one
PHPBB-17416

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-10-20 16:41:33 -07:00
Matt Friedman
a58ea519b8 [ticket/17416] Web Push Notifications FAQ
PHPBB-17416

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-10-20 09:35:00 -07: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
fd994f4742 [ticket/17414] Add unit test for legacy wrapper
PHPBB-17414
2024-10-20 09:43:45 +02:00
Marc Alexander
08ab64a3b2 [ticket/17414] Improve docblocks in legacy wrapper
PHPBB-17414
2024-10-20 09:04:36 +02:00
Marc Alexander
072001de9c Merge pull request #6728 from rxu/ticket/17402-master
[ticket/17402] Add CLI reparser option to force reparsing BBCode - master
2024-10-19 17:15:42 +02:00
Marc Alexander
f971d7ffcb Merge pull request #6722 from rxu/ticket/17402
[ticket/17402] Add CLI reparser option to force reparsing BBCode - 3.3.x
2024-10-19 17:14:58 +02:00
Marc Alexander
fa66bc5150 [ticket/17414] Fix small issues with compatibility to legacy captchas
PHPBB-17414
2024-10-19 16:55:53 +02:00
Marc Alexander
c1c5f6656f Merge branch '3.3.x' 2024-10-17 20:38:58 +00:00
Marc Alexander
687448be49 [ticket/17414] Clean up small code issues noticed by sniffer
PHPBB-17414
2024-10-17 19:57:31 +02:00
Marc Alexander
1e80400d09 [ticket/17414] Extend unit test coverage for base class
PHPBB-17414
2024-10-17 19:52:17 +02:00
Marc Alexander
61e265e4b4 [ticket/17413] Start implementation of unit tests
PHPBB-17413
2024-10-17 19:51:42 +02:00
Marc Alexander
9eb18f351b [ticket/17413] Fix setting solved state on valid confirm code
PHPBB-17413
2024-10-17 19:51:17 +02:00
Marc Alexander
db25443bc5 [ticket/17413] Clean up turnstile code and add attempt counting
PHPBB-17413
2024-10-17 19:51:04 +02:00
Marc Alexander
cf16a76f0c [ticket/17414] Move more functionality to base and fix turnstile language
PHPBB-17414
2024-10-17 19:50:47 +02:00
Marc Alexander
48454308ae [ticket/17414] Replace confirm types with enum
PHPBB-17414
2024-10-17 19:50:36 +02:00