-
Notifications
You must be signed in to change notification settings - Fork 76
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
Conversation
5e0391c
to
06721ee
Compare
lib/UserBackend.php
Outdated
@@ -35,8 +35,8 @@ | |||
use OCP\IUserBackend; | |||
use OCP\IUserManager; | |||
use OCP\User\Events\UserChangedEvent; | |||
use OCP\User\Events\UserFirstTimeLoggedInEvent; |
There was a problem hiding this comment.
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
There was a problem hiding this 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
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 |
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. |
Tested on globalscale setup |
Signed-off-by: Robin Appelman <robin@icewind.nl>
06721ee
to
d153b6f
Compare
adjusted (and rebased) according to #767 (comment) |
The event dispatcher is dead, long live the event dispatcher