summaryrefslogtreecommitdiffstats
path: root/routers/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Add branch protection option to block merge on requested changes. (#9592)David Svantesson2020-01-031-1/+2
* Dont trigger notification twice on issue assignee change (#9582)65432020-01-021-4/+1
* Fix repository issues pagination bug when there are more than one label filte...Lunny Xiao2019-12-281-1/+2
* [Fix] AllowedReaction code (#9518)65432019-12-271-1/+0
* Add SimpleMDE and Fix Image Paste for Issue/Comment Editor (#9197)Benno2019-12-161-0/+1
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-0/+14
* Fix PR/issue redirects when having external tracker (#9339)David Svantesson2019-12-141-10/+13
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-5/+0
* [API] Add Reactions (#9220)65432019-12-071-12/+8
* Redirect issue if repo has configured external tracker. (#9247)David Svantesson2019-12-061-0/+14
* Move some pull request functions from models to services (#9266)Lunny Xiao2019-12-061-1/+2
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-2/+2
* [Feature] Custom Reactions (#8886)65432019-12-011-0/+13
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-021-2/+1
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-311-1/+4
* Move webhook codes from service to webhook notification (#8712)Lunny Xiao2019-10-301-7/+1
* Move issue change content from models to service (#8711)Lunny Xiao2019-10-301-1/+1
* Move issue notifications (#8713)Lunny Xiao2019-10-291-8/+1
* Move issue change status from models to service (#8691)Lunny Xiao2019-10-281-7/+2
* Move more issue assignee code from models to issue service (#8690)Lunny Xiao2019-10-281-5/+2
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-10/+34
* Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426)blueworrybear2019-10-151-2/+108
* Move change issue title from models to issue service package (#8456)Lunny Xiao2019-10-111-1/+1
* Extract actions on new issue from models to services (#8217)Lunny Xiao2019-09-301-1/+2
* Move create issue comment to comments package (#8212)Lunny Xiao2019-09-241-3/+4
* Reference issues from pull requests and other issues (#8137)guillep2k2019-09-201-3/+32
* move some milestone functions to a standalone package (#8213)Lunny Xiao2019-09-181-1/+2
* Add reviewrs as participants (#8121)guillep2k2019-09-071-11/+11
* Add change title notification for issues (#8061)guillep2k2019-09-021-0/+3
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Refactor filetype is not allowed errors (#7309)Antoine GIRARD2019-07-061-2/+0
* Add golangci (#6418)kolaente2019-06-121-1/+10
* if milestone id is zero don't get it from database (#7169)Lunny Xiao2019-06-101-6/+8
* Add state param to milestone listing API (#7131)Lanre Adelowo2019-06-061-1/+2
* fix 500 when reviewer is deleted with integration tests (#6856)Lunny Xiao2019-05-061-2/+7
* fix pulls broken when fork repository deleted (#6754)Lunny Xiao2019-04-261-1/+6
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-0/+54
* Show "delete branch" button on closed pull requests (#6570) (#6601)Mario Lubenka2019-04-201-0/+1
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-201-4/+11
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-3/+2
* Show last commit status in pull request lists (#6465)Elias Norberg2019-04-021-0/+8
* Better logging (#6038) (#6095)zeripath2019-04-021-4/+4
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-4/+4
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-211-1/+2
* Minor UI tweaks (#5980)John Olheiser2019-02-191-0/+7
* Refactor issue indexer (#5363)Lunny Xiao2019-02-191-2/+5
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-181-0/+25
* Automatically clear stopwatch on merging a PR (#4327)Lanre Adelowo2019-02-051-0/+6
* New Issue ?body= query (#5851)kekero2019-01-281-0/+2
* Add the ability to use multiple labels as filters(#5786)Lauris BH2019-01-221-2/+13