Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Adjust Entity typesfeat/add-datetime-qbmapper-support | Ferdinand Thiessen | 2024-10-17 | 2 | -6/+8 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 4 | -82/+8 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | adjust oauth tests | Julien Veyssier | 2023-10-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | rename oauth2_access_token's created_at to code_created_at | Julien Veyssier | 2023-10-05 | 2 | -5/+5 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | cleanup access tokens that are still in authorization state and that have ↵ | Julien Veyssier | 2023-10-05 | 2 | -4/+32 |
| | | | | | | expired Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | make oauth2 authorization code expire after 10 minutes | Julien Veyssier | 2023-10-05 | 1 | -0/+5 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Use property name for addType | Daniel Kesselberg | 2022-05-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -8/+5 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix usage of rename executeUpdate | Christoph Wurst | 2021-05-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add psalm annotation to the DB handlers of OAuth2 | Roeland Jago Douma | 2021-03-11 | 2 | -1/+7 |
| | | | | | | | * Psalm annotations * To new executeUpdate Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 4 | -4/+21 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the proper names when setting entity types | Roeland Jago Douma | 2019-04-18 | 1 | -4/+4 |
| | | | | | | Else this does :boom: Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move OAuth2 db code to QBMapper and make it strict | Roeland Jago Douma | 2018-12-07 | 2 | -30/+35 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add tests for OAuth2 app | Lukas Reschke | 2017-05-18 | 2 | -8/+12 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | delete auth token when client gets deleted | Bjoern Schiessle | 2017-05-18 | 2 | -0/+36 |
| | | | | 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> | ||||
* | Fetch signle row | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Get a single row | Lukas Reschke | 2017-05-18 | 2 | -8/+4 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Use query builder | Lukas Reschke | 2017-05-18 | 2 | -6/+14 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 4 | -0/+216 |
Signed-off-by: Lukas Reschke <lukas@statuscode.ch> |