summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* COUCHDB-1783 support ASF comments system in readthedocs.org1783-feature-add-asf-comments-in-rtdDave Cottlehuber2013-05-173-0/+34
* Mention CORS support in 1.3.0 changelog.Dirkjan Ochtman2013-05-171-0/+2
* See if using bash fixes TravisRobert Newson2013-05-171-1/+1
* Move myself from THANKS to AUTHORS.Dirkjan Ochtman2013-05-172-1/+1
* remove establish on Log RouteObject as its no longer neededGarren Smith2013-05-161-4/+0
* [couchjs] make stack size option effectiveRandall Leeds2013-05-155-11/+11
* Minor route object bug fixesRussell Branca2013-05-152-2/+2
* Don't log missing '.compact' file when compactingChristopher Bonhage2013-05-151-1/+1
* COUCHDB-1755 notifications should take templatessuelockwood2013-05-151-1/+3
|\
| * Added the option to pass in a data. Data is serialized and will be accessibl...suelockwood2013-04-081-0/+2
| * Let Notifications take a custom template option.suelockwood2013-04-081-1/+1
* | integrate auth module, auth plugin and session objectGarren Smith2013-05-1510-157/+239
* | update to jquery 1.9.1Garren Smith2013-05-151-4834/+5027
* | Add authentication plugin, example module and couchdb adminGarren Smith2013-05-1512-26/+260
* | Route Events working with simplified APIGarren Smith2013-05-1514-274/+96
* | Get Route Event api working with modules and addonsGarren Smith2013-05-1522-371/+535
* | Experimental Route Objects to reduce full page renderingRussell Branca2013-05-157-147/+272
* | remove reliance on config module for auth moduleGarren Smith2013-05-152-7/+33
* | white list auth moduleGarren Smith2013-05-158-0/+540
* | working changing password for adminsGarren Smith2013-05-152-26/+17
* | rename to auth moduleGarren Smith2013-05-156-169/+15
* | basic create admin role and admin partyGarren Smith2013-05-154-19/+114
* | initial addon createdGarren Smith2013-05-153-0/+73
* | COUCHDB-1696 really fix R14B04 supportDave Cottlehuber2013-05-145-40/+26
* | remove bogus NEWS entryRandall Leeds2013-05-131-1/+0
* | Remove pluralNoah Slater2013-05-111-1/+1
* | Zap tabsNoah Slater2013-05-111-3/+3
* | COUCHDB-1788 - tolerate undefined source/target when reading _replicator docsRobert Newson2013-05-061-0/+2
* | Unknown errors on _replicate POST are 500's not 404'sRobert Newson2013-04-291-1/+1
* | Add myself to list of authorsDale Harvey2013-04-291-0/+1
* | Allow external CouchDB servers for Fauxton proxyRussell Branca2013-04-252-11/+16
* | Include R15B03 and R16B in travis-ci build matrixDave Cottlehuber2013-04-251-0/+2
* | Ensure fauxton files are licensed to pass make distcheckDave Cottlehuber2013-04-253-2/+30
* | COUCHDB-1696 final commit and update docsDave Cottlehuber2013-04-255-8/+14
* | COUCHDB-1696 sort ETS table results in test suite to support R16BDave Cottlehuber2013-04-251-7/+7
* | COUCHDB-627 - Support all timezonesRobert Newson2013-04-252-5/+5
* | COUCHDB-1696 fix Mochiweb acceptor blocked in ssl handshakeWei Cao2013-04-252-11/+11
* | COUCHDB-1696 import mochiweb from tag v2.4.2Dave Cottlehuber2013-04-2532-805/+3460
* | Add tests for passwords beginning with :Robert Newson2013-04-231-0/+18
* | Add entries to NEWS and CHANGES for documentationNoah Slater2013-04-182-0/+8
* | fix package.json for fauxtonSimon Metson2013-04-171-8/+42
* | Add 1.3.1 section to NEWS and CHANGESNoah Slater2013-04-122-0/+10
* | Add 1.2.3 section to NEWS and CHANGESNoah Slater2013-04-122-0/+10
* | Stop couchdb test server instance after javascript tests complete.Wendall Cada2013-04-091-0/+1
* | Refactor javascript runner script to handle couchdb restarts. Single interpre...COUCHDB-1762-fix-javascript-testsWendall Cada2013-04-051-40/+77
* | Added supplementary functions for running tests from command line.Wendall Cada2013-04-051-0/+89
* | Remove setup functions from test runner, only allow a single test to be run a...Wendall Cada2013-04-051-61/+23
* | PUT call to database that is not guaranted to exist.Wendall Cada2013-04-051-0/+3
* | Creating existing database causes test to fail. Allowing config PUT to create...Wendall Cada2013-04-051-3/+1
* | Ensure that waitForSuccess calls have return values.Wendall Cada2013-04-052-1/+13
|/