Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |