-
Notifications
You must be signed in to change notification settings - Fork 2.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
Untangle inter app dependencies #28004
Conversation
ouch ... I'll continue on monday ... or if I really need the pain |
👍 |
@tomneedham help finish this ? |
8b9fcc9
to
7832c54
Compare
Fixed some tests and rebased, let see what else JenVis throws up |
1e875aa
to
0223243
Compare
rebased |
0223243
to
6c0a962
Compare
rebased ⛏ |
restarted CI job... |
@butonic @tomneedham can you guys review each other's commits ? Is this ready for merge if CI approves ? |
@butonic get ready here | any help needed? |
so it can listen to share accept / decline events
6c0a962
to
6503619
Compare
6503619
to
253d7d6
Compare
Rebased and updated tests |
CI passed 🎉 |
please backport |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
fixes #26297 by
introducing public accept and decline share events
make federatedfilesharing inject the 'Add to your ownCloud' button on public pages
load federatedfilesharing when the filesystem is initialized
removing hard dependencies on federatedfilesharing in files_sharing
fix tests
@PVince81 @DeepDiver1975 should we use AcceptRemoteShare and DeclineRemoteShare. I am trying to think ahead because there might be accept / decline events for internal shares in the future...