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-04optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman
2022-04-04allow getting mounts by providersRobin Appelman
2022-04-04Add a built-in profiler inside NextcloudCarl Schwan
2022-03-24Add octetLength and charLength to function builder, and testsCôme Chilliet
2022-03-24Add missing PHPDoc in InvalidateMountCacheEventVincent Petry
2022-03-24Apply suggestions from code reviewRobin Appelman
2022-03-24fix method nameRobin 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-24allow getting mounts by providerRobin Appelman
2022-03-24allow getting cached mounts by path from the mount cacheRobin Appelman
2022-03-22Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling
2022-03-18Merge pull request #24166 from nextcloud/imaginary-prototypeCarl Schwan
2022-03-18Merge pull request #30768 from nextcloud/feat/chunked-mysql-joblist-removeCarl Schwan
2022-03-17Do chuncked job deletionfeat/chunked-mysql-joblist-removeCarl Schwan
2022-03-17Add example to DocBlockChristopher Ng
2022-03-17Add method to set all account properties from jsonChristopher Ng
2022-03-17Send images to imaginary docker to generate previewsimaginary-prototypeVincent Petry
2022-03-14Fix autoloader and phpdoc for new classCôme Chilliet
2022-03-14Improve wording of pathExists descriptionCôme Chilliet
2022-03-14Add getOriginalUid in IImportSource to simplify code when importing under ano...Côme Chilliet
2022-03-14Add pathExists method to IImportSource to test if a path exists in the archiveCôme Chilliet
2022-03-14Move UserMigrationException to OCP and add @throws documentationCôme Chilliet
2022-03-10Merge pull request #30963 from nextcloud/feat/calendar-migrationPytal
2022-03-09Allow to set a strict-dynamic CSP through the APIenh/strict-dynamic-cspJulius Härtl
2022-03-08Merge pull request #31431 from nextcloud/fs-setup-managerRobin Appelman
2022-03-07Merge pull request #31418 from nextcloud/enh/simple-file-extensionPytal
2022-03-07Note DI only usage in PHPDocChristopher Ng
2022-03-07Add missing @since in InMemoryFile to please CICôme Chilliet
2022-03-06Merge pull request #31447 from nextcloud/doc/manager-interfaceMichaIng
2022-03-05Add a few more non-extendable interfacedoc/manager-interfaceCarl Schwan
2022-03-04type fixesfs-setup-managerRobin Appelman
2022-03-04move logic to decide what to setup to setupmanagerRobin Appelman
2022-03-04adjust tests to new fs setupRobin Appelman
2022-03-04more type hints for ICachedMountInfo and IMountManagerRobin Appelman
2022-03-04Clarify that some interface are not meant to be implementedCarl Schwan
2022-03-04Merge pull request #31387 from nextcloud/fix/common-main-core-script-orderJohn Molakvoæ
2022-03-04Make sure common and main core scripts are loaded firstfix/common-main-core-script-orderJohn Molakvoæ
2022-03-04Extend simple file with extension getterenh/simple-file-extensionChristopher Ng
2022-03-03Fix avatar file return typeChristopher Ng
2022-03-02Various minor updatesfeat/calendar-migrationChristopher Ng
2022-03-02Calendar export and importChristopher Ng
2022-02-28Merge pull request #31377 from nextcloud/fix/specify-nullable-stringAnna
2022-02-28Specify string as nullable for credentials passwordAnna Larch
2022-02-24Extend ImportSource interface to list files of a folderChristopher Ng
2022-02-23store mountprovider for each mount in the mounts tableRobin Appelman
2022-02-23Merge pull request #31106 from nextcloud/techdebt/noid/improve-user-status-up...Joas Schilling
2022-02-23Extract request id handling to dedicated class so it can be injected manuallyJoas Schilling
2022-02-22Merge pull request #31173 from nextcloud/enhancement/user_migration-version-h...Côme Chilliet
2022-02-21Please drone checkersCôme Chilliet