Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OAuth2 client identifier must be unique | Roeland Jago Douma | 2019-01-07 | 1 | -1/+1 |
| | | | | | | | | | Fixes #12981 This is highly unlikely to happen. But better to enforce it on the DB level as well! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | OAuth2: Move to migrations | Roeland Jago Douma | 2018-12-10 | 1 | -100/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Bump versions of server and the requirements of apps | Joas Schilling | 2018-11-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update version requirements and versions of shipped apps | Joas Schilling | 2018-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Migrate OAuth Admin settings to vue | Roeland Jago Douma | 2018-06-19 | 1 | -3/+8 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Set OAuth token expiration | Roeland Jago Douma | 2018-05-22 | 1 | -1/+7 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -2/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Bump apps | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove duplicate dependencies entry | Lukas Reschke | 2017-06-13 | 1 | -4/+0 |
| | | | | | | :see_no_evil: Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #5027 from nextcloud/require-nextcloud-version-as-per-docs | Morris Jobke | 2017-06-12 | 1 | -0/+4 |
|\ | | | | | Version and dependency are now required | ||||
| * | Add missing version requirement to OAuth2 app | Joas Schilling | 2017-05-22 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Bump app versions as well | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Adjust version requirement | Joas Schilling | 2017-05-22 | 1 | -0/+3 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add indexes | Lukas Reschke | 2017-05-18 | 2 | -1/+22 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix style issues pointed out in review | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add XSD definitions | Lukas Reschke | 2017-05-18 | 2 | -3/+3 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Change to POST | Lukas Reschke | 2017-05-18 | 1 | -2/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Increase length of encrypted token in database | Lukas Reschke | 2017-05-18 | 2 | -2/+2 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 3 | -0/+143 |
Signed-off-by: Lukas Reschke <lukas@statuscode.ch> |