summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/wrapper/wrapper.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-608/+0
* cache the scanner/updater/cache in the wrapper storageRobin Appelman2016-04-191-0/+6
* remove unused Storage->getLocalFolderRobin Appelman2016-02-051-11/+0
* only trigger locking on lockingstoragesRobin Appelman2016-01-141-4/+11
* Happy new year!Thomas Müller2016-01-121-2/+2
* Make Cache\Updater per storageRobin Appelman2015-11-251-0/+7
* take the etag of child mounts into account for the folder etagRobin Appelman2015-11-191-0/+7
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Store storage availability in databaseRobin McCorkell2015-07-201-0/+18
* add changeLock to the storage apiRobin Appelman2015-06-011-0/+9
* add locking to the storage apiRobin Appelman2015-06-011-0/+20
* use copy when doing a crossStorageCopy on the same storageRobin Appelman2015-05-191-0/+8
* Introduce Storage::getMetaData() to allow storage implementations more contro...Thomas Müller2015-04-201-3/+3
* Introduce Storage::getData() to allow storage implementations more control ov...Thomas Müller2015-04-201-0/+8
* Move cross storage copy logic to the storageRobin Appelman2015-04-131-0/+20
* Update license headersJenkins for ownCloud2015-03-261-4/+20
* adding storage specific filename verification - refs #13640Thomas Müller2015-03-091-0/+12
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+19
* adding getDirectDownload() to WrapperThomas Müller2014-12-281-0/+12
* Fix storage being passed to cache/watcher and scanner when using storage wrap...Robin Appelman2014-06-141-6/+20
* - drop permissions table and related codeThomas Müller2014-06-051-10/+0
* Pass any methods custom to specific storage implementations to the wrapped st...Robin Appelman2014-05-291-0/+11
* Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-291-0/+10
* Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-061-0/+8
* Added unit test for the test() methodVincent Petry2013-12-031-0/+8
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+427