mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 12:44:03 +00:00
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. |
||
|---|---|---|
| .. | ||
| admin | ||
| api | ||
| users | ||
| application_controller.rb | ||
| commercials_controller.rb | ||
| conference_controller.rb | ||
| conference_registrations_controller.rb | ||
| confirmations_controller.rb | ||
| payments_controller.rb | ||
| proposal_controller.rb | ||
| registrations_controller.rb | ||
| schedules_controller.rb | ||
| subscriptions_controller.rb | ||
| ticket_purchases_controller.rb | ||
| tickets_controller.rb | ||
| users_controller.rb | ||