nextcloud/lib/public/Files
Louis Chemineau ef4281ebe3 fix(files): Correctly copy the cache information on copy operations
Needed to copy the `encrypted` flag of encrypted files when those files are two level down in a moved folder.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-02-13 23:37:04 +00:00
..
AppData
Cache fix(files): Correctly copy the cache information on copy operations 2025-02-13 23:37:04 +00:00
Config fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Events fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Lock
Mount enh(IMountManager): Add method to get MountPoint from CachedMountInfo 2023-10-23 20:50:24 +02:00
Notify fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
ObjectStore fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Search add some comments for the distributive operation and add another test 2024-02-16 10:59:33 +01:00
SimpleFS Fix return type of methods returning false on error 2023-04-03 10:52:34 +02:00
Storage fix: Pass the mountpoint target user to storages without owner 2024-07-22 12:51:50 +00:00
Template fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
AlreadyExistsException.php
ConnectionLostException.php Detect aborted connection in OC\Files\View and stop writing data to the output buffer 2023-09-07 09:32:32 +02:00
DavUtil.php improve performance of calculating dav permissions 2023-08-18 14:09:03 +02:00
EmptyFileNameException.php
EntityTooLargeException.php
File.php Fix file_get_content signatures to make it clear it can return false 2023-04-27 09:56:05 +02:00
FileInfo.php IFilesMetadata 2023-11-07 00:21:38 -01:00
FileNameTooLongException.php
Folder.php feat: add interface to get only a single node by id instead of all nodes for the id 2024-03-04 12:26:30 +01:00
ForbiddenException.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
GenericFileException.php
IAppData.php
IHomeStorage.php more share permission logic to storage wrapper 2023-08-14 18:17:27 +02:00
IMimeTypeDetector.php feat: redirect to the mime icon if no preview available 2023-08-17 18:56:38 +02:00
IMimeTypeLoader.php refactor(mimeloader): modernize MimeTypeLoader 2024-03-14 17:24:36 +01:00
InvalidCharacterInPathException.php
InvalidContentException.php
InvalidDirectoryException.php
InvalidPathException.php
IRootFolder.php feat: add interface to get only a single node by id instead of all nodes for the id 2024-03-04 12:26:30 +01:00
LockNotAcquiredException.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Node.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
NotEnoughSpaceException.php
NotFoundException.php
NotPermittedException.php
ReservedWordException.php
Storage.php Fix file_get_content signatures to make it clear it can return false 2023-04-27 09:56:05 +02:00
StorageAuthException.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
StorageBadConfigException.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
StorageConnectionException.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
StorageInvalidException.php
StorageNotAvailableException.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
StorageTimeoutException.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
UnseekableException.php