nextcloud-server/lib/public/Files
Louis Chemineau a663b3e0cd 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:35:59 +07:00
..
AppData
Cache fix(files): Correctly copy the cache information on copy operations 2025-02-13 23:35:59 +07:00
Config
Events
Lock
Mount
Notify
ObjectStore
Search
SimpleFS
Storage feat: Make `ISharedStorage` public API and reuse where possible 2024-08-12 11:42:10 +07:00
Template feat(templates): add support for checkboxes in template filler 2024-08-29 05:26:58 +07:00
AlreadyExistsException.php
ConnectionLostException.php
DavUtil.php
EmptyFileNameException.php
EntityTooLargeException.php
File.php
FileInfo.php chore: Improve isEncrypted description 2024-09-04 10:32:36 +07:00
FileNameTooLongException.php
Folder.php
ForbiddenException.php
GenericFileException.php
IAppData.php
IFilenameValidator.php feat: Add `IFilenameValidator` to have one consistent place for filename validation 2024-07-09 15:04:34 +07:00
IHomeStorage.php
IMimeTypeDetector.php fix: psalm and OCP @since declarations 2025-02-06 15:15:41 +07:00
IMimeTypeLoader.php fix: psalm and OCP @since declarations 2025-02-06 15:15:41 +07:00
IRootFolder.php
InvalidCharacterInPathException.php
InvalidContentException.php
InvalidDirectoryException.php
InvalidPathException.php
LockNotAcquiredException.php
Node.php
NotEnoughSpaceException.php
NotFoundException.php
NotPermittedException.php
ReservedWordException.php
Storage.php
StorageAuthException.php
StorageBadConfigException.php
StorageConnectionException.php
StorageInvalidException.php
StorageNotAvailableException.php
StorageTimeoutException.php
UnseekableException.php