1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00
Commit Graph

38100 Commits

Author SHA1 Message Date
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
rxu
4003f54d0b [ticket/17338] Do not update user_last_active to outdated session_time value
PHPBB-17338
2024-06-17 11:55:35 +07: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
Marc Alexander
6b69169e47 [ticket/17340] Fix twig to 3.8.0 until performance issues are resolved
PHPBB-17340
2024-06-14 21:02:12 +02:00
Marc Alexander
df93ffc886 [ticket/17340] Update composer dependencies on master
PHPBB-17340
2024-06-14 17:09:55 +02:00
Marc Alexander
0ef4a5a5ac Merge branch 'ticket/17340' into ticket/17340-master 2024-06-14 17:09:05 +02:00
Marc Alexander
8bdff227d9 [ticket/17340] Update composer dependencies
PHPBB-17340
2024-06-14 17:04:22 +02:00
Marc Alexander
df7dae9600 [ticket/17340] Update composer to 2.7.7
PHPBB-17340
2024-06-14 17:02:36 +02:00
rxu
e21a8e02cd [ticket/17338] Update user_last_active on session removal and login keys reset
PHPBB-17338
2024-06-14 15:22:20 +07:00
rxu
db9874546b [ticket/17338] Add user_last_active to session_gc()
PHPBB-17338
2024-06-14 11:03:02 +07:00
rxu
e125f1f709 [ticket/17338] Prefer user_last_active to display user last activity info
PHPBB-17338
2024-06-13 13:27:03 +07:00
Marc Alexander
d66d4a0c6a [ticket/17339] Support receiving push notifications if not logged in
PHPBB-17339
2024-06-12 22:16:41 +02:00
Marc Alexander
5992eff175 Merge pull request #6636 from iMattPro/ticket/17336
[ticket/17336] Fix dev extensions not showing versions correctly in catalog
2024-06-12 21:04:38 +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
e73db0821f Merge branch 'ticket/17301' into ticket/17301-master 2024-06-11 20:29:50 +02:00
Marc Alexander
9e15802805 [ticket/17301] Do not test unreadable files on windows
PHPBB-17301
2024-06-11 20:29:23 +02: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