aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication
Commit message (Expand)AuthorAgeFilesLines
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-3/+3
* chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-131-19/+11
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-256-20/+20
* feat(webauthn): Add user verification to webauthn challengesS1m2024-08-153-8/+27
* feat(auth): Clean-up unused auth tokens and wipe tokensChristoph Wurst2024-08-132-9/+21
* fix(Token): take over scope in token refresh with login by cookieArthur Schiwon2024-07-193-6/+19
* fix(Session): avoid race conditions on clustered setupsArthur Schiwon2024-07-101-1/+1
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-3/+3
* refactor(Token): introduce scope constantsArthur Schiwon2024-06-051-1/+2
* fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-051-0/+1
* Merge pull request #45411 from nextcloud/fix/auth/selective-token-activity-up...Daniel2024-05-291-2/+0
|\
| * fix(auth): Update authtoken activity selectivelyChristoph Wurst2024-05-211-2/+0
* | chore: Add SPDX headerAndy Scherzinger2024-05-2467-1315/+148
|/
* Merge pull request #45026 from nextcloud/fix/token-updateChristoph Wurst2024-05-161-0/+2
|\
| * fix: Always set last activity if we update the row of an authtoken anywaysJulius Härtl2024-04-291-0/+2
* | fix(session): Avoid race condition for cache::get() vs. cache::hasKey()Joas Schilling2024-04-291-6/+6
|/
* fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5Ferdinand Thiessen2024-04-161-24/+24
* fix: Fix new psalm errors from updateCôme Chilliet2024-04-081-9/+7
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-029-11/+11
* feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-02-282-63/+78
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-302-0/+2
* Import OCP IToken as OCPIToken to avoid a name clash in lib/privateCôme Chilliet2024-01-113-65/+65
* Use OCP version of IToken in AppPasswordCreatedEventCôme Chilliet2024-01-111-6/+4
* Use IToken from OCP instead of OCCôme Chilliet2024-01-113-0/+3
* Suppress or fix psalm errors related to InvalidTokenExceptionCôme Chilliet2024-01-112-4/+6
* Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-114-10/+11
* AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-281-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2322-92/+92
* fix: Show error message when CSRF check fails at loginChristoph Wurst2023-11-081-0/+5
* Allow passing null to PublicKeyToken::setScope, fixes testsCôme Chilliet2023-10-231-2/+2
* Improve docblock annotations for tokens and their exceptionsCôme Chilliet2023-10-233-2/+5
* Use more precise typing for setScope method parameterCôme Chilliet2023-10-231-2/+2
* Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-232-0/+26
* Move Exceptions used in OCP to OCPCôme Chilliet2023-10-233-33/+12
* Align PublicKeyToken with interface changesCôme Chilliet2023-10-231-10/+6
* Move IToken and IProvider::getToken to OCPCôme Chilliet2023-10-201-104/+2
* fix(twofactor): avoid error in pgsql for duplicate entryBenjamin Gaussorgues2023-10-061-20/+17
* Fix typoLucas Azevedo2023-08-251-1/+1
* Fixes from static analysisLucas Azevedo2023-08-251-3/+3
* Add last-used-before optionLucas Azevedo2023-08-254-0/+24
* docs: remove superfluous phpdocsDaniel Kesselberg2023-08-101-9/+1
* fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA ManagerJoas Schilling2023-07-271-14/+1
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-2/+2
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-033-3/+13
* Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-201-51/+55
|\
| * fix(auth): Run token statements in atomic transactionChristoph Wurst2023-04-121-51/+55
* | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-052-6/+6
|/
* Fix types for reading and writing config valuesjld31032023-04-051-2/+2