Commit graph

2948 commits

Author SHA1 Message Date
Marc Alexander
189072f69d
Merge branch '3.3.x' 2024-07-28 21:02:15 +02:00
Marc Alexander
4038bb9dc3
Merge pull request #6691 from marc1706/ticket/13933
[ticket/13933] Extend tokens' definitions in ACP bbcodes
2024-07-28 21:02:11 +02:00
Marc Alexander
21b90bdeff
Merge branch '3.3.x' 2024-07-28 20:32:05 +02:00
Marc Alexander
1e28669407
Merge pull request #6696 from marc1706/ticket/17374
[ticket/17374] Only delete marked logs if entries have been marked
2024-07-28 20:31:52 +02:00
Marc Alexander
58cc1f4ef3
[ticket/17374] Only delete marked logs if entries have been marked
PHPBB-17374
2024-07-23 20:18:28 +02:00
Marc Alexander
10f92dbb68
[ticket/13933] Extend tokens' definitions in ACP bbcodes
PHPBB-13933
2024-07-16 21:01:57 +02:00
Marc Alexander
ca3e692a95
Merge branch '3.3.x' 2024-07-13 19:42:51 +02:00
Marc Alexander
53e7e3d801
[ticket/17341] Remove no longer used files and references
PHPBB-17341
2024-07-07 08:44:32 +02:00
Matt Friedman
51c424b93d
[ticket/17364] Fix random spelling error in code
PHPBB-17364

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-07-05 19:22:29 -07:00
Matt Friedman
d651cccc76
[ticket/17363] Add web app manifest
PHPBB-17363

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-07-02 21:19:58 -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
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
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
de73a2e3d7
[ticket/15699] Update acp_storage to work with form macros
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
rubencm
59a5163e2b
[ticket/15699] Fix code style
PHPBB3-15699

Co-authored-by: Marc Alexander <admin@m-a-styles.de>
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
rubencm
4974f86059
[ticket/15699] Use template variables
PHPBB3-15699
2024-06-06 23:47:34 +02:00
rubencm
3c4aa6ee8c
[ticket/15699] Avoid magic numbers with constants
PHPBB3-15699
2024-06-06 23:47:34 +02:00
rubencm
4b46939258
[ticket/15699] Apply suggested fixes
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Marc Alexander
fba8990fa0
[ticket/15699] Add type hints, add use statements, improve code readability
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Marc Alexander
a6cf020639
[ticket/15699] Adjust validate path for removed method
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Ruben Calvo
958a43cb87
[ticket/15699] Remove unused variable and switch
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
b10409cb8a
[ticket/15699] Update comments
PHPBB3-15699
2024-06-06 23:47:34 +02:00
rubencm
b260e9a6f2
[ticket/15699] Fix code style
PHPBB3-15699
2024-06-06 23:47:34 +02:00
rubencm
d426f9e320
[ticket/15699] Use language
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
64e8bea62a
[ticket/15699] Lazy-load adapters
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
2c9f9fa75e
[ticket/15699] Add information to logs
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
3a25c0222b
[ticket/15699] Add option to udpate configuration only
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
6de2d44c87
[ticket/15699] Make adapter to know the storage name
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
9f641963d6
[ticket/15699] Fix docblocks
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
0c71ff5eab
[ticket/15699] Log update
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
9c51b3099a
[ticket/15699] Fix messages
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
8cb5ea8e20
[ticket/15699] Check if is resource before close
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
6a54b01f6d
[ticket/15699] Remove comment
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
683c99086c
[ticket/15699] Move file between storages with progress bar
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
8f7e5fec0b
[ticket/15699] Update acp_storage
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
5e8bc99697
[ticket/15699] Move line
PHPBB3-15699
2024-06-06 23:47:34 +02:00
Rubén Calvo
fd2e4592c3
[ticket/15699] Move files between filesystems
PHPBB3-15699
2024-06-06 23:47:34 +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
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
b22726294d
Merge branch '3.3.x' 2024-05-31 21:41:59 +02:00
Marc Alexander
2976314205
Merge branch 'prep-release-3.3.12' into 3.3.x 2024-05-31 21:41:03 +02:00
Marc Alexander
463dbd59ec
Merge branch '3.3.x' 2024-05-31 09:52:17 +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