summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add mandatory 2FA service/classChristoph Wurst2018-09-302-0/+114
* Merge pull request #11240 from nextcloud/feature/noid/consider-openssl-settin...Morris Jobke2018-09-251-0/+1
|\
| * Add openssl to mockDaniel Kesselberg2018-09-161-0/+1
* | Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-254-28/+176
|/
* Remove unused importChristoph Wurst2018-08-101-1/+0
* Fix 2FA being enforced if only backup codes provider is activeChristoph Wurst2018-08-101-0/+27
* Fix double-inserts of the same provider stateChristoph Wurst2018-08-091-2/+2
* Add integration/unit test for the double-insert of same valuesChristoph Wurst2018-08-091-0/+19
* Rename providerset method to get primary providersChristoph Wurst2018-08-081-1/+1
* Fix login redirection if only one 2FA provider is activeChristoph Wurst2018-08-081-0/+18
* Fix 2FA provider registry population on loginChristoph Wurst2018-08-081-3/+79
* Fix duplicate inserts in the 2fa provider registry DAOChristoph Wurst2018-07-311-0/+19
* Make new classes strict and fix license headerChristoph Wurst2018-06-253-4/+22
* Make 2FA providers statefulChristoph Wurst2018-06-205-136/+451
* Use constant for token versionRoeland Jago Douma2018-06-183-0/+5
* Add more testsRoeland Jago Douma2018-06-184-31/+492
* SetPassword on PublicKeyTokensRoeland Jago Douma2018-06-182-12/+19
* Just pass uid to the Token stuffRoeland Jago Douma2018-06-181-24/+4