-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Conversation
21b5b88
to
e573ca4
Compare
/backport to stable31 |
/backport to stable30 |
/backport to stable29 |
/compile |
…r action Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
0345289
to
115c761
Compare
/compile amend / |
Signed-off-by: skjnldsv <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
115c761
to
7370fe6
Compare
@@ -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...') |
There was a problem hiding this comment.
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...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regression from