about summary refs log tree commit diff
path: root/db/migrate/20180510214435_add_access_token_id_to_web_push_subscriptions.rb
AgeCommit message (Collapse)Author
2020-05-08Fix migrations failing due to strong-migrations update (#13680)Eugen Rochko
2018-05-11Add 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)