Skip to content

fix(auth): Allow 2FA challenges for Ephemeral sessions - #51544

Merged
nickvergessen merged 1 commit into
masterfrom
bugfix/ios-3365/allow-2fa-for-ephemeral-sessions
Mar 18, 2025
Merged

fix(auth): Allow 2FA challenges for Ephemeral sessions#51544
nickvergessen merged 1 commit into
masterfrom
bugfix/ios-3365/allow-2fa-for-ephemeral-sessions

Conversation

@nickvergessen

@nickvergessennickvergessen commented Mar 18, 2025

Copy link
Copy Markdown
Member

Checklist

@nickvergessennickvergessen self-assigned this Mar 18, 2025
@nickvergessen
nickvergessen requested a review from a team as a code ownerMarch 18, 2025 08:50
@nickvergessen
nickvergessen requested review from Altahrim, artonge and nfebe and removed request for a teamMarch 18, 2025 08:50
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen
nickvergessenforce-pushed the bugfix/ios-3365/allow-2fa-for-ephemeral-sessions branch from 09a9c71 to c9aea8fCompareMarch 18, 2025 08:53
@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable31

@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable30

@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable29

@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable28

@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable27

@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable26

@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable25

@nickvergessen
nickvergessen merged commit 9d738f6 into masterMar 18, 2025
@nickvergessen
nickvergessen deleted the bugfix/ios-3365/allow-2fa-for-ephemeral-sessions branch March 18, 2025 09:15
@backportbot

Copy link
Copy Markdown

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

# Switch to the target branch and update it
git checkout stable25
git pull origin stable25
# Create the new backport branch
git checkout -b backport/51544/stable25
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick c9aea8ff
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/51544/stable25

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


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

@backportbot

Copy link
Copy Markdown

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

# Switch to the target branch and update it
git checkout stable26
git pull origin stable26
# Create the new backport branch
git checkout -b backport/51544/stable26
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick c9aea8ff
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/51544/stable26

Error: Failed to check for changes with origin/stable26: 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Internal server Error on sign in first time

4 participants

@nickvergessen@Altahrim@artonge@provokateurin