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-25Only need to setup root for groupfoldersbackport/32084/stable24Robin Appelman
2022-04-25optimize adding submount info to directory contentRobin Appelman
2022-04-25Use a lazy user for the file owner when listing a directoryRobin Appelman
2022-04-22only register mounts that are new from providers that are new during a full s...Robin Appelman
2022-04-22Merge pull request #32066 from nextcloud/backport/32045/stable24blizzz
2022-04-22Merge pull request #32027 from nextcloud/backport/32024/stable24blizzz
2022-04-22cache fullSetupRequired locallyRobin Appelman
2022-04-20ignore forbidden files while scanning local storageRobin Appelman
2022-04-20log stacktrace for 'Backends provided no user object'Arthur Schiwon
2022-04-13Add a metadata service to store file metadataCarl Schwan
2022-04-11perform a setup if we can't find any mounts containing a fileRobin Appelman
2022-04-08Merge pull request #31901 from nextcloud/fs-setup-tweaksVincent Petry
2022-04-08Merge pull request #31676 from nextcloud/enh/ocp-owner-lockVincent Petry
2022-04-08more preset metadata for LazyUserFolderRobin Appelman
2022-04-08always do full setup for home folder with submountsRobin Appelman
2022-04-08add missing returnRobin Appelman
2022-04-07Merge pull request #31713 from nextcloud/fed-performanceRobin Appelman
2022-04-07Adapt LockScope to LockContext renameenh/ocp-owner-lockJulius Härtl
2022-04-06shRobin Appelman
2022-04-06allow reusing known folder info when getting directory contentsRobin Appelman
2022-04-06save filesystem node in dav nodeRobin Appelman
2022-04-06only setup home mount when getting home folderRobin Appelman
2022-04-05Merge pull request #31754 from nextcloud/fix/view-inconsistent-if-conditionsCôme Chilliet
2022-04-05Merge pull request #31773 from nextcloud/share-limited-owner-setupVincent Petry
2022-04-05composer run cs:fixCôme Chilliet
2022-04-05Exit early if $storage is falsy in View::getDirectoryContentCôme Chilliet
2022-04-05Fix incorrect if conditions in ViewCôme Chilliet
2022-04-04Merge pull request #29510 from nextcloud/backport/27378/masterJohn Molakvoæ
2022-04-04Merge pull request #31816 from nextcloud/bugfix/noid/deduplicate-storage-id-b...Joas Schilling
2022-04-04Merge pull request #31776 from nextcloud/storage-id-cache-bi-directionalRobin Appelman
2022-04-04use the same cached propfind for free space for dav storagefed-performanceRobin Appelman
2022-04-04only request free space once for external sharesRobin Appelman
2022-04-04don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman
2022-04-04rename cached fileinfo on renameRobin Appelman
2022-04-04dont needlessly resolve path when getting internalPath/storage from NodeRobin Appelman
2022-04-04don't do a full setup for `findByStorageId`Robin Appelman
2022-04-04optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman
2022-04-04split out some path manipulation logicRobin Appelman
2022-04-04allow getting mounts by providersRobin Appelman
2022-04-04Add public API for owner based lockingJulius Härtl
2022-04-04Deduplicate storage ids in list before reusingJoas Schilling
2022-03-31cache storage id mapping both waysstorage-id-cache-bi-directionalRobin Appelman
2022-03-31Add dav plugin to trigger recalculating of checksumsbackport/27378/masterRobin Appelman
2022-03-29Merge pull request #31632 from Maaxxs/fix-undefined-index-davLouis
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
2022-03-28Use the null coalescing operator to set the value of `size`.Max Kunzelmann
2022-03-24Make phpcs happy in MountProviderCollectionVincent Petry
2022-03-24Apply suggestions from code reviewRobin Appelman
2022-03-24add comment for getMountForPath loopRobin Appelman
2022-03-24make mount cache duration configurableRobin Appelman