summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/key.go
Commit message (Expand)AuthorAgeFilesLines
* Swagger info corrections (#9441)65432019-12-201-17/+26
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+1
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-1/+1
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-0/+2
* Keys API changes (#4960)zeripath2018-10-311-2/+42
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+2
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Writable deploy keys (closes #671) (#3225)Vlad Temian2018-01-071-1/+1
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-211-1/+3
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-4/+90
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-241-4/+10
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-5/+5
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-4/+4
* #1692 api: admin list and create team under organizationUnknwon2016-03-211-0/+114