Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | encrypt oauth2 client secrets | Julien Veyssier | 2023-06-19 | 1 | -30/+16 |
* | public interface to invalidate tokens of user | Artur Neumann | 2023-03-14 | 1 | -9/+2 |
* | invalidate existing tokens when deleting an oauth client | Artur Neumann | 2023-03-14 | 1 | -2/+26 |
* | More test fixing | Joas Schilling | 2021-12-01 | 1 | -14/+0 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+9 |
* | Move oauth admin settings to initialstate | Roeland Jago Douma | 2019-09-28 | 1 | -18/+0 |
* | Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 | Patrik Kernstock | 2018-09-04 | 1 | -1/+1 |
* | Update SettingsController.php | rakekniven | 2018-06-30 | 1 | -1/+1 |
* | Validate OAuth2 redirect uri | Roeland Jago Douma | 2018-06-26 | 1 | -1/+12 |
* | Cleanup Controller | Roeland Jago Douma | 2018-06-19 | 1 | -7/+1 |
* | Migrate OAuth Admin settings to vue | Roeland Jago Douma | 2018-06-19 | 1 | -16/+35 |
* | delete auth token when client gets deleted | Bjoern Schiessle | 2017-05-18 | 1 | -3/+17 |
* | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 1 | -0/+86 |