| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Rename config option to skipAuthPickerApplications to match what it doesfeat/allow-oauth-grant-bypass | Côme Chilliet | 2025-01-07 | 1 | -2/+2 |
* | feat(oauth2): Skip page before login as well for authorized applications | Côme Chilliet | 2025-01-07 | 1 | -6/+27 |
* | refactor(OpenAPI): Adjust scopes to match previous behavior | provokateurin | 2025-01-06 | 2 | -0/+4 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 2 | -23/+8 |
* | Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support | Ferdinand Thiessen | 2024-10-18 | 2 | -6/+8 |
|\ |
|
| * | fix: Adjust Entity typesfeat/add-datetime-qbmapper-support | Ferdinand Thiessen | 2024-10-17 | 2 | -6/+8 |
* | | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 1 | -11/+5 |
|/ |
|
* | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -2/+1 |
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 1 | -1/+1 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 4 | -5/+4 |
* | fix(oauth2): fix tests | Julien Veyssier | 2024-09-02 | 1 | -1/+1 |
* | fix(oauth2): store hashed secret instead of encrypted | Julien Veyssier | 2024-09-02 | 4 | -8/+55 |
* | invalidate oauth2 tokens only for seen users | Artur Neumann | 2024-08-16 | 1 | -1/+1 |
* | refactor(oauth2): Replace security annotations with respective attributes | provokateurin | 2024-07-29 | 2 | -8/+12 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 17 | -343/+34 |
* | Always catch OCP versions of authentication exceptions | Côme Chilliet | 2024-01-11 | 2 | -3/+3 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -12/+12 |
* | adjust phpdoc types in OauthApiController | Julien Veyssier | 2023-10-05 | 1 | -4/+4 |
* | adjust oauth app | Julien Veyssier | 2023-10-05 | 2 | -3/+5 |
* | adjust oauth tests | Julien Veyssier | 2023-10-05 | 1 | -2/+2 |
* | rename oauth2_access_token's created_at to code_created_at | Julien Veyssier | 2023-10-05 | 4 | -11/+11 |
* | add db index on oauth2_access_tokens's (token_count, created_at) | Julien Veyssier | 2023-10-05 | 1 | -3/+6 |
* | delete oauth access token when receiving a code that has expired | Julien Veyssier | 2023-10-05 | 1 | -0/+3 |
* | refuse oauth authorization code if a token has already been delivered (active... | Julien Veyssier | 2023-10-05 | 1 | -1/+11 |
* | cleanup access tokens that are still in authorization state and that have exp... | Julien Veyssier | 2023-10-05 | 5 | -4/+122 |
* | add tests for oauth2 authorization code expiration | Julien Veyssier | 2023-10-05 | 1 | -1/+1 |
* | make oauth2 authorization code expire after 10 minutes | Julien Veyssier | 2023-10-05 | 3 | -6/+90 |
* | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 | Joas Schilling | 2023-08-28 | 1 | -2/+2 |
* | oauth2: Add OpenAPI spec | jld3103 | 2023-07-12 | 2 | -12/+24 |
* | add bruteforce protection in OauthApiController | Julien Veyssier | 2023-06-19 | 1 | -5/+17 |
* | add extra migration that sets the secret column length in case the previous s... | Julien Veyssier | 2023-06-14 | 1 | -0/+56 |
* | make oauth2 client secret column larger | Julien Veyssier | 2023-06-14 | 1 | -1/+1 |
* | encrypt oauth2 client secrets | Julien Veyssier | 2023-06-07 | 4 | -78/+140 |
* | public interface to invalidate tokens of user | Artur Neumann | 2023-03-14 | 1 | -9/+2 |
* | invalidate existing tokens when deleting an oauth client | Artur Neumann | 2023-03-14 | 1 | -2/+26 |
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -1/+1 |
* | Cleanup oauth2 admin settings | Carl Schwan | 2022-07-14 | 1 | -11/+14 |
* | Use property name for addType | Daniel Kesselberg | 2022-05-12 | 1 | -2/+2 |
* | Add oauth2_clients migration for Owncloud | Louis Chemineau | 2022-03-24 | 1 | -4/+7 |
* | More test fixing | Joas Schilling | 2021-12-01 | 1 | -14/+0 |
* | Introduce ISecureRandom::CHAR_ALPHANUMERIC | J0WI | 2021-07-08 | 1 | -2/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 13 | -26/+14 |
* | Fix usage of rename executeUpdate | Christoph Wurst | 2021-05-05 | 1 | -1/+1 |
* | Add psalm annotation to the DB handlers of OAuth2 | Roeland Jago Douma | 2021-03-11 | 2 | -1/+7 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 5 | -0/+5 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 4 | -5/+5 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Fix invalid instantiation of TemplateResponse if client not found | Daniel Kesselberg | 2020-03-15 | 1 | -4/+3 |