osem-fcy/app/controllers
Rob Smith 70e0f42bbb Support JSONP callbacks for the API/v1 endpoints
SeaGL currently uses OSEM as a backend, but still has a static website
serving as our public interface. The API endpoints have a great amount
of data, but without the jsonp callback paramater, embedding the data
is a bit difficult. This change just adds the jsonp callback param
to all the API endpoints. This should be a NOOP for anyone using direct
json calls, but will allow cross domain requests that require jsonp.
2016-09-17 19:31:21 -07:00
..
admin Remove ununsed code from events_controller#index 2016-08-19 00:01:50 +05:30
api Support JSONP callbacks for the API/v1 endpoints 2016-09-17 19:31:21 -07:00
users Add flash type error.Rewrite controllers to use common flash style with redirect_to 2016-03-16 09:17:41 +05:30
application_controller.rb style: if ! changed by unless 2016-08-06 00:57:07 +02:00
commercials_controller.rb Fix reference to non-existant route path in commercials_controller 2016-03-31 15:57:20 +05:30
conference_controller.rb SchedulesController introduced 2016-08-11 15:11:27 +02:00
conference_registrations_controller.rb modify registration view and controller 2016-08-15 10:59:33 +05:30
confirmations_controller.rb rubocop styling 2014-12-01 14:40:31 +02:00
payments_controller.rb change "purchase" to "get" in views 2016-08-15 10:59:36 +05:30
proposal_controller.rb Event model improvements 2016-08-11 15:11:27 +02:00
registrations_controller.rb Implements iChain authentication 2014-11-04 17:42:47 +01:00
schedules_controller.rb Event model improvements 2016-08-11 15:11:27 +02:00
subscriptions_controller.rb Add flash type error.Rewrite controllers to use common flash style with redirect_to 2016-03-16 09:17:41 +05:30
ticket_purchases_controller.rb change "purchase" to "get" in views 2016-08-15 10:59:36 +05:30
tickets_controller.rb Fix Stellas review gripes 2014-12-09 15:19:01 +01:00
users_controller.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00