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
2018-10-02Add testsRoeland Jago Douma
2018-10-01Generate backups code notification if not enable but 2fa isRoeland Jago Douma
2018-09-30Add mandatory 2FA service/classChristoph Wurst
2018-09-25Merge pull request #11240 from nextcloud/feature/noid/consider-openssl-settin...Morris Jobke
2018-09-25Only allow 2FA state changs if providers support the operationChristoph Wurst
2018-09-16Add openssl to mockDaniel Kesselberg
2018-08-10Remove unused importChristoph Wurst
2018-08-10Fix 2FA being enforced if only backup codes provider is activeChristoph Wurst
2018-08-09Fix double-inserts of the same provider stateChristoph Wurst
2018-08-09Add integration/unit test for the double-insert of same valuesChristoph Wurst
2018-08-08Rename providerset method to get primary providersChristoph Wurst
2018-08-08Fix login redirection if only one 2FA provider is activeChristoph Wurst
2018-08-08Fix 2FA provider registry population on loginChristoph Wurst
2018-07-31Fix duplicate inserts in the 2fa provider registry DAOChristoph Wurst
2018-06-25Make new classes strict and fix license headerChristoph Wurst
2018-06-20Make 2FA providers statefulChristoph Wurst
2018-06-18Use constant for token versionRoeland Jago Douma
2018-06-18Add more testsRoeland Jago Douma
2018-06-18SetPassword on PublicKeyTokensRoeland Jago Douma
2018-06-18Just pass uid to the Token stuffRoeland Jago Douma
2018-06-18Add first testsRoeland Jago Douma
2018-05-17Certain tokens can expireRoeland Jago Douma
2018-05-16Allow the rotation of tokensRoeland Jago Douma
2018-05-15Fix testsRoeland Jago Douma
2018-01-31Add all parameters to returnValueMapJulius Härtl
2018-01-25Merge pull request #7916 from nextcloud/2fa_logMorris Jobke
2018-01-25Fix testsRoeland Jago Douma
2018-01-25Fix risky tests without assertionsJoas Schilling
2017-11-27Adjust tests for added lastCheck timeLukas Reschke
2017-09-20Fix duplicate session token after remembered loginChristoph Wurst
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-19Merge pull request #4894 from nextcloud/generic-security-activitiesLukas Reschke
2017-05-18Fix testsRoeland Jago Douma
2017-05-18Add test for DefaultTokenMapperLukas Reschke
2017-05-18Rename table back to lowercaseLukas Reschke
2017-05-18delete auth token when client gets deletedBjoern Schiessle
2017-04-20Fix warning with undefined methodJoas Schilling
2017-03-22Don't do a recursive searchJoas Schilling
2017-02-28DefaultTokenProviderTest mocked/asserted the wrong methodChristoph Wurst
2017-01-11do not hard-require the token providerChristoph Wurst
2017-01-11use login hook credentials as fallbackChristoph Wurst
2017-01-11add login credential storeChristoph Wurst
2016-12-20fix 2fa activities testsChristoph Wurst
2016-11-27copy remember-me value when renewing a session tokenChristoph Wurst
2016-11-16add testRobin Appelman
2016-11-16Adds TokenProvider and Mapper testsRoeland Jago Douma
2016-11-16add testsRobin Appelman
2016-11-16explicit typesRobin Appelman