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-06-10Merge pull request #32768 from nextcloud/fs-setup-onetime-earlierVincent Petry
2022-06-09fix mounts mounted at the users homeRobin Appelman
2022-06-08perform onetime setup earlier to ensure wrappers are registered on timefs-setup-onetime-earlierRobin Appelman
2022-05-05Merge pull request #32152 from nextcloud/bugfix/32151/allow-compatibility-wra...Vincent Petry
2022-04-26Allow compatibility wrapper on local external storagebugfix/32151/allow-compatibility-wrapper-local-ext-storageVincent Petry
2022-04-25Merge pull request #32084 from nextcloud/root-setup-groupfoldersVincent Petry
2022-04-22Only need to setup root for groupfoldersroot-setup-groupfoldersRobin Appelman
2022-04-22Merge pull request #32040 from nextcloud/full-setup-only-newJulius Härtl
2022-04-21cache fullSetupRequired locallyRobin Appelman
2022-04-21only register mounts that are new from providers that are new during a full s...Robin Appelman
2022-04-08always do full setup for home folder with submountsRobin Appelman
2022-04-08add missing returnRobin Appelman
2022-04-06only setup home mount when getting home folderRobin Appelman
2022-04-04allow getting mounts by providersRobin Appelman
2022-03-24Apply suggestions from code reviewRobin Appelman
2022-03-24make mount cache duration configurableRobin Appelman
2022-03-24fmtRobin Appelman
2022-03-24invalidate mount cache on circles changeRobin Appelman
2022-03-24perform full setup if a cached mount doesn't have a provider setRobin Appelman
2022-03-24don't double setup provider when calling `setupForUser` after `setupForPath`Robin Appelman
2022-03-24add logic to perform a full filesystem setup when neededRobin Appelman
2022-03-24update cached mounts when only specific providers have been setupRobin Appelman
2022-03-24improve lazy UserFolderRobin Appelman
2022-03-24setup only relevant mounts when possibleRobin Appelman
2022-03-17setup for current user when finding mounts in the rootRobin Appelman
2022-03-04type fixesfs-setup-managerRobin Appelman
2022-03-04move user mountpoint setup to setupmanagerRobin Appelman
2022-03-04move logic to decide what to setup to setupmanagerRobin Appelman
2022-03-04adjust tests to new fs setupRobin Appelman
2022-03-04move teardown logic to SetupManagerRobin Appelman
2022-03-04start moving filesystem setup logic to it's own placeRobin Appelman