nextcloud/lib/private/Share20
Daniel Calviño Sánchez 8e5aa03834 Fix enabling send password by Talk with same password in mail shares
When "send password by Talk" is enabled in a mail share a new password
must be also set. However, when the passwords of the original and the
new share were compared it was not taken into account that the original
password is now hashed, while the new one is not (unless no new password
was sent, in which case the password of the original share was set in
the new share by the controller, but that was already prevented due to
both passwords being literally the same), so it was possible to set the
same password again.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-29 11:37:43 +00:00
..
Exception Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
DefaultShareProvider.php Merge pull request #20181 from nextcloud/bugfix/noid/dont-break-on-path-null 2020-04-14 18:56:58 +02:00
Hooks.php Update license headers 2019-12-05 15:38:45 +01:00
LegacyHooks.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Manager.php Fix enabling send password by Talk with same password in mail shares 2020-05-29 11:37:43 +00:00
ProviderFactory.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Share.php Update license headers for 19 2020-04-29 11:57:22 +02:00
ShareHelper.php Update license headers 2019-12-05 15:38:45 +01:00