summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Verify that auth-related properties are well-formed2221-bug-validate-auth-paramsRobert Newson2014-04-064-4/+54
| | | | | | | | | | | | | | | | | Passing unexpected values to auth fields can result in server issues. Notably, setting "iterations" to a string will cause an infinite loop as the comparison 'when Iteration > Iterations' will never evaluate to true. The latest validate_doc_update prevents user docs with this problem and administrators can deploy that check themselves (and only administrators can edit design documents). A server administrator can also insist on lower and upper bounds for iteration count to reject weakly protected passwords and resource-hungry passwords respectively. COUCHDB-2221
* Fauxton: fix undefined d3 dependencyRobert Kowalski2014-04-051-1/+1
| | | | Fixes the ActiveTasks View
* Update call can take longer than 5 secondsRobert Newson2014-04-011-1/+1
|
* Fauxton: Fix global varRobert Kowalski2014-04-011-1/+1
|
* Model was deleting id (not _id) that is set by user. Also a bunch of ↵suelockwood2014-04-011-9/+8
| | | | whitespace cleanup.
* Update template helpers with utils methods for encoding and removing special ↵suelockwood2014-04-011-6/+11
| | | | characters
* Describe HTTP 403 response reasons for /_uuids resourceAlexander Shorin2014-04-011-0/+4
|
* Add What's New item about uuids.max_count optionDirkjan Ochtman2014-04-011-0/+9
|
* Add documentation for new uuids.max_count optionDirkjan Ochtman2014-04-011-0/+11
|
* Increase mochiweb socket buffers up to 256KiBAlexander Shorin2014-04-011-0/+1
| | | | | | | | This dramatically improves replication speed for large documents and attachments and resolves replication test timeout for FreeBSD 10 and OSX 10.9.2 Fixes COUCHDB-1986
* Fauxton: fix tests for AuthRobert Kowalski2014-03-301-1/+1
|
* moving myself from THANKS to AUTHORSRobert Kowalski2014-03-292-1/+1
|
* change the documentation for unixAndy Wenk2014-03-271-1/+3
| | | | | the testsuite in Futon is not linked anymore (/_utils/couch_tests.html) but there is the verify installation page. Changed the docs accordingly.
* minor documentation fixAndy Wenk2014-03-271-1/+1
|
* s/401/403Robert Newson2014-03-271-1/+1
|
* s/max/max_countRobert Newson2014-03-271-1/+1
|
* Fix Fauxton dependancie issuesGarren Smith2014-03-276-30/+25
| | | | | | | | I've modified nv.d3 to be an amd module. This isn't pretty but it's the best fix, otherwise we cannot use this library. I've also added a new config in settings.json.default for couchapp deployment as the current release config doesn't work with a couchapp
* Fix the build for the d3 updatesuelockwood2014-03-263-6/+21
|
* docs: clarify that .d and multiple .ini files only apply to unixDave Cottlehuber2014-03-261-11/+20
| | | | | | - closes COUCHDB-2104 Thanks Ole Johan for reporting this
* s/teh/the in json-structureBigBlueHat2014-03-261-1/+1
|
* fixed _update function exampleBigBlueHat2014-03-261-1/+1
| | | | | It was only checking for req.id existance (it should always be included in the request) and not its truthiness.
* Readd 'Could not create admin.' to the beginning of the error messageRobert Kowalski2014-03-261-5/+13
| | | | was removed in b63ff1b50b7bde0c8f1f95988d076dda63f41fed
* clarified what a complex key is in view collationBigBlueHat2014-03-251-2/+2
|
* put back JSON return value in collation exampleBigBlueHat2014-03-251-1/+1
| | | | Originally removed in 0f7be287d6a9358d960beb17b16ad7b5e20bd360
* moving myself from THANKS to AUTHORSBigBlueHat2014-03-252-1/+1
|
* Updating pie chart to reflect nvd3's removal of pie.values(), tweaking CSS ↵Christian Hogan2014-03-253-5/+13
| | | | to make pie chart fit all nice like.
* Updating d3 license year to match d3's official license.Christian Hogan2014-03-251-1/+1
|
* Require.js config to support d3 v3 update.Christian Hogan2014-03-251-0/+8
|
* Updating d3 to v3.4.3 and nv.d3 to v1.1.15Christian Hogan2014-03-253-7106/+10718
|
* Configurable upper bound to _uuids count parameterRobert Newson2014-03-253-0/+11
|
* Fauxton: Redirected to correct page after loginGarren Smith2014-03-255-7/+36
| | | | Fixes COUCHDB-2209
* Improving misleading example. Do not emit(foo, doc)!Joan Touzet2014-03-211-5/+10
|
* Fix error messageAndy Wenk2014-03-211-1/+1
| | | | | Small typo in the error message. Was ?=rev but should read ?rev=
* fix documentationAndy Wenk2014-03-211-1/+7
| | | | | explain why the HTTP status code 400 will be returned when ?rev= is included in the request URL
* fix wording in json-structureAndy Wenk2014-03-211-4/+4
|
* Merge branch 'fix/build2' of https://github.com/robertkowalski/couchdbAndy Wenk2014-03-210-0/+0
|\ | | | | | | This closes #190
| * Fauxton: Fix testsRobert Kowalski2014-03-211-4/+16
| |
| * Fauxton: fix global varRobert Kowalski2014-03-211-1/+1
| |
| * Fauxton: fix intendationRobert Kowalski2014-03-211-18/+19
| |
* | Fauxton: fix global varRobert Kowalski2014-03-211-4/+5
| |
* | Fauxton: Config test fixesRobert Kowalski2014-03-212-23/+36
|/
* Fauxton: Fire authenticated event when user is authenticatedGarren Smith2014-03-211-0/+2
|
* some minor documentatiom fixesAndy Wenk2014-03-211-3/+3
|
* update documentationAndy Wenk2014-03-201-3/+4
| | | | | explain better what happens with the view index when documents in a view are being processed
* Keys validation, textarea and cleanupGarren Smith2014-03-204-28/+90
|
* Remove Stale for all docs, but keep it for indexessuelockwood2014-03-201-0/+6
|
* Cleaning up query options UIsuelockwood2014-03-203-83/+160
| | | | | | | null object fix. Improved key support initial linking with paginate Fix linting issue
* Fix error message in database permissionsRobert Kowalski2014-03-191-1/+1
| | | | Show the message from the server instead of the whole JSON as text
* Edit Config name with validation.suelockwood2014-03-194-15/+54
| | | | Fix for config modal height
* update copyright year for CouchDB to 2014Robert Newson2014-03-181-1/+1
|