summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Settings
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move oauth admin settings to initialstateRoeland Jago Douma2019-09-281-0/+28
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Move OAuth down in admin security settingsRoeland Jago Douma2019-06-281-1/+1
| | | | | | For #16076 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix AdminTestsRoeland Jago Douma2018-06-191-22/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Migrate OAuth Admin settings to vueRoeland Jago Douma2018-06-191-3/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* delete auth token when client gets deletedBjoern Schiessle2017-05-181-1/+0
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-0/+67
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>