server/apps/dav/lib
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
..
AppInfo Make ContactsStore a public API 2017-12-11 18:18:58 +01:00
Avatars Fix avatarHome 2018-01-16 15:37:47 +01:00
BackgroundJob adjust Calendar resource / room interfaces to use class implementation 2018-10-08 01:25:20 +02:00
CalDAV Calendar invitation: use system default instead of sender's language as fallback 2018-10-24 18:39:30 +02:00
CardDAV Update AddressBookImpl documentation 2018-10-30 14:43:08 +01:00
Command Merge pull request #9550 from nextcloud/bugfix/noid/override_freebusy_sharing_rules 2018-06-01 12:00:56 +02:00
Comments Update license headers 2017-11-06 16:56:19 +01:00
Connector extend storage api to allow directly writing a stream to storage 2018-10-31 21:10:44 +01:00
Controller Also shorten the name of the invitation tokens 2018-07-12 12:11:11 +02:00
DAV allow group principal search for dav displayname property 2018-10-22 15:48:18 +02:00
Db Add backgroundjob to cleanup expired direct links 2018-04-26 10:35:37 +02:00
Direct Add tests for DirectFile and DirectHome 2018-04-26 10:35:37 +02:00
Files cast timestamps older than unix epoch to 0 2018-08-27 07:44:24 +02:00
Migration Merge pull request #11668 from nextcloud/bugfix/7726/convert_caldav_subscription_source_to_long_text 2018-10-19 15:49:17 +02:00
Settings Add groupware settings section 2018-06-27 19:16:21 +02:00
SystemTag Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
Upload Implement the size of an assembly stream 2018-10-26 10:43:11 +02:00
Capabilities.php Update license headers 2017-11-06 16:56:19 +01:00
HookManager.php more consistent naming 2018-04-05 12:46:15 +02:00
RootCollection.php allow group principal search for dav displayname property 2018-10-22 15:48:18 +02:00
Server.php Merge pull request #10037 from nextcloud/dav-options-search 2018-06-29 09:36:12 +02:00