refactor: simplify enabled-state check in validateExAppRequestToNC#860
Conversation
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
|
/backport to stable33 |
|
/backport to stable32 |
|
/backport to stable31 |
|
/backport to stable30 |
|
The backport to # Switch to the target branch and update it
git checkout stable32
git pull origin stable32
# Create the new backport branch
git checkout -b backport/860/stable32
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick ecaaec96
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/860/stable32Error: Failed to check for changes with origin/stable32: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
The backport to # Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/860/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick ecaaec96
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/860/stable31Error: Failed to check for changes with origin/stable31: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
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/860/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 ecaaec96
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/860/stable30Error: Failed to check for changes with origin/stable30: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
Drops the
if (!$isDav)wrapper around the path-infoThe branch was a leftover from the old API-scope system (removed in #373) — there's nothing left for it to gate.
Net: -2 lines, one less branch, single code path for OCS and DAV.