| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable30 | provokateurin | 2024-11-25 | 1 | -2/+1 |
* | fix(oauth2): fix tests | Julien Veyssier | 2024-09-03 | 1 | -1/+1 |
* | fix(oauth2): store hashed secret instead of encrypted | Julien Veyssier | 2024-09-03 | 4 | -8/+55 |
* | 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 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 13 | -13/+67 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 3 | -3/+3 |
* | Move oauth admin settings to initialstate | Roeland Jago Douma | 2019-09-28 | 2 | -18/+28 |
* | Move OAuth down in admin security settings | Roeland Jago Douma | 2019-06-28 | 1 | -1/+1 |
* | Use the proper names when setting entity types | Roeland Jago Douma | 2019-04-18 | 1 | -4/+4 |
* | OAuth2 client identifier must be unique | Roeland Jago Douma | 2019-01-07 | 1 | -0/+49 |
* | OAuth2: Move to migrations | Roeland Jago Douma | 2018-12-10 | 1 | -0/+98 |
* | Strict controllers | Roeland Jago Douma | 2018-12-07 | 2 | -15/+6 |
* | Strict repair step | Roeland Jago Douma | 2018-12-07 | 1 | -1/+2 |
* | Strict Exceptions | Roeland Jago Douma | 2018-12-07 | 2 | -0/+2 |