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 |
|
Marc Alexander
|
661a8a6117
|
[ticket/17281] Update psalm config and fix issues
PHPBB3-17281
|
2023-12-30 17:41:12 +01: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 |
|
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
|
ce08da5165
|
[ticket/16748] Enable code sniffing for static placement and adjust code
PHPBB3-16748
|
2021-04-03 23:12:04 +02:00 |
|
Máté Bartus
|
864321ecf6
|
Merge branch '3.3.x'
|
2021-01-03 00:11:11 +01:00 |
|
Máté Bartus
|
8830354555
|
[ticket/16671] Fix coding style
PHPBB3-16671
|
2020-12-31 14:40:14 +01:00 |
|
rubencm
|
774c609c4a
|
[ticket/16345] Small improvements
PHPBB3-16346
|
2020-08-14 08:29:06 +00:00 |
|
Marc Alexander
|
ec6335bdfd
|
[ticket/14754] Clean up code as per review
PHPBB3-14754
|
2020-04-16 22:01:04 +02:00 |
|
Marc Alexander
|
9f4a240f91
|
[ticket/14754] Rename email notifications table to fit better
PHPBB3-14754
|
2020-03-15 15:08:25 +01:00 |
|
Jakub Senko
|
82240cb661
|
[ticket/14754] Fix SQL errors in email::mark_notifications
PHPBB3-14754
|
2020-03-15 11:52:17 +01:00 |
|
Jakub Senko
|
f3664b07d2
|
[ticket/14754] Use dedicated table to stop receiving notifications
PHPBB3-14754
|
2020-03-15 11:52:16 +01:00 |
|
Jakub Senko
|
a3e0117ff0
|
[ticket/14754] Only one email notification per topic
PHPBB3-14754
|
2020-03-15 11:52:16 +01:00 |
|
Marc Alexander
|
304750a88b
|
[ticket/15911] Resolve warnings when updating from 3.0.0 to latest
PHPBB3-15911
|
2018-12-18 21:07:41 +01:00 |
|
Jakub Senko
|
175ffa869b
|
[ticket/15850] Fix "Duplicate entry" for notification types
PHPBB3-15850
|
2018-10-18 18:50:17 +02:00 |
|
Jakub Senko
|
76982b430f
|
[ticket/11453] Improve performance of notification.method.messenger_base
PHPBB3-11453
|
2018-07-27 14:29:35 +02:00 |
|