nextcloud-server/lib/public/Share
Côme Chilliet 998062d342
fix: Cleanup share ProviderFactory to correctly use DI instead of deprecated getters
Ideally circles and talk should migrate to calling registerProvider and
 core would not need to use their OCA classes like currently.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-05-16 10:48:03 +07:00
..
Events chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Exceptions feat(sharing): Fetch a unique generated token 2025-01-15 15:49:19 +07:00
IAttributes.php fix(files_sharing): adjust IAttributes API and files_versions 2024-07-12 20:14:30 +07:00
IManager.php fix: Fix types for sharingDisabledForUser 2025-04-07 17:36:24 +07:00
IProviderFactory.php fix: Cleanup share ProviderFactory to correctly use DI instead of deprecated getters 2025-05-16 10:48:03 +07:00
IPublicShareTemplateFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IPublicShareTemplateProvider.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IShare.php fix(files_sharing): expireDate null tests 2025-04-14 22:46:52 +07:00
IShareHelper.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IShareProvider.php fix: Add `acceptShare` as an interface 2024-07-30 15:25:51 +07:00
IShareProviderSupportsAccept.php fix: Add `acceptShare` as an interface 2024-07-30 15:25:51 +07:00
IShareProviderSupportsAllSharesInFolder.php perf(Share20): Add interface to query all shares in a folder without filtering by user 2025-05-08 15:29:40 +07:00
IShareProviderWithNotification.php fix: Add `acceptShare` as an interface 2024-07-30 15:25:51 +07:00