Tom Hughes
|
e48e4ccbd3
|
Send an appropriate Vary header when we negotiate the language to stop
caches doing the wrong thing. Closes #1995.
|
2009-08-05 20:35:28 +00:00 |
|
Tom Hughes
|
25d0017b18
|
Fix compatible_language_from in the http_accept_language plugin to
correctly follow the RFC 2616 language selection algorithm and then
revert to the previous way of selecting languages.
|
2009-07-15 23:42:56 +00:00 |
|
Tom Hughes
|
1368f194da
|
Try preferred_language_from as it looks for an exact match - only if that
fails do we fall back to compatible_language_from which will take any
language where the first token matches. Fixes #2069.
|
2009-07-15 23:29:07 +00:00 |
|
Tom Hughes
|
f4571eeb7c
|
Revert r16046.
DO NOT COMMIT MAJOR ENHANCEMENTS TO TRUNK WITHOUT TALKING TO ME FIRST.
|
2009-06-23 02:48:38 +00:00 |
|
Matt Amos
|
b8f6dbd403
|
Adding initial version of the OAuth token authentication method. This adds basic OAuth support for registering apps, getting and revoking keys, etc... The tokens come with 6 separate permissions bits; read/write user preferences, write diaries, write API and read/write GPS traces. Needs more tests.
|
2009-06-22 16:54:37 +00:00 |
|
Tom Hughes
|
1db05339d3
|
Don't set the Status header - it is set automatically by the FastCGI code
and this manually set one conflicts with that and causes a 200 response
in rails 2.3.2 it seems.
|
2009-06-04 22:53:05 +00:00 |
|
Tom Hughes
|
2f3e23f6eb
|
Move to version 2.3.2 of rails.
|
2009-06-04 08:08:24 +00:00 |
|