nextcloud / user_saml

:lock: App for authenticating Nextcloud users using SAML https://apps.nextcloud.com/apps/user_saml
https://portal.nextcloud.com/article/configuring-single-sign-on-10.html
GNU Affero General Public License v3.0
96 stars 76 forks source link

fix(Groups): take over members during migration #863

Closed blizzz closed 4 months ago

blizzz commented 4 months ago

fixes #862

Also contains a drive-by fix. I noticed that the list of groups is set newly on every repair step run. Commit 541cfdd6e0d1dcca1477105525a2a8da98376013 fixes this.

failing test proof ![Screenshot_20240704_205417](https://github.com/nextcloud/user_saml/assets/2184312/81f87b55-8483-4042-b27d-19380d750f5b)
blizzz commented 4 months ago

need to think about how reasonable and achievable for testing as in the open todo, but otherwise it is pretty much it.