| 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 | 1 | -18/+7 |
* | 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 | 2 | -2/+2 |
* | fix(oauth2): store hashed secret instead of encrypted | Julien Veyssier | 2024-09-02 | 2 | -4/+5 |
* | 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 | 3 | -68/+6 |
* | Always catch OCP versions of authentication exceptions | Côme Chilliet | 2024-01-11 | 1 | -2/+2 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 2 | -9/+9 |
* | adjust phpdoc types in OauthApiController | Julien Veyssier | 2023-10-05 | 1 | -4/+4 |
* | rename oauth2_access_token's created_at to code_created_at | Julien Veyssier | 2023-10-05 | 1 | -3/+3 |
* | 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 | 1 | -0/+5 |
* | 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 | 1 | -6/+28 |
* | 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 |
* | encrypt oauth2 client secrets | Julien Veyssier | 2023-06-07 | 2 | -62/+39 |
* | 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 |
* | 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 | 3 | -6/+3 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -0/+2 |
* | 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 | 1 | -1/+0 |
* | 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 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 3 | -3/+21 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Move oauth admin settings to initialstate | Roeland Jago Douma | 2019-09-28 | 1 | -18/+0 |
* | Strict controllers | Roeland Jago Douma | 2018-12-07 | 2 | -15/+6 |
* | Fail gracefull if an unkown oauth2 client tries to authenticate | Roeland Jago Douma | 2018-12-06 | 1 | -3/+20 |
* | Move ExpiredTokenException to the correct namespace | Roeland Jago Douma | 2018-10-30 | 1 | -1/+1 |
* | Reset bruteforce on token refresh OAuth | Roeland Jago Douma | 2018-10-30 | 1 | -1/+9 |
* | Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 | Patrik Kernstock | 2018-09-04 | 1 | -1/+1 |
* | Update SettingsController.php | rakekniven | 2018-06-30 | 1 | -1/+1 |
* | Validate OAuth2 redirect uri | Roeland Jago Douma | 2018-06-26 | 1 | -1/+12 |
* | Cleanup Controller | Roeland Jago Douma | 2018-06-19 | 1 | -7/+1 |
* | Migrate OAuth Admin settings to vue | Roeland Jago Douma | 2018-06-19 | 1 | -16/+35 |
* | The OAuth endpoint needs to support Basic Auth | Roeland Jago Douma | 2018-05-29 | 1 | -0/+5 |
* | Don't use special chars to avoid confusion | Roeland Jago Douma | 2018-05-22 | 1 | -0/+7 |
* | Rotate token | Roeland Jago Douma | 2018-05-22 | 1 | -11/+43 |