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
AgeCommit message (Expand)Author
2013-02-12$this->numericId should be determined based on table storages not filecacheThomas Mueller
2013-02-12Merge pull request #1616 from owncloud/cache_fixes_rebaseThomas Müller
2013-02-12Cache: fix scanner trying to use existing data when file isn't in cacheRobin Appelman
2013-02-12fixing syntax errorThomas Mueller
2013-02-12Cache: also preserve etags for filesRobin Appelman
2013-02-11Update lib/files/cache/legacy.phpirgsmirx
2013-02-11Cache: don't create a new etag when the mtime hasn't changedRobin Appelman
2013-02-11Cache: actually use parameterRobin Appelman
2013-02-11Cache: reuse known folder sizes when doing a shallow scanRobin Appelman
2013-02-11Cache: simplify scanner logic a bit when handeling with unknown folder sizesRobin Appelman
2013-02-10append .part to put filesJörn Friedrich Dreyer
2013-02-09fix empty path handlingJörn Friedrich Dreyer
2013-02-03translate the mimtype/mimepart to readable in the searchByMime functionTheSFReader
2013-02-03Remove a warning by making sure the renamed file is a dir before trying and o...TheSFReader
2013-01-30Cache: don't insert duplicated during upgradeRobin Appelman
2013-01-27Cache: add function to get storage id and internal path of a file by idRobin Appelman
2013-01-22Cache: return non numberic storage idRobin Appelman
2013-01-20Update mtimes of all parent folders after change insideMichael Gapczynski
2013-01-17Cache: use a database transition for scanning each folderRobin Appelman
2013-01-16Cache: dont migrate permissions, cache them on demain insteadRobin Appelman
2013-01-15Cache: more efficient upgradingRobin Appelman
2013-01-15Cache: show upgrade progressRobin Appelman
2013-01-07Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski
2013-01-07Cache: normalize mimetypesRobin Appelman
2013-01-07Cache: split permission cache scanning and cache scanningRobin Appelman
2013-01-01Cache: provide path hints to getCache/etc where availableRobin Appelman
2013-01-01Fix eTagUpdate and add testsMichael Gapczynski
2012-12-31Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski
2012-12-31Fix function nameMichael Gapczynski
2012-12-31Fix retrieving of cache and scanner in Updater classMichael Gapczynski
2012-12-31Update etags in parent foldersMichael Gapczynski
2012-12-31Store etags in the file cacheMichael Gapczynski
2012-12-16use numeric ids for storages in the filecacheRobin Appelman
2012-12-15Filecache Watcher: use scan or scanFile based on the current item, not the ca...Robin Appelman
2012-12-15dont insert and entry in the filecache during upgrade if the id already exist...Robin Appelman
2012-12-06catch error if old filecache table is not present during upgradeRobin Appelman
2012-12-02fix some edge cases while scanning the root of a storageRobin Appelman
2012-12-01fail gracefully when no old filecache is present during upgradeRobin Appelman
2012-11-30add upgrade path from old cache to preserve file id'sRobin Appelman
2012-11-25better check if we are passing a fileid to Cache::getRobin Appelman
2012-11-25sort output of getFolderContent by nameRobin Appelman
2012-11-25Check if data variable in scanner isn't null before using itMichael Gapczynski
2012-11-23explicitly sort files when using getFolderContentsRobin Appelman
2012-11-22add Scanner->backgroundScanRobin Appelman
2012-11-22add Cache->getIncomplete for use in background scanningRobin Appelman
2012-11-22emit a hooks during the filesystem scanRobin Appelman
2012-11-18fix outdated permissions cache use in scannerRobin Appelman
2012-11-15allow storage backends to implement custom permission managementRobin Appelman
2012-11-09add cache updaterRobin Appelman
2012-11-08fix Scanner->scan setting the filesize to 0 for filesRobin Appelman