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-03-23Fix unit testsJoas Schilling
2021-03-22Add real events for enabled 2fa providers for usersRoeland Jago Douma
2021-01-22Convert 2FA token type to stringChristoph Wurst
2020-10-12Use PSR logger in authenticationJoas Schilling
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-05-17Allow 2FA to be setup on first loginRoeland Jago Douma
2018-10-15Make it possible to enforce mandatory 2FA for groupsChristoph Wurst
2018-09-30Add mandatory 2FA service/classChristoph Wurst
2018-09-25Only allow 2FA state changs if providers support the operationChristoph Wurst
2018-08-10Remove unused importChristoph Wurst
2018-08-10Fix 2FA being enforced if only backup codes provider is activeChristoph Wurst
2018-08-08Fix 2FA provider registry population on loginChristoph Wurst
2018-06-20Make 2FA providers statefulChristoph Wurst
2018-01-31Add all parameters to returnValueMapJulius Härtl
2018-01-25Fix testsRoeland Jago Douma
2017-09-12Fix AppPassword 2FA authRoeland Jago Douma
2017-09-05Fix login with basic authRoeland Jago Douma
2017-08-29Improve 2FARoeland Jago Douma
2017-05-18Fix testsRoeland Jago Douma
2017-03-22Don't do a recursive searchJoas Schilling
2016-12-20fix 2fa activities testsChristoph Wurst
2016-11-02bring back remember-meChristoph Wurst
2016-10-03Do not use underscores in PSR4 namespaces of the backup codes appChristoph Wurst
2016-09-06Fix getMock AuthenticationRoeland Jago Douma
2016-09-05add 2fa backup codes appChristoph Wurst
2016-08-24prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst
2016-06-16assert app is loaded in unit testsChristoph Wurst
2016-06-16load 2FA provider apps before querying classesChristoph Wurst
2016-06-13fail hard if 2fa provider can not be loaded (#25061)Christoph Wurst
2016-05-26One more PSR-4 fix (#24852)Joas Schilling