Commit graph

38 commits

Author SHA1 Message Date
rxu
7d1ae5bf19
[ticket/17496] Fix Implicitly marking parameters as nullable PHP deprecations
Also use union types consistently instead of question marks.
Fixed with php-cs-fixer.

PHPBB-17496
2025-05-02 22:48:46 +07:00
rxu
8619ff3526
[ticket/17445] Add missing class property definitions
PHPBB-17445
2024-11-30 11:46:16 +07:00
rxu
c2c9e4e6b0
[ticket/17445] Inherit from base rather than from of message_base
PHPBB-17445
2024-11-30 11:10:23 +07:00
rxu
637eaf03fb
[ticket/17445] Adjust code logic
PHPBB-17445
2024-11-28 22:28:22 +07:00
rxu
91f82f386f
[ticket/17445] Don't require email templates presence for webpush notifications
PHPBB-17445
2024-11-28 13:05:01 +07:00
Marc Alexander
1ed5670afe
[ticket/17343] Clean up code for webpush output
PHPBB-17343
2024-10-02 22:06:43 +02:00
Marc Alexander
767d9e1198
[ticket/17343] Display push notifications in user language
PHPBB-17343
2024-09-30 19:39:05 +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
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
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
a90c59a8a1
[ticket/17330] Handle mozilla not properly handling webpush padding
PHPBB-17330
2024-06-05 22:27:06 +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
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
fcfed79385
[ticket/17010] Properly handle expired subscriptions and extend tests
PHPBB3-17010
2024-03-01 19:40:26 +01:00
Marc Alexander
fc14c5fd0b
[ticket/17010] Increase test coverage
PHPBB3-17010
2024-02-27 20:43:27 +01:00
Marc Alexander
d79e10e032
[ticket/17010] Unify naming of Web Push
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
8d9a7aa62c
[ticket/17010] Add new interface and create template data in type
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
479e54db93
[ticket/17010] Add logging to webpush notifications
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
5098f315fd
[ticket/17010] Use special chars decode to have valid URL with amp
PHPBB3-17010
2024-02-24 11:58:30 +01:00
Marc Alexander
79ff21fdf5
[ticket/17010] Move get subscription map to separate function and extend tests
Unit tests will also now ensure there are no special surprises with more than
one subscription for users.

PHPBB3-17010
2024-02-24 11:58:30 +01:00
Marc Alexander
b779ce5910
[ticket/17010] Remove optional column check for non-existent column
PHPBB3-17010
2024-02-24 11:58:30 +01:00
Marc Alexander
c35e9c2438
[ticket/17010] Correctly fill subscription map for multiple subscriptions
PHPBB3-17010
2024-02-24 11:58:30 +01:00
Marc Alexander
974b7a9184
[ticket/17010] Resolve use of undefined variable and possibly wrong type
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
a8dc08a219
[ticket/17010] Add prune notification support to webpush
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
edaff6cd2d
[ticket/17010] Remove undeliverable subscriptions
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
98e0559a1d
[ticket/17010] Remove wrong references to emails
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
7092f24645
[ticket/17010] Change how notification data is passed to push notifications JS
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
c4a8e32689
[ticket/17010] Adjust query to not trigger full group by issue
PHPBB3-17010
2024-02-24 11:58:27 +01:00
Marc Alexander
5fba4682c3
[ticket/17010] Resolve phing sniff issues
PHPBB3-17010
2024-02-24 11:58:27 +01:00
Marc Alexander
af29f388da
[ticket/17010] Queue notifications and use flush to send them
PHPBB3-17010
2024-02-24 11:58:27 +01:00
Marc Alexander
ec3dc28b51
[ticket/17010] Switch to using table for tracking push subscriptions
PHPBB3-17010
2024-02-24 11:58:27 +01:00
Marc Alexander
83cf915758
[ticket/17010] Add column for user push subscriptions
PHPBB3-17010
2024-02-24 11:58:27 +01:00
Marc Alexander
1c64c695a9
[ticket/17010] Implement basic logic for webpush notifications
PHPBB3-17010
2024-02-24 11:58:27 +01:00
Marc Alexander
769f5bc397
[ticket/17010] Add settings and some more notification code
PHPBB3-17010
2024-02-24 11:58:26 +01:00
Marc Alexander
464f37fe46
[ticket/17010] Add dummy for web push notification method
PHPBB3-17010
2024-02-24 11:56:01 +01:00