aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/config/usermountcache.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-290/+0
* Only construct the storage when we start using itRobin Appelman2016-04-191-9/+2
* Fix related logicRoeland Jago Douma2016-04-191-1/+1
* Fix share mounting recursionVincent Petry2016-03-081-2/+7
* Update author informationLukas Reschke2016-03-011-1/+2
* better exists check for insert mount cacheRobin Appelman2016-02-081-1/+1
* filter invalid storages from the mount cache earlyRobin Appelman2016-02-021-1/+1
* Use new constantsJoas Schilling2016-01-271-7/+8
* add IUserMountCache->getMountsForFileIdRobin Appelman2016-01-271-0/+58
* use insertifnotexistsRobin Appelman2016-01-201-23/+5
* clear mount cache when removing applicablesRobin Appelman2016-01-201-0/+17
* handle changed mount pointsRobin Appelman2016-01-201-1/+23
* clear mount cache when deleting userRobin Appelman2016-01-201-0/+13
* multiple minor fiesRobin Appelman2016-01-201-9/+20
* log duplicatesRobin Appelman2016-01-201-2/+17
* Filter uncached mountsRobin Appelman2016-01-201-10/+15
* cache mountpoints in the dbRobin Appelman2016-01-201-0/+167