summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fauxton: Upload attachments1811-fauxton-attachment-uploadGarren Smith2013-06-1013-10/+1434
| | | | | | | Can upload an attachment along with progress bar and view it in the code and field editor. Resolves COUCHDB-1811
* Fauxton fix log not refreshingGarren Smith2013-06-061-1/+1
|
* FIX BUILD: add license header to fauxton/templates/../ddoc_info.htmlJan Lehnardt2013-06-051-0/+13
|
* FIX BUILD: add Vagrantfile to license.skipJan Lehnardt2013-06-051-0/+1
|
* fix 140-*.t, reflect mv README README.rstJan Lehnardt2013-06-051-1/+1
|
* Fauxton wrap codemirror errors in try catch.Garren Smith2013-06-041-4/+15
|
* Show view request duration amd goto doc idGarren Smith2013-06-046-11/+91
| | | | This is for issues #1812 and #1810.
* Add design doc metadata to viewGarren Smith2013-06-045-6/+82
| | | | Fixes issue #1816
* Create/edit and query views.Garren Smith2013-06-0411-518/+790
| | | | It is now also possible to preview views with pouch. Issue #1806
* Add documentation on replicationStefan Kögl2013-06-035-347/+460
| | | | | Previously replication.rst described only the _replicator database, but did not provide an overall view on replication.
* Move myself from THANKS to AUTHORSAlexander Shorin2013-06-032-1/+1
|
* Allow storing a pre-hashed admin passwordJason Smith (work)2013-05-313-7/+109
| | | | | | | | | | | | | When duplicating a couch, it is difficult to copy the _config/admins/* values. Storing the encoded value does not work because that value is re-hashed when stored. (Your password is the literal string "-pbkdf2-abcdef...".) This change will store any config setting unmodified if ?raw=true is in the query string. Updating _config/admins/* already requires admin privileges, so there is no change to the security.
* Add Vagrantfilebenoitc2013-05-291-0/+70
| | | | | | | | | | | | | | | | | | This patch allows us to develop and test couchdb using vagrant (http://www.vagrantup.com) . Since we don't have any good debian packaging for now this image is only useful for developers or those who want to use latest couchdb version. To use it run the following commad: $ vagrant up $ vagrant ssh $ cd /vagrant then you can play with the code and build your own distribution of couch. This image is supporting lxc, ec2 and rackspace providers for vagrant.
* Distribute test_setup.jsNoah Slater2013-05-281-0/+1
|
* Remove 1.2.3 sectionsNoah Slater2013-05-282-10/+0
|
* Forward port 1.3.1 changesNoah Slater2013-05-283-24/+47
|
* Update CHANGES for 1.3.1Dave Cottlehuber2013-05-281-1/+1
| | | | COUCHDB-1696
* COUCHDB-1784 update license.skip to support VPATH buildsDave Cottlehuber2013-05-281-1/+1
|
* Update NEWS and CHANGES w 1.3.1 entriesRandall Leeds2013-05-282-0/+25
|
* Remove bashisms from JS test runnerJan Lehnardt2013-05-271-6/+8
| | | | | | | | | | | | 1. Stop using bash arrays. 2. Account for the sh-builtin `echo` not having an `-n` argument on BSDs. 3. Strip spaces from `wc -l` output when calculating the number of tests for 1. Patch by Klaus Trainer & Jan Lehnardt. Closes COUCHDB-1793.
* docs: rewrite sentence about HTTP admins interfaceDirkjan Ochtman2013-05-271-5/+5
|
* docs: don't refer to release chapter in build systemDirkjan Ochtman2013-05-231-3/+0
|
* replace README with README.rst in build systemDirkjan Ochtman2013-05-231-2/+2
|
* docs: add more structure to the release historyDirkjan Ochtman2013-05-231-10/+63
|
* Merge remote-tracking branch 'ocasta/1799-rewrite-session-cookie-fix'Adam Kocoloski2013-05-222-2/+6
|\ | | | | | | Fixes COUCHDB-1799
| * Save the auth values so if the AuthSession cookie has passed the Time left ↵Martin Higham2013-05-222-2/+6
| | | | | | | | threshold it gets updated
* | Fix fauxton boundRoute bugRussell Branca2013-05-221-0/+1
| |
* | rename README to README.rstDirkjan Ochtman2013-05-221-0/+0
| |
* | docs: add Upgrade Notes for 1.2.0Dirkjan Ochtman2013-05-221-0/+44
|/ | | | Synthesized from the Breaking_changes page on the wiki.
* Fauxton - add route and masterlayout to RouteObject initialiseGarren Smith2013-05-224-8/+6
|
* docs: improve chapter title consistencyDirkjan Ochtman2013-05-216-13/+13
|
* docs: move configuration reference down a bitDirkjan Ochtman2013-05-211-1/+1
|
* docs: move upgrade notes into changelog chapterDirkjan Ochtman2013-05-213-48/+19
|
* docs: cut useless section on file permission error messagesDirkjan Ochtman2013-05-213-41/+0
|
* docs: merge separate CommonJS sectionsDirkjan Ochtman2013-05-214-124/+20
|
* docs: improve language, structure in CORS sectionDirkjan Ochtman2013-05-201-49/+34
|
* docs: fold section on CORS into configuration chapterDirkjan Ochtman2013-05-204-157/+139
|
* docs: move sections on vhosts, URL rewriting into configuration chapterDirkjan Ochtman2013-05-204-146/+107
| | | | | The link pointing to an external blog entry that was in the introduction of the Pretty URLs chapter has gone dead, so I've culled the intro.
* Skip R15B02, R15B01, R15B, R14B03 for Travis tests.Dirkjan Ochtman2013-05-201-4/+0
|
* docs: update Makefile.am for recent section foldingDirkjan Ochtman2013-05-201-15/+0
|
* docs: move section on HTTP proxying into configuration chapterDirkjan Ochtman2013-05-203-95/+83
|
* docs: move section on SSL support into configuration chapterDirkjan Ochtman2013-05-203-110/+98
|
* docs: move section on OS daemons into configuration chapterDirkjan Ochtman2013-05-203-51/+39
|
* docs: merge API introduction and actual reference materialDirkjan Ochtman2013-05-203-79/+21
| | | | This gets rid of an empty database maintenance section for now.
* docs: move section on HTTP range requests into API chapterDirkjan Ochtman2013-05-193-73/+61
|
* docs: clean up the contributing guide a littleDirkjan Ochtman2013-05-191-8/+6
|
* docs: add error handling code to EventSource exampleDirkjan Ochtman2013-05-191-0/+4
|
* Fix errors in, improve style of EventSource example code.Dirkjan Ochtman2013-05-191-7/+9
|
* Note the need for allowing CORS for EventSource feeds.Dirkjan Ochtman2013-05-191-0/+6
|
* Fix grammar in EventSource feed type introduction.Dirkjan Ochtman2013-05-191-3/+3
|