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 (Collapse)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
Backported from d051d6f9252de915a13e1b053c54f69bcd83f5ee
2013-12-03Make rmdir recursive for local storageRobin Appelman
Backport of 63c898c0
2013-11-28Add post hooks for filesystem scannerRobin Appelman
2013-11-25clear permissions cache when scanning a fileRobin Appelman
Conflicts: lib/files/cache/scanner.php
2013-11-22Merge pull request #5934 from owncloud/stable5-excludeextstoragefromquotaVincent Petry
[Stable5] Exclude ext storage from quota
2013-11-22Merge branch 'stable5' into fixing-4866-stable5Thomas Müller
2013-11-21Emulate touch() for backends that don't support itRobin Appelman
Backport of 9738fae3cf1ad18593d21eb62e138e00c01f5f36
2013-11-19External storage space is now not counted in total spaceVincent Petry
Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Backport of 614e4d485c8b74f6879c401f8cbb93e9335bf9b3
2013-11-15Fixed normalizePath() to strip out single dot dirsVincent Petry
Now removing "/./" and trailing "/." from the paths when normalizing. Backport of c06d8bb0071839480f9e458e58630ca0c205b9cb
2013-11-11fixes #5808Thomas Müller
2013-10-31Merge pull request #5640 from owncloud/backport_executeaudited_stable5Thomas Müller
Backport executeaudited stable5
2013-10-31remove leftover execute() and unused variablesJörn Friedrich Dreyer
2013-10-31use executeAudited() for all cache queriesJörn Friedrich Dreyer
Conflicts: lib/files/cache/cache.php
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 ↵Bjoern Schiessle
updated check the storage for every iteration to make sure that we update the correct cache entry
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 ↵Bjoern Schiessle
work for Shared files correctFolder() correct folder for the owner of the file. The Shared folder for the other users gets updated by the files_sharing app
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
ensure the view's root is a subfolder of the the default root, not only starting the same
2013-10-11the path need to be normalized before putting it into resolvePath()Thomas Müller
otherwise the returned internalPath will not match followup calls to e.g. Cache::getID() Conflicts: tests/lib/files/view.php
2013-09-30Cherry-pick of 5d671a8 onto stable5.Andreas Fischer
recreate an etag within the scanner if the cache contains an empty etag Conflicts: lib/files/cache/cache.php tests/lib/files/cache/scanner.php
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 ↵Arthur Schiwon
#4658 and #4613
2013-08-29better variable namingRobin Appelman
2013-08-29Cache: don't check if the parent exists in the cache if we are already sure ↵Robin Appelman
it does
2013-08-22additional readdir check in mappedlocalThomas Müller
2013-08-22use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman
Conflicts: apps/files_external/lib/amazons3.php apps/files_trashbin/index.php lib/connector/sabre/objecttree.php
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
Backport cli scanner to stable5
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
Conflicts: lib/files/cache/cache.php
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 ↵Robin Appelman
with one query Conflicts: lib/files/view.php