diaspora/app
Steven Hancock f2922c943c Cross-Origin Resource Sharing
Remove partial support for CORS on webfinger routes and replace
it with the Rack::Cors middleware. This provides more complete
CORS support and works around a caching issue with nginx on
Heroku and potentially other reverse proxies.

CORS headers are only added if the incoming request includes
an "Origin" header, which seems to be correct according to
the CORS spec.

closes #2216
2012-03-10 23:49:56 -08:00
..
controllers Cross-Origin Resource Sharing 2012-03-10 23:49:56 -08:00
helpers Merge pull request #2939 from gandaro/2938-consistent-superscripts 2012-03-06 12:30:41 -08:00
mailers generate recipient header with Mail::Address to properly handle non-ASCII characters 2012-01-21 19:16:09 +01:00
models bug fix: you can now mention and post a photo at the same time 2012-03-07 14:42:46 -08:00
presenters title now updates with switch 2012-02-27 18:40:56 -08:00
uploaders added support for uploading images with .tiff extensions 2012-01-02 21:40:46 -05:00
views Revert "adding custom landing page for heroku" 2012-03-09 17:44:45 -08:00