nextcloud/tests
Daniel Calviño Sánchez 45de42a6b8 Fix disabling send password by Talk without new password in mail shares
When "send password by Talk" was disabled in a mail share it was
possible to keep the same password as before, as it does not pose any
security issue (unlike keeping it when "send password by Talk" is
enabled, as in that case the password was already disclosed by mail).

However, if a mail share is updated but the password is not set again
only the hashed password will be available. In that case it would not
make sense to send the password by mail, so now the password must be
changed when disabling "send password by Talk".

Note that, even if explicitly setting the same password again along with
the "send password by Talk" property would work, this was also prevented
for simplicity.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-29 02:46:12 +02:00
..
Core use the loginname to verify the old password in user password changes 2020-05-26 16:53:25 +02:00
acceptance Merge pull request #20419 from nextcloud/dependabot/npm_and_yarn/various 2020-04-11 08:18:14 +02:00
apps Validate the info.xml against the appstore schema file 2018-02-16 10:23:51 +01:00
data Fix notification mail tests 2020-05-01 03:00:42 +02:00
docker Use the short array syntax, everywhere 2020-03-26 16:34:56 +01:00
lib Fix disabling send password by Talk without new password in mail shares 2020-05-29 02:46:12 +02:00
objectstore make object prefix configurable 2016-11-14 15:10:56 +01:00
travis Changed name of default logfile from owncloud.log to nextcloud.log. 2016-07-04 11:50:32 +02:00
ui-regression Remove fs package 2019-07-01 11:24:58 +02:00
apps.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
bootstrap.php Use a blank line after the opening tag 2020-04-09 11:50:14 +02:00
drone-run-integration-tests.sh Only run integration tests when PHP was modified 2019-08-27 11:31:15 +02:00
drone-wait-objectstore.sh Kill objectstore CI if we can't create a file 2018-02-26 14:54:27 +01:00
enable_all.php Add tests 2018-01-25 13:44:47 +01:00
karma.config.js Move core/js/files to webpack 2020-05-22 20:28:31 +02:00
phpunit-autotest-external.xml Adjust the phpunit config 2016-05-25 15:14:37 +02:00
phpunit-autotest.xml Make phpunit8 compatible 2019-11-27 13:34:41 +01:00
preseed-config.php Use a blank line after the opening tag 2020-04-09 11:50:14 +02:00
redis-cluster.config.php Fix drone 2017-07-14 15:04:18 +02:00
redis.config.php Fix drone 2017-07-14 15:04:18 +02:00
startsessionlistener.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00