nextcloud-server/apps/files_sharing/lib
Ferdinand Thiessen 2be421785f
fix(files_sharing): ShareesAPI - Return empty response when user is not allowed to share
Resolves: https://github.com/nextcloud/server/issues/20950

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-03-15 15:51:15 +07:00
..
Activity chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
AppInfo chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
BackgroundJob small fixes 2023-09-20 08:23:45 +07:00
Collaboration perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
Command chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Controller fix(files_sharing): ShareesAPI - Return empty response when user is not allowed to share 2024-03-15 15:51:15 +07:00
Event
Exceptions
External chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Listener Use `@nextcloud/capabilities` to obtain share api defaults 2024-02-01 17:53:36 +07:00
Middleware chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Migration chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Notification chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Settings
ShareBackend chore: remove long depricated share code 2024-03-06 15:24:48 +07:00
Cache.php also improe cache ci for shared cache 2024-02-09 14:00:26 +07:00
Capabilities.php
DefaultPublicShareTemplateProvider.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
DeleteOrphanedSharesJob.php fix(sharing): Avoid (dead)locking during orphan deletion 2024-03-05 20:19:30 +07:00
ExpireSharesJob.php
Helper.php
Hooks.php
ISharedMountPoint.php optimize builtin storage wrappers 2023-11-08 15:26:10 +07:00
ISharedStorage.php
MountProvider.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
OrphanHelper.php perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
ResponseDefinitions.php fix: public dav and files_sharing testing fixes 2024-01-09 10:56:14 +07:00
Scanner.php
SharedMount.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +07:00
SharedStorage.php chore: improve typing for SharedStorage::$storage 2024-03-14 11:22:17 +07:00
Updater.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
ViewOnly.php