| Commit message (Expand) | Author | Age | Files | Lines |
* | update the file cache within the write lock | Robin Appelman | 2015-06-18 | 1 | -1/+1 |
* | 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 | 1 | -4/+26 |
* | Make the change propagator an emitter | Robin Appelman | 2015-04-27 | 1 | -0/+4 |
* | preserve cache data when doing a cross storage move | Robin Appelman | 2015-04-13 | 1 | -21/+20 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+21 |
* | 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 | 1 | -20/+5 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+20 |
* | Dont bother updating the cache when working with part files | Robin Appelman | 2015-02-05 | 1 | -0/+12 |
* | Also propagate etag changes when the watcher finds a changed file | Robin Appelman | 2014-11-07 | 1 | -0/+5 |
* | Remove explicit propagate calls | Robin Appelman | 2014-09-05 | 1 | -11/+6 |
* | Refactor Cache\Updater to work outside of the users home | Robin Appelman | 2014-09-05 | 1 | -143/+64 |
* | Ensure that filename is prefixed with a slash | Joas Schilling | 2014-08-14 | 1 | -0/+1 |
* | Do not filemtime() on "." directory. Use empty string instead | Joas Schilling | 2014-08-11 | 1 | -0/+5 |
* | Remove doubled slash between folder and path | Joas Schilling | 2014-08-11 | 1 | -5/+4 |
* | Don't do rename hooks for cache when moving the mountpoint | Robin Appelman | 2014-06-06 | 1 | -0/+4 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
* | Merge pull request #7420 from owncloud/cachehooks-first | Thomas Müller | 2014-03-25 | 1 | -1/+4 |
|\ |
|
| * | Fix updater when getFileInfo fails | Robin Appelman | 2014-03-03 | 1 | -1/+4 |
* | | Allow re-using already known fileinfo when calculating folder sizes | Robin Appelman | 2014-02-28 | 1 | -2/+2 |
|/ |
|
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -2/+0 |
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 |
* | Merge pull request #6099 from owncloud/fix_source_not_found_warnings | Morris Jobke | 2013-11-28 | 1 | -1/+5 |
|\ |
|
| * | correctFolder() already resolves the dirname internally | Bjoern Schiessle | 2013-11-28 | 1 | -1/+1 |
| * | make sure that we don't try to access an already deleted files, fixes some fi... | Bjoern Schiessle | 2013-11-28 | 1 | -2/+6 |
* | | Redetect mime type whenever extension is renamed | Vincent Petry | 2013-11-27 | 1 | -0/+6 |
|/ |
|
* | Compare dirname() results to DIRECTORY_SEPARATOR, not '/' | ringmaster | 2013-11-14 | 1 | -1/+1 |
* | Merge branch 'master' into update-parent-storage-mtime | Robin Appelman | 2013-10-30 | 1 | -12/+39 |
|\ |
|
| * | make sure that also the storage etag gets changed | Bjoern Schiessle | 2013-10-29 | 1 | -4/+7 |
| * | make getUidAndFilename() private | Bjoern Schiessle | 2013-10-29 | 1 | -1/+1 |
| * | backport of https://github.com/owncloud/core/pull/5513 | Bjoern Schiessle | 2013-10-29 | 1 | -12/+36 |
* | | Update the parent folders storage_mtime on write and delete to prevent rescans | Robin Appelman | 2013-10-29 | 1 | -1/+21 |
|/ |
|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+161 |