You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/07/14 10:37:51 UTC

[couchdb] branch feat/admin-only-all-dbs updated (6fc9cdd -> b8a6cf7)

This is an automated email from the ASF dual-hosted git repository.

jan pushed a change to branch feat/admin-only-all-dbs
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 6fc9cdd  Optionally prevent non-admins from accessing /_all_dbs
     add 4ea7210  config: improve handling of admin-supplied changes
     add 768e9eb  build: ease pattern matching to be less pedantic about RC
     add a82419b  build: release candidate tarball should have -RCx
     add 5c93cb7  Use couch_util:trim for greater erlang compatibility
     add 3c3546c  string:trim() compat for couch_util:trim()
     add fa3c812  bump deps
     new b8a6cf7  Merge branch 'master' into feat/admin-only-all-dbs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                    | 10 +++++---
 rebar.config.script                         |  4 +--
 src/chttpd/src/chttpd_misc.erl              | 10 +++++---
 src/couch/src/couch_httpd_misc_handlers.erl |  2 +-
 src/couch/src/couch_util.erl                | 40 +++++++++++++++++++++++++----
 5 files changed, 52 insertions(+), 14 deletions(-)


[couchdb] 01/01: Merge branch 'master' into feat/admin-only-all-dbs

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch feat/admin-only-all-dbs
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit b8a6cf793cff243372e098ee5ecb89d9d76c5809
Merge: 6fc9cdd fa3c812
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Sat Jul 14 12:37:49 2018 +0200

    Merge branch 'master' into feat/admin-only-all-dbs

 Makefile                                    | 10 +++++---
 rebar.config.script                         |  4 +--
 src/chttpd/src/chttpd_misc.erl              | 10 +++++---
 src/couch/src/couch_httpd_misc_handlers.erl |  2 +-
 src/couch/src/couch_util.erl                | 40 +++++++++++++++++++++++++----
 5 files changed, 52 insertions(+), 14 deletions(-)