aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Controller/LoginRedirectorController.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Rename config option to skipAuthPickerApplications to match what it doesfeat/allow-oauth-grant-bypassCôme Chilliet2025-01-071-2/+2
* feat(oauth2): Skip page before login as well for authorized applicationsCôme Chilliet2025-01-071-6/+27
* refactor(OpenAPI): Adjust scopes to match previous behaviorprovokateurin2025-01-061-0/+2
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-18/+7
* refactor(oauth2): Replace security annotations with respective attributesprovokateurin2024-07-291-4/+6
* chore: Add SPDX headerAndy Scherzinger2024-05-311-22/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+7
* oauth2: Add OpenAPI specjld31032023-07-121-6/+12
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Fix invalid instantiation of TemplateResponse if client not foundDaniel Kesselberg2020-03-151-4/+3
* Update license headersChristoph Wurst2019-12-051-1/+6
* Strict controllersRoeland Jago Douma2018-12-071-2/+3
* Fail gracefull if an unkown oauth2 client tries to authenticateRoeland Jago Douma2018-12-061-3/+20
* Fail if the response type is not properly setRoeland Jago Douma2018-05-221-1/+10
* Add OAuth state to sessionLukas Reschke2017-05-181-8/+9
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-0/+78