aboutsummaryrefslogtreecommitdiff
path: root/models/issue.go
Commit message (Expand)AuthorAge
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
* Refactoring: rename modules -> pkgUnknwon2017-04-04
* issue: fix redirect to random issue if index does not exist (#4315)Unknwon2017-03-22
* setting: able to config dashboard news feed paging number (#4247)Unknwon2017-03-16
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
* release: able to add attchments to release (#1614)Unknwon2017-03-13
* refactoring: experimental with models/errors packageUnknwon2017-03-12
* webhook: add Release event (#2387)Unknwon2017-03-11
* issue_mail: send notifications to participants in comments (#2929)Unknwon2017-03-10
* webhook: add issue comment eventUnknwon2017-03-09
* webhook: support Issues event (#2319)Unknwon2017-03-09
* models/access: hasAccess only need userID not user objectUnknwon2017-02-23
* repo: assignee can be anyone who has read access (#3739)Unknwon2017-02-17
* api/issue: minor code refactor (#3688)Unknwon2017-02-12
* Implement more issue-endpoints (#3688)Kim "BKC" Carlbäcker2017-02-12
* Some file refactoringUnknwon2017-02-10
* api/repo/milestone: fix change status didn't take effectUnknwon2017-02-10
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
* Fix showing total number of PRs when user does not have any repositories (#4007)Unknwon2017-01-28
* Fix dashboard issues/pull request countingUnknwon2016-12-27
* Minor code fix for PR #3560Unknwon2016-12-27
* Fix assigned/created issues in dashboard. (#3560)hgaiser2016-12-27
* Some code renamingUnknwon2016-12-22
* Fix #3675Unknwon2016-12-22
* Minor fix for PR #3822Unknwon2016-12-21
* Fix database write context interleaving bug (#3822)stroucki2016-12-21
* Fix Typo Errors (#3885)SeongAhJo2016-12-21
* Minor fix for PR #3624Unknwon2016-12-21
* Web editor: support upload filesUnknwon2016-08-30
* #2966 code cleanupUnknwon2016-08-26
* #3383 code cleanupUnknwon2016-08-24
* Fix PR-webhook issue where Label-data is stale (#3486) (#3510)Kim "BKC" Carlbäcker2016-08-24
* General code quality improvementUnknwon2016-08-16
* #2246 add HTMLURL to webhook typeUnknwon2016-08-16
* models/repo_editor: improve code qualityUnknwon2016-08-15
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-15
* Fix empty repository panic on send test webhookUnknwon2016-08-15
* Code clean up for new config optionsUnknwon2016-08-14
* Squashed commit of the following:Richard Mahn2016-08-14
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
* #3417 wrong dashboard issue count for create by youUnknwon2016-08-09
* Fix for #3401 Links of pull request comment email should use pulls URL (#3403)lstahlman2016-08-08
* #3290 better code structure and batch minor improvementsUnknwon2016-08-03
* #3327 fix wrong table name in JoinUnknwon2016-07-26
* #1384 add pagination for repositoriesUnknwon2016-07-24
* Refactor User.Id to User.IDUnknwon2016-07-24
* Use struct for UI settingsUnknwon2016-07-24
* Remove redundant Unix timestamp method callUnknwon2016-07-23
* #3291 fix SQLite3 session read/update conflict on create new issueUnknwon2016-07-21
* Updated Issues and Issues Stats functions to include table aliases. This addr...lstahlman2016-07-17