nextcloud-server/apps/files_sharing/lib
nfebe 033b54934b fix(files_sharing): Only send password on change
The password param should never be sent if the intention is not

remove it or update it.

This commit adapts the frontend and backend to this rule to avoid weird bugs

especially around updating new shares.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-10-30 13:44:37 +07:00
..
Activity
AppInfo
BackgroundJob
Collaboration
Command feat: allow filtering sharing:delete-orphan-shares by share owner or target 2025-08-28 13:29:30 +07:00
Config feat(files_sharing): Toggle display for trusted server shares 2025-08-01 12:18:36 +07:00
Controller fix(files_sharing): Only send password on change 2025-10-30 13:44:37 +07:00
Event
Exceptions
External
Listener feat(files_sharing): Toggle display for trusted server shares 2025-08-01 12:18:36 +07:00
Middleware
Migration fix(federation): Increase the size of owner to allow oCIS cloud ids 2025-10-27 16:38:48 +07:00
Notification
Settings fix(files_sharing): ensure share folder exists in the settings 2025-07-17 21:16:51 +07:00
ShareBackend
Cache.php
Capabilities.php fix(files_sharing): Implementation conditional federation placeholder 2025-08-20 00:25:35 +07:00
DefaultPublicShareTemplateProvider.php feat(file_sharing): Provide template creator list in public shares 2025-09-11 16:10:31 +07:00
DeleteOrphanedSharesJob.php
ExpireSharesJob.php
Helper.php
Hooks.php
ISharedMountPoint.php
ISharedStorage.php
MountProvider.php fix(files_sharing): Hide own reshares 2025-07-01 13:08:14 +07:00
OrphanHelper.php feat: allow filtering sharing:delete-orphan-shares by share owner or target 2025-08-28 13:29:30 +07:00
ResponseDefinitions.php feat(files_sharing): Toggle display for trusted server shares 2025-08-01 12:18:36 +07:00
Scanner.php
SharedMount.php
SharedStorage.php fix: make share recursion error more informative 2025-10-24 12:21:05 +07:00
SharesReminderJob.php
Updater.php
ViewOnly.php