Ilja Neumann

Results 23 issues of Ilja Neumann

Croc Full Plaintext Recovery https://redrocket.club/posts/croc/

## Description Remove auth code from loadApps as this shouldn't be handled there. From what we can see the code is not needed. ## Related Issue - Fixes https://github.com/owncloud/core/issues/34524 -...

2 - Developing

As the client now supports more modern checksum algorithms, we should start to plan a upgrade on the server. https://github.com/owncloud/client/pull/6634 SHA3-256 is supported by php natively starting from version 7.1.0

enhancement
discussion
technical debt

Doing BDD for an SPA and trying to keep steps as high-level as possible e.g ``` When user "foo" registers a new account And user "foo" verifies the account Then...

This should be possible to allow certain parameters to be only passed via env: ```go type args struct { AuthKey string `arg:"required,--,-,env:FOO_AUTH_KEY"` } ``` I could try to do a...

As #19 is merged we would like to propose some follow up changes to further improve embedding. ### Configuration files/keys Instead of storing the path to the file the bootstrap...

Hi, I would like to implement mnesia support for toniq. Do you have any preference for how to add an extension point for a different backend? As far as I...

Backport of https://github.com/owncloud/core/pull/41069 Makes it compatible with php7.3