aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Mount
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* optimize builtin storage wrappersRobin Appelman2023-11-083-2/+51
* Merge pull request #39044 from nextcloud/more-empty-mount-checkingRobin Appelman2023-10-241-1/+10
|\
| * add more checks to ensure mounts aren't emptyRobin Appelman2023-09-121-1/+10
* | enh(IMountManager): Add method to get MountPoint from CachedMountInfoJonas2023-10-231-0/+19
* | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-282-2/+2
|/
* expose MovableMount in public interfaceRobin Appelman2023-07-281-1/+3
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-152-2/+2
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
* fix testsRobin Appelman2023-02-071-3/+11
* cache numeric id in mountpointRobin Appelman2023-02-061-1/+5
* deduplicate getStorage() logic in Mount\ManagerRobin Appelman2023-02-061-9/+1
* dont delegate Mount\Manager::getByNumericId to getByStorageIdRobin Appelman2023-02-061-2/+7
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Fix docblock for return typeDaniel Kesselberg2022-05-271-1/+0
* Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-262-6/+6
* don't do a full setup for `findByStorageId`Robin Appelman2022-04-041-1/+0
* allow getting mounts by providersRobin Appelman2022-04-041-0/+18
* Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-291-4/+3
|\
| * Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-4/+3
* | setup only relevant mounts when possibleRobin Appelman2022-03-241-1/+1
|/
* type fixesRobin Appelman2022-03-041-4/+4
* simplify setup of circular SetupManager<->ManagerRobin Appelman2022-03-041-11/+4
* add template annotations to CappedMemoryCacheRobin Appelman2022-03-041-6/+8
* move logic to decide what to setup to setupmanagerRobin Appelman2022-03-041-20/+7
* move teardown logic to SetupManagerRobin Appelman2022-03-041-3/+11
* start moving filesystem setup logic to it's own placeRobin Appelman2022-03-041-4/+14
* more type hints for ICachedMountInfo and IMountManagerRobin Appelman2022-03-041-8/+4
* Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman2022-03-041-0/+103
|\
| * move root mount setup to mountprovidersRobin Appelman2022-02-241-0/+103
* | Don't set up full filesystem to check for certificatesJoas Schilling2022-02-261-0/+3
|/
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-235-7/+36
* only setup part of the filesystem for appdata requestsRobin Appelman2022-02-091-2/+11
* Implement multibucket shift for ObjectStoreJohn Molakvoæ2021-11-111-1/+1
* handle case where storage can't be created in getStorageRootIdRobin Appelman2021-06-171-1/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-8/+1
* getStorage can also return nullRobin Appelman2021-03-241-2/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* set the mount id before calling storage wrapperRobin Appelman2020-08-311-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Add config option to enable multibucket preview distributionMorris Jobke2020-08-061-0/+3
* Use fixed preview buckets that are postfixed with -preview-NUMBERMorris Jobke2020-08-061-2/+2
* Mount the old previews in a separate folder for the multi bucket setup and ch...Morris Jobke2020-08-061-3/+48
* Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke2020-08-061-0/+102
* ensure home storage is initialized on first setupRobin Appelman2020-07-092-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Update license headersChristoph Wurst2019-12-056-7/+13
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2