nextcloud-server/lib/public/Files
Robin Appelman 4d110c1dd6 feat: add interface to get only a single node by id instead of all nodes for the id
this should be enough in most(?) cases and makes efficient implementation and caching easier

Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-03-04 12:26:30 +07:00
..
AppData composer run cs:fix 2023-01-20 11:45:08 +07:00
Cache fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +07:00
Config optimize UserMountCache::registerStorage 2023-11-16 16:21:59 +07:00
Events Synchronize operation on live photo files 2023-11-29 19:07:32 +07:00
Lock composer run cs:fix 2023-01-20 11:45:08 +07:00
Mount enh(IMountManager): Add method to get MountPoint from CachedMountInfo 2023-10-23 20:50:24 +07:00
Notify fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +07:00
ObjectStore feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +07:00
Search add some comments for the distributive operation and add another test 2024-02-16 10:59:33 +07:00
SimpleFS Fix return type of methods returning false on error 2023-04-03 10:52:34 +07:00
Storage fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +07:00
Template feat(files): migrate template picker 2023-10-17 11:17:35 +07:00
AlreadyExistsException.php Update php licenses 2021-06-04 22:02:41 +07:00
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 Update php licenses 2021-06-04 22:02:41 +07:00
EntityTooLargeException.php Update php licenses 2021-06-04 22:02:41 +07:00
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 Update php licenses 2021-06-04 22:02:41 +07:00
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 +07:00
ForbiddenException.php composer run cs:fix 2023-01-20 11:45:08 +07:00
GenericFileException.php Update php licenses 2021-06-04 22:02:41 +07:00
IAppData.php Update php licenses 2021-06-04 22:02:41 +07:00
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 composer run cs:fix 2023-01-20 11:45:08 +07:00
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 +07:00
InvalidCharacterInPathException.php Update php licenses 2021-06-04 22:02:41 +07:00
InvalidContentException.php Update php licenses 2021-06-04 22:02:41 +07:00
InvalidDirectoryException.php Update php licenses 2021-06-04 22:02:41 +07:00
InvalidPathException.php Update php licenses 2021-06-04 22:02:41 +07:00
LockNotAcquiredException.php Use OCP\Util::getL10N instead of OC::$server->getL10N 2024-02-05 11:16:04 +07:00
Node.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
NotEnoughSpaceException.php Update php licenses 2021-06-04 22:02:41 +07:00
NotFoundException.php Update php licenses 2021-06-04 22:02:41 +07:00
NotPermittedException.php Update php licenses 2021-06-04 22:02:41 +07:00
ReservedWordException.php Update php licenses 2021-06-04 22:02:41 +07:00
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 Use OCP\Util::getL10N instead of OC::$server->getL10N 2024-02-05 11:16:04 +07:00
StorageBadConfigException.php Use OCP\Util::getL10N instead of OC::$server->getL10N 2024-02-05 11:16:04 +07:00
StorageConnectionException.php Use OCP\Util::getL10N instead of OC::$server->getL10N 2024-02-05 11:16:04 +07:00
StorageInvalidException.php Update php licenses 2021-06-04 22:02:41 +07:00
StorageNotAvailableException.php fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +07:00
StorageTimeoutException.php Use OCP\Util::getL10N instead of OC::$server->getL10N 2024-02-05 11:16:04 +07:00
UnseekableException.php Update php licenses 2021-06-04 22:02:41 +07:00