You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
migrations Minor code fix [CI SKIP] 8 years ago
access.go #1384 add pagination for repositories 8 years ago
action.go General code quality improvement 8 years ago
admin.go Remove redundant Unix timestamp method call 8 years ago
error.go models/login_source: code improvement 8 years ago
git_diff.go #3464 add diff signs which does not have inline diff 8 years ago
git_diff_test.go Fix git diff tests 8 years ago
issue.go Web editor: support upload files 8 years ago
issue_comment.go migrations: set comment updated as created 8 years ago
issue_label.go #3459 code quality improvement 8 years ago
issue_mail.go #2246 fully support of webhooks for pull request 8 years ago
login_source.go Fix panic when attempt login with non-exist user 8 years ago
mail.go Fix sender of issue notifications 8 years ago
models.go Changed interface (#3685) 8 years ago
models_sqlite.go go vet 10 years ago
models_test.go #3442 add test suites 8 years ago
models_tidb.go models: rename EnableTidb to EnableTiDB 8 years ago
org.go Verify list len before use it with IN (#3423) 8 years ago
org_team.go Refactor User.Id to User.ID 8 years ago
pull.go modules/sync: add UniqueQueue 8 years ago
release.go Fix #3315: Release dont use tag creation date (#3374) 8 years ago
repo.go #3589 LoadRepoConfig after ORM is initialized 8 years ago
repo_branch.go Minor fix for #2506 9 years ago
repo_collaboration.go #2780 code clean up 8 years ago
repo_editor.go Web editor: support upload files 8 years ago
repo_mirror.go #3589 LoadRepoConfig after ORM is initialized 8 years ago
repo_test.go The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true (#3246) 8 years ago
ssh_key.go #3281 fix x.Iterate returns nothing inside session scope with SQLite3 8 years ago
ssh_key_test.go Code clean up for new config options 8 years ago
token.go Remove redundant Unix timestamp method call 8 years ago
update.go General code quality improvement 8 years ago
user.go #3577 incorrect URL produced by AvatarLink 8 years ago
user_mail.go Refactor User.Id to User.ID 8 years ago
webhook.go #2018 able to sync now for mirrors 8 years ago
webhook_slack.go Replace convert.To with APIFormat calls 8 years ago
wiki.go modules/sync: rename SingleInstancePool to ExclusivePool 8 years ago