nextcloud/apps/files_external/lib
Lukas Reschke db2ddb5441 Properly cast type
The current logic is checking whether:

1. The returned value is a boolen
2. The returned value is a string and then matches for "true"

Since the config is now written to the database the data is now a string with the value "1" if HTTPS is set to true. Effectively this option was thus always disabled at the moment, falling back to plain HTTP.

This change casts the data to a boolean if it is defined as boolean.

Fixes https://github.com/owncloud/core/issues/22605
Fixes https://github.com/owncloud/core/issues/22016
2016-02-24 19:58:41 +01:00
..
auth remove global credentials 2016-02-17 13:55:27 +01:00
backend Introduce 'login credentials' auth mechanism 2016-01-18 11:10:41 +01:00
config handle exception in availibilty check 2016-02-04 16:33:08 +01:00
amazons3.php Happy new year! 2016-01-12 15:02:18 +01:00
api.php Happy new year! 2016-01-12 15:02:18 +01:00
config.php Happy new year! 2016-01-12 15:02:18 +01:00
definitionparameter.php Add occ files_external:create command to add new mounts 2016-02-05 14:20:22 +01:00
dependencytrait.php Happy new year! 2016-01-12 15:02:18 +01:00
dropbox.php Happy new year! 2016-01-12 15:02:18 +01:00
failedcache.php set read permissions on failed mount root 2016-02-04 16:41:27 +01:00
failedstorage.php Fix invalid storages not showing in directory listing 2016-01-29 14:50:52 +01:00
frontenddefinitiontrait.php Dont set null values when validating storage definition 2016-01-29 14:51:30 +01:00
ftp.php Happy new year! 2016-01-12 15:02:18 +01:00
google.php Merge pull request #22405 from owncloud/gdrive-mimetype-and-office-fixes 2016-02-19 09:13:35 +01:00
identifiertrait.php Happy new year! 2016-01-12 15:02:18 +01:00
insufficientdataformeaningfulanswerexception.php fix error code for unconfigured user provided auth 2016-02-04 16:47:41 +01:00
legacydependencycheckpolyfill.php Happy new year! 2016-01-12 15:02:18 +01:00
missingdependency.php Happy new year! 2016-01-12 15:02:18 +01:00
notfoundexception.php Happy new year! 2016-01-12 15:02:18 +01:00
owncloud.php Happy new year! 2016-01-12 15:02:18 +01:00
personalmount.php Happy new year! 2016-01-12 15:02:18 +01:00
prioritytrait.php Happy new year! 2016-01-12 15:02:18 +01:00
sessionstoragewrapper.php Happy new year! 2016-01-12 15:02:18 +01:00
sftp.php Handle no user set in sftp constructor 2016-01-26 14:48:45 +01:00
smb.php handle forbidden exceptions in smb backend 2016-02-10 16:52:13 +01:00
storageconfig.php Properly cast type 2016-02-24 19:58:41 +01:00
storagemodifiertrait.php Introduce 'login credentials' auth mechanism 2016-01-18 11:10:41 +01:00
streamwrapper.php Happy new year! 2016-01-12 15:02:18 +01:00
swift.php Merge pull request #19002 from UoM-ResPlat-DevOps/swift-streaming-download 2016-01-22 17:27:41 +01:00
visibilitytrait.php Happy new year! 2016-01-12 15:02:18 +01:00