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
2014-04-22on oracle use regex_like to make filename search case insensitiveJörn Friedrich Dreyer
2014-04-03Improve phpdocRobin Appelman
2014-04-03Give storages the option to implement the getById behaviour for View->getPathRobin Appelman
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-08reuse etags when doing a background scanRobin Appelman
2013-11-28Add post hooks for filesystem scannerRobin Appelman
2013-11-25clear permissions cache when scanning a fileRobin Appelman
2013-11-22Merge branch 'stable5' into fixing-4866-stable5Thomas 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-09-30Cherry-pick of 5d671a8 onto stable5.Andreas Fischer
2013-09-23remove deleted files while scanningRobin 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-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-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
2013-06-20remove deleted files when re-scanning a folderRobin Appelman
2013-06-19add tests for reusing existing data in scannerRobin Appelman
2013-06-19scanner: give more percision about what data is reused during scanningRobin Appelman
2013-06-19split of scanning the childs of a folderRobin Appelman
2013-06-14cleanup codestyleJörn Friedrich Dreyer
2013-06-14oracle fixes, missing backticks, LIMIT to paramJörn Friedrich Dreyer
2013-06-14convert LIMIT to parameterJörn Friedrich Dreyer
2013-06-14fix fetchRow checks to also work with MDB2Jörn Friedrich Dreyer
2013-06-14add missing backticks all over the placeJörn Friedrich Dreyer
2013-05-29Organize conditionals in a better orderMichael Gapczynski
2013-05-29Only update metadata that has changedMichael Gapczynski
2013-05-25Fixing UPDATE error in filecache table when renaming files by calling move()....Roland Hager