Skip to content

fix(push): Fix undefined index when accessing token age#3224

Merged
nickvergessen merged 1 commit into
masterfrom
bugfix/noid/fix-undefined-index
Jul 23, 2026
Merged

fix(push): Fix undefined index when accessing token age#3224
nickvergessen merged 1 commit into
masterfrom
bugfix/noid/fix-undefined-index

Conversation

@nickvergessen

Copy link
Copy Markdown
Member

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen added this to the Nextcloud 35 milestone Jul 23, 2026
@nickvergessen
nickvergessen requested a review from sudormant July 23, 2026 07:49
@nickvergessen nickvergessen self-assigned this Jul 23, 2026
@nickvergessen

Copy link
Copy Markdown
Member Author

/backport to stable34

@nickvergessen

Copy link
Copy Markdown
Member Author

/backport to stable33

@nickvergessen

Copy link
Copy Markdown
Member Author

/backport to stable32

@nickvergessen
nickvergessen merged commit de5ae91 into master Jul 23, 2026
46 checks passed
@nickvergessen
nickvergessen deleted the bugfix/noid/fix-undefined-index branch July 23, 2026 10:12
@backportbot

backportbot Bot commented Jul 23, 2026

Copy link
Copy Markdown

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

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

# Create the new backport branch
git checkout -b backport/3224/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 cbd4d9e1

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

Error: 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.

@backportbot

backportbot Bot commented Jul 23, 2026

Copy link
Copy Markdown

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

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

# Create the new backport branch
git checkout -b backport/3224/stable33

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

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

Error: Failed to check for changes with origin/stable33: No changes found in backport branch


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants