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
|
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
|
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
|
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 |
|
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 |
|
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
|
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
|
7f9bcc2743
|
[ticket/17347] Change command to be called user:delete_id
PHPBB-17347
|
2024-06-21 21:12:38 +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
|
48cc96b489
|
[ticket/17335] Add lang_raw twig function for templates
PHPBB-17335
|
2024-06-14 23:21:33 +02:00 |
|
Marc Alexander
|
44396162ca
|
Merge branch '3.3.x'
|
2024-06-14 22:29:00 +02:00 |
|
Marc Alexander
|
d66d4a0c6a
|
[ticket/17339] Support receiving push notifications if not logged in
PHPBB-17339
|
2024-06-12 22:16:41 +02:00 |
|
Matt Friedman
|
3690d30726
|
[ticket/17336] Also check for compatible extension by PHP version
PHPBB-17336
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-12 06:42:38 -07:00 |
|
Matt Friedman
|
9a53df6f73
|
[ticket/17336] Move object instantiation outside of the loop
PHPBB-17336
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-12 06:42:03 -07:00 |
|
Matt Friedman
|
b08023f231
|
[ticket/17336] Check extension compatibility correctly
PHPBB-17336
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-12 06:10:23 -07:00 |
|
Matt Friedman
|
0a20edf6b4
|
[ticket/17336] Fix usage of a leaked loop-scoped variable
PHPBB-17336
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-11 11:54:49 -07:00 |
|
Matt Friedman
|
5229813c47
|
[ticket/17336] Optimize version sorting
PHPBB-17336
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-11 11:54:49 -07:00 |
|
Marc Alexander
|
48ccd935c3
|
Merge branch 'ticket/17301' into ticket/17301-master
|
2024-06-11 20:19:36 +02:00 |
|
Marc Alexander
|
f98f2c5896
|
[ticket/17301] Ensure reading invalid cache files is aborted
PHPBB-17301
|
2024-06-11 20:12:01 +02:00 |
|
Matt Friedman
|
d8aa3f05e5
|
[ticket/17336] Correctly handle aliased packages
PHPBB-17336
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-11 07:06:08 -07:00 |
|
rxu
|
c2d91650bd
|
[ticket/17337] Fix mysqli driver is missing transaction begin statement
PHPBB-17337
|
2024-06-11 16:08:39 +07:00 |
|
Matt Friedman
|
ec34f72a3b
|
[ticket/17336] Skip extension package aliases in dev stabilities
PHPBB-17336
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-10 22:16:25 -07:00 |
|
Marc Alexander
|
e2ff7a7178
|
Merge pull request #5270 from rubencm/ticket/15699
[ticket/15699] Move files between storages when configuration is changed
|
2024-06-07 20:42:47 +02:00 |
|
Marc Alexander
|
e813bcc7a5
|
Merge pull request #6632 from iMattPro/ticket/17333
[ticket/17333] UX Enhancements for Web Push Subscribing
|
2024-06-07 20:11:13 +02:00 |
|
Marc Alexander
|
02763dfadc
|
Merge pull request #6634 from marc1706/ticket/17330
[ticket/17330] Handle mozilla not properly handling webpush padding
|
2024-06-07 20:09:02 +02:00 |
|
Matt Friedman
|
ca918f893e
|
[ticket/17333] Suggested code improvements
PHPBB-17333
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-06 19:37:36 -07:00 |
|
Ruben Calvo
|
195fb59b4e
|
[ticket/15699] Fixes code review
PHPBB3-15699
|
2024-06-06 23:48:54 +02:00 |
|
Ruben Calvo
|
155b5168be
|
[ticket/15699] Improve code style
PHPBB3-15699
|
2024-06-06 23:48:54 +02:00 |
|
Ruben Calvo
|
bb84af9a48
|
[ticket/15699] Add progress bar and use template macros
PHPBB3-15699
|
2024-06-06 23:48:54 +02:00 |
|
Ruben Calvo
|
58ecd3b048
|
[ticket/15699] Rewrite acp_storage
PHPBB3-15699
|
2024-06-06 23:48:52 +02:00 |
|
Marc Alexander
|
35436f078c
|
[ticket/17330] Add try/catch block though it's not really needed
PHPBB-17330
|
2024-06-06 20:21:39 +02:00 |
|
Marc Alexander
|
d64eaad487
|
Merge pull request #6504 from marc1706/ticket/17153
[ticket/17153] Use avatar classes and twig to render avatars
|
2024-06-06 16:23:41 +02:00 |
|
Marc Alexander
|
a90c59a8a1
|
[ticket/17330] Handle mozilla not properly handling webpush padding
PHPBB-17330
|
2024-06-05 22:27:06 +02:00 |
|
Marc Alexander
|
272daae337
|
Merge pull request #6533 from rxu/ticket/17151-2
[ticket/17151] Make settings forms use macros
|
2024-06-04 20:23:17 +02:00 |
|
Matt Friedman
|
5c58fd2055
|
[ticket/17333] Add tests and fixes
PHPBB-17333
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-04 11:10:44 -07:00 |
|
rxu
|
ef4db99709
|
[ticket/17332] Fix permission migrator tool to work with copied permissions
PHPBB-17332
|
2024-06-05 00:22:04 +07:00 |
|
Matt Friedman
|
4afba5c9fe
|
[ticket/17333] Enable new configs by default
PHPBB-17333
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-04 10:16:25 -07:00 |
|
Matt Friedman
|
d55ec608ec
|
[ticket/17333] Add push subscribe toggle to notification dropdown
PHPBB-17333
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-04 10:16:25 -07:00 |
|
Matt Friedman
|
e35a6f7aa5
|
[ticket/17333] ACP option to enable-disable all push notifications
PHPBB-17333
Signed-off-by: Matt Friedman <maf675@gmail.com>
|
2024-06-04 10:16:24 -07:00 |
|
Marc Alexander
|
d499850532
|
[ticket/17321] Add versioning to push worker to force updates
PHPBB-17321
|
2024-06-02 21:35:16 +02:00 |
|