Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -228/+0 |
| | |||||
* | dont do optimized size propagation for encrypted files | Robin Appelman | 2016-04-21 | 1 | -1/+4 |
| | |||||
* | propagate folder size in the same query for write updates | Robin Appelman | 2016-01-15 | 1 | -2/+8 |
| | |||||
* | Add IStorage interface for consistent naming | Robin Appelman | 2016-01-14 | 1 | -2/+3 |
| | | | | minor phpdoc fixed | ||||
* | Add updater interface and expose cache interfaces from storage | Robin Appelman | 2016-01-14 | 1 | -6/+9 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+1 |
| | |||||
* | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 1 | -94/+74 |
| | |||||
* | Merge pull request #19869 from owncloud/cache-adjustcurrentmtimeonrename | Thomas Müller | 2015-10-29 | 1 | -0/+14 |
|\ | | | | | On rename, also refresh storage_mtime of the target file | ||||
| * | Also adjust storage_mtime of target after rename | Vincent Petry | 2015-10-26 | 1 | -0/+14 |
| | | | | | | | | Some storages like Dropbox change their mtime on rename... | ||||
* | | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
|/ | |||||
* | don't move files in cache twice, fixes renaming for objectstores | Jörn Friedrich Dreyer | 2015-10-16 | 1 | -7/+9 |
| | |||||
* | 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 |
| | | | | | | | | Fixes issue when restoring folders from trash cross-storage, as such folders have an extension ".d12345678". Fixes issue when moving folders between storages and at the same time changing their extension. | ||||
* | 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 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | 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 |
| | | | | Fix #9928 | ||||
* | 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 |
| | | | | * test case added to avoid adding them later | ||||
* | 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 |
|\ | | | | | Manually triger the filecache update hooks before any other hook | ||||
| * | 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 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | 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 |
|\ | | | | | make sure that we don't try to access an already deleted files | ||||
| * | 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 ↵ | Bjoern Schiessle | 2013-11-28 | 1 | -2/+6 |
| | | | | | | | | file source not found warnings | ||||
* | | 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 |
|\ | | | | | | | | | Conflicts: lib/private/files/cache/updater.php | ||||
| * | 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 |
Conflicts: lib/private/vcategories.php |