aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Mount
Commit message (Expand)AuthorAgeFilesLines
* 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
* Store user object later in the codeVlastimil Pecinka2019-03-211-1/+2
* cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-161-2/+17
* use more efficient method to find mountpoint for pathRobin Appelman2018-08-161-18/+15
* move log constants to ILoggerArthur Schiwon2018-04-262-4/+6
* Fix testsRoeland Jago Douma2018-04-041-2/+2
* Add pathcacheRoeland Jago Douma2018-04-041-4/+19
* Comparing stringlength is cheaper than strposRoeland Jago Douma2018-04-041-1/+1
* Cache the $foundMountPointLengthRoeland Jago Douma2018-04-041-1/+3
* InspectionsRoeland Jago Douma2018-04-041-8/+9
* Make the MountManager strictRoeland Jago Douma2018-04-041-13/+14
* better error message on catalog errorRobin Appelman2018-02-081-1/+2
* Use fallback path if data dir is not available for Storage/Local.phpMorris Jobke2018-01-181-1/+1
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* also use configured 'cache_path' for new chunkingRobin Appelman2017-10-111-1/+3