| Commit message (Expand) | Author | Age | Files | Lines |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -684/+0 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -84/+40 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -16/+5 |
* | User specific repoID or xorm builder conditions for issue search (#19475) | 6543 | 2022-04-25 | 1 | -5/+2 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 1 | -6/+6 |
* | Move init repository related functions to modules (#19159) | Lunny Xiao | 2022-03-29 | 1 | -109/+3 |
* | Be more lenient with label colors (#17752) | Clar Fon | 2022-02-07 | 1 | -1/+18 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -4/+4 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -6/+7 |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 1 | -4/+6 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 1 | -18/+22 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -6/+6 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -26/+27 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -51/+57 |
* | Add `AbsoluteListOptions` (#17028) | KN4CK3R | 2021-09-14 | 1 | -2/+2 |
* | Actually compute proper foreground color for labels (#16729) | Clar Fon | 2021-08-25 | 1 | -5/+31 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -0/+10 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 1 | -13/+0 |
* | Delete Labels & IssueLabels on Repo Delete too (#15039) | 6543 | 2021-03-19 | 1 | -0/+12 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -3/+2 |
* | Never add labels not from this repository or organisation and remove org labe... | zeripath | 2021-03-12 | 1 | -4/+21 |
* | Check if label template exist first (#14384) | 6543 | 2021-01-18 | 1 | -5/+5 |
* | Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ... | 6543 | 2020-10-12 | 1 | -8/+13 |
* | (Re)Load issue labels when changing them (#13007) | zeripath | 2020-10-05 | 1 | -0/+15 |
* | Use ID or Where to instead directly use Get when load object from database (#... | Lunny Xiao | 2020-06-17 | 1 | -4/+2 |
* | BugFix: updateLabel can updated not allowed fields #11242 (#11242) | 6543 | 2020-04-28 | 1 | -5/+5 |
* | Add Organization Wide Labels (#10814) | mrsdizzie | 2020-04-01 | 1 | -87/+285 |
* | Use subquery to instead In (#10874) | Lunny Xiao | 2020-03-30 | 1 | -0/+11 |
* | [Refactor] move APIFormat() of Issue and Label to convert package (#10423) | 6543 | 2020-02-28 | 1 | -12/+0 |
* | [API] Fix inconsistent label color format (#10129) | 6543 | 2020-02-09 | 1 | -33/+47 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -3/+8 |
* | Move create/fork repository from models to modules/repository (#9489) | Lunny Xiao | 2020-01-12 | 1 | -4/+4 |
* | remove unused method and rename createcommentWithNoAction (#9367) | Lunny Xiao | 2019-12-16 | 1 | -2/+2 |
* | Show label list on label set (#9251) | Oscar Costa | 2019-12-06 | 1 | -0/+19 |
* | Remove unused comment actions (#9222) | Lunny Xiao | 2019-12-02 | 1 | -10/+2 |
* | Extract createComment (#9125) | Lunny Xiao | 2019-11-30 | 1 | -4/+14 |
* | Add avatar and issue labels to template repositories (#9149) | John Olheiser | 2019-11-25 | 1 | -3/+7 |
* | extract some inline functions related with create comment (#8931) | Lunny Xiao | 2019-11-15 | 1 | -2/+15 |
* | Allow cross-repository dependencies on issues (#7901) | Brad Albright | 2019-10-31 | 1 | -0/+13 |
* | Add 'Alt + click' feature to exclude labels (#8199) | jaqra | 2019-10-23 | 1 | -1/+5 |
* | Fix extra columns from `label` table (#8633) | guillep2k | 2019-10-23 | 1 | -4/+4 |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 1 | -1/+1 |
* | Fix label count (#8267) | Lunny Xiao | 2019-09-24 | 1 | -9/+15 |
* | Add option to initialize repository with labels (#6061) | John Olheiser | 2019-09-08 | 1 | -0/+28 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -2/+2 |
* | Add missing description of label on API (#7159) | Lunny Xiao | 2019-06-16 | 1 | -3/+4 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -8/+0 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 1 | -1/+1 |
* | Add label names as filter in issue search api (#5946) | Lanre Adelowo | 2019-02-04 | 1 | -1/+14 |
* | Add the ability to use multiple labels as filters(#5786) | Lauris BH | 2019-01-22 | 1 | -0/+21 |