aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Settings
Commit message (Collapse)AuthorAgeFilesLines
* fix(oauth2): store hashed secret instead of encryptedJulien Veyssier2024-09-021-4/+1
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* chore: Add SPDX headerAndy Scherzinger2024-05-311-20/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* encrypt oauth2 client secretsJulien Veyssier2023-06-071-16/+19
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Cleanup oauth2 admin settingsCarl Schwan2022-07-141-11/+14
| | | | | | | - Use more vue components - Add link to doc Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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>