Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-20 | Autofix Rubocops RSpec/ScatteredLet (#23725) | Nick Schonning | |
2023-02-18 | Autofix Rubocop Style/TrailingCommaInHashLiteral (#23693) | Nick Schonning | |
2023-01-23 | Add missing `policy` attribute to `WebPushSubscriptionSerializer` (#23210) | Claire | |
* Add missing `policy` attribute to `WebPushSubscriptionSerializer` Fixes #23145 * Add tests | |||
2021-04-15 | Add `policy` param to `POST /api/v1/push/subscriptions` (#16040) | Eugen Rochko | |
With possible values `all`, `followed`, `follower`, and `none`, control from whom notifications will generate a Web Push alert | |||
2018-05-11 | Add REST API for Web Push Notifications subscriptions (#7445) | Eugen Rochko | |
- POST /api/v1/push/subscription - PUT /api/v1/push/subscription - DELETE /api/v1/push/subscription - New OAuth scope: "push" (required for the above methods) |