nextcloud-server/apps/files_sharing/lib
Ferdinand Thiessen 47d1afbb7f
revert: do not unify `hide-download` and `prevent-download` permissions
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-16 20:38:20 +07:00
..
Activity fix(activity): make emails for link share uploads true by default 2024-12-06 12:34:52 +07:00
AppInfo fix(files_sharing): Set higher priority for listeners that may abort the request 2025-03-25 15:43:09 +07:00
BackgroundJob
Collaboration
Command feat: remove share status from share:list as it doesn't seem to contain usefull info at the moment 2025-03-28 16:47:10 +07:00
Controller revert: do not unify `hide-download` and `prevent-download` permissions 2025-04-16 20:38:20 +07:00
Event
Exceptions
External chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +07:00
Listener fix(files_sharing): Use session id as part of cache key to avoid concurrency issues 2025-03-25 15:43:09 +07:00
Middleware
Migration
Notification
Settings
ShareBackend chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +07:00
Cache.php fix: don't use cached root info from shared cache if the watcher has detected an update 2025-02-06 19:41:43 +07:00
Capabilities.php feat(sharing): Add `custom_tokens` capability 2025-01-15 15:50:43 +07:00
DefaultPublicShareTemplateProvider.php fix(files_sharing): do not show download button if `hide-download` is enabled 2025-04-16 20:38:20 +07:00
DeleteOrphanedSharesJob.php
ExpireSharesJob.php perf(sharing): Use oc_share.{item_type, share_type} IN instead of OR equals 2025-03-25 09:42:06 +07:00
Helper.php chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +07:00
Hooks.php chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +07:00
ISharedMountPoint.php
ISharedStorage.php
MountProvider.php fix: more optimized caching for share target verification 2025-04-08 16:42:01 +07:00
OrphanHelper.php perf(sharing): Use oc_share.{item_type, share_type} IN instead of OR equals 2025-03-25 09:42:06 +07:00
ResponseDefinitions.php fix(files_sharing): Fix sharee search result types 2025-01-13 15:21:21 +07:00
Scanner.php fix: Harden files scanner for invalid null access 2025-01-28 20:08:46 +07:00
SharedMount.php fix: more optimized caching for share target verification 2025-04-08 16:42:01 +07:00
SharedStorage.php Merge pull request #50769 from nextcloud/checkStorageIdSetCache 2025-02-14 14:17:00 +07:00
SharesReminderJob.php
Updater.php chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +07:00
ViewOnly.php