summaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache
Commit message (Expand)AuthorAgeFilesLines
* Improve phpdocRobin Appelman2014-03-311-1/+3
* Give storages the option to implement the getById behaviour for View->getPathRobin Appelman2014-03-281-0/+16
* Merge pull request #7420 from owncloud/cachehooks-firstThomas Müller2014-03-251-1/+4
|\
| * Merge branch 'master' into cachehooks-firstRobin Appelman2014-03-131-3/+8
| |\
| * | Fix updater when getFileInfo failsRobin Appelman2014-03-031-1/+4
* | | Merge pull request #7477 from owncloud/foldersize-reuseThomas Müller2014-03-254-14/+27
|\ \ \
| * \ \ Merge branch 'master' into foldersize-reuseRobin Appelman2014-03-111-3/+8
| |\ \ \ | | | |/ | | |/|
| * | | Check if fields we need are actually set to prevent errorsRobin Appelman2014-03-032-3/+3
| * | | Allow re-using already known fileinfo when calculating folder sizesRobin Appelman2014-02-284-12/+25
| | |/ | |/|
* | | drop file cache migration OC5 -> OC6Thomas Müller2014-03-182-374/+0
| |/ |/|
* | Merge pull request #7398 from owncloud/trash_dont_rely_on_dbVincent Petry2014-03-101-1/+1
|\ \
| * | get trash size from file cacheBjoern Schiessle2014-03-101-1/+1
* | | Propagate unencrypted_size up to the file cache rootVincent Petry2014-03-071-2/+7
| |/ |/|
* | Remove fileid parameter for getFolderContentRobin Appelman2014-02-211-5/+2
* | Split getFolderContentByIdRobin Appelman2014-02-211-0/+10
* | Merge branch 'master' into folderid-reuseRobin Appelman2014-02-212-15/+33
|\|
| * Merge pull request #7274 from owncloud/scrutinizer-patch-1Morris Jobke2014-02-191-2/+0
| |\
| | * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+0
| * | Merge pull request #7260 from owncloud/watcher-policyicewind19912014-02-191-13/+33
| |\ \ | | |/ | |/|
| | * Allow setting the frequency of which the file watcher checks for updatesRobin Appelman2014-02-181-13/+33
* | | Reuse the folder id in View->getFolderContentsRobin Appelman2014-02-191-2/+5
|/ /
* | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-0/+19
|\|
| * Also clean up the filecache table when deleting a storage entryRobin Appelman2014-02-031-0/+6
| * Also remove the user's home storage from the storage table when deleting a userRobin Appelman2014-01-211-0/+13
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-066-3/+18
|/
* Reuse the data retrieved from the cache in checkUpdateRobin Appelman2014-01-201-2/+2
* Merge pull request #6768 from owncloud/scanner-use-storage-mtimeVincent Petry2014-01-151-1/+1
|\
| * Use storage_mtime when determining if we can reuse cached data while scanningRobin Appelman2014-01-141-1/+1
* | Fix calculated folder size to use unencrypted sizeVincent Petry2014-01-091-5/+17
|/
* Now also preventing to override "files" dir size with -1Vincent Petry2014-01-071-1/+1
* Merge pull request #6201 from owncloud/backgroundscan-reuse-etagVincent Petry2013-12-061-1/+1
|\
| * reuse etags when doing a background scanRobin Appelman2013-12-051-1/+1
* | Users of getFolderContent are mostly interested in the unecrypted file sizeBart Visscher2013-12-061-0/+4
|/
* Merge pull request #6099 from owncloud/fix_source_not_found_warningsMorris Jobke2013-11-281-1/+5
|\
| * correctFolder() already resolves the dirname internallyBjoern Schiessle2013-11-281-1/+1
| * make sure that we don't try to access an already deleted files, fixes some fi...Bjoern Schiessle2013-11-281-2/+6
* | Redetect mime type whenever extension is renamedVincent Petry2013-11-271-0/+6
|/
* Merge pull request #5874 from owncloud/fix-5845Thomas Müller2013-11-242-2/+2
|\
| * Compare dirname() results to DIRECTORY_SEPARATOR, not '/'ringmaster2013-11-141-1/+1
| * Alias the aggregate columns so SQL Server doesn't combine them.ringmaster2013-11-141-1/+1
* | Root size for home storage is now size of "files" subdirVincent Petry2013-11-181-0/+13
|/
* Now calling parent method when path is not rootVincent Petry2013-11-121-16/+8
* Do not use -1 as the size for the root folder of the home storageRobin Appelman2013-11-121-0/+48
* Merge pull request #5701 from owncloud/sharing-updateownerfoldersizesMorris Jobke2013-11-111-3/+6
|\
| * Fixed watcher to also update the owner's folder sizesVincent Petry2013-11-051-3/+6
* | Add post hooks for filesystem scannerRobin Appelman2013-11-071-0/+5
|/
* Merge pull request #5540 from owncloud/scanner-enhancments-masterThomas Müller2013-11-042-3/+17
|\
| * set log level to DEBUGThomas Müller2013-11-041-2/+4
| * using array_diff_assoc to detect diffs in values as wellThomas Müller2013-10-251-1/+1
| * cast storage_mtime to intThomas Müller2013-10-251-0/+1