Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(files_external): request strict password auth on credentials enter action #50910

Merged
merged 6 commits into from
Feb 20, 2025

Conversation

@skjnldsv skjnldsv requested review from a team, susnux, nfebe and szaimen and removed request for a team February 19, 2025 16:37
@szaimen szaimen removed their request for review February 19, 2025 16:52
@skjnldsv skjnldsv force-pushed the fix/files_external-cred-dialog branch from 21b5b88 to e573ca4 Compare February 20, 2025 15:54
@skjnldsv skjnldsv added the 4. to release Ready to be released and/or waiting for tests to finish label Feb 20, 2025
@skjnldsv
Copy link
Member Author

/backport to stable31

@skjnldsv
Copy link
Member Author

/backport to stable30

@skjnldsv
Copy link
Member Author

/backport to stable29

@skjnldsv
Copy link
Member Author

/compile

@skjnldsv skjnldsv force-pushed the fix/files_external-cred-dialog branch from 0345289 to 115c761 Compare February 20, 2025 20:00
@skjnldsv
Copy link
Member Author

/compile amend /

Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
@nextcloud-command nextcloud-command force-pushed the fix/files_external-cred-dialog branch from 115c761 to 7370fe6 Compare February 20, 2025 20:16
@@ -34,45 +34,51 @@ export const action = new FileAction({
* @param node The node to render inline
*/
async renderInline(node: Node) {
const span = document.createElement('span')
span.className = 'files-list__row-status'
span.innerHTML = t('files_external', 'Checking storage...')
Copy link
Member

@nickvergessen nickvergessen Feb 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Red CI is related, oh strange CI is only red on PRs based on this, but not here...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug feature: external storage feature: files regression
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants