nextcloud-server/lib/public/Files
Côme Chilliet 7ae6791737
Document all getIncomplete implementations as returning string|false
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-02 14:23:14 +02:00
..
AppData Make it possible to get the appdata folder using the public API 2022-05-11 23:28:37 +02:00
Cache Document all getIncomplete implementations as returning string|false 2022-08-02 14:23:14 +02:00
Config allow getting mounts by providers 2022-04-04 14:57:56 +02:00
Events Multiple fixes 2022-07-31 19:37:59 +02:00
Lock Adapt LockScope to LockContext rename 2022-04-07 11:52:16 +02:00
Mount move logic to decide what to setup to setupmanager 2022-03-04 16:30:03 +01:00
Notify
ObjectStore
Search
SimpleFS Add typing to SimpleFS 2022-07-14 17:20:51 +02:00
Storage don't overwrite the etag from storage backends that already provide "good" etags 2022-04-04 16:48:18 +02:00
Template
AlreadyExistsException.php
EmptyFileNameException.php
EntityTooLargeException.php
File.php
FileInfo.php Fix some issues with the API documentation 2022-02-17 11:09:06 +01:00
FileNameTooLongException.php
Folder.php
ForbiddenException.php
GenericFileException.php
IAppData.php
IHomeStorage.php
IMimeTypeDetector.php
IMimeTypeLoader.php
InvalidCharacterInPathException.php
InvalidContentException.php
InvalidDirectoryException.php
InvalidPathException.php
IRootFolder.php optimize getById on LazyUserFolder to not require a full fs setup 2022-04-04 15:40:16 +02:00
LockNotAcquiredException.php
Node.php Fix some issues with the API documentation 2022-02-17 11:09:06 +01:00
NotEnoughSpaceException.php
NotFoundException.php
NotPermittedException.php
ReservedWordException.php
Storage.php
StorageAuthException.php
StorageBadConfigException.php
StorageConnectionException.php
StorageInvalidException.php
StorageNotAvailableException.php
StorageTimeoutException.php
UnseekableException.php