Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -119/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 1 | -0/+8 |
| | |||||
* | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 1 | -0/+8 |
| | | | | this replaces shared etag propagation | ||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | add changeLock to the storage api | Robin Appelman | 2015-06-01 | 1 | -0/+8 |
| | |||||
* | phpdoc and minor issues | Robin Appelman | 2015-06-01 | 1 | -2/+2 |
| | |||||
* | add locking to the storage api | Robin Appelman | 2015-06-01 | 1 | -0/+15 |
| | |||||
* | Introduce Storage::getMetaData() to allow storage implementations more ↵ | Thomas Müller | 2015-04-20 | 1 | -2/+2 |
| | | | | control over the data array | ||||
* | Introduce Storage::getData() to allow storage implementations more control ↵ | Thomas Müller | 2015-04-20 | 1 | -0/+6 |
| | | | | over the data array | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+18 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -17/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+17 |
| | |||||
* | Fix storage being passed to cache/watcher and scanner when using storage ↵ | Robin Appelman | 2014-06-14 | 1 | -3/+6 |
| | | | | wrappers | ||||
* | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 1 | -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\Storage | Thomas Müller | 2013-10-08 | 1 | -279/+0 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+343 |
Conflicts: lib/private/vcategories.php |