aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue_label.go
Commit message (Expand)AuthorAgeFilesLines
* Support org labels when adding labels by label names (#32988)Zettat1232024-12-261-1/+13
* Clarify path param naming (#32969)wxiaoguang2024-12-241-5/+5
* Fix internal server error when updating labels without write permission (#32776)yp053272024-12-101-5/+5
* Refactor names (#31405)wxiaoguang2024-06-191-5/+5
* Support using label names when changing issue labels (#30943)Zettat1232024-05-131-1/+28
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Don't let API add 2 exclusive labels from same scope (#27433)JakobDev2023-10-051-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-5/+5
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+8
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-1/+1
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-4/+4
* Less naked returns (#25713)65432023-07-071-6/+6
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-16/+16
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-4/+4
* Calculate label URL on API (#16186)65432021-09-101-3/+3
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-5/+7
* 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