nextcloud/lib
Thomas Citharel 3f28fc58aa fix(s3): fix handling verify_bucket_exists parameter
If 'verify_bucket_exists' is set to false in the config.php s3 configuration, it's supposed to avoid
verifying that the bucket exists. However empty(falsy) will  always return true, so this condition
would not work.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-08-31 21:36:03 +02:00
..
composer Merge branch 'master' into auth-token-commands 2023-08-28 12:25:01 -03:00
l10n Fix(l10n): Update translations from Transifex 2023-08-31 00:34:40 +00:00
private fix(s3): fix handling verify_bucket_exists parameter 2023-08-31 21:36:03 +02:00
public fix(utility): De- deprecate getDateTime as now() only returns immutable objects 2023-08-25 08:55:44 +02:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 2023-08-28 15:50:45 +02:00
versioncheck.php Allow 8.2 in versioncheck 2023-02-02 12:05:20 +01:00