0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-29 10:24:38 +01:00
gitea/models
Dennis Chen 6488ee12be avatar: make custom and generated avatars equal (#3301)
Sets all avatars to use PNG image format.
Keeps avatars consistent at 290x290px resolution.

Signed-off-by: Dennis Chen <barracks510@gmail.com>
2016-07-21 15:31:14 +08:00
..
migrations models/user_mail: refactor EmailAddress 2016-07-16 10:08:04 +08:00
access.go
action.go models/repo: remove redundant info for some repo methods 2016-07-15 21:53:43 +08:00
admin.go
error.go
git_diff_test.go
git_diff.go
issue_comment.go #2854 fix no mail notification when issue is closed/reopened 2016-07-16 00:36:39 +08:00
issue_label.go
issue_mail.go #2854 fix no mail notification when issue is closed/reopened 2016-07-16 00:36:39 +08:00
issue.go #3291 fix SQLite3 session read/update conflict on create new issue 2016-07-21 14:26:30 +08:00
login.go #3295 fix wrong logic judgement 2016-07-21 14:15:04 +08:00
mail.go #2854 fix no mail notification when issue is closed/reopened 2016-07-16 00:36:39 +08:00
models_sqlite.go
models_tidb.go
models.go
org_team.go
org.go #2854 fix no mail notification when issue is closed/reopened 2016-07-16 00:36:39 +08:00
pull.go #2854 fix no mail notification when issue is closed/reopened 2016-07-16 00:36:39 +08:00
release.go
repo_branch.go
repo_collaboration.go
repo_test.go The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true (#3246) 2016-07-09 13:22:28 +08:00
repo.go models/repo: remove redundant info for some repo methods 2016-07-15 21:53:43 +08:00
ssh_key_test.go
ssh_key.go
token.go
update.go
user_mail.go models/user_mail: refactor EmailAddress 2016-07-16 10:08:04 +08:00
user.go avatar: make custom and generated avatars equal (#3301) 2016-07-21 15:31:14 +08:00
webhook_slack.go
webhook.go models/webhook: restrict deletion to be explicitly with repo and org ID 2016-07-17 08:33:59 +08:00
wiki.go