summaryrefslogtreecommitdiffstats
path: root/lib/files/cache/upgrade.php
Commit message (Expand)AuthorAgeFilesLines
* Make FileCache upgrade more robust, fixes #2650Arthur Schiwon2013-04-151-0/+4
* Adjust to Icewind's fixArthur Schiwon2013-03-271-51/+0
* Port Icewind's fix IRobin Appelman2013-03-271-0/+1
* 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
* Improve phpdoc for the filecacheRobin Appelman2013-03-241-2/+11
* Add error handling to the file cache upgradeMichael Gapczynski2013-03-161-16/+24
* 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
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+2
* Cache: don't insert duplicated during upgradeRobin Appelman2013-01-301-5/+18
* Cache: dont migrate permissions, cache them on demain insteadRobin Appelman2013-01-161-17/+0
* Cache: more efficient upgradingRobin Appelman2013-01-151-9/+15
* Cache: show upgrade progressRobin Appelman2013-01-151-41/+114
* use numeric ids for storages in the filecacheRobin Appelman2012-12-151-2/+19
* dont insert and entry in the filecache during upgrade if the id already exist...Robin Appelman2012-12-151-0/+6
* catch error if old filecache table is not present during upgradeRobin Appelman2012-12-061-4/+8
* fail gracefully when no old filecache is present during upgradeRobin Appelman2012-12-011-1/+8
* add upgrade path from old cache to preserve file id'sRobin Appelman2012-11-301-0/+50