aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication
Commit message (Expand)AuthorAgeFilesLines
* fix: Handle exception when clearing previously removed two factor tokensclear-pending-two-factor-tokens-also-from-configurationDaniel Calviño Sánchez2024-11-051-1/+5
* fix: Clear pending two factor tokens also from configurationDaniel Calviño Sánchez2024-11-051-0/+2
* fix: crypto made inline for constructor and decrypt error handled in exceptionfix/encrypt-decrypt-passwordyemkareems2024-10-281-2/+4
* fix: crypto made inline for constructor and decrypt error handled in exceptionyemkareems2024-10-281-6/+7
* fix: use Icrypto in place of Cyptoyemkareems2024-10-281-3/+3
* fix: crypto type made not nullable and tests run using ICryptoyemkareems2024-10-281-3/+3
* fix: encrypt and store password, decrypt and retrieve the sameyemkareems2024-10-281-1/+9
* Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-181-7/+8
|\
| * fix: Adjust Entity typesfeat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-171-7/+8
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-2/+2
|/
* chore(db): Correctly apply query typesGit'Fellow2024-10-171-7/+7
* fix: Make user removal more resilientFerdinand Thiessen2024-09-261-8/+14
* 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