aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the path_hash instead of the path to query the filecacheMorris Jobke2018-07-161-1/+1
* Add the option to filter mounts for a userRobin Appelman2018-07-101-1/+22
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Merge pull request #6220 from nextcloud/cached-mount-info-filepathLukas Reschke2017-11-092-2/+63
|\
| * Allow getting the filepath when getting cached mounts by fileidRobin Appelman2017-10-272-2/+63
* | 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-062-0/+2
|/
* Oracle does not support PDO::FETCH_KEY_PAIRJoas Schilling2017-08-021-1/+6