aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue_label.go
Commit message (Expand)AuthorAgeFilesLines
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-4/+4
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-281-15/+4
* Trigger webhooks on issue label-change via API too (#10421)65432020-02-231-36/+29
* Swagger info corrections (#9441)65432019-12-201-25/+42
* Move issue label operations to issue service package (#8553)Lunny Xiao2019-10-191-1/+1
* Move clearlabels from models to issue service (#8326)Lunny Xiao2019-10-151-1/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+0
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-5/+5
* make sure labels are actually returned (#6053)Lanre Adelowo2019-02-131-0/+5
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-20/+21
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+6
* fix wrong issue endpoints in swagger doc (#3914)David Schneiderbauer2018-05-081-4/+4
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-0/+139
* Fix bug in issue labels API (#2048)Ethan Koenig2017-06-251-2/+2
* Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-011-1/+1
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-301-2/+2
* golint fixed for routers (#208)Lunny Xiao2016-11-241-0/+5
* 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-3/+3
* 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-2/+2
* Replace convert.To with APIFormat callsUnknwon2016-08-141-4/+3
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-2/+2
* #3290 better code structure and batch minor improvementsUnknwon2016-08-031-87/+37
* Additional API support for labels (#3290)lstahlman2016-08-031-0/+219