-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Federation 2.0 #9345
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
Merged
Merged
Federation 2.0 #9345
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
5cfe206
start implementing federated sharing 2.0
schiessle 21e64ec
implement receiving of federated shares
schiessle 4c8f3d6
add cloud federation api app
schiessle 6208f25
check if cloud federation api is ready
schiessle a3948e8
use new API to send a federated share if possible
schiessle db428ea
send accept share notification (WIP)
schiessle af178ef
check API Version
schiessle daba042
update capabilities
schiessle bbce8c3
adjust to latest api version
schiessle 8889e14
implement accept share notification
schiessle c572e84
detect correctly if a share was send successful
schiessle b7b8430
fix capabilities
schiessle 41a1528
implement decline share
schiessle fab4e56
send reshare over OCM API
schiessle a176a1f
implement unshare notification
schiessle d77eedd
- Don't remove share before all notifications are created, otherwise …
schiessle 2bb1956
implement RESHARE_UNDO notification
schiessle ed41572
send RESHARE_CHANGE_PERMISSION message
schiessle 61485e3
fix check for reshare permissions
schiessle 957b27f
replace \OCP\Federation\Exception\ShareNotFoundException with the gen…
schiessle 84fc188
some minor fixes and clode cleanup
schiessle 34c4527
add ocm-provider to the list of expected files
schiessle 5d0d33a
remove unused method
schiessle 9d145bb
update tests
schiessle 2e19213
fix notification tests
schiessle 9365fd2
fix external manager tests
schiessle 21b8a87
implement config check
schiessle 2781412
make sure that remote url gets stored with a trailing '/'
schiessle 22d9246
send the display name back after a federated share was received
schiessle 5c8b262
let the actual federated share provider check if incoming/outgoing sh…
schiessle e251b34
cleanup variable naming, it is actually a resource type
schiessle 8d4da30
add support for different share types
schiessle cfb3e80
remove the makefile
schiessle 086e7a0
remove debug output
schiessle cdf8abb
look for correct OCM permissions
schiessle 511a34b
always enable cloud federation api
schiessle 411bae5
fix return type from send share
schiessle ce567b6
remove unused code
schiessle 7ff74ae
cache results from ocm end-point discovery
schiessle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
send RESHARE_CHANGE_PERMISSION message
Signed-off-by: Bjoern Schiessle <[email protected]>
- Loading branch information
commit ed415726d35b019ef085330ee8573d00415bb771
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
left over debug
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.
removed