nextcloud/apps
Ferdinand Thiessen b847d2f23f
fix(files_sharing): restore state when updating share failed
We need to save the previous state - here the password - so that if the
update fails we can revert the shown state.
This happens e.g. if you have the password policy app and try to add an
unsecure password.

To reproduce (with password policy):
1. Create new link share
2. enable password protection
3. use insecure password like `1234`
4. save share

Now you see that the update failed, but the password protection is still
enabled. This happened because `password` and `newPassword` were
misused. `password` was already set when `newPassword` was not saved so
we could not know to what we need to reset when the update failed.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-23 18:33:22 +02:00
..
admin_audit fix(l10n): Update translations from Transifex 2025-07-01 00:12:21 +00:00
cloud_federation_api fix(l10n): Update translations from Transifex 2025-07-03 00:12:24 +00:00
comments fix(l10n): Update translations from Transifex 2025-07-22 00:12:37 +00:00
contactsinteraction fix(l10n): Update translations from Transifex 2025-07-03 00:12:24 +00:00
dashboard fix(l10n): Update translations from Transifex 2025-07-04 00:12:18 +00:00
dav fix: adjust setTimeout value for ClearOldStatusesBackgroundJob 2025-07-22 10:41:43 +02:00
encryption fix(l10n): Update translations from Transifex 2025-07-05 00:12:11 +00:00
federatedfilesharing feat(federated-share): forward notification only on remote reshare 2025-07-21 17:02:07 +00:00
federation fix(l10n): Update translations from Transifex 2025-07-04 00:12:18 +00:00
files fix(files): sort favorites navigation alphabetically 2025-07-23 13:28:40 +00:00
files_external fix(l10n): Update translations from Transifex 2025-07-10 00:12:14 +00:00
files_reminders fix(files_reminders): Don't load if disabled for user 2025-07-07 19:02:53 +00:00
files_sharing fix(files_sharing): restore state when updating share failed 2025-07-23 18:33:22 +02:00
files_trashbin Merge pull request #53837 from nextcloud/backport/53112/stable31 2025-07-16 02:16:37 +02:00
files_versions fix(l10n): Update translations from Transifex 2025-07-08 00:12:20 +00:00
lookup_server_connector fix(l10n): Update translations from Transifex 2025-07-18 00:14:04 +00:00
oauth2 fix(l10n): Update translations from Transifex 2025-06-30 12:54:11 +00:00
profile fix(l10n): Update translations from Transifex 2025-07-23 00:12:05 +00:00
provisioning_api fix: force lowercase emails 2025-07-11 09:05:47 +02:00
settings fix(l10n): Update translations from Transifex 2025-07-23 00:12:05 +00:00
sharebymail fix(l10n): Update translations from Transifex 2025-07-16 00:12:18 +00:00
systemtags test: adjust test code for updated @nextcloud/vue version 2025-07-14 22:29:03 +02:00
testing test(dav): add integration test for principal property search 2025-06-17 20:02:30 +02:00
theming fix(theming): Correctly generate CSS for font themes 2025-07-11 19:49:14 +00:00
twofactor_backupcodes fix(l10n): Update translations from Transifex 2025-07-19 00:12:30 +00:00
updatenotification fix(l10n): Update translations from Transifex 2025-07-05 00:12:11 +00:00
user_ldap fix(l10n): Update translations from Transifex 2025-07-13 00:12:06 +00:00
user_status fix: adjust setTimeout value for ClearOldStatusesBackgroundJob 2025-07-22 10:41:43 +02:00
weather_status fix(l10n): Update translations from Transifex 2025-07-22 00:12:37 +00:00
webhook_listeners fix(l10n): Update translations from Transifex 2025-07-19 00:12:30 +00:00
workflowengine fix(l10n): Update translations from Transifex 2025-07-20 00:12:58 +00:00