aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication
Commit message (Expand)AuthorAgeFilesLines
* More test fixingJoas Schilling2021-12-012-4/+0
* More test fixingJoas Schilling2021-12-012-235/+6
* More unit test adjustmentsJoas Schilling2021-12-014-878/+0
* Fix test class namesCôme Chilliet2021-11-232-2/+2
* Prevent duplicate auth token activity updatesChristoph Wurst2021-10-221-7/+6
* Fix Authentication testJoas Schilling2021-04-221-4/+5
* Move 2FA registration to IBootstrapRoeland Jago Douma2021-04-201-1/+38
* Fix unit testRoeland Jago Douma2021-04-1613-15/+14
* Add real events for enabled 2fa providers for usersRoeland Jago Douma2021-03-221-0/+7
* Always renew apppasswords on loginRoeland Jago Douma2021-02-101-17/+1
* Convert 2FA token type to stringChristoph Wurst2021-01-221-5/+5
* Use PSR logger in authenticationJoas Schilling2020-10-1210-36/+35
* Format code to a single space around binary operatorsChristoph Wurst2020-10-053-4/+4
* Allow configuring the activity update interval of tokenRoeland Jago Douma2020-10-041-0/+6
* Fix undefined class property access after upgrade from 19 to 20Christoph Wurst2020-09-071-0/+76
* adapt testGetLoginCredentialsInvalidTokenLoginCredentials() unit test to uid ...Lionel Elie Mamane2020-08-201-3/+4
* Merge pull request #21344 from nextcloud/fix/twofactor-cleanup-eventMorris Jobke2020-08-132-6/+30
|\
| * Emit an event for every disabled 2FA provider during cleanupChristoph Wurst2020-06-162-6/+30
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-126-35/+33
|/
* Clean up auth tokens when user is deletedChristoph Wurst2020-06-151-0/+117
* Do not create remember me cookieJulius Härtl2020-04-231-1/+24
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1033-36/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-6/+6
* Use a blank line after the opening tagChristoph Wurst2020-04-0913-8/+29
* Fix multiline commentsChristoph Wurst2020-04-081-1/+0
* [POC] Event for failed login attemptsRoeland Jago Douma2020-03-311-1/+8
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-276-6/+0
|\
| * Remove unused importsChristoph Wurst2020-03-256-6/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-254-28/+28
|/
* Check the user on remote wipeJoas Schilling2020-03-161-13/+3
* Clean up 2FA provider registry when a user is deletedChristoph Wurst2020-01-082-0/+24
* Mode to modern phpunitRoeland Jago Douma2019-11-276-46/+46
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2731-31/+31
* Handle token insert conflictsChristoph Wurst2019-11-261-10/+44
* Some php-cs fixesRoeland Jago Douma2019-11-225-6/+6
* Use the actual password to update the tokensRoeland Jago Douma2019-09-181-2/+2
* Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst2019-09-121-8/+8
* Update unit testsJoas Schilling2019-07-161-2/+2
* Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-091-0/+38
* Refactor: move remote wipe token logic to RW serviceChristoph Wurst2019-07-091-0/+30
* Send emails when remote wipe starts/finishesChristoph Wurst2019-07-021-0/+241
* Decouple remote wipe notifcation channels with eventsChristoph Wurst2019-06-275-0/+513
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-172-0/+199
* Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst2019-05-0713-0/+1254
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-082-2/+2
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-302-5/+2
* Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-153-34/+216
* Add testsRoeland Jago Douma2018-10-024-6/+157
* Generate backups code notification if not enable but 2fa isRoeland Jago Douma2018-10-011-1/+27