nextcloud-server/lib/public/Files
Louis Chemineau 86d88f6b00 Synchronize operation on live photo files
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-30 09:44:51 +07:00
..
AppData
Cache fix(ObjectStore): Make copying behavior consistent with local storage 2023-11-17 12:54:37 +07:00
Config optimize UserMountCache::registerStorage 2023-11-16 16:21:59 +07:00
Events Synchronize operation on live photo files 2023-11-30 09:44:51 +07:00
Lock
Mount enh(IMountManager): Add method to get MountPoint from CachedMountInfo 2023-10-23 20:50:24 +07:00
Notify
ObjectStore feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +07:00
Search Fix is-define operator 2023-11-22 12:43:27 +07:00
SimpleFS Fix return type of methods returning false on error 2023-04-03 10:52:34 +07:00
Storage Fix file_get_content signatures to make it clear it can return false 2023-04-27 09:56:05 +07:00
Template feat(files): migrate template picker 2023-10-17 11:17:35 +07: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 +07:00
DavUtil.php improve performance of calculating dav permissions 2023-08-18 14:09:03 +07: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 +07:00
FileInfo.php IFilesMetadata 2023-11-07 00:21:38 +07:00
FileNameTooLongException.php
Folder.php feat: add searchBySystemTag as PHP API 2023-06-21 18:19:09 +07:00
ForbiddenException.php
GenericFileException.php
IAppData.php
IHomeStorage.php more share permission logic to storage wrapper 2023-08-14 18:17:27 +07:00
IMimeTypeDetector.php feat: redirect to the mime icon if no preview available 2023-08-17 18:56:38 +07:00
IMimeTypeLoader.php
IRootFolder.php add method to create a node from cache entry + mountpoint 2023-09-19 11:43:29 +07:00
InvalidCharacterInPathException.php
InvalidContentException.php
InvalidDirectoryException.php
InvalidPathException.php
LockNotAcquiredException.php
Node.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07: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 +07:00
StorageAuthException.php
StorageBadConfigException.php
StorageConnectionException.php
StorageInvalidException.php
StorageNotAvailableException.php
StorageTimeoutException.php
UnseekableException.php