db40145fd5
[ticket/17347] Use progress bar and test bot deletion only
...
PHPBB-17347
2024-06-21 20:59:04 +02:00
8c77da9c30
[ticket/17347] Add special handling for deletion of bots
...
PHPBB-17347
2024-06-21 20:48:41 +02:00
09f0b417be
[ticket/17347] Fix issues noticed in tests
...
PHPBB-17347
2024-06-20 22:38:24 +02:00
8432e506c4
[ticket/17347] Add tests for delete ids
...
PHPBB-17347
2024-06-20 22:23:38 +02:00
77d1010081
[ticket/17347] Add console command to delete users by user IDs
...
PHPBB-17347
2024-06-20 21:17:48 +02:00
ef4db99709
[ticket/17332] Fix permission migrator tool to work with copied permissions
...
PHPBB-17332
2024-06-05 00:22:04 +07:00
56d8a7e43f
[ticket/17327] Use class name from use statement
...
PHPBB3-17327
2024-05-31 22:30:05 +02:00
6cef48af2f
[prep-release-3.3.12] Add migration for 3.3.12
2024-05-30 11:00:23 +02:00
1fb7e6d2c8
[ticket/security/278] Always release cron lock, even invalid task is passed
...
SECURITY-278
2024-05-29 22:04:16 +02:00
1c1c981b17
[ticket/security/276] Centralise call for token expiration
...
SECURITY-276
2024-05-29 22:04:15 +02:00
f853f6523f
[ticket/security/276] Prevent sending activation emails multiple times per day
...
SECURITY-276
2024-05-29 22:04:15 +02:00
a63a1913fa
[ticket/security-276] Add migration for user_actkey expiration column
...
SECURITY-276
2024-05-29 22:04:15 +02:00
51da43f77f
[prep-release-3.3.12] Fix since version and undo md exporter change
2024-05-29 21:53:11 +02:00
9ea4aabe9a
[ticket/17324] Allow targeting events to prep-releases
...
PHPBB3-17324
2024-05-28 20:36:40 +02:00
ed0b5020a9
[ticket/17312] Use user_last_active instead of user_lastvisit where possible
...
PHPBB3-17312
2024-05-16 20:44:38 +02:00
a7a53de34d
[ticket/17312] Add migration for user_last_active column
...
PHPBB3-17312
2024-05-14 21:42:02 +02:00
d2295b82f1
[prep-release-3.3.12] Add migration for 3.3.12-RC1
2024-05-09 12:59:37 +02:00
eb12d385a0
Merge pull request #6549 from marc1706/ticket/15325
...
[ticket/15325] Do not show non-local permissions for local data
2024-05-08 17:22:15 +02:00
76ab83893b
[ticket/15325] Rename variable for sql is local exclude
...
PHPBB3-15325
2024-05-06 20:06:10 +02:00
9aec69413f
Merge pull request #6594 from marc1706/ticket/17077
...
[ticket/17077] Improve handling of posting to reduce double submit possibility
2024-05-06 18:22:58 +02:00
3f73ae8545
[ticket/17130] Reparse magic urls in posts based on actual content
...
PHPBB3-17130
2024-05-03 20:25:44 +02:00
6f45b46746
[ticket/17077] Add proper locking in PHP without releasing form tokens
...
PHPBB3-17077
2024-05-01 11:22:29 +02:00
6c45c1ff6b
[ticket/15325] Do not show non-local permissions for local data
...
PHPBB3-15325
2024-04-23 20:49:02 +02:00
abffd0f662
[ticket/17303] Update jQuery to the version 3.7.1
...
PHPBB3-17303
2024-04-15 00:19:52 +07:00
3b5777f900
[ticket/17077] Move request handling outside locking and add release
...
PHPBB3-17077
2024-04-09 20:53:05 +02:00
6943fbba89
[ticket/17302] Fix password reset function
...
Password reset function does not update all necessary data
PHPBB3-17302
2024-04-09 19:06:09 +02:00
c07c6816fc
[ticket/17077] Improve handling of accidental double submission of posts
...
PHPBB3-17077
2024-04-08 21:50:27 +02:00
9c51a7866b
[ticket/17296] Fix session page update test
...
PHPBB3-17296
2024-03-10 09:26:05 +01:00
bda99e1c35
[ticket/17296] Reduce complexity of relative paths on adm pages
...
PHPBB3-17296
2024-03-07 20:57:19 +01:00
4afa184110
[ticket/17292] Add needed www prefix for spamcop
...
PHPBB3-17292
2024-02-23 20:01:41 +01:00
00b8cb1e52
[ticket/17292] Use new spamhaus.org check url
...
PHPBB3-17292
2024-02-22 19:16:54 +01:00
112392bcf3
[ticket/17286] Remove test pauses
...
PHPBB3-17286
2024-02-03 12:09:47 +07:00
ec7180db4f
[ticket/17286] Do not update user session page if it does not exist
...
PHPBB3-17286
2024-02-02 23:33:12 +07:00
c4642d2502
Merge pull request #6580 from rxu/ticket/17117
...
[ticket/17117] Do not load non-existent/disabled notification methods
2024-01-02 16:47:49 +01:00
f31ea59a1a
[ticket/17117] Do not load non-existent/disabled notification methods
...
Non-existent or disabled notification methods (f.e. added
by extensions which were later disabled/purged) should not be loaded.
PHPBB3-17117
2024-01-02 15:45:42 +07:00
61a28c154b
Merge pull request #6563 from marc1706/ticket/17212
...
[ticket/17212] Support updating session info when editing post with p=
2024-01-01 21:35:53 +01:00
6a8140e82b
[ticket/17232] Improve SQL error messages handling
...
PHP 7 changes how most errors are reported by PHP. Instead of reporting errors
through the traditional error reporting mechanism used by PHP 5, most errors
are now reported by throwing Error exceptions.
Use it to display meaningful SQL error messages instead of PHP fatal errors
for SQL errors.
PHPBB3-17232
2023-12-20 15:07:14 +07:00
613582e2c5
[ticket/17212] Support updating session info when editing post with p=
...
PHPBB3-17212
2023-11-09 21:08:31 +01:00
fe84120bf2
Merge pull request #6490 from rxu/ticket/16470
...
[ticket/16470] Update user last visit time on session begin
2023-11-04 08:26:45 +01:00
d4178511a2
Merge pull request #6559 from marc1706/ticket/17207
...
[ticket/17207] Lazily call get_web_root_path() in twig environment
2023-11-02 21:57:27 +01:00
dd549a5e43
[ticket/17208] Ensure to not run the previous migration with missing column
...
PHPBB3-17208
2023-11-01 16:54:19 +01:00
526c79d2e2
[ticket/17208] Skip profile field data update if youtube cpf doesn't exist
...
PHPBB3-17208
2023-11-01 16:50:20 +01:00
8afc638171
[ticket/17207] Lazily call get_web_root_path() in twig environment
...
PHPBB3-17207
2023-11-01 16:23:23 +01:00
9e130333c0
[ticket/16470] remove unneeded migration, adjust code
...
PHPBB3-16470
2023-11-01 21:03:07 +07:00
2c5519da39
[prep-release-3.3.11] Add migration for 3.3.11
2023-10-15 11:59:24 +02:00
e071cd801a
Merge pull request #6527 from marc1706/ticket/16877
...
[ticket/16877] Use replacement library for oauth
2023-10-10 20:53:05 +02:00
ac76b80cb1
Merge pull request #6531 from toxyy/ticket/17188
...
[ticket/17188] Allow request variable to check multiline unicode
2023-10-06 20:20:00 +02:00
d4e0840e6f
[ticket/17188] Change regex being edited
...
Change the edited regex to ruben's recommendation
PHPBB3-17188
2023-10-05 16:16:30 -04:00
233d6a0a69
Merge pull request #6546 from Derky/ticket/17189
...
[Ticket/17189] Improve installer file permission checks
2023-10-04 20:03:17 +02:00
91b3627236
[ticket/17189] Check if different way of getting parent path works better
...
PHPBB3-17189
2023-10-02 21:45:31 +02:00