Commit Graph

4 Commits (aca7fdabbbe7d714c11f313cd8c409f780bc5e3a)

Author SHA1 Message Date
ThibG 31b8203887 Fix web push notifications for polls ()
Fixes 
2019-05-28 00:26:08 +02:00
Eugen Rochko b0e1211eec Fix 404 for GET /api/v1/push/subscription ()
My bad...
2018-05-13 21:45:18 +02:00
Eugen Rochko 7463d87ec3 Add GET /api/v1/push/subscription REST API ()
* Add Api::V1::Push::SubscriptionsController#show

* Add to routes
2018-05-13 21:07:31 +02:00
Eugen Rochko e86a4fe36b 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)
2018-05-11 11:49:12 +02:00