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-08-13Merge pull request #21344 from nextcloud/fix/twofactor-cleanup-eventMorris Jobke
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-06-16Emit an event for every disabled 2FA provider during cleanupChristoph Wurst
2020-06-15Clean up auth tokens when user is deletedChristoph Wurst
2020-04-23Do not create remember me cookieJulius Härtl
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-31[POC] Event for failed login attemptsRoeland Jago Douma
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
2020-03-16Check the user on remote wipeJoas Schilling
2020-01-08Clean up 2FA provider registry when a user is deletedChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-26Handle token insert conflictsChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-18Use the actual password to update the tokensRoeland Jago Douma
2019-09-12Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst
2019-07-16Update unit testsJoas 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-17Allow 2FA to be setup on first loginRoeland Jago Douma
2019-05-07Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-10-30Move ExpiredTokenException to the correct namespaceRoeland Jago Douma
2018-10-15Make it possible to enforce mandatory 2FA for groupsChristoph Wurst
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