summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix warning with undefined methodJoas Schilling2017-04-201-4/+4
* Don't do a recursive searchJoas Schilling2017-03-221-1/+1
* DefaultTokenProviderTest mocked/asserted the wrong methodChristoph Wurst2017-02-281-2/+2
* do not hard-require the token providerChristoph Wurst2017-01-111-1/+9
* use login hook credentials as fallbackChristoph Wurst2017-01-111-8/+55
* add login credential storeChristoph Wurst2017-01-112-0/+193
* fix 2fa activities testsChristoph Wurst2016-12-201-4/+77
* copy remember-me value when renewing a session tokenChristoph Wurst2016-11-271-1/+11
* add testRobin Appelman2016-11-161-0/+7
* Adds TokenProvider and Mapper testsRoeland Jago Douma2016-11-162-0/+55
* add testsRobin Appelman2016-11-161-0/+49