Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/files
AgeCommit message (Expand)Author
2014-02-12Remove the filecache for a users home storage when the user is deletedRobin Appelman
2014-01-17Fix mimetype detectionJörn Friedrich Dreyer
2013-12-16add getOwner to Home StorageJörn Friedrich Dreyer
2013-12-08reuse etags when doing a background scanRobin Appelman
2013-12-03make rmdir recursive for mappellocal storage backendRobin Appelman
2013-12-03Make rmdir recursive for local storageRobin Appelman
2013-11-28Add post hooks for filesystem scannerRobin Appelman
2013-11-25clear permissions cache when scanning a fileRobin Appelman
2013-11-22Merge pull request #5934 from owncloud/stable5-excludeextstoragefromquotaVincent Petry
2013-11-22Merge branch 'stable5' into fixing-4866-stable5Thomas Müller
2013-11-21Emulate touch() for backends that don't support itRobin Appelman
2013-11-19External storage space is now not counted in total spaceVincent Petry
2013-11-15Fixed normalizePath() to strip out single dot dirsVincent Petry
2013-11-11fixes #5808Thomas Müller
2013-10-31Merge pull request #5640 from owncloud/backport_executeaudited_stable5Thomas Müller
2013-10-31remove leftover execute() and unused variablesJörn Friedrich Dreyer
2013-10-31use executeAudited() for all cache queriesJörn Friedrich Dreyer
2013-10-30backport home storage to stable5Jörn Friedrich Dreyer
2013-10-29make getUidAndFilename() privateBjoern Schiessle
2013-10-29make sure that we operate on the owners Path because this path needs to be up...Bjoern Schiessle
2013-10-28remove debug output, add commentBjoern Schiessle
2013-10-28check storage for every iterationBjoern Schiessle
2013-10-24changed the logic, this should fix the testsBjoern Schiessle
2013-10-24remove debug codeBjoern Schiessle
2013-10-24resolvePath() needs to resolve the path for the owner, otherwise it doesn't w...Bjoern Schiessle
2013-10-24return -1 if file is empty otherwise we run into infinite loopsBjoern Schiessle
2013-10-21backport of https://github.com/owncloud/core/pull/5247Bjoern Schiessle
2013-10-11the path need to be normalized before putting it into resolvePath()Thomas Müller
2013-09-30Cherry-pick of 5d671a8 onto stable5.Andreas Fischer
2013-09-23remove deleted files while scanningRobin Appelman
2013-09-13some is_resource tests have been missing in #4701Thomas Müller
2013-09-10also emit hooks for views that are a subfolder of the user folderRobin Appelman
2013-09-02Check variable type before using readdir to avoid surprises and fix #4667 #46...Arthur Schiwon
2013-08-29better variable namingRobin Appelman
2013-08-29Cache: don't check if the parent exists in the cache if we are already sure i...Robin Appelman
2013-08-22additional readdir check in mappedlocalThomas Müller
2013-08-22use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman
2013-08-12Scanner: correctly pass trough reuse options when doing a recursive scanRobin Appelman
2013-08-06Merge pull request #4317 from owncloud/backport-cli-scanner-stable5Thomas Müller
2013-08-05use isset to prevent undefined indexThomas Müller
2013-08-05Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\CommonBart Visscher
2013-08-05manual backporting of OC\Files\Utils\Scanner to stable5Thomas Müller
2013-08-05Make Cache\Scanner an emitterRobin Appelman
2013-08-02Use old database methods for caclulateFolderSizeMichael Gapczynski
2013-08-02Use query to calculate folder sizeMichael Gapczynski
2013-08-02Fix calculating size for empty foldersMichael Gapczynski
2013-07-29manual backport of changes related to #3459Thomas Müller
2013-07-29Move check so the variable will never be undefinedMichael Gapczynski
2013-07-06Only retrieve the current user's permissionsMichael Gapczynski
2013-07-06Cache: provide a function to get the permissions of all files in a folder wit...Robin Appelman