summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_auth.erl
AgeCommit message (Expand)Author
2011-06-03set HttpOnly on auth cookies on SSL.Robert Newson
2011-02-15set cookie security flags correctly when using built-in SSLRobert Newson
2011-02-02cleaner fix for COUCHDB-969Robert Newson
2011-02-02fix clause warning introduced with COUCHDB-969Robert Newson
2011-01-28COUCHDB-969 - handle passwords with : in them.Robert Newson
2010-10-01downgrade log line from error to debug outputJohn Christopher Anderson
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-08-04Allow POSTing of a JSON object to /_session/ for login.Filipe David Borba Manana
2010-06-24use JSON content type in replicator, require it in the _bulk_docs and other P...John Christopher Anderson
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-04-19Fix to close users db immediately after authentication.Damien F. Katz
2010-03-05use OTP base64 lib. Patch by Filipe Manana. Closes COUCHDB-681Adam Kocoloski
2010-02-23Minor cleanup thanks to Joel Clark.Paul Joseph Davis
2010-02-02proxy authentification handler. This handler allows creation of aBenoit Chesneau
2010-02-01fix unused variable warnings, remove unused code.Jan Lehnardt
2010-01-18normalize userCtx name and roles, also, no log in via a conflict docJohn Christopher Anderson
2010-01-13validate use doc typeJohn Christopher Anderson
2010-01-12Add utility for verifying hashes.Jason David Davies
2010-01-09better validations on users dbJohn Christopher Anderson
2010-01-07merge account branch to trunkJohn Christopher Anderson
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-09-25Fix speling.Jason David Davies
2009-09-24have cookie auth use ini-file adminsJan Lehnardt
2009-09-24update the AuthSession cookie even if no Set-Cookie is already presentAdam Kocoloski
2009-09-20remove some unneeded opening, closing and passing around of DbJan Lehnardt
2009-09-14View refactoring and addition of raw collationoption. Significant performance...Damien F. Katz
2009-09-11Refactoring of endkey code in views and btrees. End key functionaility is now...Damien F. Katz
2009-09-09choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...Adam Kocoloski
2009-09-05thou shalt make before thou commit, thou shalt make before thou commit, thou ...Jan Lehnardt
2009-09-05code =~ s/imperative/declarative & faster/, thanks to Kostis Sagonas for poin...Jan Lehnardt
2009-09-02use the same password hash calculation for user creation via ini file and use...Jan Lehnardt
2009-09-01remove debugging leftoverJan Lehnardt
2009-08-29merge cascading auth patch by Jason Davies, closes COUCHDB-478, fix testsJan Lehnardt
2009-08-14update allowed methods to reflect realityAdam Kocoloski
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz