nextcloud/lib
Thomas Citharel fe618feeb0 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:21:16 +00:00
..
composer feat(OCC): Add a command to get the bruteforce state of an IP 2023-08-23 06:44:07 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-08-31 00:34:53 +00:00
private fix(s3): fix handling verify_bucket_exists parameter 2023-08-31 21:21:16 +00:00
public fix(utility): De- deprecate getDateTime as now() only returns immutable objects 2023-08-28 12:44:11 +02:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php Fix psalm ci (stub). Wrap server container with try-catch 2023-08-11 01:37:01 +02:00
versioncheck.php Allow 8.2 in versioncheck 2023-02-02 12:05:20 +01:00