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
path: root/lib
AgeCommit message (Expand)Author
2022-03-15Merge pull request #31513 from nextcloud/techdebt/noid/enforce-primary-keysJoas Schilling
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-14Merge pull request #31542 from nextcloud/psalm-userCountsCarl Schwan
2022-03-14[tx-robot] updated from transifexNextcloud bot
2022-03-11Merge pull request #31511 from nextcloud/bugfix/noid/allow-installing-unstabl...Joas Schilling
2022-03-11Fix psalm issue about userCountsCarl Schwan
2022-03-11Only log events when enabled in debug modeJulius Härtl
2022-03-10Merge pull request #30963 from nextcloud/feat/calendar-migrationPytal
2022-03-10Also allow pre-releases and nightlies when installing from gitJoas Schilling
2022-03-10Similar to the fetch() method respect the channel in the get()Joas Schilling
2022-03-10Merge pull request #31494 from nextcloud/fix/fix-group-metadata-typingVincent Petry
2022-03-10Enforce primary keys as they are required to be performant in MySQL clustersJoas Schilling
2022-03-09Allow to set a strict-dynamic CSP through the APIenh/strict-dynamic-cspJulius Härtl
2022-03-08Strong type OC\Group\MetaDatafix/fix-group-metadata-typingCôme Chilliet
2022-03-08Merge pull request #31493 from nextcloud/bugfix/noid/app-script-mainJohn Molakvoæ
2022-03-08Merge pull request #31431 from nextcloud/fs-setup-managerRobin Appelman
2022-03-08Fix typing of OC\Group\MetaData::sortingCôme Chilliet
2022-03-08Avoid double-loading dist/core-main.js when apps have scripts named mainJulius Härtl
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 user mountpoint setup to setupmanagerRobin 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-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
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 #31449 from nextcloud/bugfix/noid/even-more-censorJohn Molakvoæ
2022-03-04Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman
2022-03-04Merge pull request #31387 from nextcloud/fix/common-main-core-script-orderJohn Molakvoæ
2022-03-04censor app config values for all integration appsJulien Veyssier
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-02Merge pull request #31398 from nextcloud/techdebt/noid/also-use-hashed-column...John Molakvoæ
2022-03-02Merge pull request #31124 from nextcloud/enh/diagnostics-loggingJulius Härtl
2022-03-02Merge pull request #31218 from nextcloud/techdebt/noid/use-cache-also-for-use...Joas Schilling
2022-03-02Also use hashed/indexed column on deletetechdebt/noid/also-use-hashed-column-on-deleteJoas Schilling
2022-03-02Various minor updatesfeat/calendar-migrationChristopher Ng
2022-03-02Calendar export and importChristopher Ng