-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use uid from filepath #116
Conversation
R0Wi
commented
May 7, 2022
- Read user id from filepath, don't use fileowner
- Use new \OCP\BackgroundJob\QueuedJob base class
- Closing File was not found because wrong user id #110
Codecov Report
@@ Coverage Diff @@
## master #116 +/- ##
===========================================
Coverage 100.00% 100.00%
+ Complexity 128 125 -3
===========================================
Files 23 23
Lines 466 457 -9
Branches 4 4
===========================================
- Hits 466 457 -9
Continue to review full report at Codecov.
|
* Read user id from filepath, don't use fileowner * Use new \OCP\BackgroundJob\QueuedJob base class * Closing #110
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable23 stable23
# Navigate to the new working tree
cd .worktrees/backport-stable23
# Create a new branch
git switch --create backport-116-to-stable23
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick ---mainline 1 3b0f56a6c6d4e034a02771a539f64648aaf48b7d
# Push it to GitHub
git push --set-upstream origin backport-116-to-stable23
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable23 Then, create a pull request where the |
* Read user id from filepath, don't use fileowner * Use new \OCP\BackgroundJob\QueuedJob base class * Closing #110
* Read user id from filepath, don't use fileowner * Use new \OCP\BackgroundJob\QueuedJob base class * Closing #110
I tried this new version. |
Thank's for your feedback. The fix will be released with the next version for NC23 and NC24 😎 |