-
-
Couldn't load subscription status.
- Fork 4.6k
fix(files_sharing): Only send password on change #55580
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 stable31 |
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.
Code makes sense but did not test it
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.
Looks good beside nitpick.
a9b74c0 to
425d455
Compare
|
/compile |
b1799aa to
5d726aa
Compare
|
/compile |
5d726aa to
7b31bf1
Compare
|
/compile |
The password param should never be sent if the intention is not remove it or update it. This commit adapts the frontend and backend to this rule to avoid weird bugs especially around updating new shares. Signed-off-by: nfebe <[email protected]>
06eaddc to
a28834b
Compare
|
/compile |
Signed-off-by: nextcloud-command <[email protected]>
|
/backport to stable32 |
|
/backport to stable31 |
The password param should never be sent if the intention is not remove it or update it.
This commit adapts the frontend and backend to this rule to avoid weird bugs especially around updating new shares.