nextcloud/lib/private/Share20
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
..
Exception chore: Add SPDX header 2024-05-24 13:11:22 +02:00
DefaultShareProvider.php fix(share): Return empty string if no label is set 2024-10-14 15:15:51 +02:00
Hooks.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
LegacyHooks.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Manager.php feat(share): make sharelink token length configurable 2024-09-28 08:06:24 +02:00
ProviderFactory.php refactor(ProviderFactory): Remove usage of ILogger and use non-deprecated stuff 2024-09-19 00:35:20 +02:00
PublicShareTemplateFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Share.php chore: Add proper deprecation dates where missing 2024-09-20 00:46:03 +02:00
ShareAttributes.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
ShareDisableChecker.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
ShareHelper.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
UserRemovedListener.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00