| Commit message (Expand) | Author | Age | Files | Lines |
* | feat: Close sessions created for login flow v2 | Louis Chemineau | 2025-03-03 | 1 | -0/+2 |
* | fix: Add direct parameter to flow auth v2 | Julius Härtl | 2024-08-06 | 1 | -4/+6 |
* | refactor(core): Switch to attribute based routing | provokateurin | 2024-02-21 | 1 | -0/+8 |
* | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 1 | -4/+4 |
* | 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 |
* | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 1 | -0/+2 |
* | core: Add OpenAPI spec | jld3103 | 2023-07-13 | 1 | -1/+22 |
* | Applies agreed-upon indentation convention to the changed controllers. | Faraz Samapoor | 2023-06-05 | 1 | -10/+12 |
* | Refactors controllers by using PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-04 | 1 | -25/+8 |
* | Refactors "strpos" calls in /core to improve code readability. | Faraz Samapoor | 2023-06-02 | 1 | -2/+2 |
* | fix(client-login-flow): Use correct response for missing state token | Christoph Wurst | 2023-02-09 | 1 | -1/+1 |
* | fix(client-login-flow): Handle missing stateToken gracefully | Christoph Wurst | 2023-02-06 | 1 | -3/+26 |
* | feat(app-framework): Add UseSession attribute to replace annotation | Christoph Wurst | 2023-01-27 | 1 | -4/+5 |
* | Fix GH-33187 | Daniel Kesselberg | 2022-12-12 | 1 | -1/+1 |
* | Revert unrelated change from #34940 | Carl Schwan | 2022-12-02 | 1 | -1/+1 |
* | Add mastodon personal info field | Carl Schwan | 2022-11-21 | 1 | -1/+1 |
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -16/+8 |
* | Show user account on grant loginflow step | Joas Schilling | 2022-05-13 | 1 | -0/+11 |
* | Merge pull request #29531 from nextcloud/bugfix/noid/flow-auth-v2-apptoken | John Molakvoæ | 2021-12-30 | 1 | -0/+46 |
|\ |
|
| * | Allow using an app token to login with v2 flow auth | Julius Härtl | 2021-12-03 | 1 | -0/+46 |
* | | Also pass user on flow v2 landing | Julius Härtl | 2021-12-29 | 1 | -2/+2 |
* | | 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 |
* | 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 | -9/+9 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -5/+4 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
* | Login flow V2 | Roeland Jago Douma | 2019-02-25 | 1 | -0/+299 |