Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 1 | -22/+2 |
* | rename oauth2_access_token's created_at to code_created_at | Julien Veyssier | 2023-10-05 | 1 | -1/+1 |
* | cleanup access tokens that are still in authorization state and that have exp... | Julien Veyssier | 2023-10-05 | 1 | -4/+27 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+2 |
* | Fix usage of rename executeUpdate | Christoph Wurst | 2021-05-05 | 1 | -1/+1 |
* | Add psalm annotation to the DB handlers of OAuth2 | Roeland Jago Douma | 2021-03-11 | 1 | -1/+4 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+7 |
* | Move OAuth2 db code to QBMapper and make it strict | Roeland Jago Douma | 2018-12-07 | 1 | -10/+13 |
* | Add tests for OAuth2 app | Lukas Reschke | 2017-05-18 | 1 | -0/+5 |
* | delete auth token when client gets deleted | Bjoern Schiessle | 2017-05-18 | 1 | -0/+14 |
* | Fetch signle row | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | Get a single row | Lukas Reschke | 2017-05-18 | 1 | -4/+2 |
* | Use query builder | Lukas Reschke | 2017-05-18 | 1 | -3/+7 |
* | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 1 | -0/+49 |