-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable31] fix(files_sharing): use newPassword always for the unsaved password
#55073
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
Conversation
|
/backport to stable32 |
|
/backport to master |
szaimen
left a comment
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.
🐘
Antreesy
left a comment
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.
`newPassword` is the unsaved password, while `share.password` is the current saved password. Signed-off-by: Ferdinand Thiessen <[email protected]>
e95fadb to
ee97330
Compare
|
/compile |
Signed-off-by: nextcloud-command <[email protected]>
|
Is this patchable? Since it's vue and frontend? I am not sure |
|
@mpivchev not really, best to wait for the release on October 9, 2025 |
|
Regression fix in #56278 |

Summary
newPasswordis the unsaved password, whileshare.passwordis the current saved password.Checklist