Ilja Neumann

Results 54 comments of Ilja Neumann

'http.cookie.samesite' => 'Lax' needs to be added to config.php. The root-cause is a recent change in browser behavior. https://web.dev/schemeful-samesite/ localhost != demo.owncloud.com :boom:

I`d vote for option 2 unless 1 is easy. Correct me If I am wrong: The samesite change is done by browser vendors to prevent tracking via third-party cookies. So...

``` ilja@ilja-lap ~/c/core2> ./occ oauth2:create-client --help Usage: oauth2:create-client [options] Options: -U, --redirect-uri=REDIRECT-URI Redirect Url -N, --name[=NAME] Name of the client [default: "a696a05e3d64"] -s, --allow-sub-domain[=ALLOW-SUB-DOMAIN] Allow sub-domain [default: false] ``` Do...

@Dagefoerde Yeah that was my concern, I think we will go the route of not allowing to manually define secrets whatsoever.

- [ ] Build equivalent index for MariaDB/MySQL as most of the acceptance tests run with those.

- [x] Analyze if creating an index on the "parent" column makes sense as the unique-index uses a WHERE. Will this improve INSERT performance? Are indexes used by other indexes?

Just had the same issue. Not an expert but could we fallback to CN or saMAccountName or similar?

Postponed until https://github.com/owncloud/core/issues/23558 is done. Memcache usage will be obsoleted by the introduction of the central user+group account table"

10.0.4 appliance breaks with this error https://github.com/owncloud/user_ldap/issues/141, as a workaround users_ldap can be disabled before installing enterprise bundle and then enabled again 10.0.7 works