| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor(core): Switch to attribute based routing | provokateurin | 2024-02-21 | 1 | -0/+5 |
* | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 1 | -2/+2 |
* | Suppress or fix psalm errors related to InvalidTokenException | Côme Chilliet | 2024-01-11 | 1 | -2/+1 |
* | Always catch OCP versions of authentication exceptions | Côme Chilliet | 2024-01-11 | 1 | -2/+3 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -3/+3 |
* | rename oauth2_access_token's created_at to code_created_at | Julien Veyssier | 2023-10-05 | 1 | -1/+1 |
* | make oauth2 authorization code expire after 10 minutes | Julien Veyssier | 2023-10-05 | 1 | -0/+3 |
* | core: Add OpenAPI spec | jld3103 | 2023-07-13 | 1 | -0/+3 |
* | Applies agreed-upon indentation convention to the changed controllers. | Faraz Samapoor | 2023-06-05 | 1 | -13/+15 |
* | Refactors controllers by using PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-04 | 1 | -34/+11 |
* | Refactors "strpos" calls in /core to improve code readability. | Faraz Samapoor | 2023-06-02 | 1 | -2/+2 |
* | feat(app-framework): Add UseSession attribute to replace annotation | Christoph Wurst | 2023-01-27 | 1 | -3/+4 |
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -57/+19 |
* | Show user account on grant loginflow step | Joas Schilling | 2022-05-13 | 1 | -0/+6 |
* | Add direct arg to login flow | Vincent Petry | 2022-03-28 | 1 | -11/+6 |
* | Pass username prefill through unauthenticated request redirects | Julius Härtl | 2021-12-29 | 1 | -1/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Move app_password_created to a typed event | Christoph Wurst | 2021-02-09 | 1 | -7/+8 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Make magic strings of ClientFlowLogin and v2 publicly available | Joas Schilling | 2020-07-17 | 1 | -6/+6 |
* | Validate app password on alternative login | Roeland Jago Douma | 2020-05-07 | 1 | -0/+18 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | 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 | -7/+7 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+5 |
* | Check getRedirectUri() for queries | RussellAult | 2019-11-13 | 1 | -3/+11 |
* | fix oauth client redirect | Sergej Nikolaev | 2019-10-04 | 1 | -2/+10 |
* | Fix login flow form actions | Roeland Jago Douma | 2019-08-11 | 1 | -2/+14 |
* | Emit event if app password created | Daniel Kesselberg | 2019-02-18 | 1 | -28/+9 |
* | Publish activity for app token created by client login flow | Daniel Kesselberg | 2019-02-17 | 1 | -1/+30 |
* | Add StandaloneTemplateResponse | Roeland Jago Douma | 2019-02-06 | 1 | -8/+8 |
* | Fix template paramter | Roeland Jago Douma | 2019-01-18 | 1 | -1/+1 |
* | Fix loginflow with apptoken enter on iOS | Roeland Jago Douma | 2019-01-04 | 1 | -0/+12 |
* | Fix SAML Client login flow on Apple devices | Roeland Jago Douma | 2018-12-17 | 1 | -0/+1 |
* | Remove redirect page | John Molakvoæ (skjnldsv) | 2018-11-29 | 1 | -28/+0 |
* | Use the proper server for the apptoken flow login | Roeland Jago Douma | 2018-11-01 | 1 | -21/+23 |
* | Do not invalidate main token on OAuth | Roeland Jago Douma | 2018-09-06 | 1 | -3/+3 |
* | Don't use special chars to avoid confusion | Roeland Jago Douma | 2018-05-22 | 1 | -1/+1 |
* | Improve login flow | Roeland Jago Douma | 2018-04-08 | 1 | -0/+38 |
* | Request->getHeader() should always return a string | Morris Jobke | 2018-01-17 | 1 | -1/+1 |
* | Fix bug with proxies | Mario Danic | 2018-01-15 | 1 | -1/+12 |
* | Clear login token once apppassword is generated | Roeland Jago Douma | 2018-01-04 | 1 | -0/+3 |
* | Fix flow | Mario Danic | 2017-11-09 | 1 | -1/+10 |
* | Theming: theme flow redirection page | Julius Härtl | 2017-11-08 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+5 |
* | Fix undefined index oauthState | Morris Jobke | 2017-09-06 | 1 | -0/+1 |
* | Add tests for ClientFlowLoginController | Lukas Reschke | 2017-05-18 | 1 | -6/+4 |
* | Add OAuth state to session | Lukas Reschke | 2017-05-18 | 1 | -24/+18 |
* | use name of oauth app to identify auth token | Bjoern Schiessle | 2017-05-18 | 1 | -2/+10 |