nextcloud-server/apps/files_sharing/lib
Louis Chemineau ec1db0c32a
fix: Replace the deprecated direct download link with the public DAV endpoint
Follow-up of #48098

Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-05-21 16:01:54 +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): Move `ConfigLexicon` to Config dir, update sharing input 2025-05-06 14:28:01 +07:00
BackgroundJob chore(db): Correctly apply query types 2024-10-17 09:21:07 +07:00
Collaboration refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
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
Config fix(files_sharing): Move `ConfigLexicon` to Config dir, update sharing input 2025-05-06 14:28:01 +07:00
Controller fix(files_sharing): add mime fallback to public preview too 2025-05-13 18:28:54 +07:00
Event refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Exceptions chore: Add SPDX header 2024-06-06 22:53:41 +07:00
External refactor: Apply rector refactorings 2025-05-14 15:29:02 +07:00
Listener fix(files_sharing): Move `ConfigLexicon` to Config dir, update sharing input 2025-05-06 14:28:01 +07:00
Middleware refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Migration refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Notification refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Settings refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
ShareBackend chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +07:00
Cache.php fix: fix unjailedroot of nested jails if there are other wrappers in between 2025-05-13 18:29:00 +07:00
Capabilities.php feat(sharing): Add `custom_tokens` capability 2025-01-15 15:50:43 +07:00
DefaultPublicShareTemplateProvider.php fix: Replace the deprecated direct download link with the public DAV endpoint 2025-05-21 16:01:54 +07:00
DeleteOrphanedSharesJob.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
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 chore: Add SPDX header 2024-06-06 22:53:41 +07:00
ISharedStorage.php feat: Make `ISharedStorage` public API and reuse where possible 2024-08-12 11:42:10 +07:00
MountProvider.php fix: don't return other mounts from share mount provider 2025-04-11 14:20:21 +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 fix: disable direct download for shares 2025-04-11 17:42:21 +07:00
SharesReminderJob.php chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2024-10-19 07:57:35 +07:00
Updater.php chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +07:00
ViewOnly.php fix: Adjust preview for view-only shares 2024-10-28 15:52:27 +07:00