aboutsummaryrefslogtreecommitdiff
path: root/models/issue.go
Commit message (Expand)AuthorAge
* 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
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
* Fix #3154 (#3155)Robin Lambertz2016-06-27
* models/release: filter input to prevent command line argument vulnerabilityUnknwon2016-05-06
* #2895 minor fix for bug of xormUnknwon2016-04-26
* Made the issue stats query more secure with parameterized placeholders (#2895)Thomas Boerger2016-04-26
* Fix XORM IN condition table name parseUnknwon2016-03-27
* Followup fix for previous query fixThomas Boerger2016-03-28
* Made the issues query more secure and simplerThomas Boerger2016-03-27