aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* #3408 minor code fixUnknwon2016-08-111-1/+1
* #2162 completely disable builtin issue tracker when enable external trackerUnknwon2016-08-041-1/+1
* routers/repo/issue: remove redundant format stringUnknwon2016-07-261-13/+13
* #1601 support delete issue commentUnknwon2016-07-261-11/+26
* Refactor User.Id to User.IDUnknwon2016-07-241-12/+12
* Use struct for UI settingsUnknwon2016-07-241-2/+2
* Update locales and .gopmfileUnknwon2016-07-171-0/+4
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-55/+0
* Made the issue stats query more secure with parameterized placeholders (#2895)Thomas Boerger2016-04-261-1/+1
* #1692 add CRUD issue APIsUnknwon2016-03-131-37/+14
* Rename module: middleware -> contextUnknwon2016-03-111-35/+35
* Fix pull request availability checkUnknwon2016-03-061-3/+13
* #1146 finish new access rights for collaboratorsUnknwon2016-03-051-9/+9
* #2697 fix panic when close issue via commit messageUnknwon2016-02-251-2/+1
* #1821 add actions for close and reopen issuesUnknwon2016-02-221-1/+1