summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21499 from lmamane/stable18-21285-onelinerMorris Jobke2020-07-081-5/+6
|\
| * adapt testGetLoginCredentialsInvalidTokenLoginCredentials() unit test to uid ...Lionel Elie Mamane2020-06-201-5/+6
* | Clean up auth tokens when user is deletedChristoph Wurst2020-06-181-0/+117
|/
* Check the user on remote wipeJoas Schilling2020-03-251-13/+3
* Clean up 2FA provider registry when a user is deletedChristoph Wurst2020-01-092-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
* Add first testsRoeland Jago Douma2018-06-183-0/+775
* Certain tokens can expireRoeland Jago Douma2018-05-171-0/+75
* Allow the rotation of tokensRoeland Jago Douma2018-05-161-0/+42
* Fix testsRoeland Jago Douma2018-05-152-13/+3
* Add all parameters to returnValueMapJulius Härtl2018-01-311-2/+2
* Merge pull request #7916 from nextcloud/2fa_logMorris Jobke2018-01-251-4/+11
|\
| * Fix testsRoeland Jago Douma2018-01-251-4/+11
* | Fix risky tests without assertionsJoas Schilling2018-01-251-0/+1
|/
* Adjust tests for added lastCheck timeLukas Reschke2017-11-271-0/+1