Marc Alexander
|
c82dd8bf54
|
[ticket/17347] Fix psalm error for user delete by ID command
PHPBB-17347
|
2024-07-01 21:33:54 +02:00 |
|
Marc Alexander
|
82de8c7f5f
|
Merge branch '3.3.x'
|
2024-07-01 19:14:24 +02:00 |
|
Marc Alexander
|
a4296a9e6b
|
Merge pull request #6667 from m-ober/ticket/17362
[ticket/17362] Declare property to avoid PHP 8.2 deprecation notice
|
2024-07-01 19:13:11 +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 |
|
Marc Alexander
|
ad8dcd30ae
|
Merge branch '3.3.x'
|
2024-06-30 12:40:27 +02:00 |
|
Marc Alexander
|
13f2f44825
|
Merge pull request #6659 from rxu/ticket/17351-master
[ticket/17351] Correctly handle md5 passwords rehashing - master
|
2024-06-30 12:40:20 +02:00 |
|
Marc Alexander
|
ad77f0d0ab
|
Merge pull request #6658 from rxu/ticket/17351
[ticket/17351] Correctly handle md5 passwords rehashing - 3.3.x
|
2024-06-30 12:39:48 +02: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 |
|
Marc Alexander
|
1dacbf6bde
|
Merge pull request #6646 from iMattPro/ticket/17344
Ticket/17344 User Experience improvements to web push subscriptions
|
2024-06-25 21:23:59 +02: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
|
5a107ba271
|
Merge branch '3.3.x'
|
2024-06-24 20:35:27 +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 |
|
Marc Alexander
|
3647cf2cfe
|
Merge pull request #6637 from rxu/ticket/17337
[ticket/17337] Fix mysqli driver is missing transaction begin statement - 3.3.x
|
2024-06-24 20:35:00 +02:00 |
|
rxu
|
1e7f0f1883
|
Merge branch 'ticket/17337' into ticket/17337-master
|
2024-06-25 00:29:06 +07:00 |
|
rxu
|
dd3ebe2b71
|
[ticket/17337] Correctly handle transaction test on MyISAM (non-transactional)
PHPBB-17337
|
2024-06-24 21:32:18 +07:00 |
|
Marc Alexander
|
f3460fe9eb
|
[ticket/17337] Extend write tests with simple transaction test
PHPBB-17337
|
2024-06-23 23:26:13 +02:00 |
|
Marc Alexander
|
c28b944d93
|
Merge pull request #6635 from iMattPro/ticket/17335
[ticket/17335] Fix language var issues in the extension manager
|
2024-06-23 21:59:26 +02:00 |
|
Marc Alexander
|
4010c886e5
|
Merge branch '3.3.x'
|
2024-06-22 11:57:06 +02:00 |
|
Marc Alexander
|
0242ce905c
|
Merge pull request #6640 from marc1706/ticket/17301-master
[ticket/17301] Ensure reading invalid cache files is aborted -- master version
|
2024-06-22 11:57:02 +02:00 |
|
Marc Alexander
|
15960a7918
|
Merge pull request #6639 from marc1706/ticket/17301
[ticket/17301] Ensure reading invalid cache files is aborted
|
2024-06-22 11:56:21 +02:00 |
|
Marc Alexander
|
fa893f092b
|
[ticket/17347] Get rid of not needed code duplication
PHPBB-17347
|
2024-06-22 07:33:06 +02:00 |
|
Marc Alexander
|
df419be6f9
|
Merge branch '3.3.x'
|
2024-06-22 07:28:54 +02:00 |
|
Marc Alexander
|
6de3833d9f
|
Merge pull request #6645 from marc1706/ticket/17342
[ticket/17342] Add tests for PHP 8.4 to GitHub Actions
|
2024-06-22 07:28:49 +02:00 |
|
Marc Alexander
|
99b07b884b
|
Merge pull request #6647 from marc1706/ticket/17342-3.3.x
[ticket/17342] Add tests for PHP 8.4 to GitHub Actions
|
2024-06-22 07:28:23 +02:00 |
|
Marc Alexander
|
7f9bcc2743
|
[ticket/17347] Change command to be called user:delete_id
PHPBB-17347
|
2024-06-21 21:12:38 +02:00 |
|
Marc Alexander
|
d875eaa405
|
[ticket/17347] Update tests for delete_id command
PHPBB-17347
|
2024-06-21 21:12:09 +02:00 |
|
Marc Alexander
|
db40145fd5
|
[ticket/17347] Use progress bar and test bot deletion only
PHPBB-17347
|
2024-06-21 20:59:04 +02:00 |
|
Marc Alexander
|
8c77da9c30
|
[ticket/17347] Add special handling for deletion of bots
PHPBB-17347
|
2024-06-21 20:48:41 +02:00 |
|
Marc Alexander
|
09f0b417be
|
[ticket/17347] Fix issues noticed in tests
PHPBB-17347
|
2024-06-20 22:38:24 +02:00 |
|
Marc Alexander
|
8432e506c4
|
[ticket/17347] Add tests for delete ids
PHPBB-17347
|
2024-06-20 22:23:38 +02:00 |
|
Marc Alexander
|
77d1010081
|
[ticket/17347] Add console command to delete users by user IDs
PHPBB-17347
|
2024-06-20 21:17:48 +02:00 |
|
Marc Alexander
|
20c9656420
|
[ticket/17342] Disable PHP 8.4 builds on windows for now
PHPBB-17342
|
2024-06-16 20:58:43 +02:00 |
|
Marc Alexander
|
a865e85886
|
Merge branch 'ticket/17342-3.3.x' into ticket/17342
|
2024-06-16 20:44:29 +02:00 |
|
Marc Alexander
|
abaef09a14
|
[ticket/17342] Add tests for PHP 8.4 to GitHub Actions
PHPBB-17342
|
2024-06-16 20:31:57 +02:00 |
|
Matt Friedman
|
16743e9345
|
[ticket/17344] Improve webpush class names
PHPBB-17344
|
2024-06-16 09:47:32 -07:00 |
|
Matt Friedman
|
f3ca92ffe7
|
[ticket/17344] Responsive mobile friendly webpush sub button
PHPBB-17344
|
2024-06-16 09:47:16 -07:00 |
|
Matt Friedman
|
0fc1a8c1f8
|
[ticket/17344] Show an alert when webpush subscribing is denied
PHPBB-17344
|
2024-06-16 09:46:57 -07:00 |
|
Marc Alexander
|
d2cd8ecf66
|
[ticket/17342] Add tests for PHP 8.4 to GitHub Actions
PHPBB-17342
|
2024-06-15 11:41:16 +02:00 |
|
Matt Friedman
|
444137531f
|
[ticket/17335] Use lang_raw
PHPBB-17335
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-14 14:43:40 -07:00 |
|
Marc Alexander
|
48cc96b489
|
[ticket/17335] Add lang_raw twig function for templates
PHPBB-17335
|
2024-06-14 23:21:33 +02:00 |
|
Matt Friedman
|
173e1ceeba
|
[ticket/17335] Move HTML from lang to template
PHPBB-17335
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-14 23:21:28 +02:00 |
|
Matt Friedman
|
b6c2961568
|
[ticket/17335] Fix language var issues in the extension manager
PHPBB-17335
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-14 23:20:56 +02:00 |
|
Marc Alexander
|
44396162ca
|
Merge branch '3.3.x'
|
2024-06-14 22:29:00 +02:00 |
|
Marc Alexander
|
127121f1d2
|
Merge pull request #6633 from rxu/ticket/17332
[ticket/17332] Fix permission migrator tool to work with copied permissions
|
2024-06-14 22:28:58 +02:00 |
|
Marc Alexander
|
faaf1fbf9f
|
Merge branch '3.3.x'
|
2024-06-14 21:52:28 +02:00 |
|
Marc Alexander
|
157e9e2e0b
|
Merge pull request #6644 from marc1706/ticket/17340-master
[ticket/17340] Update composer and dependencies -- master version
|
2024-06-14 21:52:23 +02:00 |
|
Marc Alexander
|
e53cd79067
|
Merge pull request #6643 from marc1706/ticket/17340
[ticket/17340] Update composer and dependencies
|
2024-06-14 21:51:50 +02:00 |
|