Eugen Rochko b4fb766b23
Add REST API for Web Push Notifications subscriptions ()
- POST /api/v1/push/subscription
- PUT /api/v1/push/subscription
- DELETE /api/v1/push/subscription
- New OAuth scope: "push" (required for the above methods)
..
base_controller.rb Improve web api protect ()
embeds_controller.rb Slightly reduce RAM usage ()
push_subscriptions_controller.rb Add REST API for Web Push Notifications subscriptions ()
settings_controller.rb Improve web api protect ()