Marc Alexander
c3e6844b36
Merge branch '3.3.x'
2024-08-05 20:33:10 +02:00
Marc Alexander
e9e305ee9f
[prep-release-3.3.13] Add migration for 3.3.13-RC1
2024-08-02 19:20:35 +02:00
Marc Alexander
b60c2fe92e
Merge branch '3.3.x'
2024-08-01 22:18:50 +02:00
Marc Alexander
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
Marc Alexander
b6e39dedfc
Merge pull request #6663 from rxu/ticket/17358-master
...
[ticket/17358] Properly handle Redis cache expiration time - master
2024-08-01 20:25:05 +02:00
Marc Alexander
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
Marc Alexander
18c00a902f
[ticket/17375] User last active should be updated to current time
...
PHPBB-17375
2024-07-31 21:25:33 +02:00
Marc Alexander
8497104bdb
[ticket/17375] Ensure session garbage collection only happens for expired ones
...
PHPBB-17375
2024-07-31 21:24:45 +02:00
Marc Alexander
6747c4e62a
Merge branch '3.3.x'
2024-07-28 20:47:17 +02:00
Marc Alexander
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
Marc Alexander
d7d238caeb
Merge branch '3.3.x'
2024-07-28 20:44:59 +02:00
Marc Alexander
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
Marc Alexander
09b5d6605e
Merge branch '3.3.x'
2024-07-28 20:35:52 +02:00
Marc Alexander
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
Marc Alexander
2afb6bd8cd
Merge pull request #6687 from marc1706/ticket/12479
...
[ticket/12479] Remove deprecated functions
2024-07-24 22:45:53 +02:00
Marc Alexander
efff5ac49e
[ticket/12479] Fix use statements in file_downloader
...
PHPBB-12479
2024-07-23 21:06:48 +02:00
Marc Alexander
02c59fdf43
[ticket/12479] Convert file_downloader to use guzzle instead of fsockopen
...
PHPBB-12479
2024-07-23 21:04:34 +02:00
Marc Alexander
704453b5d1
Merge pull request #6670 from marc1706/ticket/17353-master
...
[ticket/17353] Get gravatar img src and fix incorrect treatment of height -- master version
2024-07-16 21:04:07 +02:00
Marc Alexander
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
Marc Alexander
294c517256
[ticket/17370] Add controller for deleting cookies
...
PHPBB-17370
2024-07-14 20:42:03 +02:00
Marc Alexander
ca3e692a95
Merge branch '3.3.x'
2024-07-13 19:42:51 +02:00
Marc Alexander
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
Marc Alexander
f835fba49e
[ticket/12479] Remove unused ini class and related function
...
PHPBB-12479
2024-07-12 21:24:37 +02:00
Marc Alexander
3e0637ad2e
[ticket/12479] Remove set_var, phpbb_email_hash, and phpbb_http_login
...
PHPBB-12479
2024-07-12 21:09:26 +02:00
Marc Alexander
54ba185d82
[ticket/12479] Remove deprecated phpbb\filesystem class
...
PHPBB-12479
2024-07-11 21:30:44 +02:00
Marc Alexander
6395639345
[ticket/12479] Remove deprecated functions
...
PHPBB-12479
2024-07-11 20:35:26 +02:00
Marc Alexander
1449706da9
Merge branch '3.3.x'
2024-07-10 22:46:10 +02:00
crowjake
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
Marc Alexander
8298095421
[ticket/16213] Add .htaccess for phpbb and vendor folders
...
PHPBB-16213
2024-07-07 15:22:23 +02:00
Marc Alexander
8639be4bd4
[ticket/17366] Remember confirm code if recaptcha v3 is solved
...
PHPBB-17366
2024-07-07 11:31:18 +02:00
Marc Alexander
9a48d26e73
Merge branch '3.3.x'
2024-07-05 21:46:55 +02:00
Marc Alexander
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
Marc Alexander
f0deb16b0c
Merge pull request #6669 from iMattPro/ticket/17363
...
[ticket/17363] Add web app manifest
2024-07-03 22:04:46 +02:00
Marc Alexander
704ccaddac
Merge branch 'ticket/17353' into ticket/17353-master
2024-07-03 21:46:41 +02:00
Marc Alexander
5013075af7
[ticket/17355] Change gravatar URL to new format
...
PHPBB-17355
2024-07-03 21:36:51 +02:00
Marc Alexander
40881b537e
[ticket/17353] Return image src for gravatar image
...
PHPBB-17353
2024-07-03 21:36:51 +02:00
Marc Alexander
efece4136b
[ticket/17353] Add test for gravatar driver and fix request var issue
...
PHPBB-17353
2024-07-03 21:36:51 +02:00
Matt Friedman
e0cf35c588
[ticket/17363] Remove and fix leftover code
...
PHPBB-17363
Signed-off-by: Matt Friedman <maf675@gmail.com >
2024-07-03 07:30:07 -07:00
Matt Friedman
d651cccc76
[ticket/17363] Add web app manifest
...
PHPBB-17363
Signed-off-by: Matt Friedman <maf675@gmail.com >
2024-07-02 21:19:58 -07:00
Marc Alexander
c82dd8bf54
[ticket/17347] Fix psalm error for user delete by ID command
...
PHPBB-17347
2024-07-01 21:33:54 +02:00
Micha Ober
d7477760d6
[ticket/17362] Declare property to avoid PHP 8.2 deprecation notice
...
PHPBB-17362
2024-07-01 13:48:59 +02:00
Marc Alexander
7c94c964c4
Merge branch '3.3.x'
2024-06-30 17:20:38 +02:00
Marc Alexander
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
rxu
89ce42ffa2
Merge branch 'ticket/17358' into ticket/17358-master
2024-06-30 13:16:28 +07:00
rxu
5a9c01716f
[ticket/17358] Properly handle Redis cache expiration time
...
PHPBB-17358
2024-06-30 12:45:14 +07:00
rxu
9edb56f4ef
Merge branch 'ticket/17351' into ticket/17351-master
2024-06-28 11:37:39 +07:00
rxu
e5d2e82ef5
[ticket/17351] Correctly handle md5 passwords rehashing
...
PHPBB-17351
2024-06-28 11:36:14 +07:00
Daniel James
8eacbf8305
[ticket/17350] Add IP Address of user during install process
...
Adds the IP address of the user completing the installation process
while extensions are being installed or updated. Prior to this change
the IP address field was being left blank however other logs created
during the install process for other actions does record the users IP.
PHPBB-17350
2024-06-25 16:24:58 +01:00
Marc Alexander
e7b5053d92
Merge pull request #6641 from marc1706/ticket/17339
...
[ticket/17339] Support receiving push notifications if not logged in
2024-06-24 20:37:28 +02:00
Marc Alexander
a898009e58
Merge pull request #6638 from rxu/ticket/17337-master
...
[ticket/17337] Fix mysqli driver is missing transaction begin statement - master
2024-06-24 20:35:23 +02:00