1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-16 01:08:03 +02:00
Commit Graph

32399 Commits

Author SHA1 Message Date
Marc Alexander
479e54db93 [ticket/17010] Add logging to webpush notifications
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
f3eb774abd [ticket/17010] Add missing language variable
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
6b00e9fe09 [ticket/17010] Handle already existing subscriptions
PHPBB3-17010
2024-02-24 11:58:30 +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
6cc8df5d95 [ticket/17010] Adjust wording on ACP page for webpush
PHPBB3-17010
2024-02-24 11:58:30 +01:00
Marc Alexander
21ccb804d3 [ticket/17010] Update explain string in ACP for webpush enable
PHPBB3-17010
2024-02-24 11:58:30 +01:00
Marc Alexander
3cbe14eb4a [ticket/17010] Clean up code and move some functions to core js
PHPBB3-17010
2024-02-24 11:58:30 +01:00
Marc Alexander
7410c3be6f [ticket/17010] Generate VAPID keys with javascript in ACP
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
e97313839e [ticket/17010] Add missing words & loading indicator, fix invalid twig code
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
b3777894cb [ticket/17010] Fix stylelint issues
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
ac6512da14 [ticket/17010] Add missing copyright header
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
166f0deae9 [ticket/17010] Make get_form_tokens() parameters optional
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
e177ee3750 [ticket/17010] Add first version of push worker javascript
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
06458c95f5 [ticket/17010] Add button disabled state CSS
PHPBB3-17010
2024-02-24 11:58:28 +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
d4b6ad5620 [ticket/17010] Add controller methods for subscribe/unsubscribe and others
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
35259056f0 [ticket/17010] Switch to using form_helper for form tokens
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
0395c8dbac [ticket/17010] Introduce form_helper to allow using form tokens in javascript
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
ff27401ed2 [ticket/17010] Add javascript for webpush subscribe/unsubscribe
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
199bc8f964 [ticket/17010] Add first webpush controller and start ucp integration
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
873a22176d [ticket/17010] Add Webpush settings and language entries
PHPBB3-17010
2024-02-24 11:58:27 +01:00
Marc Alexander
d05e2dd043 [ticket/17010] Add first web push settings to ACP
PHPBB3-17010
2024-02-24 11:58:26 +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
3feeb237ca [ticket/17010] Add migration for notificatio_push table
PHPBB3-17010
2024-02-24 11:58:26 +01:00
Marc Alexander
5c51f2ef7f [ticket/17010] Add webpush to container definition
PHPBB3-17010
2024-02-24 11:58:26 +01:00
Marc Alexander
07d3376612 [ticket/17010] Add web-push-lib dependency
PHPBB3-17010
2024-02-24 11:58:25 +01:00
Marc Alexander
464f37fe46 [ticket/17010] Add dummy for web push notification method
PHPBB3-17010
2024-02-24 11:56:01 +01:00
Matt Friedman
c46b700e22 [ticket/17291] Fix some classes for compatibility
PHPBB3-17291

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-02-24 00:54:46 -08:00
Matt Friedman
4adf5ac99f [ticket/17291] Clean out older FontAwesome 4 code
PHPBB3-17291

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-02-23 17:33:32 -08:00
Matt Friedman
3cc3bc7e81 [ticket/17291] Use font icons instead of SVGs
PHPBB3-17291

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-02-23 16:39:40 -08:00
Matt Friedman
873c838d57 [ticket/17291] Replace old forum GIFs with SVGs
PHPBB3-17291

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-02-23 13:44:24 -08:00
Marc Alexander
2c29c8352a [ticket/17291] Add styles/all/imgs to allowed paths for acp style files
PHPBB3-17291
2024-02-23 22:08:41 +01:00
Marc Alexander
ab9f636ad6 Merge branch '3.3.x' 2024-02-23 20:37:16 +01:00
Marc Alexander
763c6f625f Merge pull request #6584 from Crizz0/ticket/17292
[ticket/17292] Use new spamhaus.org check url
2024-02-23 20:36:36 +01:00
Matt Friedman
35f4dc7691 [ticket/17291] Switch ACP images to font icons
PHPBB3-17291
2024-02-23 11:26:34 -08:00
Marc Alexander
b05082e011 Merge pull request #6586 from marc1706/ticket/17293-master
[ticket/17293] Update composer and dependencies to latest versions -- master version
2024-02-23 20:05:41 +01:00
Marc Alexander
4afa184110 [ticket/17292] Add needed www prefix for spamcop
PHPBB3-17292
2024-02-23 20:01:41 +01:00