nextcloud/apps/files_sharing/lib
Côme Chilliet 90a2c77abf
fix: Use Server::get in files_sharing DeletedShareAPIController
In this case we do not want the application DI container because we are
 requesting classes from other applications, so it’s better to ask the
 server container. We use \OCP\Server::get for this.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-07-08 13:32:15 +02:00
..
Activity chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
AppInfo fix(files_sharing): Move ConfigLexicon to Config dir, update sharing input 2025-05-06 14:28:01 +01:00
BackgroundJob chore(db): Correctly apply query types 2024-10-17 09:21:07 +02:00
Collaboration chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Command chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Config fix(files_sharing): Move ConfigLexicon to Config dir, update sharing input 2025-05-06 14:28:01 +01:00
Controller fix: Use Server::get in files_sharing DeletedShareAPIController 2025-07-08 13:32:15 +02:00
Event refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Exceptions chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
External chore: run rector 2025-07-01 22:45:52 +02:00
Listener feat(files_sharing): show Account menu on public pages 2025-06-11 16:43:53 +02:00
Middleware chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Migration chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Notification chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Settings refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
ShareBackend chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Cache.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Capabilities.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
DefaultPublicShareTemplateProvider.php feat(files_sharing): show Account menu on public pages 2025-06-11 16:43:53 +02:00
DeleteOrphanedSharesJob.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
ExpireSharesJob.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Helper.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Hooks.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ISharedMountPoint.php chore: Add SPDX header 2024-06-06 22:53:41 +02:00
ISharedStorage.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
MountProvider.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
OrphanHelper.php perf(sharing): Use oc_share.{item_type, share_type} IN instead of OR equals 2025-03-25 09:42:06 +01:00
ResponseDefinitions.php fix(files_sharing): Fix sharee search result types 2025-01-13 15:21:21 +01:00
Scanner.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
SharedMount.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
SharedStorage.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
SharesReminderJob.php chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2024-10-19 07:57:35 +02:00
Updater.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ViewOnly.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00