-
Notifications
You must be signed in to change notification settings - Fork 19
[OP#44727] let NC delete the OAuth client #273
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
Conversation
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
Signed-off-by: Artur Neumann <[email protected]>
JS Code CoverageCoverage after merging letNCdeleteTheOauthClient into master will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
kiranparajuli589
approved these changes
Nov 17, 2022
Contributor
kiranparajuli589
left a comment
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.
- NC OAuth is successfully removed while restting the admin configurations
- NC OAuth is successfully updated after updating the
oauth_instance_urlin the Server Host Form
LGTM 👍
Collaborator
Author
|
I believe we can merge this. When nextcloud/server#35094 gets into the NC server core it will change details what happens on client deletion, but that should not affect us here except of solving the original issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The current code does the oauth client deletion the same way as it is done in the NC code
compare https://github.com/nextcloud/integration_openproject/blob/master/lib/Service/OauthService.php#L113-L119 with https://github.com/nextcloud/server/blob/master/apps/oauth2/lib/Controller/SettingsController.php#L93-L96
This PR lets the NC code handle the deleting and together with nextcloud/server#35094 it is an alternative to #261 and will fix https://community.openproject.org/projects/nextcloud-integration/work_packages/44727