nextcloud/lib
Ferdinand Thiessen 788233c3d7
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-17 18:47:56 +02:00
..
composer fix: Migrate existing bg jobs to use sha256 2024-09-05 18:09:27 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-10-17 00:21:36 +00:00
private fix(share): Return empty string if no label is set 2024-10-17 18:47:56 +02:00
public fix(Entity): Fix magic setter call for custom strong typed setters 2024-09-16 13:52:41 +00:00
autoloader.php Remove deprecated methods Util::writeLog and DIContainer::log 2023-09-25 10:37:12 +02:00
base.php fix: Fix default values for ini var in lib/base.php 2024-04-30 10:12:34 +00:00
versioncheck.php Allow PHP 8.3 in version check 2023-09-30 22:52:57 +02:00