nextcloud/lib/private/Share20
Ferdinand Thiessen dfe8f642cd 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 17:11:16 +00: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 17:11:16 +00: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 fix(share): Ensure unique share tokens 2024-09-25 09:39:51 +02:00
ProviderFactory.php fix(files_sharing): Delete user shares if needed when user is removed from a group 2024-08-12 14:41:19 +02:00
PublicShareTemplateFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Share.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
ShareAttributes.php fix(files_sharing): adjust IAttributes API and files_versions 2024-07-12 20:14:30 +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