aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/label.go
Commit message (Expand)AuthorAgeFilesLines
* Clarify path param naming (#32969)wxiaoguang2024-12-241-3/+3
* Refactor names (#31405)wxiaoguang2024-06-191-3/+3
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-3/+3
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+10
* Allow to archive labels (#26478)puni98692023-08-141-1/+2
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-28/+24
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+4
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-15/+15
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-4/+4
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-1/+1
* Calculate label URL on API (#16186)65432021-09-101-4/+6
* [API] generalize list header (#16551)65432021-08-121-0/+7
* 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-1/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-2/+5
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-201-1/+1
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-2/+2
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-281-8/+5
* [API] Fix inconsistent label color format (#10129)65432020-02-091-1/+23
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+10
* Swagger info corrections (#9441)65432019-12-201-10/+16
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+0
* Add missing description of label on API (#7159)Lunny Xiao2019-06-161-3/+7
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-2/+2
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-15/+1
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+3
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-1/+1
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-0/+120
* Load label ID in NewLabels (#2045)Ethan Koenig2017-06-251-1/+1
* Added sorting to the labels & milestones page (#199)Bwko2016-12-241-1/+1
* GitHub API Compliance (& linting)Kim "BKC" Carlbäcker2016-12-021-1/+12
* 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
* #3459 code quality improvementUnknwon2016-08-291-1/+1
* Replace convert.To with APIFormat callsUnknwon2016-08-141-5/+4
* #3290 better code structure and batch minor improvementsUnknwon2016-08-031-33/+12
* Additional API support for labels (#3290)lstahlman2016-08-031-0/+123