forgejo/models
Sandro Santilli af03d00780 Fix sender of issue notifications
It is the FROM field in mailer configuration that needs be used,
not the USER field, which is for authentication.

Closes https://github.com/gogits/gogs/issues/3615
2016-11-02 21:00:54 +01:00
..
migrations Minor code fix [CI SKIP] 2016-08-31 04:31:53 -07:00
access.go add pagination for repositories 2016-07-24 14:32:46 +08:00
action.go General code quality improvement 2016-08-16 23:06:38 -07:00
admin.go Remove redundant Unix timestamp method call 2016-07-23 20:24:44 +08:00
error.go models/login_source: code improvement 2016-08-31 01:22:41 -07:00
git_diff.go add diff signs which does not have inline diff 2016-08-16 07:37:28 -07:00
git_diff_test.go Fix git diff tests 2016-08-16 07:45:06 -07:00
issue.go Web editor: support upload files 2016-08-30 05:23:59 -07:00
issue_comment.go migrations: set comment updated as created 2016-08-26 14:07:21 -07:00
issue_label.go code quality improvement 2016-08-29 20:00:06 -07:00
issue_mail.go fully support of webhooks for pull request 2016-08-14 03:32:24 -07:00
login_source.go Fix panic when attempt login with non-exist user 2016-09-01 05:12:34 -04:00
mail.go Fix sender of issue notifications 2016-11-02 21:00:54 +01:00
models.go Changed interface () 2016-09-22 19:38:12 -04:00
models_sqlite.go go vet 2014-04-13 03:14:43 -04:00
models_test.go add test suites 2016-08-12 02:56:50 -07:00
models_tidb.go models: rename EnableTidb to EnableTiDB 2016-08-11 14:38:45 -07:00
org.go Verify list len before use it with IN () 2016-08-10 11:06:51 -07:00
org_team.go Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
pull.go modules/sync: add UniqueQueue 2016-08-30 15:50:30 -07:00
release.go Fix : Release dont use tag creation date () 2016-08-06 10:02:15 -07:00
repo.go LoadRepoConfig after ORM is initialized 2016-09-02 23:18:37 -04:00
repo_branch.go Minor fix for 2016-02-02 17:07:40 -05:00
repo_collaboration.go code clean up 2016-08-11 11:35:46 -07:00
repo_editor.go Web editor: support upload files 2016-08-30 05:23:59 -07:00
repo_mirror.go LoadRepoConfig after ORM is initialized 2016-09-02 23:18:37 -04:00
repo_test.go The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true () 2016-07-09 13:22:28 +08:00
ssh_key.go fix x.Iterate returns nothing inside session scope with SQLite3 2016-07-26 17:26:48 +08:00
ssh_key_test.go Code clean up for new config options 2016-08-14 23:52:24 -07:00
token.go Remove redundant Unix timestamp method call 2016-07-23 20:24:44 +08:00
update.go General code quality improvement 2016-08-16 23:06:38 -07:00
user.go incorrect URL produced by AvatarLink 2016-09-01 12:36:26 -04:00
user_mail.go Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
webhook.go able to sync now for mirrors 2016-08-30 16:18:33 -07:00
webhook_slack.go Replace convert.To with APIFormat calls 2016-08-14 04:17:26 -07:00
wiki.go modules/sync: rename SingleInstancePool to ExclusivePool 2016-08-30 15:19:53 -07:00