gitea/models
Thibault Meyer 92fb30c526 Load a set of predefined labels ()
* Can use a predefined set of labels

* Change UI

* Fix HTML file indentation

* Avoid reading file from other directory (security issue)

* Apply a better fix

* Remove not used variable

* Merge upstream/develop

* Do modifications

* Raname

* remove binding + rename variable
..
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 code cleanup
git_diff.go add diff signs which does not have inline diff
git_diff_test.go Fix git diff tests
issue.go code cleanup
issue_comment.go migrations: set comment updated as created
issue_label.go label: adjust forecolor boundary
issue_mail.go fully support of webhooks for pull request
login.go Refactor User.Id to User.ID
mail.go add HTMLURL to webhook type
models.go models/issue: improve quality and performance of NewIssue function
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 General code quality improvement
release.go Fix : Release dont use tag creation date ()
repo.go Load a set of predefined labels ()
repo_branch.go Minor fix for
repo_collaboration.go code clean up
repo_editor.go Web editor: fix cannot create new file in subdirectory
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 user’s info for committer and author
user_mail.go Refactor User.Id to User.ID
webhook.go added support to set pull_request event from api ()
webhook_slack.go Replace convert.To with APIFormat calls
wiki.go use user’s info for committer and author