You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/17 23:51:15 UTC

[1/3] couchdb commit: updated refs/heads/master to 70377d5

Repository: couchdb
Updated Branches:
  refs/heads/master 7bb2573b6 -> 70377d5b7


Update fabric with eunit test fix


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/56f845a6
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/56f845a6
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/56f845a6

Branch: refs/heads/master
Commit: 56f845a6626ff0f761e38adcffae875ce2871342
Parents: 7bb2573
Author: Alexander Shorin <kx...@apache.org>
Authored: Sun Oct 18 00:43:57 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sun Oct 18 00:43:57 2015 +0300

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/56f845a6/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index b3eb401..ddf872f 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -42,7 +42,7 @@ DepDescs = [
 {docs,             "documentation",    "8f9f149925e3d42bebd7ffa944982c0c9af4c675", [raw]},
 {ddoc_cache,       "ddoc-cache",       "c762e90a33ce3cda19ef142dd1120f1087ecd876"},
 {ets_lru,          "ets-lru",          "c05488c8b1d7ec1c3554a828e0c9bf2888932ed6"},
-{fabric,           "fabric",           "17f0377807804b7b55db6c6b378d9e266ea52236"},
+{fabric,           "fabric",           "a6d07a1cbf9e7ea07f171f223710891ac7c627b4"},
 {fauxton,          "fauxton",          "ebd9ced89d27de297526acf74ebad88f1c6a6711", [raw]},
 {folsom,           "folsom",           "fbb7bc83806520ffef84107c85f53c1f7113c20d"},
 {global_changes,   "global-changes",   "e55de37ece29b6cbc0af540370d2425159338bf9"},


[2/3] couchdb commit: updated refs/heads/master to 70377d5

Posted by kx...@apache.org.
Add CSRF protection for mango endpoints

COUCHDB-2775


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9c910db6
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9c910db6
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9c910db6

Branch: refs/heads/master
Commit: 9c910db69f088dfff180e10cc93624a0db7439b3
Parents: 56f845a
Author: Alexander Shorin <kx...@apache.org>
Authored: Sun Oct 18 00:46:02 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sun Oct 18 00:46:02 2015 +0300

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/9c910db6/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index ddf872f..07f57c4 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -51,7 +51,7 @@ DepDescs = [
 {ioq,              "ioq",              "c7c75ebeaf41599e3a3e211097d864f0e7785829"},
 {jiffy,            "jiffy",            "ea19c417f9fd52fa3f7ef2d378735e5532c59b29"},
 {khash,            "khash",            "7c6a9cd9776b5c6f063ccafedfa984b00877b019"},
-{mango,            "mango",            "0dd2000f666e49204b0429a81f660de237aaeccf"},
+{mango,            "mango",            "0cc0fb8d2c2e04a4df5a1e7deb198abc78266a97"},
 {mem3,             "mem3",             "de5f32815d3a3136e43924e4723d7e3e0eb02c6e"},
 {mochiweb,         "mochiweb",         "bd6ae7cbb371666a1f68115056f7b30d13765782"},
 {oauth,            "oauth",            "099057a98e41f3aff91e77e3cf496d6c6fd901df"},


[3/3] couchdb commit: updated refs/heads/master to 70377d5

Posted by kx...@apache.org.
Return HTTP 405 for unknown/unsupported request method


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/70377d5b
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/70377d5b
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/70377d5b

Branch: refs/heads/master
Commit: 70377d5b7870cba8a86a4e2f0561d3473d1bffa7
Parents: 9c910db
Author: Alexander Shorin <kx...@apache.org>
Authored: Sun Oct 18 00:49:48 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sun Oct 18 00:49:48 2015 +0300

----------------------------------------------------------------------
 rebar.config.script | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/70377d5b/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 07f57c4..568a274 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -51,13 +51,13 @@ DepDescs = [
 {ioq,              "ioq",              "c7c75ebeaf41599e3a3e211097d864f0e7785829"},
 {jiffy,            "jiffy",            "ea19c417f9fd52fa3f7ef2d378735e5532c59b29"},
 {khash,            "khash",            "7c6a9cd9776b5c6f063ccafedfa984b00877b019"},
-{mango,            "mango",            "0cc0fb8d2c2e04a4df5a1e7deb198abc78266a97"},
-{mem3,             "mem3",             "de5f32815d3a3136e43924e4723d7e3e0eb02c6e"},
+{mango,            "mango",            "a297e2e9e2c006381f982e73a08fff29c4f8db8f"},
+{mem3,             "mem3",             "80fd81b3350dc96918b460b3bfb646fddade80f2"},
 {mochiweb,         "mochiweb",         "bd6ae7cbb371666a1f68115056f7b30d13765782"},
 {oauth,            "oauth",            "099057a98e41f3aff91e77e3cf496d6c6fd901df"},
 {rexi,             "rexi",             "a327b7dbeb2b0050f7ca9072047bf8ef2d282833"},
 {snappy,           "snappy",           "0ab2796f82789895a2a86d403e63f3823d3c5a1d"},
-{setup,            "setup",            "d0a9b722485639fc43ccbfc4267f3a2dd9aa9d5a"},
+{setup,            "setup",            "b9e1f3b5d5a78a706abb358e17130fb7344567d2"},
 {meck,             "meck",             {tag, "0.8.2"}}
 ],