Commit graph

38383 commits

Author SHA1 Message Date
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
9dc67e81ff
[ticket/15699] Fix twig syntax
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
a2c7255b5b
[ticket/15699] Use twig syntax
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
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
e813bd02c6
[ticket/17330] Add test for set_endpoint_padding
PHPBB-17330
2024-06-06 20:07:40 +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
Matt Friedman
36527a97b8
[ticket/17333] Optimize loading web push data only when needed
PHPBB-17333

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-06-05 18:47:57 -07:00
Marc Alexander
a90c59a8a1
[ticket/17330] Handle mozilla not properly handling webpush padding
PHPBB-17330
2024-06-05 22:27:06 +02:00
rxu
51b773e588
[ticket/17332] Add test
PHPBB-17332
2024-06-05 12:50:03 +07:00
Matt Friedman
73e0412c88
[ticket/17333] Prevent double loading web push template data
PHPBB-17333

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-06-04 14:30:33 -07:00
Matt Friedman
0ca8524633
[ticket/17333] Fix Subscribe text button color
PHPBB-17333

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-06-04 12:29:42 -07: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
Marc Alexander
df0dcae3ce
Merge pull request #6631 from marc1706/ticket/17321
[ticket/17321] Add versioning to push worker to force updates
2024-06-04 20:16:41 +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
e162b67c48
[ticket/17333] Fix toggle icon colors
PHPBB-17333

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-06-04 10:25:35 -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
rxu
03e2222dd7
[ticket/17151] Add core.build_config_template event @changed information
The event location's function has been renamed
from build_config_template() to phpbb_build_cfg_template().

PHPBB3-17151
2024-06-04 00:28:22 +07:00
Marc Alexander
86064cb054
[ticket/17321] Use self.clients in activate event listener
PHPBB-17321
2024-06-03 17:11:50 +02: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
b5d1d03a47
Merge pull request #6629 from marc1706/ticket/17328
[ticket/17328] Update requires for exporting events
2024-06-02 08:09:43 +02:00
Marc Alexander
efc8400694
[ticket/17328] Update requires for exporting events
PHPBB-17328
2024-06-01 15:55:00 +02:00
Marc Alexander
a7b4f035a4
Merge branch '3.3.x' 2024-06-01 08:32:01 +02:00
Marc Alexander
cd0e682984
Merge pull request #6619 from marc1706/ticket/17308
[ticket/17308] Change project key to start with PHPBB-
2024-06-01 08:31:59 +02:00
Marc Alexander
8cf12b5189
Merge branch '3.3.x' 2024-06-01 08:15:28 +02:00
Marc Alexander
431b399c68
Merge pull request #6628 from marc1706/ticket/17327
[ticket/17327] Use class name from use statement
2024-06-01 08:15:26 +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
2976314205
Merge branch 'prep-release-3.3.12' into 3.3.x 2024-05-31 21:41:03 +02:00
Marc Alexander
be6bb09984
[prep-release-3.3.12] Update changelog for 3.3.12 2024-05-31 20:05:39 +02:00
Marc Alexander
c495a26f98
[ticket/17153] Use mocked user class in extension test
PHPBB3-17153
2024-05-31 11:25:22 +02:00
Marc Alexander
ad7721368c
[ticket/17153] Add basic avatar config file for installer
It doesn't actually add proper avatar functionality to the installer but
provides the necessary base classes for templating.

PHPBB3-17153
2024-05-31 11:25:22 +02:00