summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)Author
2010-02-28treat deleted docs as nonexistant docsJan Lehnardt
2010-02-28revert accidental commitJan Lehnardt
2010-02-28Merge branch 'show-deleted-docs' into trunkJan Lehnardt
2010-02-26fdmananas patch for filtered replication via COUCHDB-673John Christopher Anderson
2010-02-25commonjs require for show list etc via Mikeal Rogers. closes COUCHDB-658John Christopher Anderson
2010-02-24replicator and view generator can skip check_is_reader when opening database ...John Christopher Anderson
2010-02-24Allow replication to be cancelled. Closes COUCHDB-664. Patch by Robert Newson.Jan Lehnardt
2010-02-23Futon: Fix cookie storage for localhost. Closes COUCHDB-668. Thanks to Matt G...Christopher Lenz
2010-02-23Futon: Make the DB security dialog more compact.Christopher Lenz
2010-02-22fixed race condition in admin creation - thanks Matt GoodallJohn Christopher Anderson
2010-02-22Update jQuery to 1.4.2.Christopher Lenz
2010-02-22Add a proper icon for the security button.Christopher Lenz
2010-02-22_purge was incorrectly returning update_seq.Paul Joseph Davis
2010-02-20Futon: Set rows for document source edit textarea to the numberJan Lehnardt
2010-02-18add JSON to the sandbox for older spidermonkey without native JSONJohn Christopher Anderson
2010-02-18Fixes COUCHDB-640 - Reset views with invalid update seqs.Paul Joseph Davis
2010-02-14fix futon to use _security object. thanks Filipe Manana, closes COUCHDB-654John Christopher Anderson
2010-02-12move from _admins / _readers / _security to just a single _security objectJohn Christopher Anderson
2010-02-05add list()-API cmompatible API to _show. Symmetry FTW.Jan Lehnardt
2010-02-04re-enable 404 handling in show functions while retaining user-friendly error ...Jan Lehnardt
2010-02-04fix COUCHDB-638.Benoit Chesneau
2010-02-03error message on bad security objectJohn Christopher Anderson
2010-02-03enhance reader and admin listsJohn Christopher Anderson
2010-02-02oops. forgot to add this file in latest commitBenoit Chesneau
2010-02-02proxy authentification handler. This handler allows creation of aBenoit Chesneau
2010-02-02old diff. fix unitestBenoit Chesneau
2010-02-02would have been strange to be abble ../../_changes and notBenoit Chesneau
2010-02-02make uuuidCache a local variable. Patch by Jan Kassens. Closes COUCHDB-560.Jan Lehnardt
2010-02-01Database-level security.John Christopher Anderson
2010-02-01fix oauth testJan Lehnardt
2010-02-01improve object handling from query member of the rule. Allow to handleBenoit Chesneau
2010-01-31add url rewriting support.Benoit Chesneau
2010-01-31fix bulkSave(). Patch insipred by Lena Herrmann. Closes COUCHDB-634Jan Lehnardt
2010-01-30Allow Futon to run behind a HTTP proxy.Jan Lehnardt
2010-01-29fix test view for json2.js toXMLString()John Christopher Anderson
2010-01-29Thanks Filipe Manana. Closes COUCHDB-631.John Christopher Anderson
2010-01-26Replace the old JavaScript query server JSON library with json2.jsJohn Christopher Anderson
2010-01-23show conflicts in changes filters. Patch by Lena Herrmann. Closes COUCHDB-630Jan Lehnardt
2010-01-23styleJan Lehnardt
2010-01-20Futon: Prefix cookie names with the port number, so that different CouchDB in...Christopher Lenz
2010-01-20properly encode user name in link urlJohn Christopher Anderson
2010-01-19Futon: Merge the different compaction/cleanup buttons into a single button on...Christopher Lenz
2010-01-19Minor Futon style tweaks.Christopher Lenz
2010-01-19Futon: Simplify placeholder fallback using jQuery live focus events.Christopher Lenz
2010-01-19Upgraded jQuery to 1.4.0.Christopher Lenz
2010-01-18need to add sha1.js to allow account creation on status pageJohn Christopher Anderson
2010-01-18added jquery.dialog to status.html pageJohn Christopher Anderson
2010-01-18normalize userCtx name and roles, also, no log in via a conflict docJohn Christopher Anderson
2010-01-13use config info for users dbJohn Christopher Anderson
2010-01-09better validations on users dbJohn Christopher Anderson