summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Config
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Properly add new methods to interface and document in PHPDoc for getRootMounts()Morris Jobke2020-08-171-0/+6
* Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke2020-08-061-0/+19
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-056-6/+13
* Some php-cs fixesRoeland Jago Douma2019-11-223-3/+3
* 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