summaryrefslogtreecommitdiffstats
path: root/models/issue_label.go
Commit message (Expand)AuthorAgeFilesLines
* Add avatar and issue labels to template repositories (#9149)John Olheiser2019-11-251-3/+7
* extract some inline functions related with create comment (#8931)Lunny Xiao2019-11-151-2/+15
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-311-0/+13
* Add 'Alt + click' feature to exclude labels (#8199)jaqra2019-10-231-1/+5
* Fix extra columns from `label` table (#8633)guillep2k2019-10-231-4/+4
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Fix label count (#8267)Lunny Xiao2019-09-241-9/+15
* Add option to initialize repository with labels (#6061)John Olheiser2019-09-081-0/+28
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
* Add missing description of label on API (#7159)Lunny Xiao2019-06-161-3/+4
* Add golangci (#6418)kolaente2019-06-121-8/+0
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Add label names as filter in issue search api (#5946)Lanre Adelowo2019-02-041-1/+14
* Add the ability to use multiple labels as filters(#5786)Lauris BH2019-01-221-0/+21
* Remove check for negative length (#5120)Oleg Kovalov2018-10-201-1/+1
* Add label descriptions (#3662)Lauris BH2018-03-131-5/+14
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-2/+2
* Load label ID in NewLabels (#2045)Ethan Koenig2017-06-251-3/+22
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-4/+4
* small optimization for get issue labelsLunny Xiao2017-02-121-17/+4
* Bug fixed for deleted label in issue comment (#904)Lunny Xiao2017-02-111-0/+5
* Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-011-11/+8
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-301-10/+26
* Fix typos in models/ (#576)Ethan Koenig2017-01-051-1/+1
* Added sorting to the labels & milestones page (#199)Bwko2016-12-241-5/+15
* LintingKim "BKC" Carlbäcker2016-12-021-1/+1
* GitHub API Compliance (& linting)Kim "BKC" Carlbäcker2016-12-021-1/+27
* Lint/issue &mail (#243)Bwko2016-11-251-3/+4
* use in instead string join (#155)Lunny Xiao2016-11-121-4/+2
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-2/+2
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* | Rewrite XORM queriesThibault Meyer2016-11-101-5/+21
|/
* 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-1/+1
* #3459 code quality improvementUnknwon2016-08-291-3/+38
* label: adjust forecolor boundaryUnknwon2016-08-271-1/+1
* Fix #3189: Sort labels by name (#3446)Thibault Meyer2016-08-251-3/+3
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-2/+12
* #3290 better code structure and batch minor improvementsUnknwon2016-08-031-20/+73
* Minor fix for #2710Unknwon2016-02-271-0/+234