docbrown/app/controllers/api/v0
Fernando Valverde cf3bde4259
Add mobile push notifications to Forem (#12419)
* First commit with iOS PN working

* RPush cleanup worker + unique jobs config

* Remove rpush tables from schema.rb

* PR feedback

* Feature flag and test for route

* Tests and feature flag PushNotification ::Send

* Update app/controllers/devices_controller.rb

Co-authored-by: Michael Kohl <citizen428@dev.to>

* Update spec/routing/devices_routes_spec.rb

Co-authored-by: Michael Kohl <citizen428@dev.to>

* Update spec/services/push_notifications/send_spec.rb

Co-authored-by: Michael Kohl <citizen428@dev.to>

* PR feedback

* Set Rpush driver and url

* More PR feedback

* Apply suggestions from code review

Co-authored-by: Jamie Gaskins <jgaskins@gmail.com>

* PR feedback from Rhymes

* Don’t double render

* Sure

Co-authored-by: Josh Puetz <hi@joshpuetz.com>
Co-authored-by: Josh Puetz <josh@dev.to>
Co-authored-by: Michael Kohl <citizen428@dev.to>
Co-authored-by: Jamie Gaskins <jgaskins@gmail.com>
2021-03-12 14:08:18 -06:00
..
admin
analytics_controller.rb
api_controller.rb Prevent banned users from using API (#12730) 2021-02-18 17:56:16 -05:00
articles_controller.rb Articles update refactoring (#12913) 2021-03-10 13:08:36 +03:00
comments_controller.rb
followers_controller.rb
follows_controller.rb
health_checks_controller.rb Add mobile push notifications to Forem (#12419) 2021-03-12 14:08:18 -06:00
listings_controller.rb
organizations_controller.rb API: Endpoint to get an organization's articles (#12237) 2021-01-13 13:09:58 +01:00
podcast_episodes_controller.rb
profile_images_controller.rb
readinglist_controller.rb
tags_controller.rb
users_controller.rb
videos_controller.rb
webhooks_controller.rb