nextcloud/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 Update with robin 2016-07-21 18:13:58 +02:00
EmptyFileNameException.php Update license headers 2017-11-06 16:56:19 +01:00
EntityTooLargeException.php Fix others 2016-07-21 18:13:57 +02:00
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 Fix others 2016-07-21 18:13:57 +02:00
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 Fix others 2016-07-21 18:13:57 +02:00
IMimeTypeDetector.php Fix others 2016-07-21 18:13:57 +02:00
IMimeTypeLoader.php Fix others 2016-07-21 18:13:57 +02:00
IRootFolder.php Fix others 2016-07-21 18:13:57 +02:00
InvalidCharacterInPathException.php Fix others 2016-07-21 18:13:57 +02:00
InvalidContentException.php Fix others 2016-07-21 18:13:57 +02:00
InvalidDirectoryException.php Update license headers 2017-11-06 16:56:19 +01:00
InvalidPathException.php Fix others 2016-07-21 18:13:57 +02:00
LockNotAcquiredException.php Update with robin 2016-07-21 18:13:58 +02:00
Node.php Update with robin 2016-07-21 18:13:58 +02:00
NotEnoughSpaceException.php Update with robin 2016-07-21 18:13:58 +02:00
NotFoundException.php Update with robin 2016-07-21 18:13:58 +02:00
NotPermittedException.php Update with robin 2016-07-21 18:13:58 +02:00
ReservedWordException.php Fix others 2016-07-21 18:13:57 +02:00
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 Update with robin 2016-07-21 18:13:58 +02:00
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 Fix others 2016-07-21 18:13:57 +02:00