Hannah von Reth

Results 161 comments of Hannah von Reth

Did you try it with mitmproxy? Mitmproxy usually adds another layer of self signed certs.

The filebrowser extension is not part of the appImage and needs to be installed from either our repos or from your distribution.

Looking at the code, this should already be the case...

I implemented two unit tests for dynamic registration and the fallback appears to be working.

In that case we the authentication fails as we can't compare the server provided user with the requested user. This check is required to prevent mixing up the sync of...

Can you retest with a current client? Was https://github.com/owncloud/client/commit/e939d8b20cfed3b826bfdcd08383634c9f75395d already part of your build?

Relevant code: https://github.com/owncloud/client/blob/f6a7527125dfc6244227ece0232f8f883cea0265/src/gui/folderman.cpp#L475-L475 https://github.com/owncloud/client/blob/f6a7527125dfc6244227ece0232f8f883cea0265/src/gui/folder.cpp#L347-L347 Not sure what the impact of a change would be.

So what are the expectations? That the client performs basic auth until the accounts are properly setup? I fail to see the problem?