couchdb:feat/add-same-site-secure/master

Last commit made on 2020-09-07
Get this branch:
git clone -b feat/add-same-site-secure/master https://git.launchpad.net/couchdb

Branch merges

Branch information

Name:
feat/add-same-site-secure/master
Repository:
lp:couchdb

Recent commits

cd6b7bd... by janl

feat: add same_site = none_secure option

c.f. https://web.dev/samesite-cookies-explained/

e7822a5... by =?utf-8?q?Bessenyei_Bal=C3=A1zs_Don=C3=A1t?= <email address hidden>

Make COPY doc return only one "ok"

29a5dea... by Robert Newson <email address hidden>

Merge pull request #3125 from apache/improve_jwtf_keystore_error_handling

Improve jwtf keystore error handling

d72a5f5... by Robert Newson <email address hidden>

return a clean error if pem_decode fails

a57b717... by Alessio Biancalana <email address hidden>

Tag elixir tests into meaningful groups

27eefab... by Peng Hui Jiang <email address hidden>

Merge pull request #3118 from apache/dreyfus-cleanup-with-invalid-ddoc

Allow to continue to cleanup search index even if there is invalid design document

253d64a... by jiangph <email address hidden>

Allow to continue to cleanup search index even if there is invalid ddoc

In some situation where design document for search index created by
customer is not valid, the _search_cleanup endpoint will stop to clean
up. This will leave some search index orphan. The change is to allow
to continue to clean up search index even if there is invalid design
document for search.

0c3c4b6... by Tony Sun <email address hidden>

Merge pull request #3116 from apache/fix-explain-text-indexes

fix bookmark passing with text indexes

c14569c... by Tony Sun <email address hidden>

fix bookmark passing with text indexes

Previously, we passed in the unpacked version of the bookmark with
the cursor inside the options field. This worked fine for _find because
we didn't need to return it to the user. But for _explain, we return
the value back as unpacked tuple instead of a string and jiffy:encode/1
complains. Now we correctly extract the bookmark out of options, unpack
it, and then pass it separately in it's own field. This way options
retains it's original string form for the user so that invalid_ejson
is not thrown.

ac69520... by Tony Sun <email address hidden>

Merge pull request #3105 from apache/fix-partition-query-limit

bypass partition query limit for mango