Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 1 | -21/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add psalm annotation to the DB handlers of OAuth2 | Roeland Jago Douma | 2021-03-11 | 1 | -0/+3 |
| | | | | | | | * Psalm annotations * To new executeUpdate Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OAuth2 db code to QBMapper and make it strict | Roeland Jago Douma | 2018-12-07 | 1 | -20/+22 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add tests for OAuth2 app | Lukas Reschke | 2017-05-18 | 1 | -8/+7 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | delete auth token when client gets deleted | Bjoern Schiessle | 2017-05-18 | 1 | -0/+22 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | handle case if no valid client identifier is given | Bjoern Schiessle | 2017-05-18 | 1 | -0/+5 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Get a single row | Lukas Reschke | 2017-05-18 | 1 | -4/+2 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Use query builder | Lukas Reschke | 2017-05-18 | 1 | -3/+7 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 1 | -0/+61 |
Signed-off-by: Lukas Reschke <lukas@statuscode.ch> |