| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(login): Support subfolder install for ephemeral sessionsbackport/51051/stable31 | Louis Chemineau | 2025-03-03 | 1 | -1/+4 |
* | feat: Close sessions created for login flow v2 | Louis Chemineau | 2025-02-27 | 2 | -60/+42 |
* | fix: Handle exception when clearing previously removed two factor tokensclear-pending-two-factor-tokens-also-from-configuration | Daniel Calviño Sánchez | 2024-11-05 | 1 | -1/+5 |
* | fix: Clear pending two factor tokens also from configuration | Daniel Calviño Sánchez | 2024-11-05 | 1 | -0/+2 |
* | fix: crypto made inline for constructor and decrypt error handled in exceptionfix/encrypt-decrypt-password | yemkareems | 2024-10-28 | 1 | -2/+4 |
* | fix: crypto made inline for constructor and decrypt error handled in exception | yemkareems | 2024-10-28 | 1 | -6/+7 |
* | fix: use Icrypto in place of Cypto | yemkareems | 2024-10-28 | 1 | -3/+3 |
* | fix: crypto type made not nullable and tests run using ICrypto | yemkareems | 2024-10-28 | 1 | -3/+3 |
* | fix: encrypt and store password, decrypt and retrieve the same | yemkareems | 2024-10-28 | 1 | -1/+9 |
* | Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support | Ferdinand Thiessen | 2024-10-18 | 1 | -7/+8 |
|\ |
|
| * | fix: Adjust Entity typesfeat/add-datetime-qbmapper-support | Ferdinand Thiessen | 2024-10-17 | 1 | -7/+8 |
* | | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 1 | -2/+2 |
|/ |
|
* | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 1 | -7/+7 |
* | fix: Make user removal more resilient | Ferdinand Thiessen | 2024-09-26 | 1 | -8/+14 |
* | chore: Add proper deprecation dates where missing | Ferdinand Thiessen | 2024-09-20 | 1 | -1/+1 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 3 | -3/+3 |
* | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App | Côme Chilliet | 2024-09-13 | 1 | -19/+11 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 6 | -20/+20 |
* | feat(webauthn): Add user verification to webauthn challenges | S1m | 2024-08-15 | 3 | -8/+27 |
* | feat(auth): Clean-up unused auth tokens and wipe tokens | Christoph Wurst | 2024-08-13 | 2 | -9/+21 |
* | fix(Token): take over scope in token refresh with login by cookie | Arthur Schiwon | 2024-07-19 | 3 | -6/+19 |
* | fix(Session): avoid race conditions on clustered setups | Arthur Schiwon | 2024-07-10 | 1 | -1/+1 |
* | feat(notifications): Migrate server INotifiers to new exceptions | Joas Schilling | 2024-06-25 | 1 | -3/+3 |
* | refactor(Token): introduce scope constants | Arthur Schiwon | 2024-06-05 | 1 | -1/+2 |
* | fix(Session): avoid password confirmation on SSO | Arthur Schiwon | 2024-06-05 | 1 | -0/+1 |
* | Merge pull request #45411 from nextcloud/fix/auth/selective-token-activity-up... | Daniel | 2024-05-29 | 1 | -2/+0 |
|\ |
|
| * | fix(auth): Update authtoken activity selectively | Christoph Wurst | 2024-05-21 | 1 | -2/+0 |
* | | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 67 | -1315/+148 |
|/ |
|
* | Merge pull request #45026 from nextcloud/fix/token-update | Christoph Wurst | 2024-05-16 | 1 | -0/+2 |
|\ |
|
| * | fix: Always set last activity if we update the row of an authtoken anyways | Julius Härtl | 2024-04-29 | 1 | -0/+2 |
* | | fix(session): Avoid race condition for cache::get() vs. cache::hasKey() | Joas Schilling | 2024-04-29 | 1 | -6/+6 |
|/ |
|
* | fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5 | Ferdinand Thiessen | 2024-04-16 | 1 | -24/+24 |
* | fix: Fix new psalm errors from update | Côme Chilliet | 2024-04-08 | 1 | -9/+7 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 9 | -11/+11 |
* | feat(perf): add cache for authtoken lookup | Benjamin Gaussorgues | 2024-02-28 | 2 | -63/+78 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -1/+1 |
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 2 | -0/+2 |
* | Import OCP IToken as OCPIToken to avoid a name clash in lib/private | Côme Chilliet | 2024-01-11 | 3 | -65/+65 |
* | Use OCP version of IToken in AppPasswordCreatedEvent | Côme Chilliet | 2024-01-11 | 1 | -6/+4 |
* | Use IToken from OCP instead of OC | Côme Chilliet | 2024-01-11 | 3 | -0/+3 |
* | Suppress or fix psalm errors related to InvalidTokenException | Côme Chilliet | 2024-01-11 | 2 | -4/+6 |
* | Always catch OCP versions of authentication exceptions | Côme Chilliet | 2024-01-11 | 4 | -10/+11 |
* | AppAPI: allowed to bypass Two-Factor | Alexander Piskun | 2023-12-28 | 1 | -2/+2 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 22 | -92/+92 |
* | fix: Show error message when CSRF check fails at login | Christoph Wurst | 2023-11-08 | 1 | -0/+5 |
* | Allow passing null to PublicKeyToken::setScope, fixes tests | Côme Chilliet | 2023-10-23 | 1 | -2/+2 |
* | Improve docblock annotations for tokens and their exceptions | Côme Chilliet | 2023-10-23 | 3 | -2/+5 |
* | Use more precise typing for setScope method parameter | Côme Chilliet | 2023-10-23 | 1 | -2/+2 |
* | Make sure that OC interfaces returns OC interfaces for backward compatibility | Côme Chilliet | 2023-10-23 | 2 | -0/+26 |
* | Move Exceptions used in OCP to OCP | Côme Chilliet | 2023-10-23 | 3 | -33/+12 |