nextcloud/tests/lib/Share20
Daniel Calviño Sánchez d582a66bea Honour "sendPasswordByTalk" property in mail shares
When a password was set for a mail share an e-mail was sent to the
recipient with the password. Now the e-mail is no longer sent if the
password is meant to be sent by Talk.

However, before the e-mail was not sent when the share was updated but
the password was not changed. Now an e-mail is sent in that case too if
switching from a password sent by Talk to a password sent by mail.

On the other hand, when switching from a password sent by mail to a
password sent by Talk it is mandatory to change the password; otherwise
the recipient would already have access to the share without having to
call the sharer to verify her identity.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-07-24 13:56:29 +02:00
..
DefaultShareProviderTest.php fix unit tests 2018-07-21 15:02:19 +02:00
LegacyHooksTest.php Move pre_shared and post_shared events to EventDispatcher 2017-08-03 15:14:29 +02:00
ManagerTest.php Honour "sendPasswordByTalk" property in mail shares 2018-07-24 13:56:29 +02:00
ShareHelperTest.php Add more tests for the share helper 2017-04-13 12:58:53 +02:00
ShareTest.php Fix getMock Share 2016-09-07 20:42:38 +02:00