aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* feat(auth): Clean-up unused auth tokens and wipe tokensChristoph Wurst2024-08-131-11/+10
* refactor(Token): introduce scope constantsArthur Schiwon2024-06-051-2/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-1334-623/+69
* Refactor `OC\Server::getHasher`Andrew Summers2024-03-151-1/+1
* feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-02-282-17/+13
* AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-281-4/+19
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Add tests for occ user:auth-tokens:deleteLucas Azevedo2023-08-253-6/+44
* Fix various deprecation warnings in tests on PHP 8.3Côme Chilliet2023-08-141-0/+3
* fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA ManagerJoas Schilling2023-07-271-11/+4
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-031-2/+20
* 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