summaryrefslogtreecommitdiffstats
path: root/routers/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug fixes and tests for modules/base (#442)Ethan Koenig2016-12-221-1/+4
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-3/+3
* golint fixed for routers (#208)Lunny Xiao2016-11-241-23/+56
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-7/+7
* More overlooksSandro Santilli2016-11-071-1/+1
* More...Sandro Santilli2016-11-071-5/+5
* More MixedCase constsSandro Santilli2016-11-071-5/+5
* Implementation of the feature to redirect to an external issue trackerRémy Boulanouar2016-11-041-1/+6
* Show issue/PR number on titleAndrey Nering2016-11-031-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-7/+7
* #2018 able to sync now for mirrorsUnknwon2016-08-301-1/+0
* Web editor: support upload filesUnknwon2016-08-301-1/+1
* router/repo: code refactoringUnknwon2016-08-301-3/+3
* #3459 code quality improvementUnknwon2016-08-291-38/+14
* Load a set of predefined labels (#3459)Thibault Meyer2016-08-291-0/+52
* #2966 code cleanupUnknwon2016-08-261-1/+0
* Web editor: improve code qualityUnknwon2016-08-241-10/+4
* #3383 code cleanupUnknwon2016-08-241-12/+12
* #2246 add HTMLURL to webhook typeUnknwon2016-08-161-5/+5
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-151-5/+5
* Squashed commit of the following:Richard Mahn2016-08-141-2/+9
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-31/+17