ntfy/cmd
nimbleghost ff5c854192 Add PWA, service worker and Web Push
- Use new notification request/opt-in flow for push
- Implement unsubscribing
- Implement muting
- Implement emojis in title
- Add iOS specific PWA warning
- Don’t use websockets when web push is enabled
- Fix duplicate notifications
- Implement default web push setting
- Implement changing subscription type
- Implement web push subscription refresh
- Implement web push notification click
2023-06-07 20:38:20 +02:00
..
access.go
access_test.go Auth rate limiter 2023-02-08 15:20:44 -05:00
app.go Fix previous fix 2023-06-01 16:01:39 -04:00
app_test.go
config_loader.go
config_loader_test.go
publish.go Fix previous fix 2023-06-01 16:01:39 -04:00
publish_test.go allow default-token and per-subscription tokens in client.yml 2023-03-05 22:57:51 -07:00
publish_unix.go
publish_windows.go
serve.go Add PWA, service worker and Web Push 2023-06-07 20:38:20 +02:00
serve_test.go Fix test, release notes 2023-02-28 11:57:49 -05:00
subscribe.go Fix previous fix 2023-06-01 16:01:39 -04:00
subscribe_darwin.go
subscribe_test.go fixes #698 2023-04-08 21:20:21 -06:00
subscribe_unix.go Fix almost all tests 2022-12-27 22:14:14 -05:00
subscribe_windows.go
tier.go Cont'd Twilio stuff 2023-05-16 14:15:58 -04:00
tier_test.go Enhance some duration flags 2023-02-27 14:34:05 -05:00
token.go Self-review, round 2 2023-02-09 15:24:12 -05:00
token_test.go Auth rate limiter 2023-02-08 15:20:44 -05:00
user.go Fine tuning error messages, add --ignore-exists flag to tier/user command 2023-02-16 10:35:23 -05:00
user_test.go Auth rate limiter 2023-02-08 15:20:44 -05:00
web_push.go Add PWA, service worker and Web Push 2023-06-07 20:38:20 +02:00