aboutsummaryrefslogtreecommitdiff
path: root/models/issue.go
Commit message (Collapse)AuthorAge
...
* #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
| | | | Unix() already uses UTC as timezone
* #3291 fix SQLite3 session read/update conflict on create new issueUnknwon2016-07-21
|
* Updated Issues and Issues Stats functions to include table aliases. This ↵lstahlman2016-07-17
| | | | addresses errors involving ambiguous column references when filtering issues by the view type "Mentioning you". (#3269)
* #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
|
* Try to make the SQL queries cleaner and more secureThomas Boerger2016-03-27
|
* #1692 add CRUD issue APIsUnknwon2016-03-13
| | | | | - Fix go-gogs-client#10 - Related to #809
* Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-11
| | | | newly named fields.
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-05
|
* #1597 fix pull request remote head can't update with force pushUnknwon2016-03-04
|
* #2700 fix sqlite3 can't create issue with more than one labelUnknwon2016-02-29
|
* Minor fix for #2710Unknwon2016-02-27
|
* Add ForegroundColor for labelsLukas Dietrich2016-02-27
|
* #2697 fix panic when close issue via commit messageUnknwon2016-02-25
|
* #1821 add actions for close and reopen issuesUnknwon2016-02-22
|
* Replace uuid module with original packageUnknwon2016-02-20
|
* regulate timezone for milestone.deadlineTobias Kunicke2016-02-06
|
* Fix username display in lower-cased for comment in DashboardAntoine GIRARD2016-01-12
|
* #1692 APIs: Users FollowersUnknwon2015-12-21
| | | | | - User profile un/follow - List user's followers/following
* Fix misspelled wordsAlex Myasoedov2015-12-06
|
* fix for #2012Unknwon2015-11-21
|
* fix #1383Unknwon2015-11-20
|
* Reopen PR need retest patchUnknwon2015-10-25
|
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-24
|
* #1830 new comment with status change overwrites issue contentUnknwon2015-10-23
|
* New/reopen PR checks if there is any unmerged and open PRUnknwon2015-10-18
|
* add new status: checkingUnknwon2015-10-18
|
* save PR info as patch and minor fix on PRUnknwon2015-10-04
|
* #1643 fix delete milestoneUnknwon2015-09-15
|
* finish all new user settings UIUnknwon2015-09-10
|
* #1595 pushing new branch will rereference issues in previous branchUnknwon2015-09-10
|
* #1602 change status after comment issueUnknwon2015-09-08
|
* #1545 prevent duplicated refs of issues in single commitUnknwon2015-09-03
|
* finish initial version of pull requestUnknwon2015-09-02
|
* add merger info and news feedUnknwon2015-09-02
|