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
2020-03-25Check the user on remote wipeJoas Schilling
2019-12-03Throw an invalid token exception is token is marked outdatedRoeland Jago Douma
2019-12-02Handle token insert conflictsChristoph Wurst
2019-09-18Use the actual password to update the tokensRoeland Jago Douma
2019-09-18Add uid to delete temp token queryDaniel Kesselberg
2019-07-21Pass $configargs to openssl_pkey_exportDaniel Kesselberg
2019-07-18Error with exception on SSL errorMorris Jobke
2019-07-16Update unit testsJoas Schilling
2019-07-15Fix new core notifierJoas Schilling
2019-07-09Make it possible to wipe all tokens/devices of a userChristoph Wurst
2019-07-09Refactor: move remote wipe token logic to RW serviceChristoph Wurst
2019-07-02Send emails when remote wipe starts/finishesChristoph Wurst
2019-06-27Decouple remote wipe notifcation channels with eventsChristoph Wurst
2019-05-20Remote wipe supportRoeland Jago Douma
2019-05-17Allow 2FA to be setup on first loginRoeland Jago Douma
2019-05-07Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst
2019-02-02Add interface INamedTokenDaniel Kesselberg
2019-01-29Clean pending 2FA authentication on password resetRoeland Jago Douma
2018-12-06Read openssl error and logDaniel Kesselberg
2018-10-30Move ExpiredTokenException to the correct namespaceRoeland Jago Douma
2018-10-21Catch more occurences where ExpiredTokenException can be thrownRoeland Jago Douma
2018-10-21Expired PK tokens should not fall back to legacy tokensRoeland Jago Douma
2018-10-15Make it possible to enforce mandatory 2FA for groupsChristoph Wurst
2018-10-02Add testsRoeland Jago Douma
2018-10-02Update all the publickey tokens if needed on web loginRoeland Jago Douma
2018-10-02Mark token as invalid if the password doesn't matchRoeland Jago Douma
2018-10-01Emit event on enablign or disabling of 2FA providerRoeland 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-20Also adjust the expiration of PublicKeyTokenProviderJoas Schilling
2018-09-19Copy the expiration from 480864b3e32d88361b17b70d238f986f64579757 to getToken...Joas Schilling
2018-09-16Consider openssl settings from config.phpDaniel Kesselberg
2018-09-07Expire tokens hardeningRoeland Jago Douma
2018-08-31Fix handlng of concurrent inserts of the 2FA provider registry DAOChristoph 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-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-19CommentsRoeland Jago Douma
2018-06-18Add getProvider helper functionRoeland Jago Douma
2018-06-18Use constant for token versionRoeland Jago Douma
2018-06-18Add more testsRoeland Jago Douma
2018-06-18Generate the new publicKey tokens by default!Roeland Jago Douma
2018-06-18Actually convert the tokenRoeland Jago Douma
2018-06-18Add publickey provider to managerRoeland Jago Douma