summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_oauth.erl
AgeCommit message (Expand)Author
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-06-23Authentication caching, to avoid repeated opening and closing of the users da...Damien F. Katz
2010-06-02trailing whitespace pedantryJan Lehnardt
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-01-07merge account branch to trunkJohn Christopher Anderson
2009-10-22Improve OAuth error message for missing tokens.Paul Joseph Davis
2009-10-12Send 400 error when bad OAuth token is received.Jason David Davies
2009-10-12Added handy log message for debugging OAuth behind proxies.Jason David Davies
2009-09-20remove some unneeded opening, closing and passing around of DbJan Lehnardt
2009-09-11fix oauth access to design documents, patch by Jason DaviesJan Lehnardt
2009-08-23fix HEAD requests for OAuth, patch by Jason Davies, closes COUCHDB-479Jan Lehnardt
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz