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

feat(server): master works now with upcoming NC 28 #767

Closed blizzz closed 1 year ago

blizzz commented 1 year ago

bump is needed for https://github.com/nextcloud/user_saml/pull/764

blizzz commented 1 year ago

So much to clean up now. Rabbit holes everywhere.

blizzz commented 1 year ago

Failures seem expected due to missing #764

Took a bit different approaches and removed usage of deprecated IAppContainer in Application and went for public \OCP\Server for other on-the-fly injections. In one class i could just use the IEventDispatcher that was actually already passed in the constructor.

blizzz commented 1 year ago

That just leaves the stub to be taken over from or in #764 actually