nextcloud-server/apps/files/lib
Ferdinand Thiessen 9cdbff8ec8 fix(files): Also restore shares after ownership transfer for object storage
When a file is moved between different storages then the file id is not (always) preserved.
This means the file id has to be adjusted for all shares.

So in case the file id does not exist anymore we try to find the new file id based on the
target path of the transfer and the path suffix of the share.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-18 17:40:36 +07:00
..
Activity fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
AppInfo fix(files): Do not require files_trashbin in live photo sync listener 2024-03-14 10:55:44 +07:00
BackgroundJob perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
Collaboration/Resources fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
Command use correct mode constant of files:scan's --path option 2024-02-24 11:39:05 +07:00
Controller fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
Db
Event feat(files): add search plugin to search in specified folder exclusively 2024-03-07 21:10:54 +07:00
Exception
Listener fix(files): Do not require files_trashbin in live photo sync listener 2024-03-14 10:55:44 +07:00
Migration chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Notification chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Search feat(search): allows to search files by path 2024-02-27 10:43:06 +07:00
Service fix(files): Also restore shares after ownership transfer for object storage 2024-04-18 17:40:36 +07:00
Settings
App.php
Capabilities.php fix: Also expose forbidden filename character in the capabilities 2024-02-28 22:19:25 +07:00
DirectEditingCapabilities.php files: Add OpenAPI spec 2023-07-12 09:06:10 +07:00
Helper.php chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps 2024-02-05 11:16:04 +07:00
ResponseDefinitions.php feat: Add iconSvgInline to TemplateFileCreator 2024-03-20 15:50:52 +07:00