Thibault Jouan
8e3955a97b
Refuse non-JSON queries on API
2015-05-01 17:47:44 +00:00
Thibault Jouan
c0b2621b2f
Implement ping/pong endpoint in API
2015-05-01 16:56:55 +00:00
Thibault Jouan
3b733c349e
Fix coding standards in application files
2015-04-30 08:52:00 +00:00
Thibault Jouan
e6f6475705
Fix coding standards in application
2014-04-01 19:02:23 +00:00
Thibault Jouan
da96c4814a
Use ruby 2.x hash syntax
2014-04-01 10:48:18 +00:00
Thibault Jouan
40f4ced3b8
Add inflection for API acronym
2013-06-30 21:37:30 +00:00
Thibault Jouan
9ccd1e10be
Allow Content-Length header to be received and sent in CORS requests
2012-05-03 21:03:11 +00:00
Thibault Jouan
b40b4d4df3
Fix use of nil in CORS filter when request doesn't have an Origin header
2012-05-03 21:03:11 +00:00
Thibault Jouan
5dfafdcc46
Implement sessions/create in JSON API
2012-03-18 17:30:36 +00:00
Thibault Jouan
499b06c9e5
Allow API consumer to send credentials on cross-origin requests
2012-03-13 21:12:24 +00:00
Thibault Jouan
6379da88e2
Implement Cross-Origin Resource Sharing:
...
* Add Api::ApplicationController
* Route OPTION requests (CORS preflight) to API application controller
* Filter all API requests through #cor_filter in API application
controller
2012-03-11 22:19:42 +00:00