[GitHub] couchdb-couch pull request: Add CSRF protection

2015-08-05 Thread rnewson
Github user rnewson commented on the pull request: https://github.com/apache/couchdb-couch/pull/80#issuecomment-127995054 @kxepal +1? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[jira] [Commented] (COUCHDB-2762) Add CSRF protection

2015-08-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14658205#comment-14658205 ] ASF subversion and git services commented on COUCHDB-2762: --

[jira] [Commented] (COUCHDB-2762) Add CSRF protection

2015-08-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14658207#comment-14658207 ] ASF GitHub Bot commented on COUCHDB-2762: - Github user asfgit closed the pull

[jira] [Commented] (COUCHDB-2762) Add CSRF protection

2015-08-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14658209#comment-14658209 ] ASF subversion and git services commented on COUCHDB-2762: --

[GitHub] couchdb-fauxton pull request: Use CSRF protection if available

2015-08-05 Thread rnewson
Github user rnewson commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/488#issuecomment-127999171 An iteration over this would be for all our currently $.ajax calls to call a function of our own making. I did it this way to be sure I got them all. --- If

[GitHub] couchdb-fauxton pull request: Use CSRF protection if available

2015-08-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/488 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[jira] [Resolved] (COUCHDB-2762) Add CSRF protection

2015-08-05 Thread Alexander Shorin (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Shorin resolved COUCHDB-2762. --- Resolution: Fixed Add CSRF protection --- Key:

[GitHub] couchdb-couch pull request: Epi hooks

2015-08-05 Thread iilyak
Github user iilyak commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/81#discussion_r36309591 --- Diff: include/couch_db.hrl --- @@ -91,10 +91,27 @@ design_url_handlers, auth, default_fun, -url_handlers +

[GitHub] couchdb-couch pull request: Epi hooks

2015-08-05 Thread iilyak
Github user iilyak commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/81#discussion_r36313029 --- Diff: src/couch_httpd_auth.erl --- @@ -346,10 +346,10 @@ handle_session_req(#httpd{method='GET', user_ctx=UserCtx}=Req, _AuthModule) -

[GitHub] couchdb-couch pull request: Epi hooks

2015-08-05 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/81#discussion_r36313615 --- Diff: src/couch_httpd_auth.erl --- @@ -346,10 +346,10 @@ handle_session_req(#httpd{method='GET', user_ctx=UserCtx}=Req, _AuthModule) -

[GitHub] couchdb-couch pull request: Epi hooks

2015-08-05 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/81#discussion_r36315130 --- Diff: include/couch_db.hrl --- @@ -91,10 +91,27 @@ design_url_handlers, auth, default_fun, -url_handlers +

[GitHub] couchdb-fauxton pull request: React query options

2015-08-05 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/483#issuecomment-128056946 wowowow everything is working when i tested it today :D :+1: --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] couchdb-fauxton pull request: React query options

2015-08-05 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/483#issuecomment-128068897 For app/addons/documents/assets/less/queryOptions.less (line 93)

[GitHub] couchdb-chttpd pull request: Epi hooks

2015-08-05 Thread iilyak
Github user iilyak commented on a diff in the pull request: https://github.com/apache/couchdb-chttpd/pull/53#discussion_r36356756 --- Diff: src/chttpd_auth.erl --- @@ -12,15 +12,70 @@ -module(chttpd_auth). +-export([authenticate/2]).