Uh oh!
There was an error while loading. Please reload this page.
Show non writable folders during move or copy - #45688
Conversation
artonge
commented
Jun 6, 2024
/backport to stable29 |
artonge
commented
Jun 6, 2024
/backport to stable28 |
2503fc7 to
580352aCompare580352a to
89fe537CompareUh oh!
There was an error while loading. Please reload this page.
susnux
commented
Jun 7, 2024
susnux
commented
Jun 8, 2024
@artonge we need the library change, but you can already change it in this PR: (better also rename |
artonge
commented
Jun 10, 2024
Don't we want to check the current folder's permissions instead of the selected nodes' permissions? |
89fe537 to
8452ba7Comparesusnux
commented
Jun 10, 2024
We want to ensure the picked folder has permissions, so checking the selected node is the way to go :) |
8452ba7 to
a058643Compare
|
a058643 to
7475857Comparesusnux
commented
Jun 12, 2024
Rebased with the required library changes. |
7475857 to
62724caCompare87d3b8e to
b9b5ab4Compareb9b5ab4 to
36aa75fCompareTwo pending issues:
|
36aa75f to
38919a0Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
38919a0 to
4e733e4Compareblizzz
commented
Jun 14, 2024
rebased and commit results of |
4e733e4 to
7ab40a9Compareartonge
commented
Jun 19, 2024
artonge
commented
Jun 19, 2024
/compile / |
Signed-off-by: Louis Chemineau <louis@chmn.me>
004e9c0 to
ae0106eCompare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
The backport to # Switch to the target branch and update it
git checkout stable29
git pull origin stable29
# Create the new backport branch
git checkout -b backport/45688/stable29
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick ae0106ef
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/45688/stable29Error: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
With ACL, a groupfolders might be non-writable but still contain writable sub folders.
Fix#44649
Fixnextcloud/groupfolders#2771
Fixnextcloud/groupfolders#2926