Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Fix AdminTests | Roeland Jago Douma | 2018-06-19 | 1 | -22/+4 |
* | Cleanup Controller | Roeland Jago Douma | 2018-06-19 | 1 | -7/+1 |
* | Migrate OAuth Admin settings to vue | Roeland Jago Douma | 2018-06-19 | 2 | -19/+36 |
* | The OAuth endpoint needs to support Basic Auth | Roeland Jago Douma | 2018-05-29 | 1 | -0/+5 |
* | Don't use special chars to avoid confusion | Roeland Jago Douma | 2018-05-22 | 1 | -0/+7 |
* | Rotate token | Roeland Jago Douma | 2018-05-22 | 1 | -11/+43 |
* | Authenticate the clients on requesting a token | Roeland Jago Douma | 2018-05-22 | 1 | -2/+45 |
* | Fail if the response type is not properly set | Roeland Jago Douma | 2018-05-22 | 1 | -1/+10 |
* | Set OAuth token expiration | Roeland Jago Douma | 2018-05-22 | 2 | -1/+80 |
* | Use Bearer backend for SabreDAV | Lukas Reschke | 2017-05-18 | 2 | -0/+48 |
* | Add tests for OAuth2 app | Lukas Reschke | 2017-05-18 | 2 | -8/+12 |
* | Add OAuth state to session | Lukas Reschke | 2017-05-18 | 1 | -8/+9 |
* | Cleanup code | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | delete auth token when client gets deleted | Bjoern Schiessle | 2017-05-18 | 4 | -4/+53 |
* | handle case if no valid client identifier is given | Bjoern Schiessle | 2017-05-18 | 1 | -0/+5 |
* | It's a bearer | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | 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 | 8 | -0/+535 |