summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Increase Mochiweb RECBUF up to 32768 bytes1986-recbuf-fixAlexander Shorin2014-03-201-0/+1
| | | | | | | Magically solves slow big documents uploading issue for FreeBSD 10 and OSX 10.9.2 COUCHDB-1986
* Speed up and move couch_httpd:find_in_binary.NickNorth2014-03-073-29/+102
| | | | | | See https://issues.apache.org/jira/browse/COUCHDB-1953 (cherry picked from commit 824869c3c059d887da0dbe1cd04eb244c931c27b)
* Update copyright noticeDirkjan Ochtman2014-01-211-1/+1
|
* Remove reference to file that doesn't exist on the branchDirkjan Ochtman2014-01-211-1/+0
|
* Add some line continuations missed in 89c9bd0eDirkjan Ochtman2014-01-211-2/+2
|
* Fixing release makefile to include all fauxton files.suelockwood2014-01-201-0/+21
|
* Empty build tags for release.Dirkjan Ochtman2014-01-171-2/+2
|
* use POSIX tar to support files length > 99benoitc2014-01-161-1/+1
|
* blank files might sink shipsJan Lehnardt2014-01-131-0/+3
|
* Remove warning about 1.6.0 not being released.Dirkjan Ochtman2014-01-121-4/+0
|
* View editor fix on save, notification clearingsuelockwood2014-01-101-5/+15
|
* Don't toggle query option checkboxes when clicking ALL button on all docs page.suelockwood2014-01-101-1/+1
|
* Removing debugging codesuelockwood2014-01-101-15/+0
|
* Export missing function - couch_httpd:send_error/2Peter Lemenkov2014-01-101-1/+1
| | | | Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
* Changes View fixsuelockwood2014-01-091-0/+49
|
* Fix sidebar for new views that have odd characterssuelockwood2014-01-091-1/+18
|
* Fauxton: Update paginate to work with new backboneGarren Smith2014-01-093-56/+13
|
* Fauxton: Update backbone.layoutmanager to V0.9.4Garren Smith2014-01-091-219/+199
|
* Fauxton: Update Backbone to v1.1.0Garren Smith2014-01-091-130/+142
|
* Fix Makefilesuelockwood2014-01-084-4/+3
| | | | Fix include_docs checked.
* Set the default dashboard to include_docs=false for reasons. Performance ↵suelockwood2014-01-083-33/+2
| | | | reasons.
* removing HTML comments from JST templatesBigBlueHat2014-01-081-4/+13
| | | | | This lightens templates.js by removing HTML comments from the templates.
* Fauxton: fix failing testsGarren Smith2014-01-081-7/+7
|
* Fauxton: Improve UX for paginationGarren Smith2014-01-0810-49/+114
|
* update/improve changelog for 1.6Dirkjan Ochtman2014-01-071-7/+20
|
* Merge branch '2025-feature-socks5'Robert Newson2014-01-067-25/+163
|\
| * Mention SOCKS5 protocol option in docsRobert Newson2014-01-062-1/+2
| | | | | | | | COUCHDB-2025
| * Support SOCKS5 protocol for replicationRobert Newson2014-01-065-24/+161
| | | | | | | | | | | | | | | | Using "socks5" as the protocol in the "proxy" parameter of replication requests will cause DNS resolution and data transfer to happen via a SOCKS5 proxy server. COUCHDB-2025
* | Change for showing progress in active tasks. Show docs written insteadsuelockwood2014-01-062-5/+6
| |
* | null pattern check on safeURLnamesuelockwood2014-01-061-1/+2
|/
* move todo list into JIRAJan Lehnardt2014-01-042-72/+5
|
* Fix for saving viewssuelockwood2014-01-041-3/+7
|
* remove reduce when setting view on ddocsuelockwood2014-01-031-3/+4
|
* Fix for setting Ddoc values on view savesuelockwood2014-01-031-10/+3
|
* Fixed an issue with the view editor encoding values when it shouldn'tsuelockwood2014-01-031-3/+3
|
* Document editor needs to clear model before setting the values to remove any ↵suelockwood2014-01-031-1/+1
| | | | prev attributes.
* Make sure missing docs reroute back to all docssuelockwood2014-01-022-15/+9
|
* Skip Ace in the www/share folder for fauxtonsuelockwood2014-01-021-0/+7
|
* New Fauxton Build.suelockwood2014-01-029-35/+14014
| | | | | Added Ace Editor files to Makefile.am Updated settings.json.default to have the correct release root
* Document `data_size` in `/db`Jens Rantil2013-12-281-0/+1
| | | | | | The value is returned, but was missing in the documentation. Signed-off-by: Alexander Shorin <kxepal@apache.org>
* Encode the create a new doc linksuelockwood2013-12-271-1/+1
|
* Add messaging while waiting for DB to delete.suelockwood2013-12-262-59/+64
| | | | Remove buttons from the bottom of the editor
* Autocomplete fix for searching docssuelockwood2013-12-261-1/+1
|
* Search for invalid database name or doc id throws errorsuelockwood2013-12-263-17/+25
|
* Docs: minor typo on INSTALL documentJulian Duque2013-12-242-3/+3
|
* sometimes data_size isn't always there. ok.suelockwood2013-12-231-1/+5
|
* Css fix for editor buttonssuelockwood2013-12-234-21/+41
|
* Fix API urlssuelockwood2013-12-236-14/+42
| | | | Fix data size
* decode ddoc from route.suelockwood2013-12-235-14/+30
| | | | | | | Fix issue with adding ddoc to collection on save, but not on preview regex fix fixed the regex for sniffing for design docs More encoding for Ddocs
* URL ENCODE ALL THE THINGS.suelockwood2013-12-239-38/+67
| | | | | | | | | | | | | Mixin added to test for bad characters that get through couch validation & encode when found. Do not encode already encoded entries. mixin added for scrubbing special characters out of names used as CSS selectors SafeIDs used wherever there is a URL in views redirects & models. Better parsing of _design doc names (use regex) Allow the use of couchdb special characters / _ , $ etc in names for DBs, Views, Search Indexes etc, without breaking everything.