fix: optimize file loading#4819
Conversation
When load a file, we have the owner, this optimize the file loading preventing to search by nodeId at all places Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
886f2cd to
59c7314
Compare
Signed-off-by: Vitor Mattos <vitor@php.rio>
e48341f to
abbe398
Compare
Signed-off-by: Vitor Mattos <vitor@php.rio>
5edc9c6 to
14334f5
Compare
|
/backport to stable31 |
|
/backport to stable30 |
|
The backport to # Switch to the target branch and update it
git checkout stable30
git pull origin stable30
# Create the new backport branch
git checkout -b backport/4819/stable30
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 74a15438 59c73145 abbe3985 14334f5a
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4819/stable30Error: Failed to push branch backport/4819/stable30: To https://github.com/LibreSign/libresign.git Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport to stable30 |
|
The backport to # Switch to the target branch and update it
git checkout stable30
git pull origin stable30
# Create the new backport branch
git checkout -b backport/4819/stable30
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 74a15438 59c73145 abbe3985 14334f5a
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4819/stable30Error: Failed to push branch backport/4819/stable30: To https://github.com/LibreSign/libresign.git Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport to stable30 |
|
The backport to # Switch to the target branch and update it
git checkout stable30
git pull origin stable30
# Create the new backport branch
git checkout -b backport/4819/stable30
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 74a15438 59c73145 abbe3985 14334f5a
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4819/stable30Error: Failed to push branch backport/4819/stable30: To https://github.com/LibreSign/libresign.git Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport to stable29 |
|
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/4819/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 74a15438 59c73145 abbe3985 14334f5a
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4819/stable29Error: Failed to push branch backport/4819/stable29: To https://github.com/LibreSign/libresign.git Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
When load a file, we have the owner, this optimize the file loading preventing to search by nodeId at all places