aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Config
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-247-138/+24
* fix: Remove incorrect default null valueCôme Chilliet2024-04-021-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-024-4/+4
* Revert "don't perform an explicit setup when using the file cache"Joas Schilling2024-03-071-1/+1
* Merge pull request #32163 from nextcloud/file-cache-gc-no-full-setupJohn Molakvoæ2024-03-071-1/+1
|\
| * fix: fix user folder initRobin Appelman2024-03-061-1/+1
* | fix: clearify logic around getMountsForFileId filteringRobin Appelman2024-03-061-2/+9
* | Revert "Filter mounts for file id before trying to get user information"Robin Appelman2024-03-061-16/+4
* | perf: use lazy user in UserMountCache for getting user for cached mountRobin Appelman2024-03-061-6/+4
|/
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-6/+1
* only get the path for the users cached mount info when we use itRobin Appelman2024-02-092-15/+113
* optimize UserMountCache::registerStorageRobin Appelman2023-11-163-57/+61
* Merge pull request #39044 from nextcloud/more-empty-mount-checkingRobin Appelman2023-10-241-0/+5
|\
| * add more checks to ensure mounts aren't emptyRobin Appelman2023-09-121-0/+5
* | 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-102-14/+36
* 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
* Merge pull request #32034 from nextcloud/bugfix/noid/satisfy-binary-operation...Carl Schwan2022-04-271-1/+1
|\
| * Make the binary operation order explicitJoas Schilling2022-04-211-1/+1
* | only register mounts that are new from providers that are new during a full s...Robin Appelman2022-04-211-0/+4
|/
* allow getting mounts by providersRobin Appelman2022-04-041-2/+2
* 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
* | Make phpcs happy in MountProviderCollectionVincent Petry2022-03-241-2/+2
* | Apply suggestions from code reviewRobin Appelman2022-03-241-7/+8
* | add comment for getMountForPath loopRobin Appelman2022-03-241-0/+2
* | fix method nameRobin Appelman2022-03-241-1/+1
* | don't double setup provider when calling `setupForUser` after `setupForPath`Robin Appelman2022-03-241-3/+8
* | update cached mounts when only specific providers have been setupRobin Appelman2022-03-241-1/+6
* | allow getting mounts by providerRobin Appelman2022-03-241-6/+16
* | allow getting cached mounts by path from the mount cacheRobin Appelman2022-03-241-0/+33
|/
* move user mountpoint setup to setupmanagerRobin Appelman2022-03-041-10/+0
* move teardown logic to SetupManagerRobin Appelman2022-03-041-0/+6
* more type hints for ICachedMountInfo and IMountManagerRobin Appelman2022-03-043-49/+25
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-234-16/+60
* Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke2021-06-071-1/+1
|\
| * Fix functions taking optional parameters before required onesRichard de Boer2021-05-291-1/+1
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-7/+1
|/
* 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