summaryrefslogtreecommitdiffstats
path: root/models/issue_comment.go
Commit message (Expand)AuthorAgeFilesLines
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* migrations: set comment updated as createdUnknwon2016-08-261-1/+1
* #2966 code cleanupUnknwon2016-08-261-9/+37
* issues comment API : list, create, edit (#2966)Iwan Budi Kusnanto2016-08-261-0/+13
* General code quality improvementUnknwon2016-08-161-1/+0
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-1/+1
* #1601 support delete issue commentUnknwon2016-07-261-0/+26
* Refactor User.Id to User.IDUnknwon2016-07-241-2/+2
* Remove redundant Unix timestamp method callUnknwon2016-07-231-1/+1
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-4/+31
* Updated and created were appended with _unix. Fresh databases have only the n...Marin Jankovski2016-03-111-1/+1
* Fix ref comment from commit create empty feedUnknwon2016-03-111-3/+5
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-5/+11
* #1146 finish new access rights for collaboratorsUnknwon2016-03-051-1/+1
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-051-1/+2
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-051-0/+311