0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-02 21:10:39 +00:00
nextcloud_server/apps/files_sharing/lib
John Molakvoæ 2fdb5096dd fix(files_sharing): adjust rate limit share creation to 20 over 10 minutes
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2025-04-15 11:54:03 +02:00
..
Activity fix(activity): make emails for link share uploads true by default 2024-12-06 14:51:39 +00:00
AppInfo feat(files_sharing): add public name prompt for files requests 2024-07-18 20:15:39 +02:00
BackgroundJob fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:38:58 +01:00
Collaboration chore: Add SPDX header 2024-06-06 22:53:41 +02:00
Command fix(files_sharing): skip expiration notify for invalid share record 2025-03-27 12:56:00 +01:00
Controller fix(files_sharing): adjust rate limit share creation to 20 over 10 minutes 2025-04-15 11:54:03 +02:00
Event chore: Add SPDX header 2024-06-06 22:53:41 +02:00
Exceptions chore: Add SPDX header 2024-06-06 22:53:41 +02:00
External fix(files_sharing): Check if propfind response is valid before accessing share permission props 2024-09-26 14:23:55 +00:00
Listener feat(files_sharing): add public name prompt for files requests 2024-07-18 20:15:39 +02:00
Middleware chore: Add SPDX header 2024-06-06 22:53:41 +02:00
Migration chore: Add SPDX header 2024-06-06 22:53:41 +02:00
Notification feat(notifications): Migrate server INotifiers to new exceptions 2024-06-25 11:56:24 +02:00
Settings chore: Add SPDX header 2024-06-06 22:53:41 +02:00
ShareBackend chore: Add SPDX header 2024-06-06 22:53:41 +02:00
Cache.php fix: don't use cached root info from shared cache if the watcher has detected an update 2025-02-11 16:21:37 +01:00
Capabilities.php chore: Add SPDX header 2024-06-06 22:53:41 +02:00
DefaultPublicShareTemplateProvider.php feat(files_sharing): add public name prompt for files requests 2024-07-18 20:15:39 +02:00
DeleteOrphanedSharesJob.php chore: Apply php:cs recommendations 2024-08-28 14:54:14 +02:00
ExpireSharesJob.php perf(sharing): Use oc_share.{item_type, share_type} IN instead of OR equals 2025-03-27 12:01:14 +01:00
Helper.php chore: Add SPDX header 2024-06-06 22:53:41 +02:00
Hooks.php chore: Add SPDX header 2024-06-06 22:53:41 +02:00
ISharedMountPoint.php chore: Add SPDX header 2024-06-06 22:53:41 +02:00
ISharedStorage.php feat: Make ISharedStorage public API and reuse where possible 2024-08-12 11:42:10 +02:00
MountProvider.php feat(files_sharing): allow mixed values in share attributes and allow storing email arrays 2024-07-12 20:14:30 +02:00
OrphanHelper.php perf(sharing): Use oc_share.{item_type, share_type} IN instead of OR equals 2025-03-27 12:01:14 +01:00
ResponseDefinitions.php revert: "fix(files_sharing): Make share labels nullable" 2024-10-14 17:11:16 +00:00
Scanner.php chore: Add SPDX header 2024-06-06 22:53:41 +02:00
SharedMount.php chore: Add SPDX header 2024-06-06 22:53:41 +02:00
SharedStorage.php fix(SharedStorage): Check if storage ID is set on cache 2025-02-14 17:54:02 +01:00
Updater.php chore: Add SPDX header 2024-06-06 22:53:41 +02:00
ViewOnly.php chore: Add SPDX header 2024-06-06 22:53:41 +02:00