aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-35/+36
* Support sorting for project board issuses (#17152)Anbraten2021-12-081-0/+2
* Refactor various strings (#17784)mscherer2021-12-021-2/+3
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-41/+42
* Improvements to content history (#17746)Jimmy Praet2021-11-221-7/+13
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-13/+8
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-55/+61
* Added comment for changing issue ref (#17672)Gusted2021-11-191-0/+18
* Prevent NPE due to missing repo in regression in #17551 (#17697)zeripath2021-11-181-2/+14
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-0/+11
* Refactor commentTags functionality (#17558)Gusted2021-11-111-1/+1
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* Fix stats upon searching issues (#17566)Gusted2021-11-081-5/+5
* Avoid double imports (#17569)Gusted2021-11-081-3/+2
* Fix issue content history problems, improve UI (#17404)wxiaoguang2021-10-231-2/+2
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-101-2/+20
* Fix problem when database ID is not incremented as expected (#17229)finga2021-10-061-1/+1
* Always set a unique Message-ID header. (#17206)KN4CK3R2021-10-011-13/+0
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-73/+74
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-145/+156
* Alter issue/comment table TEXT fields to LONGTEXT (#16765)wxiaoguang2021-08-221-1/+1
* Update issue_index to finish migration (#16685)65432021-08-131-0/+25
* [API] generalize list header (#16551)65432021-08-121-2/+2
* Validate Issue Index before querying DB (#16406)Norwin2021-07-121-0/+3
* Update milestone counters on new issue. (#16183)KN4CK3R2021-06-211-3/+5
* [API] Issue Search Add filter for MilestoneNames (#16173)65432021-06-171-0/+8
* Use milestone deadline when sorting issues (#14551)koalp2021-06-141-2/+11
* Add a new table issue_index to store the max issue index so that issue could ...Lunny Xiao2021-06-141-29/+13
* Fix bug on getIssueIDsByRepoID (#16119)Lunny Xiao2021-06-101-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-17/+18
* Never add labels not from this repository or organisation and remove org labe...zeripath2021-03-121-1/+13
* Fix overdue marking of closed issues and milestones (#14923)zeripath2021-03-081-0/+3
* Fix issue search with db indexer because of mysql 5.7 sqlmode (#14907)Lunny Xiao2021-03-061-1/+10
* Make searching issues by keyword case insensitive on DB (#14848)zeripath2021-03-021-3/+4
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-1/+1
* Use OldRef instead of CommitSHA for DeleteBranch comments (#14604)zeripath2021-02-081-5/+5
* Fix bug because of duplicated join (#14454)Lunny Xiao2021-01-261-2/+7
* exclude authored PRs from Review Requested filter (#14368)Jimmy Praet2021-01-181-0/+1
* Add review requested filter on pull request overview (#13701)Jimmy Praet2021-01-171-62/+97
* Sort issue search results by revelance (#14353)Lauris BH2021-01-161-1/+1
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-121-0/+10
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-021-0/+14
* Fix dashboard issues labels filter bug (#14210)Lunny Xiao2021-01-011-12/+22
* migrate from com.* to alternatives (#14103)65432020-12-251-3/+3
* Add mentionable teams to tributeValues and change team mention rules to gh's ...a10121127962020-12-211-26/+43
* [API] Add more filters to issues search (#13514)65432020-11-231-0/+9
* (Re)Load issue labels when changing them (#13007)zeripath2020-10-051-0/+5
* Fixed count of filtered issues when api request. (#12275)ひのしば / hinoshiba2020-09-241-1/+22