summaryrefslogtreecommitdiffstats
path: root/models/issue_label.go
Commit message (Expand)AuthorAgeFilesLines
* Be more lenient with label colors (#17752)Clar Fon2022-02-071-1/+18
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-4/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+7
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-4/+6
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-18/+22
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-6/+6
* DBContext is just a Context (#17100)zeripath2021-09-231-26/+27
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-51/+57
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-2/+2
* Actually compute proper foreground color for labels (#16729)Clar Fon2021-08-251-5/+31
* [API] generalize list header (#16551)65432021-08-121-0/+10
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-13/+0
* Delete Labels & IssueLabels on Repo Delete too (#15039)65432021-03-191-0/+12
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-3/+2
* Never add labels not from this repository or organisation and remove org labe...zeripath2021-03-121-4/+21
* Check if label template exist first (#14384)65432021-01-181-5/+5
* Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ...65432020-10-121-8/+13
* (Re)Load issue labels when changing them (#13007)zeripath2020-10-051-0/+15
* Use ID or Where to instead directly use Get when load object from database (#...Lunny Xiao2020-06-171-4/+2
* BugFix: updateLabel can updated not allowed fields #11242 (#11242)65432020-04-281-5/+5
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-87/+285
* Use subquery to instead In (#10874)Lunny Xiao2020-03-301-0/+11
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-281-12/+0
* [API] Fix inconsistent label color format (#10129)65432020-02-091-33/+47
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+8
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-4/+4
* remove unused method and rename createcommentWithNoAction (#9367)Lunny Xiao2019-12-161-2/+2
* Show label list on label set (#9251)Oscar Costa2019-12-061-0/+19
* Remove unused comment actions (#9222)Lunny Xiao2019-12-021-10/+2
* Extract createComment (#9125)Lunny Xiao2019-11-301-4/+14
* 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