summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_view.erl
AgeCommit message (Expand)Author
2011-08-15Fix empty range check for raw collation.Paul Joseph Davis
2011-06-30COUCHDB-1206 - include current_seq in view ETag for include_docs=trueRobert Newson
2011-03-09Merged revision 1079939 from trunkFilipe David Borba Manana
2011-02-10Merged revision 1069262 from trunkFilipe David Borba Manana
2010-11-19For absolute consistency, renamed aliases start_key_docid and end_key_docid t...Filipe David Borba Manana
2010-11-19Add aliases start_key, end_key, start_key_docid and end_key_docid.Filipe David Borba Manana
2010-11-17Obvious parsing of the stale view parameter part 2.Jan Lehnardt
2010-11-17Add stale to parse_view_param/2 for consistency.Jan Lehnardt
2010-11-14Allow reduce=false parameter in map-only views.Jan Lehnardt
2010-11-10Support the keys parameter in GET requests.Paul Joseph Davis
2010-10-10Fixes COUCHDB-799 - More granular ETags for views.Paul Joseph Davis
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-09-07remove extra log statementJohn Christopher Anderson
2010-09-07warn when a view query will be empty due to backwards start and end keysJohn Christopher Anderson
2010-08-08provide the update_seq in all_docs view even when it is zeroJohn Christopher Anderson
2010-08-02Add option "stale=update_after" when querying a view. Closes COUCHDB-837.Filipe David Borba Manana
2010-08-02Remove functions from export list that are not used by any other module (incl...Filipe David Borba Manana
2010-07-20require application/json content-type in the remaining places where a POST ha...John Christopher Anderson
2010-07-19remove unguarded atom creation to prevent DOS attacks. closes COUCHDB-829John Christopher Anderson
2010-06-05update_seq is only in view response when update_seq=true is in query paramsJohn Christopher Anderson
2010-06-02trailing whitespace pedantryJan Lehnardt
2010-05-22Major whitespace cleanup, no functional changes.Jan Lehnardt
2010-05-19Don't use module name for module-local function calls that don't affectJan Lehnardt
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-07temp_views should be only available to server and database adminsJohn Christopher Anderson
2010-04-07include update_seq in view responses, patch via Joscha Feth, (mostly) closes ...John Christopher Anderson
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-12-10Add a "Reduce" checkbox to the database view page in Futon, which controls th...Christopher Lenz
2009-11-30ETags on POSTs to _view and _list should depend on Keys. COUCHDB-586Adam Kocoloski
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-11-16Fix a couple typos in the source.Paul Joseph Davis
2009-09-16include_docs now take an _id (as well as a _rev) in the emitted value, to loa...John Christopher Anderson
2009-09-14Fix speling.Jason David Davies
2009-09-14View refactoring and addition of raw collationoption. Significant performance...Damien F. Katz
2009-09-14finish committing my changes adventure. pardon the dust.John Christopher Anderson
2009-09-14removed _all_docs_by_seq in favor of _changesJohn Christopher Anderson
2009-09-11Refactoring of endkey code in views and btrees. End key functionaility is now...Damien F. Katz
2009-08-17allow list function and view function to be in different design docs, patch b...Jan Lehnardt
2009-08-16Update our Erlang VM requirement to 5.6.5 (R12B5). Also fixes the remaining twoPaul Joseph Davis
2009-08-12rollback _conflicts view patchAdam Kocoloski
2009-08-12add native /db/_conflicts view, patch by Adam Kocolosk, closes COUCHDB-462Jan Lehnardt
2009-08-12recloses COUCHDB-4 (view etags) thanks to Matt Goodall for the tests. keep 'e...John Christopher Anderson
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-07-14wheeeeeeeeNoah Slater
2009-07-10Apply patch from Benoit Chesneau's COUCHDB-404John Christopher Anderson
2009-07-08Fixes COUCHDB-389Paul Joseph Davis
2009-07-06trimmed trailing whitespaceNoah Slater
2009-06-18Fixes COUCHDB-383 - Ignore extra URL parameters.Paul Joseph Davis
2009-05-13Closes COUCHDB-334 - Add JSONP support to CouchDBPaul Joseph Davis