summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Config/UserMountCache.php
Commit message (Expand)AuthorAgeFilesLines
* optimize UserMountCache::registerStorageRobin Appelman2023-11-161-57/+47
* enh(IMountManager): Add method to get MountPoint from CachedMountInfoJonas2023-10-231-1/+1
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* allow storing multiple mounts for the same rootid in the mount cacheRobin Appelman2023-04-281-17/+19
* Add transaction around mass mounts operationsJoas Schilling2023-03-071-12/+19
* more filesystem setup performance instrumentationRobin Appelman2023-02-101-1/+11
* fix updating cached mounts that didn't have their mount provider set previouslyRobin Appelman2022-08-161-1/+6
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-20/+7
* Make the binary operation order explicitJoas Schilling2022-04-211-1/+1
* Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-291-10/+3
|\
| * Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-10/+3
* | add comment for getMountForPath loopRobin Appelman2022-03-241-0/+2
* | fix method nameRobin Appelman2022-03-241-1/+1
* | update cached mounts when only specific providers have been setupRobin Appelman2022-03-241-1/+6
* | allow getting cached mounts by path from the mount cacheRobin Appelman2022-03-241-0/+33
|/
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-231-11/+23
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Filter mounts for file id before trying to get user informationJulius Härtl2021-04-301-4/+16
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Don't leave cursors open when tests failJoas Schilling2020-11-091-4/+13
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-1/+0
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Transfer shares of the transferred root nodeJulius Härtl2020-08-311-0/+5
* 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