nextcloud/lib/public
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
..
Accounts Allow property filters to be null 2018-10-24 12:54:01 +02:00
Activity Make activity events strict 2018-10-12 12:12:12 +02:00
App Move to AppFramework Controller 2018-06-06 11:40:06 +02:00
AppFramework Add report-uri to CSP 2018-10-21 13:38:32 +02:00
Authentication Consolidate personal two-factor provider settings 2018-10-02 22:56:33 +02:00
BackgroundJob fixup! Add backgroundjobs to OCP 2018-10-09 15:10:38 +02:00
Calendar adjust Calendar resource / room interfaces to use class implementation 2018-10-08 01:25:20 +02:00
Capabilities Update license headers 2017-11-06 16:56:19 +01:00
Collaboration Use type casting instead of *val() method 2018-01-26 11:35:42 +01:00
Command Update with robin 2016-07-21 18:13:58 +02:00
Comments Allow to filter the unread count by verb 2018-07-30 09:41:51 +02:00
Console Fix others 2016-07-21 18:13:57 +02:00
Contacts Add @since annotation and add missing new line 2017-12-11 18:18:58 +01:00
DB Add count to function builder 2018-06-14 14:32:22 +02:00
Dashboard include dashboard into core 2018-10-15 19:59:27 +02:00
Diagnostics Update license headers 2017-11-06 16:56:19 +01:00
Encryption Update license headers 2017-11-06 16:56:19 +01:00
Federation Use numeric placeholders if there are multiple, so that RTL languages can operate better 2018-10-09 14:32:14 +02:00
Files extend storage api to allow directly writing a stream to storage 2018-10-31 21:10:44 +01:00
Files_FullTextSearch/Model implementing files_fulltextsearch within core 2018-10-25 18:17:52 +02:00
FullTextSearch missing type 2018-10-31 19:43:18 +01:00
GlobalScale Update license headers 2017-11-06 16:56:19 +01:00
Group/Backend Added disabled count per groups 2018-05-24 17:52:15 +02:00
Http/Client Make OCP\Http strict 2018-01-16 19:19:58 +01:00
L10N Fix since tag 2018-09-19 16:02:09 +02:00
LDAP Update license headers 2017-11-06 16:56:19 +01:00
Lock Log more info about locking conflicts for memcache locking backends 2018-05-04 13:30:18 +02:00
Lockdown Update license headers 2017-11-06 16:56:19 +01:00
Log Added a logger for systemd/journald 2018-06-29 10:37:45 +02:00
Mail Fix comments 2018-03-05 09:06:51 +01:00
Migration Add since tags 2018-05-30 21:28:55 +02:00
Notification Allow notifiers to know whether we are preparing push notifications 2018-07-13 13:27:51 +02:00
OCS Fix PHPDoc 2018-04-18 19:20:26 +02:00
Preview Fix others 2016-07-21 18:13:57 +02:00
Remote add more typehints 2017-12-08 16:37:14 +01:00
RichObjectStrings Merge pull request #6552 from nextcloud/notifications-add-highlight-definition 2017-11-07 20:34:05 +01:00
Route Update with robin 2016-07-21 18:13:58 +02:00
Search Update license headers 2017-11-06 16:56:19 +01:00
Security Make OCP\Security stricter 2018-01-16 22:01:19 +01:00
Session/Exceptions Fix others 2016-07-21 18:13:57 +02:00
Settings Do not cache the settings/sections in the database anymore 2018-01-29 15:47:37 +01:00
Share Extend IShare to show hide download state 2018-10-30 15:18:55 +01:00
Support/CrashReport Fix @since version on new API 2018-09-05 20:58:39 +02:00
SystemTag Make SystemTag strict 2018-02-21 22:08:27 +01:00
User/Backend Document parameters 2018-03-22 16:32:05 +01:00
WorkflowEngine Update license headers 2017-11-06 16:56:19 +01:00
API.php Fix others 2016-07-21 18:13:57 +02:00
App.php Remove long time deprecated functions and deprecate \OCP\App 2018-01-31 14:13:15 +01:00
AutoloadNotAllowedException.php Fix others 2016-07-21 18:13:57 +02:00
BackgroundJob.php Remove old deprecated function from the BackgroundJob 2018-03-19 10:47:31 +01:00
Constants.php Remove deprecated constants 2018-01-13 19:46:19 +01:00
Defaults.php Fix email buttons for white theme 2017-12-11 14:33:54 +01:00
Files.php Deprecate OCP\Files 2018-03-21 14:29:35 +01:00
GroupInterface.php Update license headers 2017-11-06 16:56:19 +01:00
IAddressBook.php Make enhancing entries with type property optional 2018-10-30 10:19:35 +01:00
IAppConfig.php Remove IAppConfig::setValue 2018-01-17 21:41:57 +01:00
IAvatar.php Make the info available if the avatar was uploaded or generated 2018-08-01 10:56:22 +02:00
IAvatarManager.php Made AvatarManager string and add return types 2018-01-14 21:32:54 +01:00
ICache.php Fix others 2016-07-21 18:13:57 +02:00
ICacheFactory.php Properly provide local memcache check to ICacheFactory 2018-03-13 18:18:04 +01:00
ICertificate.php Update with robin 2016-07-21 18:13:58 +02:00
ICertificateManager.php Update with robin 2016-07-21 18:13:58 +02:00
IConfig.php Update with robin 2016-07-21 18:13:58 +02:00
IContainer.php Don't do a recursive search 2017-03-22 10:44:13 +01:00
IDBConnection.php Add a hint that some indexes are not added yet 2018-06-06 16:55:01 +02:00
IDateTimeFormatter.php Update license headers 2017-11-06 16:56:19 +01:00
IDateTimeZone.php Fix others 2016-07-21 18:13:57 +02:00
IEventSource.php Update with robin 2016-07-21 18:13:58 +02:00
IGroup.php Don't pretend we can add/remove users to/from groups when we can't 2018-06-19 16:23:02 +02:00
IGroupManager.php Update license headers 2017-11-06 16:56:19 +01:00
IImage.php Fix float/integer handling in image API 2018-01-17 10:00:33 +01:00
IL10N.php docblock version fixes 2018-06-28 17:37:16 +02:00
ILogger.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
IMemcache.php Update with robin 2016-07-21 18:13:58 +02:00
IMemcacheTTL.php Update with robin 2016-07-21 18:13:58 +02:00
INavigationManager.php Update phpDoc comments and add more type hinting 2018-02-15 10:38:25 +01:00
IPreview.php Update license headers 2017-11-06 16:56:19 +01:00
IRequest.php Make the Outlook and Thunderbird addons identifyable 2018-02-27 14:37:32 +01:00
ISearch.php Removed deprecated search function from ISearch 2018-01-13 19:27:25 +01:00
IServerContainer.php expose storagefactory in server container 2018-10-17 14:57:30 +02:00
ISession.php Allow updating the token on session regeneration 2018-06-14 08:09:36 +02:00
ITagManager.php Fix others 2016-07-21 18:13:57 +02:00
ITags.php Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
ITempManager.php Update with robin 2016-07-21 18:13:58 +02:00
IURLGenerator.php Add function to generate urls for OCS routes 2018-10-09 15:41:50 +02:00
IUser.php Properly return boolean on enable state 2018-04-09 11:26:26 +02:00
IUserBackend.php Fix others 2016-07-21 18:13:57 +02:00
IUserManager.php Fix typo in IUserManager::createUser doc 2018-08-16 08:37:27 +02:00
IUserSession.php Update with robin 2016-07-21 18:13:58 +02:00
Image.php Fix others 2016-07-21 18:13:57 +02:00
PreConditionNotMetException.php Fix others 2016-07-21 18:13:57 +02:00
SabrePluginEvent.php Fix others 2016-07-21 18:13:57 +02:00
SabrePluginException.php Fix others 2016-07-21 18:13:57 +02:00
Share.php Remove unused resolveReshare of old sharing code 2018-03-16 12:26:38 +01:00
Share_Backend.php Fix others 2016-07-21 18:13:57 +02:00
Share_Backend_Collection.php Fix others 2016-07-21 18:13:57 +02:00
Share_Backend_File_Dependent.php Fix others 2016-07-21 18:13:57 +02:00
Template.php Remove deprecated template functions from OCP directly 2018-01-14 21:39:36 +01:00
User.php Remove deprecated \OCP\User::userExists 2018-03-26 11:16:23 +02:00
UserInterface.php Deprecate implementsActions 2018-03-22 16:32:04 +01:00
Util.php Merge pull request #11686 from nextcloud/deprecation/noid/ocp_util_recursiveArraySearch 2018-10-09 09:43:11 +02:00