gitea/models
Unknwon e9ae926e04 fix wrong closed issue count when create closed issue via API
Add start count corrector for Repository.NumClosedIssues
..
migrations Replace time.Time with Unix Timestamp (int64)
access.go api: admin list and create team under organization
action.go Replace time.Time with Unix Timestamp (int64)
admin.go Add comment note ()
error.go Minor fix for
git_diff.go Little refactoring of diff highlight.
git_diff_test.go go fmt models/git_diff_test.go
issue.go models/release: filter input to prevent command line argument vulnerability
issue_comment.go Updated and created were appended with _unix. Fresh databases have only the newly named fields.
issue_label.go Minor fix for
login.go Replace time.Time with Unix Timestamp (int64)
models.go Replace time.Time with Unix Timestamp (int64)
models_sqlite.go go vet
models_tidb.go add tidb support
org.go Fix listing team members ()
org_team.go add admin APIs to add/remove a user from teams
pull.go Replace time.Time with Unix Timestamp (int64)
release.go models/release: filter input to prevent command line argument vulnerability
repo.go fix wrong closed issue count when create closed issue via API
repo_branch.go Minor fix for
repo_collaboration.go Replace time.Time with Unix Timestamp (int64)
repo_test.go Support alphanumeric issue style (ABC-1234) for external issue tracker ()
ssh_key.go Replace time.Time with Unix Timestamp (int64)
ssh_key_test.go Post work for
token.go Replace time.Time with Unix Timestamp (int64)
update.go fix possbility that use email as pusher user name
user.go LOWER() column value within search
webhook.go Replace time.Time with Unix Timestamp (int64)
webhook_slack.go rename import path
wiki.go Minor fixes for