nextcloud/apps/files_sharing/lib
2026-07-09 12:06:48 +02:00
..
Activity chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
AppInfo feat(Interaction): Implement all existing restrictions 2026-07-07 08:19:15 +02:00
BackgroundJob feat(files_sharing): schedule external share scan job when accepted 2026-07-08 21:30:36 +08:00
Collaboration chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Command feat(files_sharing): store and refresh OCM access tokens for external shares 2026-06-17 11:01:16 +02:00
Config chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Controller feat(files_sharing): schedule external share scan job when accepted 2026-07-08 21:30:36 +08:00
Event chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Exceptions chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
External refactor: Expose a public exception when no user is found 2026-06-30 21:56:10 +02:00
Listener fix(files_sharing): Fail on sharing file with create or delete permission before failing on increased permissions 2026-07-09 12:06:48 +02:00
Middleware chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Migration fix(migrations): Trigger recently added migrations 2026-06-19 09:56:01 +02:00
Notification chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
OpenMetrics feat(files_sharing): add basic OpenMetrics exporter for files shares 2026-01-07 09:38:13 +01:00
Repair Merge pull request #60465 from nextcloud/share-cleanup-mounts 2026-06-22 15:52:47 +02:00
Settings chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Cache.php fix(Sharing): Don't break cache entry by setting path to null 2026-07-06 14:00:30 +02:00
Capabilities.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DefaultPublicShareTemplateProvider.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DeleteOrphanedSharesJob.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ExpireSharesJob.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Helper.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Hooks.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ISharedMountPoint.php chore: Add SPDX header 2024-06-06 22:53:41 +02:00
ISharedStorage.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
MountProvider.php perf: avoid DIing IRootFolder at every shared storage init 2026-06-23 11:10:27 +02:00
OrphanHelper.php refactor: Expose a public exception when no user is found 2026-06-30 21:56:10 +02:00
ResponseDefinitions.php feat(files_sharing): store and refresh OCM access tokens for external shares 2026-06-17 11:01:16 +02:00
Scanner.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
SharedMount.php fix(sharing): restore STATUS_ACCEPTED for OC-migrated group share subshares 2026-05-26 17:28:39 +02:00
SharedStorage.php refactor: Expose a public exception when no user is found 2026-06-30 21:56:10 +02:00
ShareRecipientUpdater.php fix: avoid checking share validity during mount updates 2026-04-24 18:17:45 +02:00
SharesReminderJob.php refactor: Use new IQueryBuilder::MAX_IN_PARAMETERS 2026-06-03 13:45:29 +02:00
ShareTargetValidator.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Updater.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ViewOnly.php fix(files_sharing): Switch back event path to be relative to user folder 2026-01-19 11:22:17 +01:00