aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix PR, milestone and label functionality if issue unit is disabled (#2710)Lauris BH2017-10-161-15/+28
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-1/+1
* Improve issue search (#2387)Ethan Koenig2017-09-161-1/+2
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-1/+1
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-3/+36
* Add possibility to record branch or tag information in an issue (#780)Zsombor2017-08-241-0/+10
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-0/+1
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-021-2/+2
* Make branch deletion URL more like GitHub's, fixes #1397 (#1994)Lauris BH2017-06-211-8/+10
* Fix deleted milestone bug (#1942)Ethan Koenig2017-06-171-0/+10
* Fix search by issue type (#1914)Ethan Koenig2017-06-151-1/+11
* Fix 404 for external tracking issues (#1852)Ethan Koenig2017-06-031-0/+4
* fix bug on issue view when not login (#1624)Lunny Xiao2017-04-291-10/+14
* Add watch button on issueAndrey Nering2017-03-291-0/+14
* Batch updates for issues (#926)Ethan Koenig2017-03-151-22/+71
* Fix assigned issues dashboard (#920)Lunny Xiao2017-02-141-22/+1
* Add delete branch track on pull request comments (#888)Lunny Xiao2017-02-111-1/+2
* fix: trim the whitespaces for the search keyword (#893)Bo-Yi Wu2017-02-111-1/+1
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-3/+5
* Track assignee for issue (#808)Lunny Xiao2017-02-031-0/+5
* Drop redundant columns from issue_user table (#638)Ethan Koenig2017-02-031-16/+4
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-011-13/+22
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-301-156/+5
* Notifying on open PR, and Close/Reopen/Merge issue or PRAndrey Nering2017-01-281-0/+2
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-6/+28
* Spun attachments into seperate go file (#701)Philip Couling2017-01-201-57/+0
* Attach to release (#673)Philip Couling2017-01-151-2/+2
* Rename .gogs to .gitea and comply with github template guidelines (#568) (#582)Manuel Kuhlmann2017-01-051-1/+4
* fix gofmt errorBo-Yi Wu2016-12-301-4/+4
* Notification - Step 1 (#523)Andrey Nering2016-12-311-0/+5
* Improve the way how branches are deletedBwko2016-12-261-5/+15
* Provide button to delete merged pull request (#441)Lunny Xiao2016-12-251-0/+9
* Added sorting to the labels & milestones page (#199)Bwko2016-12-241-6/+9
* Bug fixes for Issues filters (#413)Ethan Koenig2016-12-241-37/+47