80a08d9c54
[ticket/16941] Add sphinx tests to 3.3.x
...
Also adjust Sphinx keywords splitting to be consistent with other search
backends when it comes to handling hyphen (like ignoring hyphen when it hasn't
NOT meaning and ignoring hyphen wrapped with "plus" signs)
PHPBB3-16941
2025-04-24 23:17:26 +07:00
84a835a995
Merge pull request #6792 from rxu/ticket/17486
...
[ticket/17486] Fix SQL error on phpBB v.3.0 to v.3.3 upgrade
2025-04-03 19:35:16 +02:00
98a8999283
[ticket/17486] Fix SQL error on phpBB v.3.0 to v.3.3 upgrade
...
Ensure v310/bot_update runs after v310/avatars migration which changes
user_avatar_type column type from tinyint(2) to varchar(255).
PHPBB-17486
2025-04-01 10:46:29 +07:00
fb46aa38b8
[prep-release-3.3.15] Add migration for 3.3.15
2025-03-23 19:41:47 +01:00
1ea59731f0
[ticket/17480] Use phpBB error message text instead of thrown by GuzzleHTTP
...
PHPBB-17480
2025-03-05 10:18:23 +07:00
9bdb88879d
[ticket/17480] Properly catch RuntimeException if no http handler is available
...
PHPBB-17480
2025-03-04 13:03:18 +07:00
d9e4ce6dde
[prep-release-3.3.15] Add migration for 3.3.15-RC1
2025-03-01 21:45:21 +01:00
a5bf1ff165
Merge pull request #6758 from battye/ticket/17381
...
[ticket/17381] Topic view count validation
2025-03-01 15:55:40 +01:00
29730e49ce
[ticket/17381] Add migration for topic_views to ULINT
...
PHPBB-17381
2025-02-28 03:22:08 +00:00
f42c4be939
[ticket/17470] Check feed enabled in each handler and add tests
...
PHPBB-17470
2025-02-16 12:00:36 +01:00
bfdf172992
[ticket/17470] Feed enable config not enforced
...
The 'feed_enable' config is never checked before generating the feeds. The
effective result is that feeds are always enabled, regardless of the setting.
PHPBB-17470
2025-02-16 00:09:45 -06:00
cd47344ee2
[ticket/17468] Send reset password link to email only
...
PHPBB-17468
2025-02-02 19:46:49 +07:00
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
059e82de8f
[ticket/17455] Remove outdated mysqli_connect_error function existence check
...
PHPBB-17455
2025-01-02 20:15:55 +07:00
7540720c79
[ticket/17455] Fix PHP warning on MySQLi connection failure
...
PHPBB-17455
2024-12-16 20:04:33 +07:00
13945f56a9
[ticket/17443] Use default */* accept header (like curl etc)
...
PHPBB-17443
2024-11-25 16:06:44 +07:00
253579761d
[ticket/17443] Fix HTTP 403 response to Guzzle client requests for some hosts
...
PHPBB-17443
2024-11-25 13:30:33 +07:00
7baba29d9d
[ticket/17443] Increase Guzzle client request timeout for version checks
...
PHPBB-17443
2024-11-25 12:39:53 +07:00
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
ff08756ea0
[prep-release-3.3.14] Add migration for 3.3.14
2024-11-18 21:23:18 +01:00
be52902541
[ticket/17422] Fix author_id search results sorting
...
PHPBB-17422
2024-10-30 23:56:05 +07:00
7c090c6e2a
[prep-release-3.3.14] Add migration for 3.3.14-RC1
2024-10-21 19:39:11 +02:00
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
fd58e4f338
[ticket/17398] Use referer for web paths in ajax requests
...
PHPBB-17398
2024-10-09 20:16:30 +02:00
9ace4dc585
[ticket/17385] Change default value in docblock
...
PHPBB-17385
2024-09-28 16:01:02 +01:00
2ac9c0ae7c
[ticket/17402] Add CLI reparser option to force reparsing BBCode
...
PHPBB-17402
2024-09-28 21:47:09 +07:00
929013388f
[ticket/12479] Fix use statements in file_downloader
...
PHPBB-12479
2024-09-10 22:00:58 +02:00
f7d16fc626
[ticket/12479] Convert file_downloader to use guzzle instead of fsockopen
...
PHPBB-12479
2024-09-10 22:00:07 +02:00
76752800c2
[ticket/17386] Fix resulting permission for user-based tracing
...
PHPBB-17386
2024-08-31 22:14:52 +07:00
88243d296c
[prep-release-3.3.13] Add migration for 3.3.13
2024-08-28 20:12:25 +02:00
e9e305ee9f
[prep-release-3.3.13] Add migration for 3.3.13-RC1
2024-08-02 19:20:35 +02:00
b7ffee0945
Merge pull request #6698 from marc1706/ticket/17375
...
[ticket/17375] Ensure user last visit does not get updated for active sessions in session gc
2024-08-01 22:18:23 +02:00
56c1b9b5bd
Merge pull request #6662 from rxu/ticket/17358
...
[ticket/17358] Properly handle Redis cache expiration time - 3.3.x
2024-08-01 20:24:23 +02:00
18c00a902f
[ticket/17375] User last active should be updated to current time
...
PHPBB-17375
2024-07-31 21:25:33 +02:00
8497104bdb
[ticket/17375] Ensure session garbage collection only happens for expired ones
...
PHPBB-17375
2024-07-31 21:24:45 +02:00
935c1a3ea2
Merge pull request #6680 from marc1706/ticket/17366
...
[ticket/17366] Resolve issues with form submissions and recaptcha
2024-07-28 20:47:14 +02:00
6eb49d0907
Merge pull request #6681 from marc1706/ticket/16213
...
[ticket/16213] Add .htaccess for phpbb and vendor folders
2024-07-28 20:44:56 +02:00
cf47bed67e
Merge pull request #6689 from marc1706/ticket/17370
...
[ticket/17370] Move delete cookies functionality to controller
2024-07-28 20:35:42 +02:00
45d64a1627
Merge pull request #6660 from marc1706/ticket/17353
...
[ticket/17353] Get gravatar img src and fix incorrect treatment of height
2024-07-16 21:03:44 +02:00
294c517256
[ticket/17370] Add controller for deleting cookies
...
PHPBB-17370
2024-07-14 20:42:03 +02:00
99c97b951f
Merge pull request #6642 from rxu/ticket/17338
...
[ticket/17338] Prefer user_last_active to display user last activity info
2024-07-13 19:42:48 +02:00
30144052da
[ticket/17365] Prevent keyword limit being bypassed with the use of +, - and |
...
Provided `$countable_keywords` wherein the existing `$keywords` value is
modified so that any `-`, `+` and `|` characters without preceding spaces
is replaced with the same but with a space in front of each.
These spaces allow the string to be more accurately split when used instead
of $keywords inside the $num_keywords calculation.
This prevents the word limit being bypassed in search by the use of
operators without whitespace.
PHPBB-17365
2024-07-07 23:04:19 +01:00
8298095421
[ticket/16213] Add .htaccess for phpbb and vendor folders
...
PHPBB-16213
2024-07-07 15:22:23 +02:00
8639be4bd4
[ticket/17366] Remember confirm code if recaptcha v3 is solved
...
PHPBB-17366
2024-07-07 11:31:18 +02:00
6798c337f8
Merge pull request #6656 from danieltj27/ticket/17350
...
[ticket/17350] Add IP Address of user during install process
2024-07-05 21:45:16 +02:00
5013075af7
[ticket/17355] Change gravatar URL to new format
...
PHPBB-17355
2024-07-03 21:36:51 +02:00
40881b537e
[ticket/17353] Return image src for gravatar image
...
PHPBB-17353
2024-07-03 21:36:51 +02:00
efece4136b
[ticket/17353] Add test for gravatar driver and fix request var issue
...
PHPBB-17353
2024-07-03 21:36:51 +02:00
d7477760d6
[ticket/17362] Declare property to avoid PHP 8.2 deprecation notice
...
PHPBB-17362
2024-07-01 13:48:59 +02:00
294b3ff922
Merge pull request #6651 from marc1706/ticket/17347
...
[ticket/17347] Add console command to delete users by user IDs
2024-06-30 17:20:35 +02:00