You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files_sharing/lib
John Molakvoæ 3f528a2726 fix(files_sharing): adjust rate limit share creation to 20 over 10 minutes 10 months ago
..
Activity fix(activity): make emails for link share uploads true by default 1 year ago
AppInfo fix(files_sharing): Set higher priority for listeners that may abort the request 11 months ago
BackgroundJob
Collaboration
Command fix(files_sharing): skip expiration notify for invalid share record 11 months ago
Controller fix(files_sharing): adjust rate limit share creation to 20 over 10 minutes 10 months ago
Event
Exceptions
External fix: Harden files scanner for invalid null access 1 year ago
Listener fix(files_sharing): Use session id as part of cache key to avoid concurrency issues 11 months ago
Middleware
Migration
Notification
Settings
ShareBackend
Cache.php fix: don't use cached root info from shared cache if the watcher has detected an update 1 year ago
Capabilities.php feat(sharing): Add `custom_tokens` capability 1 year ago
DefaultPublicShareTemplateProvider.php feat(files_sharing): use share node or label as page title 1 year ago
DeleteOrphanedSharesJob.php
ExpireSharesJob.php perf(sharing): Use oc_share.{item_type, share_type} IN instead of OR equals 11 months ago
Helper.php
Hooks.php
ISharedMountPoint.php
ISharedStorage.php
MountProvider.php
OrphanHelper.php perf(sharing): Use oc_share.{item_type, share_type} IN instead of OR equals 11 months ago
ResponseDefinitions.php fix(files_sharing): Fix sharee search result types 1 year ago
Scanner.php fix: Harden files scanner for invalid null access 1 year ago
SharedMount.php
SharedStorage.php fix(SharedStorage): Check if storage ID is set on cache 1 year ago
SharesReminderJob.php
Updater.php fix(files_sharing,files): Do not validate shares before adjusting the owner 1 year ago
ViewOnly.php