osem-fcy/app/controllers
Rob Smith b9a2a80a75 Support JSONP exports of conference schedules for embedding
Currently, it's rather difficult to use OSEM and embed a schedule into another website. We currently use OSEM for the backend, but still use a different system for our main site. This change allows us to dynamically embed the schedule in our main website as well as allow us a simple way to get data for the use in mobile applications or similar.

This limits the JSONP support to only GETS on json formatted requests. This prevents any XSS even though we don't require a authenticity token.
2015-10-09 22:28:45 -07:00
..
admin added comments to explain comments_controller 2015-09-17 12:13:22 +02:00
api Fix Hakiri issues 2014-08-27 16:18:35 +02:00
users Implements sign up during registration. Solves most of #215 2015-03-12 23:53:57 +01:00
application_controller.rb Disable registration/event submission without sign in with ichain 2015-04-23 11:50:22 +02:00
commercials_controller.rb Refactoring of proposal workflow. Fixes #215 2015-04-16 18:37:31 +03:00
conference_controller.rb Support JSONP exports of conference schedules for embedding 2015-10-09 22:28:45 -07:00
conference_registrations_controller.rb style 2015-06-11 15:22:54 +03:00
confirmations_controller.rb rubocop styling 2014-12-01 14:40:31 +02:00
proposal_controller.rb Refactoring of proposal workflow. Fixes #215 2015-04-16 18:37:31 +03:00
registrations_controller.rb Implements iChain authentication 2014-11-04 17:42:47 +01:00
subscriptions_controller.rb no authorization for Conference, as it's being authorized with read action which includes index and show actions, however action show is authorized only for Conference with public splashpage 2015-03-28 13:24:21 +02:00
ticket_purchases_controller.rb Various small fixes for the participant UI 2014-12-05 16:04:34 +01:00
tickets_controller.rb Fix Stellas review gripes 2014-12-09 15:19:01 +01:00
users_controller.rb Implements program section for unscheduled events 2015-03-09 15:31:06 +01:00