summaryrefslogtreecommitdiffstats
path: root/routers/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make markdown as an independent moduleUnknwon2016-02-201-6/+7
* Merge pull request #2647 from andreynering/issue-templateUnknwon2016-02-201-0/+48
|\
| * Implement issue and pull request templates.Andrey Nering2016-02-181-0/+48
* | Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check...Download-Fritz2016-02-191-6/+4
* | #2505 Allow to fork and disallow to create PRs for mirrors.Download-Fritz2016-02-191-1/+3
|/
* parse milestone.deadline as local timeTobias Kunicke2016-02-061-2/+2
* Minor fix for #2444Unknwon2016-02-011-3/+5
* Merge pull request #2444 from bkcsoft/feature/participantsUnknwon2016-02-011-5/+19
|\
| * Go-ism :DKim "BKC" Carlbäcker2016-01-271-3/+3
| * Fixed Poster/Commenter-bug and clean-upKim "BKC" Carlbäcker2016-01-261-3/+1
| * Fix OP not 'participating' until commentedKim "BKC" Carlbäcker2016-01-261-0/+1
| * Optimize participant-fetchingKim Carlbäcker2016-01-261-0/+1
| * Implemented participant-listing for issue-pagesKim "BKC" Carlbäcker2016-01-261-5/+19
* | Make highlighted markdown code blocks work on issue pagesFlorian Kaiser2016-02-011-0/+5
|/