aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-2479/+0
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-8/+50
* Fix order by parameter (#19849)Lunny Xiao2022-06-041-5/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-82/+63
* Fix issue overview for teams (#19652)Gusted2022-05-161-3/+3
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+3
* Use for a repo action one database transaction (#19576)65432022-05-031-31/+8
* more context for models (#19511)65432022-04-281-12/+8
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-12/+9
* Simplify the code to get issue count (#19380)Lunny Xiao2022-04-251-11/+1
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-56/+53
* API: Search Issues, dont show 500 if filter result in empty list (#19244)65432022-04-081-15/+16
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-6/+5
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-53/+32
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-10/+11
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-8/+9
* Fix showing issues in your repositories (#18916)Gusted2022-03-231-1/+6
* Delete related notifications on issue deletion too (#18953)Otto Richter (fnetX)2022-03-171-0/+1
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-171-5/+54
* Improve the deletion of issue (#18945)Lunny Xiao2022-03-021-9/+9
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-011-0/+114
* add test coverage for original author conversion during migrations (#18506)singuliere2022-02-011-0/+17
* Fix non-ASCII search on database (#18437)Gusted2022-02-011-1/+7
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-3/+3
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-171-24/+13
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-3/+3
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-15/+63
* Fix: unstable sort skips/duplicates issues across pages (#18094)DuckDuckWhale2021-12-291-11/+19
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+1
* Prevent deadlock in create issue (#17970)zeripath2021-12-131-1/+1
* 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