Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-04don't do a full setup for `findByStorageId`Robin Appelman
2022-04-04allow getting mounts by providersRobin Appelman
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
2022-03-24setup only relevant mounts when possibleRobin Appelman
2022-03-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
2022-03-04type fixesfs-setup-managerRobin Appelman
2022-03-04simplify setup of circular SetupManager<->ManagerRobin Appelman
2022-03-04add template annotations to CappedMemoryCacheRobin Appelman
2022-03-04move logic to decide what to setup to setupmanagerRobin Appelman
2022-03-04move teardown logic to SetupManagerRobin Appelman
2022-03-04start moving filesystem setup logic to it's own placeRobin Appelman
2022-03-04more type hints for ICachedMountInfo and IMountManagerRobin Appelman
2022-03-04Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman
2022-02-26Don't set up full filesystem to check for certificatesJoas Schilling
2022-02-24move root mount setup to mountprovidersRobin Appelman
2022-02-23store mountprovider for each mount in the mounts tableRobin Appelman
2022-02-09only setup part of the filesystem for appdata requestsRobin Appelman
2021-11-11Implement multibucket shift for ObjectStoreJohn Molakvoæ
2021-06-17handle case where storage can't be created in getStorageRootIdRobin Appelman
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-03-24getStorage can also return nullRobin Appelman
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-08-31set the mount id before calling storage wrapperRobin Appelman
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-06Add config option to enable multibucket preview distributionMorris Jobke
2020-08-06Use fixed preview buckets that are postfixed with -preview-NUMBERMorris Jobke
2020-08-06Mount the old previews in a separate folder for the multi bucket setup and ch...Morris Jobke
2020-08-06Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke
2020-07-09ensure home storage is initialized on first setupRobin Appelman
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-03-21Store user object later in the codeVlastimil Pecinka
2018-08-16cache OC\Files\Mount\Manager::findIn resultsRobin Appelman
2018-08-16use more efficient method to find mountpoint for pathRobin Appelman
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-04Fix testsRoeland Jago Douma
2018-04-04Add pathcacheRoeland Jago Douma
2018-04-04Comparing stringlength is cheaper than strposRoeland Jago Douma
2018-04-04Cache the $foundMountPointLengthRoeland Jago Douma
2018-04-04InspectionsRoeland Jago Douma
2018-04-04Make the MountManager strictRoeland Jago Douma
2018-02-08better error message on catalog errorRobin Appelman
2018-01-18Use fallback path if data dir is not available for Storage/Local.phpMorris Jobke
2017-11-06Change @georgehrke's emailMorris Jobke
2017-10-11also use configured 'cache_path' for new chunkingRobin Appelman
2017-04-28allow apps to set custom mount typesRobin Appelman
2016-12-23Nuke the legacy storage fallback from orbitVincent Petry