summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* OAuth2 client identifier must be uniqueRoeland Jago Douma2019-01-071-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 migrationsRoeland Jago Douma2018-12-101-100/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate OAuth Admin settings to vueRoeland Jago Douma2018-06-191-3/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Set OAuth token expirationRoeland Jago Douma2018-05-221-1/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-2/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove duplicate dependencies entryLukas Reschke2017-06-131-4/+0
| | | | | | :see_no_evil: Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #5027 from nextcloud/require-nextcloud-version-as-per-docsMorris Jobke2017-06-121-0/+4
|\ | | | | Version and dependency are now required
| * Add missing version requirement to OAuth2 appJoas Schilling2017-05-221-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Adjust version requirementJoas Schilling2017-05-221-0/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add indexesLukas Reschke2017-05-182-1/+22
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix style issues pointed out in reviewLukas Reschke2017-05-181-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add XSD definitionsLukas Reschke2017-05-182-3/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Change to POSTLukas Reschke2017-05-181-2/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Increase length of encrypted token in databaseLukas Reschke2017-05-182-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-183-0/+143
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>