Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP\Files to PSR-4 | Roeland Jago Douma | 2016-05-18 | 44 | -4096/+0 |
| | |||||
* | use mount providers to setup home storages (#24567) | Robin Appelman | 2016-05-17 | 2 | -0/+60 |
| | |||||
* | do propagation in a single query | Robin Appelman | 2016-04-25 | 1 | -1/+0 |
| | |||||
* | Only construct the storage when we start using it | Robin Appelman | 2016-04-19 | 1 | -0/+8 |
| | |||||
* | Add locking to the node api | Robin Appelman | 2016-03-03 | 1 | -0/+51 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 13 | -22/+19 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Merge pull request #22200 from owncloud/node-checksum-resolvefileinfo | Thomas Müller | 2016-02-08 | 1 | -0/+10 |
|\ | | | | | Make sure fileinfo exists when calling getCheckSum in node API | ||||
| * | Add proper throw tags to File | Roeland Jago Douma | 2016-02-08 | 1 | -0/+10 |
| | | |||||
* | | Add occ command to verify storage configurations | Robin Appelman | 2016-02-08 | 1 | -0/+26 |
|/ | |||||
* | Merge pull request #22166 from owncloud/remove-local-folder | Thomas Müller | 2016-02-06 | 2 | -19/+0 |
|\ | | | | | remove unused Storage->getLocalFolder | ||||
| * | remove unused Storage->getLocalFolder | Robin Appelman | 2016-02-05 | 2 | -19/+0 |
| | | |||||
* | | remove unused Storage->search | Robin Appelman | 2016-02-05 | 1 | -9/+0 |
| | | |||||
* | | additional phpdoc for search | Robin Appelman | 2016-02-05 | 1 | -1/+1 |
| | | |||||
* | | add deprecation notice to search methods | Robin Appelman | 2016-02-05 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #22071 from owncloud/cache-split-insert | Thomas Müller | 2016-02-03 | 1 | -0/+13 |
|\ | | | | | split cache->insert from cache->put | ||||
| * | split cache->insert from cache->put | Robin Appelman | 2016-02-03 | 1 | -0/+13 |
| | | |||||
* | | Add store/retrieve checksums | Roeland Jago Douma | 2016-02-03 | 1 | -0/+8 |
|/ | | | | | | | * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums | ||||
* | Merge pull request #22012 from owncloud/storagenotavailableexception-code | Thomas Müller | 2016-02-01 | 1 | -1/+1 |
|\ | | | | | Default to STATUS_ERROR in StorageNotAvailableException | ||||
| * | Default to STATUS_ERROR in StorageNotAvailableException | Robin McCorkell | 2016-01-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #21956 from owncloud/cross-cache-move | Thomas Müller | 2016-01-29 | 2 | -1/+5 |
|\ \ | | | | | | | Add fallback moveFromCache implementation | ||||
| * | | Add fallback moveFromCache implementation | Robin Appelman | 2016-01-29 | 2 | -1/+5 |
| |/ | |||||
* | | Merge pull request #21858 from owncloud/getMountsForFileId | Thomas Müller | 2016-01-28 | 1 | -0/+15 |
|\ \ | | | | | | | add IUserMountCache->getMountsForFileId | ||||
| * | | add IUserMountCache->getMountsForFileId | Robin Appelman | 2016-01-27 | 1 | -0/+15 |
| |/ | |||||
* / | clean cache interface | Robin Appelman | 2016-01-27 | 1 | -15/+0 |
|/ | |||||
* | Merge pull request #20768 from owncloud/mount-cache | Thomas Müller | 2016-01-22 | 3 | -0/+160 |
|\ | | | | | cache mountpoints in the db | ||||
| * | clear mount cache when removing applicables | Robin Appelman | 2016-01-20 | 1 | -0/+19 |
| | | |||||
| * | clear mount cache when deleting user | Robin Appelman | 2016-01-20 | 1 | -1/+9 |
| | | |||||
| * | multiple minor fies | Robin Appelman | 2016-01-20 | 3 | -0/+12 |
| | | |||||
| * | cache mountpoints in the db | Robin Appelman | 2016-01-20 | 3 | -0/+121 |
| | | |||||
* | | Fix PHPDoc - @changed is no official tag -> use @since | Morris Jobke | 2016-01-22 | 1 | -2/+1 |
|/ | |||||
* | remove unneeded public cache methods | Robin Appelman | 2016-01-14 | 1 | -19/+0 |
| | |||||
* | split locking related methods to their own interface | Robin Appelman | 2016-01-14 | 2 | -27/+60 |
| | |||||
* | Add IStorage interface for consistent naming | Robin Appelman | 2016-01-14 | 4 | -48/+520 |
| | | | | minor phpdoc fixed | ||||
* | add since tags | Robin Appelman | 2016-01-14 | 7 | -0/+69 |
| | |||||
* | fix phpdoc | Robin Appelman | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | add watcher interface | Robin Appelman | 2016-01-14 | 2 | -0/+80 |
| | |||||
* | Add updater interface and expose cache interfaces from storage | Robin Appelman | 2016-01-14 | 2 | -0/+92 |
| | |||||
* | add scanner interface | Robin Appelman | 2016-01-14 | 1 | -0/+74 |
| | |||||
* | Return a class from cache operations instead of an array | Robin Appelman | 2016-01-14 | 2 | -26/+6 |
| | |||||
* | add cache entry interface | Robin Appelman | 2016-01-14 | 1 | -0/+118 |
| | |||||
* | propagator interface | Robin Appelman | 2016-01-14 | 1 | -0/+34 |
| | |||||
* | Add public cache interface | Robin Appelman | 2016-01-14 | 1 | -0/+262 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 33 | -40/+42 |
| | |||||
* | Fix code from comments | Jesús Macias | 2015-12-03 | 4 | -27/+15 |
| | |||||
* | Migrate storate status code to storagenotavailablexception | Jesús Macias | 2015-12-03 | 1 | -0/+3 |
| | |||||
* | Fix code from PR comments | Jesús Macias | 2015-12-03 | 5 | -8/+13 |
| | |||||
* | Add new external storage exceptions for different errors | Jesús Macias | 2015-12-03 | 4 | -0/+177 |
| | |||||
* | Consistent interface declaration | Roeland Jago Douma | 2015-11-23 | 1 | -8/+0 |
| | |||||
* | Merge pull request #20494 from owncloud/storage-forbidden-exception | Thomas Müller | 2015-11-18 | 1 | -0/+55 |
|\ | | | | | Allow storage wrappers to through a forbidden exception with retry information for clients | ||||
| * | Allow storage wrappers to through a forbidden exception with retry information | Joas Schilling | 2015-11-17 | 1 | -0/+55 |
| | |