server/lib/public/Files
Robin Appelman 93de63777e
extend storage api to allow directly writing a stream to storage
this removes the need for temporary storages with some external storage backends.
The new method is added to a separate interface to maintain compatibility with
storage backends implementing the storage interface directly (without inheriting common)

Currently the interface is implemented for objectstorage based storages and local storage
and used by webdav uploads

Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-10-31 21:10:44 +01:00
..
Cache Remove unused use statements 2017-04-22 19:23:31 -05:00
Config Add the option to filter mounts for a user 2018-07-10 16:49:26 +02:00
Mount Fix tests 2018-04-04 12:50:54 +02:00
Notify Add since 2017-01-27 10:44:48 +01:00
ObjectStore Update license headers 2017-11-06 16:56:19 +01:00
Search Update license headers 2017-11-06 16:56:19 +01:00
SimpleFS Separate fopen into read and write methods 2018-07-11 12:08:37 +02:00
Storage extend storage api to allow directly writing a stream to storage 2018-10-31 21:10:44 +01:00
AlreadyExistsException.php
EmptyFileNameException.php Update license headers 2017-11-06 16:56:19 +01:00
EntityTooLargeException.php
File.php Add getExtension() to FileInfo 2018-10-29 15:24:02 +01:00
FileInfo.php Add getExtension() to FileInfo 2018-10-29 15:24:02 +01:00
FileNameTooLongException.php
Folder.php Add hint about OCP\Folder::getById 2018-03-21 14:49:32 +01:00
ForbiddenException.php Update license headers 2017-11-06 16:56:19 +01:00
GenericFileException.php Throw an exception if file_put_contents fails 2018-03-27 16:23:06 +02:00
IAppData.php AppData is no longer internal 2017-08-01 08:20:15 +02:00
IHomeStorage.php
IMimeTypeDetector.php
IMimeTypeLoader.php
InvalidCharacterInPathException.php
InvalidContentException.php
InvalidDirectoryException.php Update license headers 2017-11-06 16:56:19 +01:00
InvalidPathException.php
IRootFolder.php
LockNotAcquiredException.php
Node.php
NotEnoughSpaceException.php
NotFoundException.php
NotPermittedException.php
ReservedWordException.php
Storage.php Update license headers 2017-11-06 16:56:19 +01:00
StorageAuthException.php Update license headers 2017-11-06 16:56:19 +01:00
StorageBadConfigException.php Update license headers 2017-11-06 16:56:19 +01:00
StorageConnectionException.php Update license headers 2017-11-06 16:56:19 +01:00
StorageInvalidException.php
StorageNotAvailableException.php Update license headers 2017-11-06 16:56:19 +01:00
StorageTimeoutException.php Update license headers 2017-11-06 16:56:19 +01:00
UnseekableException.php