Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup oauth2 admin settings | Carl Schwan | 2022-07-14 | 1 | -11/+14 |
* | Use property name for addType | Daniel Kesselberg | 2022-05-12 | 1 | -2/+2 |
* | Add oauth2_clients migration for Owncloud | Louis Chemineau | 2022-03-24 | 1 | -4/+7 |
* | More test fixing | Joas Schilling | 2021-12-01 | 1 | -14/+0 |
* | Introduce ISecureRandom::CHAR_ALPHANUMERIC | J0WI | 2021-07-08 | 1 | -2/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 13 | -26/+14 |
* | 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 for 19 | Christoph Wurst | 2020-04-29 | 5 | -0/+5 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 4 | -5/+5 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Fix invalid instantiation of TemplateResponse if client not found | Daniel Kesselberg | 2020-03-15 | 1 | -4/+3 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 13 | -13/+67 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 3 | -3/+3 |
* | Move oauth admin settings to initialstate | Roeland Jago Douma | 2019-09-28 | 2 | -18/+28 |
* | Move OAuth down in admin security settings | Roeland Jago Douma | 2019-06-28 | 1 | -1/+1 |
* | Use the proper names when setting entity types | Roeland Jago Douma | 2019-04-18 | 1 | -4/+4 |
* | OAuth2 client identifier must be unique | Roeland Jago Douma | 2019-01-07 | 1 | -0/+49 |
* | OAuth2: Move to migrations | Roeland Jago Douma | 2018-12-10 | 1 | -0/+98 |
* | Strict controllers | Roeland Jago Douma | 2018-12-07 | 2 | -15/+6 |
* | Strict repair step | Roeland Jago Douma | 2018-12-07 | 1 | -1/+2 |
* | Strict Exceptions | Roeland Jago Douma | 2018-12-07 | 2 | -0/+2 |
* | Move OAuth2 db code to QBMapper and make it strict | Roeland Jago Douma | 2018-12-07 | 2 | -30/+35 |
* | Fail gracefull if an unkown oauth2 client tries to authenticate | Roeland Jago Douma | 2018-12-06 | 1 | -3/+20 |
* | Move ExpiredTokenException to the correct namespace | Roeland Jago Douma | 2018-10-30 | 1 | -1/+1 |
* | Reset bruteforce on token refresh OAuth | Roeland Jago Douma | 2018-10-30 | 1 | -1/+9 |
* | 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 |