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-23Automatically cut the token name on the first levelJoas Schilling
2022-03-23Fix unit testsJoas Schilling
2021-12-02More test fixingJoas Schilling
2021-12-02More test fixingJoas Schilling
2021-12-01More unit test adjustmentsJoas Schilling
2021-11-23Fix test class namesCôme Chilliet
2021-10-22Prevent duplicate auth token activity updatesChristoph Wurst
2021-04-22Fix Authentication testJoas Schilling
2021-04-20Move 2FA registration to IBootstrapRoeland Jago Douma
2021-04-16Fix unit testRoeland Jago Douma
2021-03-22Add real events for enabled 2fa providers for usersRoeland Jago Douma
2021-02-10Always renew apppasswords on loginRoeland Jago Douma
2021-01-22Convert 2FA token type to stringChristoph Wurst
2020-10-12Use PSR logger in authenticationJoas Schilling
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-10-04Allow configuring the activity update interval of tokenRoeland Jago Douma
2020-09-07Fix undefined class property access after upgrade from 19 to 20Christoph Wurst
2020-08-20adapt testGetLoginCredentialsInvalidTokenLoginCredentials() unit test to uid ...Lionel Elie Mamane
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