globalsiteselector
globalsiteselector copied to clipboard
The Nextcloud Portal allows you to run multiple small Nextcloud instances and redirect users to the right server
Automated update of the pr-feedback.yml workflow from https://github.com/nextcloud/.github
This patch will move final login steps back to slave so we can use all login related events on the slave, mostly to enable mfa logins.
Automated update of the phpunit-mysql.yml workflow from https://github.com/nextcloud/.github
This PR was automatically generated by the workflow dispatcher Please check that there are no reverted changes before merging ⚠ See templates in https://github.com/nextcloud/.github
This PR was automatically generated by the workflow dispatcher Please check that there are no reverted changes before merging ⚠ See templates in https://github.com/nextcloud/.github
restore `@` to the domain name before regex adding a new configuration to `config/config.php`: ``` 'gss.discovery.manual.mapping.regex.framed' => true|false, ```
dispatch an event on master logout, that should be catched by `user_saml`. Cleaner than redirect
- [x] https://github.com/nextcloud/globalsiteselector/issues/53 Failure in user creation in Lookup Server in a Nextcloud Enterprise 22 instance - [x] https://github.com/nextcloud/globalsiteselector/issues/54 Nextcloud 22: Global Site Selector cannot find the location of a...
Otherwise there might be issues with other apps shipping a different version of that dependency. This is a pattern we already follow in other apps like spreed, user_oidc. Example implementation...