You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Git at Apache <gi...@git.apache.org> on 2012/05/10 16:21:12 UTC

couchdb pull request: COUCHDB-1472 and COUCHDB-1473

GitHub user asbaker opened a pull request:

    https://github.com/apache/couchdb/pull/22

    COUCHDB-1472 and COUCHDB-1473

    Implemented the hiding of the delete database button for not admin role users. Also implemented the hiding of the security button for users who are not an admin role user or do not have admin privileges for that database. This is for tickets COUCHDB-1472 and COUCHDB-1473.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/asbaker/couchdb COUCHDB-1472-1473

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/22.patch

----
commit 99e4cc9bbc0dfdf60048195a35e716bd41e4c070
Author: Anthony S Baker <an...@gmail.com>
Date:   2012-05-09T10:56:25-07:00

    COUCHDB-1473 and COUCHDB-1472 removed the delete database button if it is not an adminparty or if the current user is not an admin

commit fa6d1526ec28f8bb6b6a2bac3816ed7699856300
Author: Anthony S Baker <an...@gmail.com>
Date:   2012-05-10T07:16:30-07:00

    COUCHDB-1473 and COUCHDB-1472 user admin privileges for security

----