nextcloud/apps/sharebymail
Morris Jobke 24a2107e03
Fix a case where "password_by_talk" was not a boolean (e.g. null or "0") and actively cast it to a boolean
This was the error message that we have seen:

```
Argument 1 passed to OC\\Share20\\Share::setSendPasswordByTalk() must be of the type boolean, null given, called in apps/sharebymail/lib/ShareByMailProvider.php on line 981
```

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-12 17:01:54 +02:00
..
appinfo Update version requirements and versions of shipped apps 2018-09-05 14:27:06 +02:00
composer Bump autoloaders 2018-08-10 15:03:22 +02:00
css Small layout fixes to settings hints 2017-04-25 17:45:35 +02:00
img add share by mail icon, fix #1979 2016-11-03 14:05:43 +01:00
js allow admin to enforce password on mail shares 2017-04-20 16:33:26 +02:00
l10n [tx-robot] updated from transifex 2018-10-10 00:13:11 +00:00
lib Fix a case where "password_by_talk" was not a boolean (e.g. null or "0") and actively cast it to a boolean 2018-10-12 17:01:54 +02:00
templates Remove unused import statements 2018-02-14 16:55:43 +01:00
tests Honour "sendPasswordByTalk" property in mail shares 2018-07-24 13:56:29 +02:00