aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/cache
Commit message (Collapse)AuthorAgeFilesLines
* cleanup codestyleJörn Friedrich Dreyer2013-05-221-3/+3
|
* add debug outputJörn Friedrich Dreyer2013-05-221-3/+12
|
* merge master into filecache_mtimeRobin Appelman2013-05-218-107/+469
|\
| * Merge pull request #3335 from owncloud/prevent-scan-loopJörn Friedrich Dreyer2013-05-211-1/+3
| |\ | | | | | | Prevent backgroundScan() from looping
| | * Prevent backgroundScan() from looping if opendir() is failing for the same pathMichael Gapczynski2013-05-131-1/+3
| | |
| * | Fix finding mount in background watcher, fixes #3353Michael Gapczynski2013-05-151-2/+2
| |/
| * rename isIgnoredFile to isPartialFile, remove check of blacklisted files in ↵Jörn Friedrich Dreyer2013-05-101-5/+5
| | | | | | | | isPartialFile, correct usage of isPartialFile and isFileBlacklisted
| * don't call correctFolder() in touchHook, it will be called later in the ↵Björn Schießle2013-05-081-1/+0
| | | | | | | | writeUpdate()
| * update etag for for the touched fileBjörn Schießle2013-05-081-1/+9
| |
| * Merge pull request #3044 from owncloud/backgroundwatchericewind19912013-05-072-0/+119
| |\ | | | | | | Add a background job to watch for external filesystem changes
| | * Cache: check one folder and one file each time the backgroundwatcher runsRobin Appelman2013-04-201-8/+39
| | | | | | | | | | | | Because there are usually way less folders than files it walks trought the list of all folder quicker, this causes new files to be detected quicker
| | * Cache: add a backgroundjob to check for external changes to the filesystemRobin Appelman2013-04-203-0/+89
| | |
| * | Merge pull request #3025 from owncloud/move-fileMichael Gapczynski2013-05-071-11/+14
| |\ \ | | | | | | | | Cache: only look for child entires when doing a move operation when moving a folder
| | * | Cache: only look for child entires when doing a move operation when moving a ↵Robin Appelman2013-04-191-12/+15
| | |/ | | | | | | | | | folder
| * | fix for infinite loop causing on files_encryption branch when testing ↵Florin Peter2013-04-292-2/+2
| | | | | | | | | | | | "apps/files_encryption/test/crypt.php" on Method testSymmetricStreamEncryptShortFileContent
| * | Cache: seperate handing of numeric storage id's to it's own classRobin Appelman2013-04-262-29/+77
| |/
| * Make FileCache upgrade more robust, fixes #2650Arthur Schiwon2013-04-152-5/+21
| |
| * fixes #2679OpenLarry2013-04-091-2/+2
| |
| * PostreSQL compatibility, fixes #2666Arthur Schiwon2013-04-031-1/+1
| |
| * supress write hook for .part filesJörn Friedrich Dreyer2013-03-281-6/+3
| |
| * ignore files in scanFile instead of scan to catch all occurences.Jörn Friedrich Dreyer2013-03-281-25/+42
| |
| * Cache: on equal mtime also for equal size before keeping ETag, at least ↵Arthur Schiwon2013-03-271-1/+2
| | | | | | | | makes Unit Test happy
| * Cache: Do not overwrite ETag when file did not changeArthur Schiwon2013-03-271-4/+6
| |
| * Only prepare an SQL statement once.Arthur Schiwon2013-03-271-1/+4
| |
| * Add PHPDocArthur Schiwon2013-03-271-0/+6
| |
| * Adjust to Icewind's fixArthur Schiwon2013-03-271-51/+0
| |
| * Cache: fix property path for getting legacy etagRobin Appelman2013-03-271-1/+1
| |
| * Port Icewind's fix IRobin Appelman2013-03-272-2/+23
| |
| * Change LIMIT in DB query respectively remove where not necessaryArthur Schiwon2013-03-271-2/+1
| |
| * Upgrade FileCache on ownCloud upgrade for all users with filesArthur Schiwon2013-03-271-1/+21
| |
| * Performance: prepare queries only onceArthur Schiwon2013-03-271-5/+10
| |
| * Fix lost ETag on Cache UpgradeArthur Schiwon2013-03-271-3/+74
| |
| * listen to touch hook to update the mtime after syncBjörn Schießle2013-03-261-0/+7
| |
| * Improve phpdoc for the filecacheRobin Appelman2013-03-244-4/+38
| |
| * Merge pull request #2204 from owncloud/chache_updater_renameFrank Karlitschek2013-03-171-10/+33
| |\ | | | | | | Cache: better rename hook for cache updater
| | * Cache: better rename hook for cache updaterRobin Appelman2013-03-081-10/+33
| | |
| * | Merge pull request #2383 from owncloud/error-handling-upgradeBernhard Posselt2013-03-161-16/+24
| |\ \ | | | | | | | | Add error handling to the file cache upgrade
| | * | Add error handling to the file cache upgradeMichael Gapczynski2013-03-161-16/+24
| | |/
| * | Filter display of blacklisted filesAndreas Schönebeck2013-03-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Blacklisted files like ".htaccess" and ".git" should not only be blacklisted for upload and rename, but they should also not be displayed in the directory listings. I needed this personally to hide ".git" folders in shared folders. Its also a simple implementation of feature requests like http://forum.owncloud.org/viewtopic.php?f=4&t=3279 and http://forum.owncloud.org/viewtopic.php?f=3&t=5708
| * | replace \MDB with \OC_DB, approved in #2278Björn Schießle2013-03-141-1/+1
| | |
| * | write error message to log file in case insert to file cache failed - took ↵Thomas Mueller2013-03-121-1/+4
| |/ | | | | | | hours to find that the insert failed :-(
* | Merge branch 'master' into filecache_mtimeMichael Gapczynski2013-03-084-23/+35
|\| | | | | | | | | | | | | Conflicts: lib/files/view.php lib/util.php tests/lib/files/cache/cache.php
| * Cache: more efficient detection for existing entries during upgradeRobin Appelman2013-03-041-9/+3
| |
| * Cache: also check if the file id is already in the cache during upgradeRobin Appelman2013-03-041-3/+10
| | | | | | | | Should solve upgrade issues if only some of the configured storages were migrated previously
| * Cache: cleanup permissions cache when removing a file from the cacheRobin Appelman2013-02-281-0/+3
| |
| * Cache: add option to delete file from permissions cache for all usersRobin Appelman2013-02-281-10/+15
| |
| * Merge branch 'master' into master-sqlserverThomas Mueller2013-02-201-4/+7
| |\ | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php
| | * Cache: hash long storage ids to ensure they fit in the databaseRobin Appelman2013-02-151-4/+7
| | |
| * | Merge branch 'master' into master-sqlserverThomas Mueller2013-02-145-23/+38
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/db.php lib/files/cache/cache.php lib/files/cache/legacy.php lib/setup.php
| * | final adoptions for mssql connectivityThomas Mueller2013-02-141-3/+3
| | |