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
2021-11-02Fix missing import of ILoggerJoas Schilling
2021-10-23add check isFairUseOfFreePushService on loginVitor Mattos
2021-10-05Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl
2021-10-02Make AppsEnableTest and AppsDisableTest independet of the app version numberDaniel Kesselberg
2021-09-29Fix unit testsJoas Schilling
2021-09-10fixes missing prefix to validate password reset tokenArthur Schiwon
2021-09-09move verification token logic out of lost password controllerArthur Schiwon
2021-09-07Merge pull request #28725 from nextcloud/disallow-public-page-in-2fa-flowLukas Reschke
2021-09-06Resolve absolute path in testsLukas Reschke
2021-09-06Adjust testsLukas Reschke
2021-08-19Merge pull request #27294 from pjft/patch-2Christoph Wurst
2021-08-04Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrlDaniel Rudolf
2021-07-01Deprecate RedirectToDefaultAppResponseDaniel Rudolf
2021-06-30Migrate HintException to OCPGary Kim
2021-06-30Remove unused importsDaniel Rudolf
2021-06-30Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf
2021-06-25Fix app version checkJoas Schilling
2021-06-21Add logging to 2FA failurepjft
2021-05-25Add commands to manage tags via OCCJohannes Leuker
2021-03-24Change my email addressJohannes Leuker
2021-03-24Fix more controller tests in Core subdirVincent Petry
2021-03-24Fix more tests in the Core subdirVincent Petry
2021-03-23Fix core tests command for app enabling/disablingVincent Petry
2021-03-05Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma
2021-03-01Show group backends in occ group:list --info and group:infoJohannes Leuker
2021-02-18Merge pull request #25086 from nextcloud/dependabot/composer/nextcloud/coding...Christoph Wurst
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-18Send emails on password reset to the displaynameJoas Schilling
2021-02-12refined name of getOpenSSLEncryptedAndPrivateKeyKonrad Abicht
2021-02-12added unit tests for LoginFlowV2Service::createTokensKonrad Abicht
2021-02-11added unit tests for LoginFlowV2Service::flowDoneKonrad Abicht
2021-02-11added unit tests for LoginFlowV2Service::startLoginFlowKonrad Abicht
2021-02-11added unit tests for LoginFlowV2Service::getByLoginTokenKonrad Abicht
2021-02-11added unit tests for LoginFlowV2Service::pollKonrad Abicht
2021-02-09simplified testsKonrad Abicht
2021-02-09fixed coding style issueKonrad Abicht
2021-02-09added tests for OC\Core\Data\LoginFlowV2CredentialsKonrad Abicht
2020-12-16Add well known handlers APIChristoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-08Remove unused members and importsJoas Schilling
2020-09-03The privacy setting is only about syncing to other serversJoas Schilling
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-08-07Allow to update to nightlyJohn Molakvoæ (skjnldsv)
2020-08-07Add tests for occ preview:migrate - initial check for empty directoriesMorris Jobke
2020-07-23Use assertStringContainsString instead of assertContains on stringsMorris Jobke
2020-07-01Move AutoComplete::filterResults to new event dispatcher and GenericEventJoas Schilling
2020-05-26use the loginname to verify the old password in user password changesArthur Schiwon
2020-04-29Set etag for capabilities endpointDaniel Kesselberg
2020-04-27Merge pull request #19514 from sndrr/already-enabled-appsMorris Jobke
2020-04-24Updated test to check for already enabled appsSander Ruitenbeek