nextcloud/lib
Ferdinand Thiessen 2e4d3e4e75
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-14 15:15:51 +02:00
..
composer Merge pull request #48537 from nextcloud/add-command-to-cleanup-preview 2024-10-14 08:57:00 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-10-14 00:20:01 +00:00
private fix(share): Return empty string if no label is set 2024-10-14 15:15:51 +02:00
public feat(http-client): expose default request timeout constant to be used instead of magic number 30 2024-10-11 10:57:02 +02:00
autoloader.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
base.php chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 2024-09-20 14:53:34 +02:00
versioncheck.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00