1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-18 23:51:49 +02:00
Commit Graph

6023 Commits

Author SHA1 Message Date
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
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
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
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
Marc Alexander
8cf12b5189 Merge branch '3.3.x' 2024-06-01 08:15:28 +02:00
Marc Alexander
56d8a7e43f [ticket/17327] Use class name from use statement
PHPBB3-17327
2024-05-31 22:30:05 +02:00
Marc Alexander
b22726294d Merge branch '3.3.x' 2024-05-31 21:41:59 +02:00
Marc Alexander
aac7d5a99c [ticket/17153] Use routing helper instead of controller helper in upload avatar
The controller helper class is not needed, routing helper brings all the
needed functionality already.

PHPBB3-17153
2024-05-31 11:25:22 +02:00
Marc Alexander
902283c368 [ticket/17153] Use twig and avatar helper to render avatars
PHPBB3-17153
2024-05-31 11:25:22 +02:00
Marc Alexander
6cef48af2f [prep-release-3.3.12] Add migration for 3.3.12 2024-05-30 11:00:23 +02:00
Marc Alexander
e101f02473 Merge pull request #6605 from iMattPro/ticket/17300
[ticket/17300] Better Sticky and Announcement Icons
2024-05-30 10:21:10 +02:00
Marc Alexander
1fb7e6d2c8 [ticket/security/278] Always release cron lock, even invalid task is passed
SECURITY-278
2024-05-29 22:04:16 +02:00
Marc Alexander
1c1c981b17 [ticket/security/276] Centralise call for token expiration
SECURITY-276
2024-05-29 22:04:15 +02:00
Marc Alexander
f853f6523f [ticket/security/276] Prevent sending activation emails multiple times per day
SECURITY-276
2024-05-29 22:04:15 +02:00
Marc Alexander
a63a1913fa [ticket/security-276] Add migration for user_actkey expiration column
SECURITY-276
2024-05-29 22:04:15 +02:00
Marc Alexander
51da43f77f [prep-release-3.3.12] Fix since version and undo md exporter change 2024-05-29 21:53:11 +02:00
rxu
9ea4aabe9a [ticket/17324] Allow targeting events to prep-releases
PHPBB3-17324
2024-05-28 20:36:40 +02:00
rxu
b6572652df [ticket/17151] Revert radio yes_no/enabled_disabled, fix select "selected"
PHPBB3-17151
2024-05-25 11:57:38 +07:00
rxu
2d0969e3e1 [ticket/17151] Fix avatar ACP options
PHPBB3-17151
2024-05-25 11:57:37 +07:00
rxu
9401a59cfc [ticket/17151] Refactor radio buttons output logic
PHPBB3-17151
2024-05-25 11:57:37 +07:00
rxu
1cbe1d86da [ticket/17151] Improve radio input type handling
- allow more than 2 buttons count
- allow custom buttons order
- allow custom button labels

Implemented by allowing JSON data format, backward compatibility preserved.

PHPBB3-17151
2024-05-25 11:57:36 +07:00
rxu
72770937f2 [ticket/17151] Make settings forms use macros
PHPBB3-17151
2024-05-25 11:57:30 +07:00
Marc Alexander
f22784f0a4 Merge branch '3.3.x' 2024-05-22 21:55:14 +02:00
Marc Alexander
ed0b5020a9 [ticket/17312] Use user_last_active instead of user_lastvisit where possible
PHPBB3-17312
2024-05-16 20:44:38 +02:00
Marc Alexander
a7a53de34d [ticket/17312] Add migration for user_last_active column
PHPBB3-17312
2024-05-14 21:42:02 +02:00
Matt Friedman
9cb10ec28d [ticket/17313] Add Push Module to Correct Parent
PHPBB3-17313

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-05-13 17:46:19 -07:00
Marc Alexander
43dcf73a21 Merge branch '3.3.x' 2024-05-12 21:13:02 +02:00
Marc Alexander
d2295b82f1 [prep-release-3.3.12] Add migration for 3.3.12-RC1 2024-05-09 12:59:37 +02:00
Marc Alexander
8c8f7315ea Merge branch '3.3.x' 2024-05-08 17:22:18 +02:00
Marc Alexander
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
Marc Alexander
76ab83893b [ticket/15325] Rename variable for sql is local exclude
PHPBB3-15325
2024-05-06 20:06:10 +02:00
Marc Alexander
222ca643b5 Merge branch '3.3.x' 2024-05-06 18:23:21 +02:00