gitea/models
Unknwon 99c2ae7b35 use alert instead 500 for duplicated login source name
..
migrations migrations: sync table first
access.go add pagination for repositories
action.go General code quality improvement
admin.go Remove redundant Unix timestamp method call
error.go use alert instead 500 for duplicated login source name
git_diff.go add diff signs which does not have inline diff
git_diff_test.go Fix git diff tests
issue.go Web editor: support upload files
issue_comment.go migrations: set comment updated as created
issue_label.go code quality improvement
issue_mail.go fully support of webhooks for pull request
login.go use alert instead 500 for duplicated login source name
mail.go add HTMLURL to webhook type
models.go Web editor: support upload files
models_sqlite.go go vet
models_test.go add test suites
models_tidb.go models: rename EnableTidb to EnableTiDB
org.go Verify list len before use it with IN ()
org_team.go Refactor User.Id to User.ID
pull.go modules/sync: add UniqueQueue
release.go Fix : Release dont use tag creation date ()
repo.go able to sync now for mirrors
repo_branch.go Minor fix for
repo_collaboration.go code clean up
repo_editor.go Web editor: support upload files
repo_mirror.go able to sync now for mirrors
repo_test.go The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true ()
ssh_key.go fix x.Iterate returns nothing inside session scope with SQLite3
ssh_key_test.go Code clean up for new config options
token.go Remove redundant Unix timestamp method call
update.go General code quality improvement
user.go use alert instead 500 for duplicated login source name
user_mail.go Refactor User.Id to User.ID
webhook.go able to sync now for mirrors
webhook_slack.go Replace convert.To with APIFormat calls
wiki.go modules/sync: rename SingleInstancePool to ExclusivePool