summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5934 from owncloud/stable5-excludeextstoragefromquotaVincent Petry2013-11-222-4/+8
|\
| * External storage space is now not counted in total spaceVincent Petry2013-11-192-4/+8
* | Merge branch 'stable5' into fixing-4866-stable5Thomas Müller2013-11-225-94/+260
|\ \
| * | Emulate touch() for backends that don't support itRobin Appelman2013-11-211-1/+5
| |/
| * Fixed normalizePath() to strip out single dot dirsVincent Petry2013-11-151-3/+17
| * fixes #5808Thomas Müller2013-11-111-6/+6
| * Merge pull request #5640 from owncloud/backport_executeaudited_stable5Thomas Müller2013-10-311-75/+142
| |\
| | * remove leftover execute() and unused variablesJörn Friedrich Dreyer2013-10-311-8/+7
| | * use executeAudited() for all cache queriesJörn Friedrich Dreyer2013-10-301-74/+142
| * | backport home storage to stable5Jörn Friedrich Dreyer2013-10-303-1/+49
| |/
| * make getUidAndFilename() privateBjoern Schiessle2013-10-291-1/+1
| * make sure that we operate on the owners Path because this path needs to be up...Bjoern Schiessle2013-10-291-12/+30
| * remove debug output, add commentBjoern Schiessle2013-10-281-4/+1
| * check storage for every iterationBjoern Schiessle2013-10-281-4/+11
| * changed the logic, this should fix the testsBjoern Schiessle2013-10-242-5/+2
| * remove debug codeBjoern Schiessle2013-10-241-4/+0
| * resolvePath() needs to resolve the path for the owner, otherwise it doesn't w...Bjoern Schiessle2013-10-241-13/+22
| * return -1 if file is empty otherwise we run into infinite loopsBjoern Schiessle2013-10-241-1/+5
| * backport of https://github.com/owncloud/core/pull/5247Bjoern Schiessle2013-10-211-1/+4
| * the path need to be normalized before putting it into resolvePath()Thomas Müller2013-10-101-1/+3
* | Cherry-pick of 5d671a8 onto stable5.Andreas Fischer2013-09-292-2/+25
|/
* remove deleted files while scanningRobin Appelman2013-09-231-0/+2
* some is_resource tests have been missing in #4701Thomas Müller2013-09-131-8/+10
* also emit hooks for views that are a subfolder of the user folderRobin Appelman2013-09-101-32/+57
* Check variable type before using readdir to avoid surprises and fix #4667 #46...Arthur Schiwon2013-09-023-24/+33
* better variable namingRobin Appelman2013-08-281-3/+3
* Cache: don't check if the parent exists in the cache if we are already sure i...Robin Appelman2013-08-281-3/+4
* additional readdir check in mappedlocalThomas Müller2013-08-211-1/+1
* use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-213-5/+5
* Scanner: correctly pass trough reuse options when doing a recursive scanRobin Appelman2013-08-121-1/+1
* Merge pull request #4317 from owncloud/backport-cli-scanner-stable5Thomas Müller2013-08-053-6/+123
|\
| * Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\CommonBart Visscher2013-08-051-4/+20
| * manual backporting of OC\Files\Utils\Scanner to stable5Thomas Müller2013-08-051-0/+90
| * Make Cache\Scanner an emitterRobin Appelman2013-08-051-2/+13
* | use isset to prevent undefined indexThomas Müller2013-08-051-1/+1
|/
* Use old database methods for caclulateFolderSizeMichael Gapczynski2013-08-021-3/+3
* Use query to calculate folder sizeMichael Gapczynski2013-08-021-10/+13
* Fix calculating size for empty foldersMichael Gapczynski2013-08-021-19/+16
* manual backport of changes related to #3459Thomas Müller2013-07-292-4/+40
* Move check so the variable will never be undefinedMichael Gapczynski2013-07-281-3/+3
* Only retrieve the current user's permissionsMichael Gapczynski2013-07-062-5/+6
* Cache: provide a function to get the permissions of all files in a folder wit...Robin Appelman2013-07-062-9/+28
* Merge pull request #3905 from owncloud/emit_signals_for_part_filesThomas Müller2013-07-021-3/+21
|\
| * don't run hooks for .part filesBjörn Schießle2013-07-011-1/+1
| * if a part file gets renamed to a real file, that this was the second step of ...Björn Schießle2013-07-011-2/+20
* | Public upload featureRoman Geber2013-07-011-1/+1
|/
* remove deleted files when re-scanning a folderRobin Appelman2013-06-201-0/+14
* add tests for reusing existing data in scannerRobin Appelman2013-06-191-4/+2
* scanner: give more percision about what data is reused during scanningRobin Appelman2013-06-191-17/+29
* split of scanning the childs of a folderRobin Appelman2013-06-191-17/+24