nextcloud-server/apps/files_sharing/lib
Joas Schilling a994cee15b fix(activity): Fix download activity parameters
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-20 06:03:53 +07:00
..
Activity fix(activity): Fix download activity parameters 2024-10-20 06:03:53 +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): adjust permissions from custom edit and delete check methods 2024-09-11 13:55:06 +07:00
Event
Exceptions
External fix(files_sharing): Check if propfind response is valid before accessing share permission props 2024-09-26 14:22:37 +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 fix(sharing): Align wording for declining a share 2024-03-19 11:15:18 +07:00
Settings
ShareBackend fix: Apply new coding standard to all files 2024-04-04 11:45:22 +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 fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
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: Display 'Leave share' instead of 'Delete' 2024-09-11 11:54:35 +07:00
Scanner.php
SharedMount.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +07:00
SharedStorage.php fix: try to find non-recursive share source 2024-08-16 14:33:16 +07:00
Updater.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
ViewOnly.php