Lunny Xiao
0c5c34d7dd
UpdateIssueUsersByMentions was calling database write operations while ( #443 )
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
9 年前
Kim "BKC" Carlbäcker
df7fa4e995
issue comment api fix ( #449 )
* ListAllInRepo & Delete Issue-Comments
* Moar data in issue-comments
9 年前
Lunny Xiao
9fc609ce17
golint fixed for models/issue_comment.go
9 年前
Sandro Santilli
a1c5f02444
Fix import path of go-sdk ( #141 )
From code.gitea.io/go-sdk/gitea
To code.gitea.io/sdk/gitea
9 年前
Thibault Meyer
b0ddced2b5
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
# Conflicts:
# models/git_diff.go
# models/issue.go
# models/org.go
# models/pull.go
# models/repo.go
9 年前
Thibault Meyer
a4454f5d0f
Rewrite XORM queries
9 年前
Sandro Santilli
4247304f5a
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- 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
9 年前
Sandro Santilli
864d1b1f9f
Fix type in unused constant name ( #111 )
* 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"
9 年前
Sandro Santilli
64196d4036
More overlooks
9 年前
Sandro Santilli
60c82a8780
More...
9 年前
Sandro Santilli
80eea77953
Use MixedCase constant names
See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
9 年前
Thomas Boerger
4c6c16f358
Replaced go-gogs-client with go-sdk imports
9 年前
Rémy Boulanouar
2d68bd1ef9
Change import reference to match gitea instead of gogs ( #37 )
9 年前
Unknwon
bb359a74f1
migrations: set comment updated as created
9 年前
Unknwon
6b98d58906
#2966 code cleanup
9 年前
Iwan Budi Kusnanto
8dca9f95fa
issues comment API : list, create, edit ( #2966 )
add `since` query string support to list issue comment
9 年前
Unknwon
a00c932bbc
General code quality improvement
9 年前
Unknwon
3f7f4852ef
#2246 fully support of webhooks for pull request
9 年前
Unknwon
899e799459
#1601 support delete issue comment
9 年前
Unknwon
1f2e173a74
Refactor User.Id to User.ID
9 年前
Unknwon
250be011c7
Remove redundant Unix timestamp method call
Unix() already uses UTC as timezone
9 年前
Unknwon
f1b8d52eb3
#2854 fix no mail notification when issue is closed/reopened
9 年前
Marin Jankovski
1314ba219e
Updated and created were appended with _unix. Fresh databases have only the newly named fields.
9 年前
Unknwon
5267dce210
Fix ref comment from commit create empty feed
9 年前
Unknwon
ad513a20e9
#2302 Replace time.Time with Unix Timestamp (int64)
9 年前
Unknwon
a5b0400be7
#1146 finish new access rights for collaborators
9 年前
Unknwon
045f14fbd0
#1146 finsih UI work for access mode of collaborators
Collaborators have write access as default, and can be changed via repository
collaboration settings page to change between read, write and admin.
9 年前
Unknwon
414eb22ef9
#1597 fix activitity feeds for pull requests
9 年前