nextcloud/lib
Ferdinand Thiessen 00d3e37e6d
fix(share): Return empty string if no label is set
* Resolves: https://github.com/nextcloud/server/issues/48629

While the database supports NULL, the typing has always said it only returns *string*.
So to not break any apps that might trust the typings we should return `''` if the database is set to `NULL`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-15 16:56:59 +02:00
..
composer fix: Migrate existing bg jobs to use sha256 2024-09-05 18:06:00 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-10-15 00:20:27 +00:00
private fix(share): Return empty string if no label is set 2024-10-15 16:56:59 +02:00
public fix(Entity): Fix magic setter call for custom strong typed setters 2024-09-16 13:52:18 +00:00
autoloader.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
base.php fix(setup-checks): Ensure URL with webroot works 2024-10-11 13:09:20 +02:00
versioncheck.php Allow PHP 8.3 in version check 2023-09-30 22:52:57 +02:00