summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Controller/SettingsController.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* encrypt oauth2 client secretsJulien Veyssier2023-06-071-30/+16
* public interface to invalidate tokens of userArtur Neumann2023-03-141-9/+2
* invalidate existing tokens when deleting an oauth clientArtur Neumann2023-03-141-2/+26
* More test fixingJoas Schilling2021-12-011-14/+0
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+9
* Move oauth admin settings to initialstateRoeland Jago Douma2019-09-281-18/+0
* Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894Patrik Kernstock2018-09-041-1/+1
* Update SettingsController.phprakekniven2018-06-301-1/+1
* Validate OAuth2 redirect uriRoeland Jago Douma2018-06-261-1/+12
* Cleanup ControllerRoeland Jago Douma2018-06-191-7/+1
* Migrate OAuth Admin settings to vueRoeland Jago Douma2018-06-191-16/+35
* delete auth token when client gets deletedBjoern Schiessle2017-05-181-3/+17
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-0/+86