-
Notifications
You must be signed in to change notification settings - Fork 19
[WP#57654]switch encryption for oauth secret #694
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
Conversation
8aa270c to
64675d9
Compare
64675d9 to
b9231fc
Compare
Signed-off-by: Sagar <[email protected]>
b9231fc to
71c53dd
Compare
individual-it
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.
there is more logic in createNcOauthClient so need to create unit tests for it
Signed-off-by: Sagar <[email protected]>
…sions Signed-off-by: Sagar <[email protected]>
Signed-off-by: Sagar <[email protected]>
PHP Code CoverageCoverage after merging changeEncryptionForOauthForNC into release/2.7 will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
API test is failing because of the flaky test https://github.com/nextcloud/integration_openproject/actions/runs/10729539649. |
Signed-off-by: nabim777 <[email protected]>
* Drop support for nc 26 (#689) * Adjust or remove code specific to NC-26 Signed-off-by: Sagar <[email protected]> * Adjust or remove things realted to stable 26 Signed-off-by: Sagar <[email protected]> * fix CI failure Signed-off-by: Sagar <[email protected]> * update changelog Signed-off-by: Sagar <[email protected]> --------- Signed-off-by: Sagar <[email protected]> * Remove version comparision for secret encryption (#695) * Remove version comparision for secret encryption Signed-off-by: Sagar <[email protected]> * stlye fix Signed-off-by: Sagar <[email protected]> --------- Signed-off-by: Sagar <[email protected]> * [WP#56328]Fix error message when upload is restricted by file access control in `Nextcloud` (#688) (#696) * Fix the misleading error message when upload is restricted by file access control app * Added php unit test * update change log --------- Signed-off-by: Sagar <[email protected]> Signed-off-by: nabim777 <[email protected]> Co-authored-by: Sagar Gurung <[email protected]> * [WP#57654]switch encryption for oauth secret (#694) * ci: Reduce testing matrix Signed-off-by: Joas Schilling <[email protected]> * CI: Run phpunit test one times more on error (#687) * retry on the phpunit error for ci Signed-off-by: nabim777 <[email protected]> * use pipeline for retry Signed-off-by: nabim777 <[email protected]> --------- Signed-off-by: nabim777 <[email protected]> --------- Signed-off-by: Sagar <[email protected]> Signed-off-by: nabim777 <[email protected]> Signed-off-by: Joas Schilling <[email protected]> Co-authored-by: Nalem7 <[email protected]> Co-authored-by: Joas Schilling <[email protected]> Co-authored-by: Artur Neumann <[email protected]>
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
Description
In OAuth, now the client secret are hashed for greater security which is done in this PR nextcloud/server#47635. Previously we just used to encrypt it.
This PR:
client_secretwhen fetching the client info for the existing user.Related Issue or Workpackage
Screenshots (if appropriate):
Types of changes
Checklist:
CHANGELOG.mdfile