Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use property name for addType | Daniel Kesselberg | 2022-05-12 | 1 | -2/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -8/+5 |
* | 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 | 2 | -1/+7 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 4 | -4/+21 |
* | Use the proper names when setting entity types | Roeland Jago Douma | 2019-04-18 | 1 | -4/+4 |
* | Move OAuth2 db code to QBMapper and make it strict | Roeland Jago Douma | 2018-12-07 | 2 | -30/+35 |
* | Add tests for OAuth2 app | Lukas Reschke | 2017-05-18 | 2 | -8/+12 |
* | delete auth token when client gets deleted | Bjoern Schiessle | 2017-05-18 | 2 | -0/+36 |
* | handle case if no valid client identifier is given | Bjoern Schiessle | 2017-05-18 | 1 | -0/+5 |
* | Fetch signle row | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | Get a single row | Lukas Reschke | 2017-05-18 | 2 | -8/+4 |
* | Use query builder | Lukas Reschke | 2017-05-18 | 2 | -6/+14 |
* | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 4 | -0/+216 |