-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Move federated_share_added into a typed event #21814
Move federated_share_added into a typed event #21814
Conversation
8ccff5e
to
089e72b
Compare
How clean are we with DAV related code? If other abstractions are in OCP I would vote for that. If there is more stuff that DAV apps use from the dav app directly then we could also just follow that pattern and leave in in dav. |
Well we also have events emitted by the files app and by the sharing app. The issue is you get this weird mix if we move them to OCP. I'd say with the new events it is fine to have them in the apps themselves. That is where they belong. |
3632ae4
to
3587923
Compare
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.
Didn't test but looks sane!
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
f0cf6ad
to
0763a17
Compare
Time to squash the fixups. Ready to get in :) |
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 31002: failurepostgres11-php7.2Show full log
integration-auth
Show full log
|
Failures are the ones that fail regularly but not always. Thus merging and documenting this. |
This was actually a bug introduced here. Let me debug it. |
This only needs documentation. Should I just add it to https://docs.nextcloud.com/server/19/developer_manual/app/events.html#available-events ?
Also should those events be in the apps or in
OCP
?Add to Move hooks and emitters all to the eventdispatcher #14552 if there was a fallback added for the old hook that needs to be removed with the removal of hooks