Jan Lehnardt

Results 211 comments of Jan Lehnardt

> Would there be an objection to using a similar algorithm for upgrading between sha1 and sha256 here? given that the fallback for an invalid session is re-login, just like...

The travis fails here point to https://github.com/apache/couchdb/blob/master/test/javascript/tests/attachments.js#L300-L301 where we allow attachments stubs to be written verbatim and without length info. There is code to resolve this, but it requires reading...

I propose the following: 1. cherry-pick the change that restores the 4GB request size limit to master/2.2.0. 2. leave this branch/pr open until we made the validate-request-size-on-write function a) complete...

we released 3.2.2 off of 3.2.1 + a few manual backports from 3.x plus the cookie=monster security issue. at the time 3.x had been in flux enough to not be...

heya, I just want to clarify what you’re looking for here? `error,enospc` already says “there was an error, there is no more space on the filesystem”. Do you want this...

for completeness sake, this is where documentation bug is: https://docs.couchdb.org/en/stable/ddocs/views/pagination.html#paging-alternate-method

Original comment > This is great, gratz! > > One question: it’s not clear to me how /_security response will look for buckets having access restrictions, is there a special...

From the PR description: > Each user also now gets a new internal role _user automatically appended to their list of roles to simplify access control setup. If a databases...

I believe https://github.com/apache/couchdb/issues/1323 could make use of this

> are you referring to the base revision against which the update is being applied? If so, isn't this bit surprising? this is a function of the client app, where...