summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication
Commit message (Expand)AuthorAgeFilesLines
* Handle token insert conflictsChristoph Wurst2019-12-021-11/+44
* Use the actual password to update the tokensRoeland Jago Douma2019-09-181-2/+2
* 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
* Fix duplicate session token after remembered loginChristoph Wurst2017-09-201-0/+8
* Fix AppPassword 2FA authRoeland Jago Douma2017-09-121-1/+16
* Fix login with basic authRoeland Jago Douma2017-09-051-1/+5
* Improve 2FARoeland Jago Douma2017-08-291-17/+189
* Merge pull request #4894 from nextcloud/generic-security-activitiesLukas Reschke2017-05-191-4/+4
|\
| * Fix testsRoeland Jago Douma2017-05-181-4/+4
* | Add test for DefaultTokenMapperLukas Reschke2017-05-181-0/+11
* | Rename table back to lowercaseLukas Reschke2017-05-181-6/+10
* | delete auth token when client gets deletedBjoern Schiessle2017-05-181-6/+6
|/