This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revamp OCM invitation workflow (cs3org#3611)
* Refactored OCM Invite manager * Updated /invite-accepted endpoint to the last OCM APIs spec (OCM-API#54) * Introduced mutual exchange of user information on invitation accept * Add errors as specified by the OCM and cs3apis specs (OCM-API#58, cs3apis#198) * Allow user to specify a description when generating an invitation token * Split old ocmd http service in two services (OCM and sciencemesh) * OCM: required changes to comply with the invitation workflow cs3org#3540 * ocm services contain only the implementation of the OCM APIs (https://cs3org.github.io/OCM-API/docs.html) * sciencemesh is meant for reva clients (like web) for interacting with tokens and shares in OCM * Written integration tests for the invitation workflow (both grpc and http)
- Loading branch information
Showing
38 changed files
with
1,957 additions
and
1,191 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Enhancement: Revamp OCM invitation workflow | ||
|
||
https://github.com/cs3org/reva/pull/3611 | ||
https://github.com/cs3org/reva/issues/3540 |
This file contains 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 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 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 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 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 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
Oops, something went wrong.