Age | Commit message (Expand) | Author |
2010-06-02 | Add tests for couch.js and jquery.couch.js | Jan Lehnardt |
2010-02-12 | move from _admins / _readers / _security to just a single _security object | John Christopher Anderson |
2010-02-01 | fix oauth test | Jan Lehnardt |
2010-01-30 | Allow Futon to run behind a HTTP proxy. | Jan Lehnardt |
2010-01-18 | normalize userCtx name and roles, also, no log in via a conflict doc | John Christopher Anderson |
2010-01-07 | merge account branch to trunk | John Christopher Anderson |
2010-01-02 | add button to cleanup old view files. closes COUCHDB-610. thanks Ilia Cheishvili | John Christopher Anderson |
2009-11-26 | Setup JavaScript command line runner. | Paul Joseph Davis |
2009-11-20 | whitespace, add missing curly braces, 80 columns width -- no functionality ch... | Jan Lehnardt |
2009-10-16 | added bench/ directory to trunk, contains 2 benchmark suites. | John Christopher Anderson |
2009-10-11 | add create_target:true option to _replicate that creates the target database | Jan Lehnardt |
2009-09-17 | Fixes COUCHDB-396 | Paul Joseph Davis |
2009-09-14 | removed _all_docs_by_seq in favor of _changes | John Christopher Anderson |
2009-08-29 | merge cascading auth patch by Jason Davies, closes COUCHDB-478, fix tests | Jan Lehnardt |
2009-08-12 | rollback _conflicts view patch | Adam Kocoloski |
2009-08-12 | Introduces native Erlang query servers. Closes COUCHDB-377 | John Christopher Anderson |
2009-08-12 | add native /db/_conflicts view, patch by Adam Kocolosk, closes COUCHDB-462 | Jan Lehnardt |
2009-08-04 | Initial check-in of OAuth and cookie authentication. | Damien F. Katz |
2009-07-14 | wheeeeeeee | Noah Slater |
2009-07-06 | trimmed trailing whitespace | Noah Slater |
2009-07-04 | Name view index files by their function hashes for no downtime deploys. Close... | John Christopher Anderson |
2009-05-06 | First cut at _changes api. Update the by_id and by_seq indexes to contain upd... | Damien F. Katz |
2009-03-13 | Commit Damien's rep_security branch to trunk. | John Christopher Anderson |
2009-03-09 | merge design doc resource branch. breaking changes to _view query paths. | John Christopher Anderson |
2009-02-25 | add js test suite for stats, enable access for a previously internal metric | Jan Lehnardt |
2009-02-22 | Add runtime statistics -- without EUnit tests for now. | Jan Lehnardt |
2009-02-22 | Link to design docs that have ddoc.couchapp.index or index.html, from Futon d... | John Christopher Anderson |
2009-02-11 | Changed _uuid to respond to GET instead of POST. Bug COUCHDB-190 | Damien F. Katz |
2009-02-01 | Added options member to design docs. Currently the only option is include_des... | John Christopher Anderson |
2009-01-26 | Change _slow_view back to _temp_view, as discussed on the mailing list (see h... | Christopher Lenz |
2009-01-05 | Delayed commit patch. Allows documents to be saved immediately but fully comm... | Damien F. Katz |
2009-01-04 | Rename _temp_views to _slow_views. Any clients who were using temp views are ... | John Christopher Anderson |
2008-11-20 | Nearly completed security/validation work. Still needs replication testing. | Damien F. Katz |
2008-11-17 | More security and validation work. Still incomplete. | Damien F. Katz |
2008-11-14 | fix for _all_docs_by_seq with include_docs | John Christopher Anderson |
2008-11-11 | Check in of initial validation and authorization work. This work is incomplet... | Damien F. Katz |
2008-10-05 | added multi-key requests to _view, _temp_view, and _all_docs (with help from ... | John Christopher Anderson |
2008-09-09 | Fix for attachment content-type conversion from/to binary in RESTful API. | Christopher Lenz |
2008-08-08 | Idempotent document creation support, new HTTP api to generate UUIDs and supp... | Damien F. Katz |
2008-07-06 | Add RESTful API for document attachments as per http://groups.google.com/grou... | Jan Lehnardt |
2008-06-04 | Add tests for bulk_docs, to verify that COUCHDB-16 has been fixed. | Christopher Lenz |
2008-05-29 | Grouped reduce support. Needs performance work. | Damien F. Katz |
2008-05-26 | * Respond to DELETE requests with a "200 OK" status code instead of "202 Acce... | Christopher Lenz |
2008-05-26 | Fixes to the XHR/Javascript code to be compatible with HTTP/1.0 proxies. Clos... | Christopher Lenz |
2008-05-23 | Initial set of changes to Futon to support the recent introduction map/reduce. | Christopher Lenz |
2008-05-20 | Some javascript code cleanup. | Christopher Lenz |
2008-05-19 | Changed temp view definition to always be jsonobjects with map/reduce source ... | Damien F. Katz |
2008-05-15 | Incremental reduce first checkin. Warning! Disk format change. | Damien F. Katz |
2008-05-01 | fix for compaction problem with attachments, and enhancements to JS shell, to... | Damien F. Katz |
2008-04-07 | Compaction. Works, but still needs queueing and better handling for long read... | Damien F. Katz |