Tobias

Results 21 comments of Tobias

@pb82 I kindly wanted to ask if this is of interest and whether I could do something to get this merged :)

@pb82 Thanks for taking the time :) This runs with the latest release (20.0.2) on my instance and I did not notice any issues.

I rebased to get the latest changes from the 3.0.0 release and tested it with Keycloak 21.1.1

I just rebased to get the changes from the 4.0.0 release. Also tested it with Keycloak 22.0.1.

> @sirkrypt0 I see that `authenticationDisable` is set to `false` by default. Will this change the default behaviour after we merge this? Yes, this would likely be a breaking change,...

Additionally, if we introduce this as a breaking change, we could also think about renaming the `DISABLE_EXTERNAL_ACCESS` variable (I currently kept it as is to be at least compatible with...

Sounds reasonable to me. I'll update the PR.

Same issue appeared to me as well and I created the issue above in Nextcloud server (https://github.com/nextcloud/server/issues/47712) with some more details on the actual bug. TL;DR: users are granted access...

The same issue happened to me as well. The reason Signal thinks the environment changed is because it uses the electron [`safeStorage` API](https://www.electronjs.org/docs/latest/api/safe-storage#safestoragegetselectedstoragebackend-linux) to get the safe storage backend: https://github.com/signalapp/Signal-Desktop/blob/5f611b74f88ebaacc2932b6b2cdd63bde30bf460/app/main.ts#L1659-L1680...

The `is_admin` setting should be set to any key in the **flattened** profile array. When that key is found, the user is added to the Nextcloud `admin` group. The flattening...