summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* 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
* 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
* 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
* docs: fix Sphinx warningDirkjan Ochtman2013-05-181-1/+1
* docs: improve language, consistency in CommonJS sectionDirkjan Ochtman2013-05-181-12/+12
* docs: improve language, consistency in JS query server sectionDirkjan Ochtman2013-05-181-27/+30
* docs: improve language in Erlang query server section.Dirkjan Ochtman2013-05-181-23/+19
* 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