summaryrefslogtreecommitdiff
path: root/share/www/script/couch.js
AgeCommit message (Expand)Author
2010-11-10Support the keys parameter in GET requests.Paul Joseph Davis
2010-09-30Revert "COUCHDB-903 - add {ok, true} to COPY result."Robert Newson
2010-09-30COUCHDB-903 - add {ok, true} to COPY result.Robert Newson
2010-09-17JavaScript test suite: adding more semi-collons where necessary to assure com...Filipe David Borba Manana
2010-08-18Fix test suite for Chrome and Safari.Jan Lehnardt
2010-07-27fix CLI js test suite.Robert Newson
2010-07-26Add SSL support to CouchDB.Robert Newson
2010-06-25use proper Accept headers in the test suiteJohn Christopher Anderson
2010-06-24use JSON content type in replicator, require it in the _bulk_docs and other P...John Christopher Anderson
2010-06-02Add tests for couch.js and jquery.couch.jsJan Lehnardt
2010-02-12move from _admins / _readers / _security to just a single _security objectJohn Christopher Anderson
2010-02-01fix oauth testJan Lehnardt
2010-01-30Allow Futon to run behind a HTTP proxy.Jan Lehnardt
2010-01-18normalize userCtx name and roles, also, no log in via a conflict docJohn Christopher Anderson
2010-01-07merge account branch to trunkJohn Christopher Anderson
2010-01-02add button to cleanup old view files. closes COUCHDB-610. thanks Ilia CheishviliJohn Christopher Anderson
2009-11-26Setup JavaScript command line runner.Paul Joseph Davis
2009-11-20whitespace, add missing curly braces, 80 columns width -- no functionality ch...Jan Lehnardt
2009-10-16added bench/ directory to trunk, contains 2 benchmark suites.John Christopher Anderson
2009-10-11add create_target:true option to _replicate that creates the target databaseJan Lehnardt
2009-09-17Fixes COUCHDB-396Paul Joseph Davis
2009-09-14removed _all_docs_by_seq in favor of _changesJohn Christopher Anderson
2009-08-29merge cascading auth patch by Jason Davies, closes COUCHDB-478, fix testsJan Lehnardt
2009-08-12rollback _conflicts view patchAdam Kocoloski
2009-08-12Introduces native Erlang query servers. Closes COUCHDB-377John Christopher Anderson
2009-08-12add native /db/_conflicts view, patch by Adam Kocolosk, closes COUCHDB-462Jan Lehnardt
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-04Name view index files by their function hashes for no downtime deploys. Close...John Christopher Anderson
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-03-13Commit Damien's rep_security branch to trunk. John Christopher Anderson
2009-03-09merge design doc resource branch. breaking changes to _view query paths. John Christopher Anderson
2009-02-25add js test suite for stats, enable access for a previously internal metricJan Lehnardt
2009-02-22Add runtime statistics -- without EUnit tests for now.Jan Lehnardt
2009-02-22Link to design docs that have ddoc.couchapp.index or index.html, from Futon d...John Christopher Anderson
2009-02-11Changed _uuid to respond to GET instead of POST. Bug COUCHDB-190Damien F. Katz
2009-02-01Added options member to design docs. Currently the only option is include_des...John Christopher Anderson
2009-01-26Change _slow_view back to _temp_view, as discussed on the mailing list (see h...Christopher Lenz
2009-01-05Delayed commit patch. Allows documents to be saved immediately but fully comm...Damien F. Katz
2009-01-04Rename _temp_views to _slow_views. Any clients who were using temp views are ...John Christopher Anderson
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-11-17More security and validation work. Still incomplete.Damien F. Katz
2008-11-14fix for _all_docs_by_seq with include_docsJohn Christopher Anderson
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-10-05added multi-key requests to _view, _temp_view, and _all_docs (with help from ...John Christopher Anderson
2008-09-09Fix for attachment content-type conversion from/to binary in RESTful API.Christopher Lenz
2008-08-08Idempotent document creation support, new HTTP api to generate UUIDs and supp...Damien F. Katz
2008-07-06Add RESTful API for document attachments as per http://groups.google.com/grou...Jan Lehnardt
2008-06-04Add tests for bulk_docs, to verify that COUCHDB-16 has been fixed.Christopher Lenz