| Commit message (Expand) | Author | Age | Files | Lines |
* | include the final update in the transaction when moving a folder in the cache | Robin Appelman | 2015-10-29 | 1 | -2/+6 |
* | Merge pull request #19869 from owncloud/cache-adjustcurrentmtimeonrename | Thomas Müller | 2015-10-29 | 2 | -1/+23 |
|\ |
|
| * | Also adjust storage_mtime of target after rename | Vincent Petry | 2015-10-26 | 2 | -1/+23 |
* | | Update license headers | Lukas Reschke | 2015-10-26 | 2 | -0/+2 |
|/ |
|
* | don't move files in cache twice, fixes renaming for objectstores | Jörn Friedrich Dreyer | 2015-10-16 | 1 | -7/+9 |
* | also detect files in a .part folder as part file | Bjoern Schiessle | 2015-10-12 | 1 | -0/+4 |
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 3 | -3/+0 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -1/+5 |
* | Always send a postScanFile event when done scanning a file | Olivier Paroz | 2015-09-30 | 1 | -2/+2 |
* | Explicitly cast number to integer | Robin McCorkell | 2015-09-16 | 1 | -1/+1 |
* | Use integer for availability instead of bool | Robin McCorkell | 2015-09-15 | 1 | -3/+5 |
* | Add reset method to mimetype loader | Robin McCorkell | 2015-09-11 | 1 | -1/+1 |
* | Split mimetype handling to new class | Robin McCorkell | 2015-09-04 | 1 | -80/+16 |
* | Prevent scanner going crazy with unavailable storages | Vincent Petry | 2015-08-24 | 1 | -4/+14 |
* | Store storage availability in database | Robin McCorkell | 2015-07-20 | 1 | -10/+38 |
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 2 | -2/+2 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
* | Rollback folder scan if an entry was locked | Vincent Petry | 2015-06-24 | 1 | -0/+5 |
* | extends phpdoc | Robin Appelman | 2015-06-18 | 1 | -3/+4 |
* | update the file cache within the write lock | Robin Appelman | 2015-06-18 | 2 | -12/+24 |
* | keep a read lock while scanning a file or folder | Robin Appelman | 2015-06-15 | 1 | -0/+11 |
* | Get correct mimetype when moving and changing extension | Vincent Petry | 2015-05-21 | 1 | -1/+1 |
* | improve phpdoc of cache classes | Robin Appelman | 2015-05-05 | 3 | -29/+139 |
* | Make the change propagator an emitter | Robin Appelman | 2015-04-27 | 2 | -1/+8 |
* | Merge pull request #15549 from owncloud/jcf-fix-cache-update | Morris Jobke | 2015-04-22 | 1 | -1/+8 |
|\ |
|
| * | clarify the duplication of the $params array | Jens-Christian Fischer | 2015-04-12 | 1 | -1/+2 |
| * | don't update identical values | Jens-Christian Fischer | 2015-04-11 | 1 | -1/+7 |
* | | move permission related code into getMetaData() | Thomas Müller | 2015-04-20 | 1 | -8/+2 |
* | | Introduce Storage::getMetaData() to allow storage implementations more contro... | Thomas Müller | 2015-04-20 | 1 | -1/+1 |
* | | Introduce Storage::getData() to allow storage implementations more control ov... | Thomas Müller | 2015-04-20 | 1 | -10/+3 |
* | | Fix cross storage move with shared storages | Robin Appelman | 2015-04-13 | 1 | -3/+16 |
* | | reuse cache move logic | Robin Appelman | 2015-04-13 | 1 | -26/+1 |
* | | preserve cache data when doing a cross storage move | Robin Appelman | 2015-04-13 | 2 | -21/+57 |
|/ |
|
* | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 2 | -32/+11 |
* | Fix the exception messages | Joas Schilling | 2015-04-02 | 2 | -2/+2 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 10 | -40/+217 |
* | Merge pull request #14704 from owncloud/storage-wrapper-mount | Robin Appelman | 2015-03-19 | 1 | -0/+7 |
|\ |
|
| * | Allow setting the watcher policy as mount option | Robin Appelman | 2015-03-11 | 1 | -0/+7 |
* | | Remove unreqired backtick removal | Lukas Reschke | 2015-03-18 | 1 | -3/+0 |
* | | Throw a RuntimeException in the cache aswell | Joas Schilling | 2015-03-11 | 2 | -4/+9 |
* | | Get the id before using it | Joas Schilling | 2015-03-09 | 1 | -1/+2 |
* | | Better save then sorry | Joas Schilling | 2015-03-09 | 1 | -0/+2 |
* | | insertIfNotExists() for storage insertion | Joas Schilling | 2015-03-09 | 1 | -3/+9 |
* | | Only check unique keys for the comparison on filecache insert & update otherwise | Joas Schilling | 2015-03-09 | 1 | -1/+6 |
|/ |
|
* | use insertIfNotExist() in cache put | Thomas Müller | 2015-03-06 | 1 | -5/+11 |
* | Allow disabling the cache updater | Robin Appelman | 2015-02-27 | 1 | -3/+16 |
* | Fix cache update when doing a rename that overwrites the target | Robin Appelman | 2015-02-27 | 1 | -1/+4 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 10 | -207/+50 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 10 | -50/+207 |
* | Merge pull request #13767 from owncloud/issue/13764-mimetype-racecondition | Thomas Müller | 2015-02-20 | 1 | -3/+7 |
|\ |
|