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
2012-10-18when using oracle use LOWER() to make searching files case insensitiveJörn Friedrich Dreyer
2012-10-16delete fscache on deleting userscambra
2012-10-12this is no longer needed, commit cb91e27ab33d4e2b2d13b26cdc8d965d1607201e sho...Björn Schießle
2012-10-12nortmalize path before adding it to the fscache to avoid multiple fscache ent...Björn Schießle
2012-10-09extract the right parent directory from the pathv4.5.0Björn Schießle
2012-10-06set folder size to 0 when scanning the filesystemRobin Appelman
2012-09-30update the filecache by setting mtimes to 0 when the mount configuration has ...Robin Appelman
2012-09-20escape user column in OC_FileCache::clearJörn Friedrich Dreyer
2012-09-07adding space between) and {Thomas Mueller
2012-09-07clear the filecache if the mount configuration has changedRobin Appelman
2012-09-06Don't delete the file anymore to replace it in the UI, just overwrite itMichael Gapczynski
2012-08-29Whitespace fixes in libBart Visscher
2012-08-25Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer
2012-08-24escape all identifiers with backticksjfd
2012-08-24fix for bug 879 - add parent directory to file cache if it does not exist yet.Bjoern Schiessle
2012-08-09Merge branch 'master' into share_apiMichael Gapczynski
2012-08-08while loop not needed because of recursive call of put()Bjoern Schiessle
2012-08-08fix for bug 879 - add parent directory to file cache if it does not exist yet.Bjoern Schiessle
2012-08-01fix sqlJörn Friedrich Dreyer
2012-07-31escape all identifiers with backticksjfd
2012-07-26Merge branch 'master' into share_apiMichael Gapczynski
2012-07-22cache fileid's in oc_cacheRobin Appelman
2012-07-20fix increasing folder sizes in filecache for custom rootsRobin Appelman
2012-07-13if the '/Shared' was the modified directory, than scan it.Bjoern Schiessle
2012-07-11Sharing files working using share APIMichael Gapczynski
2012-07-10when checking for updates in the filecache, explicitly state that we are quer...Robin Appelman
2012-06-25Fix the fix about filecache and postgresBrice Maron
2012-06-24Correct File cache error with postgresqlBrice Maron
2012-06-24fix 'files' entries showing up in Files before the users files are scanned pr...Robin Appelman
2012-06-24fix duplicates showing up in the filecacheRobin Appelman
2012-06-22Correct File cache error with postgresqlBrice Maron
2012-06-21fix saved file size for uploaded filesRobin Appelman
2012-06-21fix saved file size for uploaded filesRobin Appelman
2012-06-21truncate decrypted files based on sizeRobin Appelman
2012-06-21truncate decrypted files based on filelengthRobin Appelman
2012-06-20don't show other users file if the filesystem is not index alreadyRobin Appelman
2012-06-17when checking if the content of a folder has been updated, exlicitly state th...Robin Appelman
2012-06-15Spelling fixBart Visscher
2012-06-15cleanup oc_filecache, splitting it in several parts and using the new hasUpdatedRobin Appelman
2012-06-04update file paths in filecache when the parent is renamedRobin Appelman
2012-06-04update file paths in filecache when the parent is renamedRobin Appelman
2012-06-01Fix typo in log messageMichael Gapczynski
2012-05-17when scanning a folder that is a mountpoint, use the root of the mount for ch...Robin Appelman
2012-05-11don't do the initial scanning of the users home folder trough the update systemRobin Appelman
2012-05-09also scan new folders when checking for updatesRobin Appelman
2012-05-07Fix updateFolder() in OC_FileCacheMichael Gapczynski
2012-05-04fix filecache for postgresqlRobin Appelman
2012-04-29improve rescanning foldersRobin Appelman
2012-04-29remove non existing files from the cache when rescanning a folderRobin Appelman
2012-04-25minor filecache improvementsRobin Appelman