chinwagsocial/app/controllers/api/web
Eugen Rochko b4fb766b23
Add REST API for Web Push Notifications subscriptions (#7445)
- POST /api/v1/push/subscription
- PUT /api/v1/push/subscription
- DELETE /api/v1/push/subscription
- New OAuth scope: "push" (required for the above methods)
2018-05-11 11:49:12 +02:00
..
base_controller.rb Improve web api protect (#6343) 2018-04-17 15:23:46 +02:00
embeds_controller.rb Slightly reduce RAM usage (#7301) 2018-05-02 18:58:48 +02:00
push_subscriptions_controller.rb Add REST API for Web Push Notifications subscriptions (#7445) 2018-05-11 11:49:12 +02:00
settings_controller.rb Improve web api protect (#6343) 2018-04-17 15:23:46 +02:00