summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication
Commit message (Expand)AuthorAgeFilesLines
* Adapt tests to config value typingCôme Chilliet2023-04-052-5/+12
* unit tests for Manager::invalidateTokensOfUserArtur Neumann2023-03-141-0/+44
* Fix unit testsJoas Schilling2023-02-091-47/+42
* composer run cs:fixCôme Chilliet2023-01-2028-29/+0
* PublickKeyTokenProvider: Fix password update routine with password hashMarcel Klehr2023-01-041-0/+2
* Fix PublicKeyTokenProviderTest import and mockChristoph Wurst2022-11-101-4/+2
* Skip general login with email for non-valid addresses and LDAPJulius Härtl2022-10-261-2/+3
* Run session token renewals in a database transactionChristoph Wurst2022-10-181-2/+18
* Merge pull request #31499 from nextcloud/bugfix/empty-secretCarl Schwan2022-10-171-3/+15
|\
| * Fix unit testsCarl Schwan2022-03-101-3/+15
* | Handle one time password betterCarl Schwan2022-07-281-1/+9
* | Handler large passwordsCarl Schwan2022-07-051-0/+19
* | Handle one time passwordsCarl Schwan2022-07-051-4/+56
* | Fix user agent trimming on installationJoas Schilling2022-05-091-2/+7
* | Automatically cut the token name on the first levelJoas Schilling2022-03-231-0/+31
* | Fix unit testsJoas Schilling2022-03-232-73/+58
|/
* 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