nextcloud / files_lock

GNU Affero General Public License v3.0
24 stars 8 forks source link

fix: Use lock owner display name on error response #251

Closed juliushaertl closed 4 months ago

juliushaertl commented 4 months ago

Fix https://github.com/nextcloud/files_lock/issues/250

susnux commented 4 months ago

@juliushaertl do we backport?

juliushaertl commented 4 months ago

/backport to stable28

juliushaertl commented 4 months ago

/backport to stable27

backportbot[bot] commented 4 months ago

The backport to stable28 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable28
git pull origin stable28

# Create the new backport branch
git checkout -b backport/251/stable28

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 5acd287d

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/251/stable28

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

backportbot[bot] commented 4 months ago

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27

# Create the new backport branch
git checkout -b backport/251/stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 5acd287d

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/251/stable27

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

susnux commented 4 months ago

/backport to stable28

backportbot[bot] commented 4 months ago

The backport to stable28 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable28
git pull origin stable28

# Create the new backport branch
git checkout -b backport/251/stable28

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 5acd287d

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/251/stable28

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

juliushaertl commented 4 months ago

Needs a backport of https://github.com/nextcloud/files_lock/pull/231 first

juliushaertl commented 4 months ago

/backport to stable28

juliushaertl commented 4 months ago

/backport to stable27