summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/key.go
Commit message (Expand)AuthorAgeFilesLines
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-221-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-3/+3
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-17/+19
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-5/+6
* [API] generalize list header (#16551)65432021-08-121-10/+14
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-1/+3
* Move Repo APIFormat to convert package (#13787)65432020-12-021-2/+2
* Improve error feedback for duplicate deploy keys (#13112)Chris Shyi2020-10-121-0/+2
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+11
* 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