1. 2562556 add license by Robert Kowalski · 9 years ago master
  2. 05f705f Update jquery.ui to 1.10.4 version by Alexander Shorin · 9 years ago
  3. 2809d2e Replicate only specified document ids by Nikolai Teofilov · 13 years ago
  4. 0d5bf69 Show decoded database names in the recently used list by Alexander Shorin · 10 years ago
  5. ef3e74a Futon: support document copying by Alexander Shorin · 10 years ago
  6. fd26e03 Update jQuery UI to 1.9.2 by Alexander Shorin · 10 years ago
  7. e47b1ad jquery.couch: fix document copying by Alexander Shorin · 10 years ago
  8. 95bf167 fix test assertion by Robert Newson · 10 years ago
  9. a72ccf5 s/401/403 by Robert Newson · 10 years ago
  10. c97a98b Configurable upper bound to _uuids count parameter by Robert Newson · 10 years ago
  11. bcb1942 More deferred support to jquery.couch.js by Dale Harvey · 10 years ago
  12. f50114a Add deferred support to jquery.couch.js by telis94 · 10 years ago
  13. d68d03e Use $.inArray instead of indexOf for IE8 compatibility. by Keith Gable · 10 years ago
  14. f73f7db Upgrade password hashes on authentication by Klaus Trainer · 10 years ago
  15. 97ab809 Remove client-side password crypto from JS tests by Klaus Trainer · 10 years ago
  16. 07f1708 remove superfluous 'user_doc.type' by Robert Kowalski · 10 years ago
  17. 31709d6 Add test for path normalization with qs params by Adam Kocoloski · 10 years ago
  18. e806bc0 New Fauxton Build. by suelockwood · 10 years ago
  19. 38b61af jquery.couch.js: db.changes().stop() should abort XMLHTTPRequest by Fedor Indutny · 10 years ago
  20. 493f700 Fix compatibility with jQuery 1.9+ by Alexander Shorin · 10 years ago
  21. d3d0de7 Update jquery.couch docstrings. Fix few typos. by Alexander Shorin · 10 years ago
  22. f38dd44 Include reason for replication failure in _replicator doc by Robert Newson · 10 years ago
  23. 0f3faee Extend support for attachment-related query params by Klaus Trainer · 10 years ago
  24. 4169f70 Remove old jshint.js by Russell Branca · 10 years ago
  25. ebebb53 COUCHDB-1930 - fix - Futon, create New Document and change _id, clicking Save Document will save but sends you to wrong doc by Ben Russell · 10 years ago
  26. 68f033b Merge branch 'remove-e4x-tests' by Jan Lehnardt · 11 years ago
  27. c861f2d Merge branch '1888-fix-user-fields-disabled-for-admins' by Jan Lehnardt · 11 years ago
  28. 4f267df admins can always read all doc fields, regardless of public_fields by Jan Lehnardt · 11 years ago
  29. 45f88b4 unlink plugins from Futon & Fauxton by Jan Lehnardt · 11 years ago
  30. 480b290 only install plugins if their CouchDB version matches the target couch by Jan Lehnardt · 11 years ago
  31. 5af2e1c add `uninstall()`, removed unneeded aplication:load() cruft by Jan Lehnardt · 11 years ago
  32. 4bfd2ff check if plugins are already installed& better install feedback by Jan Lehnardt · 11 years ago
  33. 3c7705f add couchperuser by Jan Lehnardt · 11 years ago
  34. d9b95a5 update hash & version for faux geocouch release by Jan Lehnardt · 11 years ago
  35. dbdc134 hook up futon to /_plugins by Jan Lehnardt · 11 years ago
  36. 801de6b Compiled Fauxton for experimental release. by suelockwood · 11 years ago
  37. fca376c remove E4X tests by Jan Lehnardt · 11 years ago
  38. aabb53d add `users_db_public` config var by Jan Lehnardt · 11 years ago
  39. a9d96ff fix test for 8d7ab8b. cc COUCHDB-1838 by Jan Lehnardt · 11 years ago
  40. 095c111 Merge remote-tracking branch 'adamlofts/1493-fix-zerobyte-json-parsing' by Dirkjan Ochtman · 11 years ago
  41. 1957379 Apply _list functions for _all_docs view. COUCHDB-1139 by Alexander Shorin · 11 years ago
  42. 38d7002 Add tests for COUCHDB-1493 by Adam Lofts · 11 years ago
  43. 7c43a26 Support Last-Event-ID header for eventsource changes feeds by Damjan Georgievski · 11 years ago
  44. 8e5a165 Add a configurable whitelist of public user props by Robert Newson · 11 years ago
  45. fe175ca Allow storing a pre-hashed admin password by Jason Smith (work) · 11 years ago
  46. 4269a98 Add tests for passwords beginning with : by Robert Newson · 11 years ago
  47. 0bc7aef PUT call to database that is not guaranted to exist. by Wendall Cada · 11 years ago
  48. 9434224 Creating existing database causes test to fail. Allowing config PUT to create replicator db. by Wendall Cada · 11 years ago
  49. 195f749 Ensure that waitForSuccess calls have return values. by Wendall Cada · 11 years ago
  50. 89a6655 Test form-urlencoded doc update by Johannes J. Schmidt · 11 years ago
  51. d31a035 Test attachment upload via multipart/form-data by Johannes J. Schmidt · 11 years ago
  52. d112ea6 Really fix `make check-js`. Sorry. by Jan Lehnardt · 11 years ago
  53. 2849c48 fix `make check-js` by Jan Lehnardt · 11 years ago
  54. 8033c46 Do not run attachment_ranges.js in Chrome as Chrome is broken there. by Jan Lehnardt · 11 years ago
  55. b444591 Disable link to Futon test suite by Noah Slater · 11 years ago
  56. 9cb3e3a Reset rewrite counter on new request by Robert Newson · 11 years ago
  57. f6b0150 Merge branch '1675-fix-roles-validation' by Robert Newson · 11 years ago
  58. 0118f3b Only allow strings in user doc "roles" array by Robert Newson · 11 years ago
  59. d6a4245 refactor replicator_db_security to be more resilient by Jan Lehnardt · 11 years ago
  60. 5710c48 split replicator_db tests by Jan Lehnardt · 11 years ago
  61. 4beb348 Avoid badmatch when replicator dbnames have leading slashes. by Jan Lehnardt · 11 years ago
  62. a2cc69b update jquery to 1.8.3 by Jan Lehnardt · 11 years ago
  63. 982009f Send attachment headers in multipart responses by Jan Lehnardt · 11 years ago
  64. ad09940 Ignore multipart epilogue by Robert Newson · 11 years ago
  65. 5a7de82 Improve script url validation by Robert Newson · 11 years ago
  66. 098ff2b Use non-compressed Content-Type in attachments test suites by Dave Cottlehuber · 12 years ago
  67. 3d49c93 Add docs and search links into Futon by Noah Slater · 11 years ago
  68. 9ae6587 use more docs in view_compaction test to ensure a difference by Jan Lehnardt · 11 years ago
  69. 934b1b2 COUCHDB-430,514,764 Fix list HTTP header handling. by Caleb Case · 12 years ago
  70. d615313 Return X-Couch-Id from show functions if doc is created by Robert Newson · 11 years ago
  71. 12dd3fc test for 1608 by Robert Newson · 11 years ago
  72. 12cef72 Revert "Document Id and Rev in response headers" patch by Robert Newson · 11 years ago
  73. e5b8189 Work around race conditions in tests on faster hardware. by Jan Lehnardt · 11 years ago
  74. 908d262 Test the X-Couch-Id header by Benjamin Nortier · 12 years ago
  75. 1f22878 Merged pull request #7 from @mikeymckay, with thanks by Mike McKay · 12 years ago
  76. b7415ec disallow https for remote loading as well by Robin Berjon · 12 years ago
  77. 4d7a020 COUCHDB-1563 ensures urlPrefix is set in all ajax requests by Keks Keksov · 12 years ago
  78. 0e596f1 Ensure JSpec tests are actually run. Continued in COUCHDB-1566. by Alexander Shorin · 12 years ago
  79. 57fc14d COUCHDB-1026 - encode database name when rewriting by Robert Newson · 12 years ago
  80. ff5cebd Add utc_id_suffix UUID algorithm by NickNorth · 12 years ago
  81. 91cb5dd COUCHDB-1511 - User docs require doc.roles by Robert Newson · 12 years ago
  82. 492a650 since=now. Get changes from now. close #COUCHDB-1501 by benoitc · 12 years ago
  83. 47c7425 Add test cases for empty keys query parameter by Adam Lofts · 12 years ago
  84. 8ae021f COUCH-1470 - added error handling for opening missing document in futon. by Anthony S Baker · 12 years ago
  85. f1f8838 Use ajax helper function for _session GET request to stop request cache in IE7 by Ewan McDougall · 12 years ago
  86. d3c8bec COUCHDB-1483 - Update handlers must produce valid doc ids by Robert Newson · 12 years ago
  87. 68c855d COUCHDB-1473 & COUCHDB-1472 - Futon: disable buttons if user has insufficient rights by Anthony S Baker · 12 years ago
  88. 1906fe8 fix changes test to make it wokr on all browsers by benoitc · 12 years ago
  89. 72f3078 fix whitespaces by benoitc · 12 years ago
  90. ae4dc82 add Server-Sent Events protocol to db changes API. close #COUCHDB-986 by benoitc · 12 years ago
  91. 4ef0f76 Use TEquals for great good by Robert Newson · 12 years ago
  92. 21225d6 Limit rewrite recursion depth by Ronny Pfannschmidt · 12 years ago
  93. 1be8393 Do not overwrite X-CouchDB-Requested-Path by Ronny Pfannschmidt · 12 years ago
  94. fb29195 Fixing the replicator_db JS test by Paul Joseph Davis · 12 years ago
  95. 50dc6d4 Fix race condition in the auth db creation by Paul Joseph Davis · 12 years ago
  96. bbcbad1 Fix random failures in replication.js test by Paul Joseph Davis · 12 years ago
  97. 8a4f820 COUCHDB-1060 - Fix tests by Robert Newson · 12 years ago
  98. f18ebbb Simplify changes.js test by Robert Newson · 12 years ago
  99. 741a902 Fix fold reduce with non-inclusive end key by Filipe David Borba Manana · 12 years ago
  100. 5ab10d4 make /_users/_changes admin-only by Jan Lehnardt · 12 years ago