You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/public/Files
Côme Chilliet 66648011c6
Merge pull request #33697 from nextcloud/fix/improve-bulk-upload
3 years ago
..
AppData Make it possible to get the appdata folder using the public API 4 years ago
Cache Document all getIncomplete implementations as returning string|false 3 years ago
Config allow getting mounts by providers 4 years ago
Events Multiple fixes 3 years ago
Lock Adapt LockScope to LockContext rename 4 years ago
Mount add marker interface to mark system mount points for encryption 3 years ago
Notify
ObjectStore
Search
SimpleFS Add typing to SimpleFS 4 years ago
Storage don't overwrite the etag from storage backends that already provide "good" etags 4 years ago
Template Fix ArrayAccess and JsonSerializable return types 4 years ago
AlreadyExistsException.php
DavUtil.php Move dav utils functions to OCP\Files\DavUtil 3 years ago
EmptyFileNameException.php
EntityTooLargeException.php
File.php
FileInfo.php Fix some issues with the API documentation 4 years ago
FileNameTooLongException.php
Folder.php
ForbiddenException.php
GenericFileException.php
IAppData.php
IHomeStorage.php code checker fixes for instanceOfStorage 4 years ago
IMimeTypeDetector.php
IMimeTypeLoader.php
IRootFolder.php optimize getById on LazyUserFolder to not require a full fs setup 4 years ago
InvalidCharacterInPathException.php
InvalidContentException.php
InvalidDirectoryException.php
InvalidPathException.php
LockNotAcquiredException.php
Node.php Fix some issues with the API documentation 4 years ago
NotEnoughSpaceException.php
NotFoundException.php
NotPermittedException.php
ReservedWordException.php
Storage.php teach psalm about `Storage::instanceOfStorage` 4 years ago
StorageAuthException.php
StorageBadConfigException.php
StorageConnectionException.php
StorageInvalidException.php
StorageNotAvailableException.php
StorageTimeoutException.php
UnseekableException.php