Age | Commit message (Expand) | Author |
2009-08-04 | Initial check-in of OAuth and cookie authentication. | Damien F. Katz |
2009-08-04 | encode slashes in db names in Location response header after database creatio... | Jan Lehnardt |
2009-08-04 | add compile-time conditionals to support the upcoming Spidermonkey 1.8, swap ... | Jan Lehnardt |
2009-08-01 | implement longpolling for _changes, unify _changes-mode parameters, patch by ... | Jan Lehnardt |
2009-08-01 | enable include_docs=true for list functions, patch by Mark Hammond, closes CO... | Jan Lehnardt |
2009-07-29 | Fix for COUCHDB-434. Only reassign previous revid inside the updater process. | Damien F. Katz |
2009-07-23 | Apply patch by Volker Mische to improve the sidebar toggle animation. Really ... | Christopher Lenz |
2009-07-23 | Allow the Futon sidebar to be moved out of the way. Based on idea and patch b... | Christopher Lenz |
2009-07-22 | Fix automatic group=true on reduce views in Futon, which was only getting app... | Christopher Lenz |
2009-07-22 | Fix off-by-one error in Futon view paging. Thanks to Jason Davies for the pat... | Christopher Lenz |
2009-07-22 | Ignore whitespace in reduce code textarea in Futon. Closes COUCHDB-328. | Christopher Lenz |
2009-07-22 | Apply patch by Jason Davies that improves how the view menu is populated: onl... | Christopher Lenz |
2009-07-22 | Avoid usage of `Array.indexOf` function, which is not available on IE (and no... | Christopher Lenz |
2009-07-22 | Change document creation in Futon so that it no longer prompts for a document... | Christopher Lenz |
2009-07-21 | Fix for COUCHDB-318: when adding or renaming a field in Futon, check that a f... | Christopher Lenz |
2009-07-21 | Minor cosmetic cleanup for the custom test page: highight active navitem in s... | Christopher Lenz |
2009-07-21 | Fix for compatibility of Futon with design documents that have slashes in the... | Christopher Lenz |
2009-07-21 | Put the database name in the Futon sidebar in the link title, so it is still ... | Christopher Lenz |
2009-07-21 | Make the view-selection and jump-to-document widgets at the top of the Futon ... | Christopher Lenz |
2009-07-21 | Avoid wrapping of long database names in the Futon sidebar. | Christopher Lenz |
2009-07-21 | One line patch to fix _local docs. | Paul Joseph Davis |
2009-07-21 | fix view selection in Futon for Opera, patch by Alexander Uvarov, closes COUC... | Jan Lehnardt |
2009-07-21 | refactor jquery.couch.js, gets rid of a lot of duplicate code, patch by Yoan ... | Jan Lehnardt |
2009-07-21 | Close jsonp response for _changes requests. Patch by Benoit Chesneau. Closes ... | Jan Lehnardt |
2009-07-20 | Make the view URL in Futon consistent with the URL for views in the HTTP inte... | Christopher Lenz |
2009-07-20 | Initial checkin of _changes filters. The prime weak-spot for this approach is... | John Christopher Anderson |
2009-07-17 | Deterministic revids, MD5 checking of documents, added tracking of rev when a... | Damien F. Katz |
2009-07-14 | wheeeeeeee | Noah Slater |
2009-07-14 | added licence check, and licence.skip | Noah Slater |
2009-07-12 | Added an implementation of Tequals(expect, found, mesg) | Paul Joseph Davis |
2009-07-11 | Updated the custom test run to use a locally defined T() function. | Paul Joseph Davis |
2009-07-11 | Only update a document's _id and _rev if the save was successful. | Paul Joseph Davis |
2009-07-11 | Create tests in Futon. | Paul Joseph Davis |
2009-07-11 | send Location header for new or updated attachments | Jan Lehnardt |
2009-07-11 | tabs -> spaces, other whitespace | Jan Lehnardt |
2009-07-10 | fix whitespace | Jan Lehnardt |
2009-07-10 | remove log statement | Jan Lehnardt |
2009-07-10 | fix attachment etags, thanks Mark Hammond for the test case. closes COUCHDB-386 | John Christopher Anderson |
2009-07-10 | Apply patch from Benoit Chesneau's COUCHDB-404 | John Christopher Anderson |
2009-07-09 | fix and test for scrambling of large inline attachments | Adam Kocoloski |
2009-07-08 | Fixes COUCHDB-389 | Paul Joseph Davis |
2009-07-07 | fix deleted_conflicts qs parameter | Adam Kocoloski |
2009-07-06 | trimmed trailing whitespace | Noah Slater |
2009-07-04 | send utf-8 hearders with list and show responses. closes COUCHDB-392 | John Christopher Anderson |
2009-07-04 | Name view index files by their function hashes for no downtime deploys. Close... | John Christopher Anderson |
2009-07-04 | remove old file | Jan Lehnardt |
2009-06-30 | reset stats on POST /_restart and correct open_databases test. Closes COUCHD... | Adam Kocoloski |
2009-06-27 | A /_whoami handler to provide client apps with access to the active userCtx f... | John Christopher Anderson |
2009-06-22 | Added 'Jump to Document' in the database.htmlscreen. Would like maybe to see ... | Damien F. Katz |
2009-06-15 | Send CouchDB Server: header for all external queries. Fixes COUCHDB-379. | Jan Lehnardt |