summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)Author
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
2010-01-07merge account branch to trunkJohn Christopher Anderson
2010-01-02add _view_cleanup.html to the MakefileJohn Christopher Anderson
2010-01-02add button to cleanup old view files. closes COUCHDB-610. thanks Ilia CheishviliJohn Christopher Anderson
2009-12-23Follow RFC 2616 closer and use "verb" instead of "method"Jan Lehnardt
2009-12-22remove show from db doc GET handler, completing flip-flop on COUCHDB-404John Christopher Anderson
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-12-12Create a new sandbox for each reset.Paul Joseph Davis
2009-12-12Futon: Improve display of multi-line strings in tabular document view.Christopher Lenz
2009-12-11Futon: Show empty lists and objects in document view as [] and {}, respectively.Christopher Lenz
2009-12-11Futon: Remember tabular vs. source tab preference in a cookie.Christopher Lenz
2009-12-11Futon: A couple of bug fixes:Christopher Lenz
2009-12-11Futon: Allow control over the group and group_level options on reduce views.Christopher Lenz
2009-12-11Futon: Improve storage of session state by storing short-term settings in the...Christopher Lenz
2009-12-10Futon: Fix toggling of reduce checkbox on database page.Christopher Lenz
2009-12-10Add a "Reduce" checkbox to the database view page in Futon, which controls th...Christopher Lenz
2009-12-10Futon: Update all the cache invalidation query strings from 0.9.0 to 0.11.0.Christopher Lenz
2009-12-10Futon: Also enable tab insertion in the custom test textarea.Christopher Lenz
2009-12-09Futon: Gecko now supports box-shadow, too.Christopher Lenz
2009-12-09The "View Code" expansion triangle now actually shows the expanded/collapsed ...Christopher Lenz
2009-12-09A couple of Futon improvements:Christopher Lenz
2009-12-06fix COUCHDB-593, thanks Roger Binns for reportingJohn Christopher Anderson
2009-12-02removed add_fun optimization for filters, this provides better concurrency at...John Christopher Anderson
2009-12-01change some timings to make the changes test more robustJohn Christopher Anderson
2009-11-30passing test for filtered continuous changesJohn Christopher Anderson