summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/storage.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-119/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Make Cache\Updater per storageRobin Appelman2015-11-251-0/+8
|
* take the etag of child mounts into account for the folder etagRobin Appelman2015-11-191-0/+8
| | | | this replaces shared etag propagation
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* add changeLock to the storage apiRobin Appelman2015-06-011-0/+8
|
* phpdoc and minor issuesRobin Appelman2015-06-011-2/+2
|
* add locking to the storage apiRobin Appelman2015-06-011-0/+15
|
* Introduce Storage::getMetaData() to allow storage implementations more ↵Thomas Müller2015-04-201-2/+2
| | | | control over the data array
* Introduce Storage::getData() to allow storage implementations more control ↵Thomas Müller2015-04-201-0/+6
| | | | over the data array
* Update license headersJenkins for ownCloud2015-03-261-4/+18
|
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+17
|
* Fix storage being passed to cache/watcher and scanner when using storage ↵Robin Appelman2014-06-141-3/+6
| | | | wrappers
* - drop permissions table and related codeThomas Müller2014-06-051-8/+0
| | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration
* php 5.3 compatibility for \OC\Files\StorageThomas Müller2013-10-081-279/+0
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+343
Conflicts: lib/private/vcategories.php