Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate away from removed event dispatcher #764

Merged
merged 1 commit into from
Sep 8, 2023
Merged

Conversation

icewind1991
Copy link
Member

The event dispatcher is dead, long live the event dispatcher

@@ -35,8 +35,8 @@
use OCP\IUserBackend;
use OCP\IUserManager;
use OCP\User\Events\UserChangedEvent;
use OCP\User\Events\UserFirstTimeLoggedInEvent;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking, since until now we support Nextcloud 25-27, but I guess 28 might be a good cut then to have another stable branch

Copy link
Member

@juliusknorr juliusknorr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change looks good, any urgent need to get this in? Otherwise I'd rather discuss branching plans with Arthur once back

@icewind1991
Copy link
Member Author

It's needed to get the kerberos sso smb working (and fixing the currently failing CI for it), but for now I can continue testing it from the branch

@juliusknorr
Copy link
Member

juliusknorr commented Aug 10, 2023

All right, just a note on user_saml CI, @blizzz started some work to move this to github actions and use new images #712

Edit: Ah, think I misunderstood and you are rather referring to the kerberos tests in server

@blizzz
Copy link
Member

blizzz commented Sep 6, 2023

I am going to branch off to stable-5.2 and adapt master to cater for 28. That would pave the way for this PR.

@ArtificialOwl
Copy link
Member

Tested on globalscale setup

Signed-off-by: Robin Appelman <robin@icewind.nl>
@blizzz
Copy link
Member

blizzz commented Sep 8, 2023

adjusted (and rebased) according to #767 (comment)

@blizzz blizzz merged commit 02b3c9e into master Sep 8, 2023
19 checks passed
@blizzz blizzz deleted the event-dispatcher branch September 8, 2023 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants