nextcloud/apps/sharebymail/lib
Daniel Calviño Sánchez 9a5b51d43c Fix creating a mail share with a password
When a mail share was created with a password the given password was not
hashed, so it was not possible to open the share with that password.
Moreover, if passwords were enforced the given password was ignored and
a new one was set (although in this case it was hashed so it worked as
expected). Now the given password is properly hashed and not overriden.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-29 11:37:43 +00:00
..
AppInfo Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Settings Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Activity.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Capabilities.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
Settings.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
ShareByMailProvider.php Fix creating a mail share with a password 2020-05-29 11:37:43 +00:00