summaryrefslogtreecommitdiffstats
path: root/routers/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disallow empty titles (#5785)Lanre Adelowo2019-01-211-1/+6
* Refactor notification for indexer (#5111)Lunny Xiao2019-01-171-0/+4
* Add rebase with merge commit merge style (#3844) (#4052)Julian2018-12-271-0/+2
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-2/+23
* fix approvals limitation (#5521)Lunny Xiao2018-12-111-2/+4
* fix adding reaction fail for read permission (#5515)Lunny Xiao2018-12-111-2/+2
* Approvals at Branch Protection (#5350)Jonas Franz2018-12-111-0/+8
* Milestone issues and pull requests (#5293)Lunny Xiao2018-11-291-256/+51
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-76/+111
* Show review summary in pull requests (#5132)kolaente2018-11-221-0/+6
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-181-11/+16
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-131-0/+2
* Pull request review/approval and comment on code (#3748)Lauris BH2018-08-061-2/+18
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+33
* Issue due date api (#3890)kolaente2018-07-161-48/+0
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-2/+3
* Multiple assignees (#3705)kolaente2018-05-091-24/+46
* Issue due date (#3794)kolaente2018-05-011-0/+48
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-291-0/+6
* Fix style of "In your repositories" when selected (#3699)Alex Ward2018-03-201-1/+1
* Added checks for protected branches in pull requests (#3544)Chri-s2018-03-131-0/+9
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-65/+65
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-051-0/+20
* Fix bugs in issue dashboard stats (#3073)Ethan Koenig2017-12-261-1/+1
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-8/+24
* Check ignored errors for issue and milestone count (#3213)Ethan Koenig2017-12-181-1/+5
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-151-1/+1
* Mention completion for issue editor. (#3136)harry2017-12-111-0/+2
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-6/+6
* Add reactions to issues/PR and comments (#2856)Lauris BH2017-12-041-3/+154
* Memory usage improvements (#3013)Duncan Ogilvie2017-11-291-0/+3