summaryrefslogtreecommitdiffstats
path: root/models/issue_comment.go
Commit message (Collapse)AuthorAgeFilesLines
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-13/+5
|
* Fix ambiguity bug in getCommentsByRepoIDSince (#665)Ethan Koenig2017-01-141-2/+4
|
* Create missing database indexes (#596)Andrey Nering2017-01-061-3/+3
|
* UpdateIssueUsersByMentions was calling database write operations while (#443)Lunny Xiao2016-12-221-3/+5
| | | | | | | | | | a transaction session was in progress. MailParticipants was failing silently because of the SQLITE_LOCKED error. Make sure failures in MailParticipants enter the log, and pass on the transaction context. issue: let caller pass in database context, and use it issue_comment: obtain database context to pass to UpdateIssueMentions issue_comment: log any error from call to MailParticipants issue_mail: pass on database context to UpdateIssueMentions
* issue comment api fix (#449)Kim "BKC" Carlbäcker2016-12-221-5/+60
| | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments
* golint fixed for models/issue_comment.goLunny Xiao2016-11-281-7/+17
|
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
| | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-3/+3
|\ | | | | | | | | | | | | | | | | # Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
| | | | | | | | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* | Rewrite XORM queriesThibault Meyer2016-11-101-1/+3
|/
* Fix type in unused constant name (#111)Sandro Santilli2016-11-071-1/+1
| | | | | | | | | | | | | | | | | | * Write LDAP, SMTP, PAM, DLDAP back to all uppercase * Fix type in unused constant name * Other MixCased fixes * Complete MixerCasing of template constants * Re uppercase LTS and LDAPS suffixes * Uppercase JSON suffix in constant names * Proper case LoginNoType * Prefix unexported template path constants with "tpl"
* More overlooksSandro Santilli2016-11-071-9/+9
|
* More...Sandro Santilli2016-11-071-11/+11
|
* Use MixedCase constant namesSandro Santilli2016-11-071-8/+8
| | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
|
* 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
| | | add `since` query string support to list issue comment
* 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
| | | | Unix() already uses UTC as timezone
* #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 ↵Marin Jankovski2016-03-111-1/+1
| | | | newly named fields.
* 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
| | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-051-0/+311