-
Notifications
You must be signed in to change notification settings - Fork 19
[WP#56328]Fix error message when upload is restricted by file access control in Nextcloud
#688
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
…cess control app Signed-off-by: Sagar <[email protected]>
Signed-off-by: Sagar <[email protected]>
Signed-off-by: Sagar <[email protected]>
f32c080 to
5fe5032
Compare
PHP Code CoverageCoverage after merging fix/misleading_message_error into master will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@nabim777 can you manually check it once and then we can merge it? |
…control in `Nextcloud` (#688) * Fix the misleading error message when upload is restricted by file access control app Signed-off-by: Sagar <[email protected]> * Added php unit test Signed-off-by: Sagar <[email protected]> * update change log Signed-off-by: Sagar <[email protected]> --------- Signed-off-by: Sagar <[email protected]> Signed-off-by: nabim777 <[email protected]>
…control in `Nextcloud` (#688) * Fix the misleading error message when upload is restricted by file access control app Signed-off-by: Sagar <[email protected]> * Added php unit test Signed-off-by: Sagar <[email protected]> * update change log Signed-off-by: Sagar <[email protected]> --------- Signed-off-by: Sagar <[email protected]>
…control in `Nextcloud` (#688) * Fix the misleading error message when upload is restricted by file access control app Signed-off-by: Sagar <[email protected]> * Added php unit test Signed-off-by: Sagar <[email protected]> * update change log Signed-off-by: Sagar <[email protected]> --------- Signed-off-by: Sagar <[email protected]> Signed-off-by: nabim777 <[email protected]>
…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]>
|
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.) |
* 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]>
Description
When
Files access controlapp is enabled in the Nextcloud and has some restriction to some file for access (read, write, upload and so on) from our application we seems to pass the status code500and it resulted as internal server error when we direct upload restricted files/folder from OpenProject.This PR:
Related Issue or Workpackage
Screenshots (if appropriate):
Types of changes
Checklist:
CHANGELOG.mdfile