aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/issue.go
Commit message (Expand)AuthorAge
* repo: allow private repository to have public wiki or issuesUnknwon2017-03-24
* issue: fix redirect to random issue if index does not exist (#4315)Unknwon2017-03-22
* release: able to add attchments to release (#1614)Unknwon2017-03-13
* webhook: add issue comment eventUnknwon2017-03-09
* webhook: support Issues event (#2319)Unknwon2017-03-09
* refactoring: modules/auth/*_form.go -> modules/formUnknwon2017-02-27
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
* routers/repo/branch: fix can't delete branch with slashes after merge (#4089)Unknwon2017-02-09
* Allow use to set an external tracker url and to redirect user when clicking i...Rémy Boulanouar2017-01-31
* Minor code fix for PR #3560Unknwon2016-12-27
* Fix assigned/created issues in dashboard. (#3560)hgaiser2016-12-27
* Some code renamingUnknwon2016-12-22
* Fix reported vulnerabilityUnknwon2016-12-22
* Merge branch 'develop' of https://github.com/tanapoln/gogs into developUnknwon2016-12-21
|\
| * provide button to delete merged pull requestTanapol Nearunchorn2016-09-02
|/
* #2018 able to sync now for mirrorsUnknwon2016-08-30
* Web editor: support upload filesUnknwon2016-08-30
* router/repo: code refactoringUnknwon2016-08-30
* #3459 code quality improvementUnknwon2016-08-29
* Load a set of predefined labels (#3459)Thibault Meyer2016-08-29
* #2966 code cleanupUnknwon2016-08-26
* Web editor: improve code qualityUnknwon2016-08-24
* #3383 code cleanupUnknwon2016-08-24
* #2246 add HTMLURL to webhook typeUnknwon2016-08-16
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-15
* Squashed commit of the following:Richard Mahn2016-08-14
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
* #3408 minor code fixUnknwon2016-08-11
* #2162 completely disable builtin issue tracker when enable external trackerUnknwon2016-08-04
* routers/repo/issue: remove redundant format stringUnknwon2016-07-26
* #1601 support delete issue commentUnknwon2016-07-26
* Refactor User.Id to User.IDUnknwon2016-07-24
* Use struct for UI settingsUnknwon2016-07-24
* Update locales and .gopmfileUnknwon2016-07-17
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
* Made the issue stats query more secure with parameterized placeholders (#2895)Thomas Boerger2016-04-26
* #1692 add CRUD issue APIsUnknwon2016-03-13
* Rename module: middleware -> contextUnknwon2016-03-11
* Fix pull request availability checkUnknwon2016-03-06
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
* #2697 fix panic when close issue via commit messageUnknwon2016-02-25
* #1821 add actions for close and reopen issuesUnknwon2016-02-22
* Make markdown as an independent moduleUnknwon2016-02-20
* Merge pull request #2647 from andreynering/issue-templateUnknwon2016-02-20
|\
| * Implement issue and pull request templates.Andrey Nering2016-02-18
* | Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check...Download-Fritz2016-02-19
* | #2505 Allow to fork and disallow to create PRs for mirrors.Download-Fritz2016-02-19
|/
* parse milestone.deadline as local timeTobias Kunicke2016-02-06
* Minor fix for #2444Unknwon2016-02-01
* Merge pull request #2444 from bkcsoft/feature/participantsUnknwon2016-02-01
|\