summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Config/UserMountCache.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* more efficient way to detect added and removed mountsRobin Appelman2018-08-161-9/+23
* remove double loop for detecting changed mountsRobin Appelman2018-08-161-9/+12
* Use the path_hash instead of the path to query the filecacheMorris Jobke2018-07-161-1/+1
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Merge pull request #6220 from nextcloud/cached-mount-info-filepathLukas Reschke2017-11-091-2/+15
|\
| * Allow getting the filepath when getting cached mounts by fileidRobin Appelman2017-10-271-2/+15
* | Merge pull request #6988 from starypatyk/stable12-mount-cache-performanceMorris Jobke2017-11-071-1/+5
|\ \
| * | Improve performance of UserMountCache with external storage foldersDariusz Olszewski2017-11-011-1/+5
| |/
* / Update license headersMorris Jobke2017-11-061-0/+1
|/
* Oracle does not support PDO::FETCH_KEY_PAIRJoas Schilling2017-08-021-1/+6
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+5
* show used space in user listRobin Appelman2017-06-151-2/+32
* Remove unused use statementsMorris Jobke2017-04-221-3/+0
* limit the user when searching for a file by id if we know the user alreadyRobin Appelman2017-04-211-3/+9
* also compare storage ids when checking for changed mountsRobin Appelman2016-12-131-1/+6
* filter out oc_mounts results from non existing usersRobin Appelman2016-11-241-3/+6
* optimize Folder::getById to use less queriesRobin Appelman2016-10-121-15/+15
* Prevent error with orphaned shares when updating user mount cacheVincent Petry2016-08-301-1/+2
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Save the files external mount id in the mount cache tableRobin Appelman2016-07-131-14/+30
* Merge pull request #25056 from owncloud/fs-usermountcache-cappedVincent Petry2016-06-151-3/+14
|\
| * Capped cache for cache info in UserMountCacheVincent Petry2016-06-131-3/+14
* | handle invalid storages in LazyStorageMountInfoRobin Appelman2016-06-131-6/+10
|/
* Update license headersLukas Reschke2016-05-261-0/+1
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+290