summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* 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>