nextcloud-server/lib/public/Files
Carl Schwan a392cd70fb Make it possible to get the appdata folder using the public API
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-11 23:28:37 +07:00
..
AppData Make it possible to get the appdata folder using the public API 2022-05-11 23:28:37 +07:00
Cache Add already used optional sizeDifference parameter to IPropagator 2021-10-14 17:11:34 +07:00
Config allow getting mounts by providers 2022-04-04 14:57:56 +07:00
Events Add missing PHPDoc in InvalidateMountCacheEvent 2022-03-24 21:02:25 +07:00
Lock Adapt LockScope to LockContext rename 2022-04-07 11:52:16 +07:00
Mount move logic to decide what to setup to setupmanager 2022-03-04 16:30:03 +07:00
Notify
ObjectStore
Search generate a better optimized query for path prefix search filters 2021-08-26 19:07:52 +07:00
SimpleFS Note DI only usage in PHPDoc 2022-03-07 18:14:51 +07:00
Storage don't overwrite the etag from storage backends that already provide "good" etags 2022-04-04 16:48:18 +07:00
Template Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +07:00
AlreadyExistsException.php
EmptyFileNameException.php
EntityTooLargeException.php
File.php
FileInfo.php Fix some issues with the API documentation 2022-02-17 11:09:06 +07:00
FileNameTooLongException.php
Folder.php
ForbiddenException.php
GenericFileException.php
IAppData.php
IHomeStorage.php code checker fixes for instanceOfStorage 2021-12-02 17:35:10 +07:00
IMimeTypeDetector.php
IMimeTypeLoader.php
IRootFolder.php optimize getById on LazyUserFolder to not require a full fs setup 2022-04-04 15:40:16 +07:00
InvalidCharacterInPathException.php
InvalidContentException.php
InvalidDirectoryException.php
InvalidPathException.php
LockNotAcquiredException.php
Node.php Fix some issues with the API documentation 2022-02-17 11:09:06 +07:00
NotEnoughSpaceException.php
NotFoundException.php
NotPermittedException.php
ReservedWordException.php
Storage.php teach psalm about `Storage::instanceOfStorage` 2021-12-02 17:34:53 +07:00
StorageAuthException.php
StorageBadConfigException.php
StorageConnectionException.php
StorageInvalidException.php
StorageNotAvailableException.php Migrate HintException to OCP 2021-06-30 15:28:02 +07:00
StorageTimeoutException.php
UnseekableException.php