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
Marc Alexander
99884d8bbb
Merge pull request #6579 from marc1706/ticket/17281
...
[ticket/17281] Update to psalm 5.x
2024-01-31 21:14:15 +01:00
Marc Alexander
e5ddf24fb9
Merge branch '3.3.x'
2024-01-02 16:47:51 +01:00
rxu
f31ea59a1a
[ticket/17117] Do not load non-existent/disabled notification methods
...
Non-existent or disabled notification methods (f.e. added
by extensions which were later disabled/purged) should not be loaded.
PHPBB3-17117
2024-01-02 15:45:42 +07:00
Marc Alexander
661a8a6117
[ticket/17281] Update psalm config and fix issues
...
PHPBB3-17281
2023-12-30 17:41:12 +01:00
Marc Alexander
abd29e96b5
[ticket/17176] Resolve deprecation notices
...
PHPBB3-17176
2023-09-18 19:28:19 +02:00
Marc Alexander
d05ce65a98
[ticket/11449] Add separate method for deleting notifications by multiple types
...
PHPBB3-11449
2023-07-02 09:56:10 +02:00
Marc Alexander
f7ddbb7462
Merge branch '3.3.x'
2023-06-26 09:41:09 +02:00
im4bb
4c72b76809
[ticket/17146] Use empty for checking if user_jabber is not empty
...
PHPBB3-17146
2023-06-21 22:09:00 +02:00
Marc Alexander
34eb913d5a
[ticket/16955] Use runtime_exception instead of \Exception
...
PHPBB3-16955
2023-01-03 21:33:47 +01:00
Ruben Calvo
3e8fced5c8
[ticket/16955] Fix phpdoc annotations and return types
...
PHPBB3-16955
2022-12-31 16:18:06 +01:00
Marc Alexander
96911b7403
[ticket/16955] Clean up variable names and docblocks in notifications
...
PHPBB3-16955
2022-12-28 08:37:12 +01:00
Marc Alexander
0a64ffa834
Merge branch '3.3.x'
2022-04-30 22:46:05 +02:00
Marc Alexander
3308318524
Merge pull request #6377 from lionel-rowe/ticket/16981
...
[ticket/16981] Fix HTML-encoded emojis in email subject line
2022-04-30 22:27:37 +02:00
Marc Alexander
412fd483d0
Merge branch '3.3.x'
2022-04-30 22:21:53 +02:00
lionel-rowe
9b2f42748c
[ticket/16981] Fix HTML-encoded emojis in email subject line
...
PHPBB3-16981
2022-04-05 17:18:33 +01:00
MichaIng
86e009ad15
[ticket/16959] Remove redundant URL parameters from notification mails
...
Some phpBB forum notification emails send URLs to the forum with redundant URL
parameters, notably a forum IDs with topic URLs.
To have shorter and cleaner URLs, those are hereby removed.
Signed-off-by: MichaIng <micha@dietpi.com >
PHPBB3-16959
2022-03-04 01:21:00 +01:00
Marc Alexander
3e0f58332d
Merge branch '3.3.x'
2022-01-19 21:37:32 +01:00
Marc Alexander
9c6df33e3b
Merge pull request #6257 from xchwarze/patch-1
...
[ticket/16828] Add hook event before find_users_for_notification() ex…
2022-01-19 21:37:20 +01:00
Marc Alexander
3103e99dc7
[ticket/16828] Adjust event to allow modifying notified_users and early return
...
PHPBB3-16828
2022-01-19 20:32:10 +01:00