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 90dd0657b5 Add support for federated avatars (#3320)
* Add support for federated avatars

Fixes #3105

Removes avatar fetching duplication code
Adds an "Enable Federated Avatar" checkbox in user settings
(defaults to unchecked)

Moves avatar settings all in the same form, making
local and remote avatars mutually exclusive

Renames UploadAvatarForm to AvatarForm
as it's not anymore only for uploading

* Run gofmt on all modified files

* Move Avatar form in its own page

* Add go-libravatar dependency to vendor/ dir

Hopefully helps with accepting the contribution.
See also #3214

* Revert "Add go-libravatar dependency to vendor/ dir"

This reverts commit a8cb93ae640bbb90f7d25012fc257bda9fae9b82.

* Make federated avatar setting a global configuration

Removes the per-user setting

* Move avatar handling back to base tool, disable federated avatar in offline mode

* Format, handle error

* Properly set fallback host

* Use unsupported github.com mirror for importing go-libravatar

* Remove comment showing life exists outside of github.com

... pity, but contribution would not be accepted otherwise

* Use Combo for Get and Post methods over /avatar

* FEDERATED_AVATAR -> ENABLE_FEDERATED_AVATAR

* Fix persistance of federated avatar lookup checkbox at install time

* Federated Avatars -> Enable Federated Avatars

* Use len(string) == 0 instead of string == ""

* Move import line where it belong

See
https://github.com/Unknwon/go-code-convention/blob/master/en-US/import_packages.md

Pity the import url is still the unofficial one, but oh well...

* Save a line (and waste much more expensive time)

* Remove redundant parens

* Remove an empty line

* Remove empty lines

* Reorder lines to make diff smaller

* Remove another newline

Unknwon review got me start a fight against newlines

* Move DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR after OFFLINE_MODE

On re-reading the diff I figured what Unknwon meant here:
https://github.com/gogits/gogs/pull/3320/files#r73741106

* Remove newlines that weren't there before my intervention
8 years ago
..
migrations Remove redundant Unix timestamp method call 8 years ago
access.go #1384 add pagination for repositories 8 years ago
action.go #3348 always use relative avatar link in the template 8 years ago
admin.go Remove redundant Unix timestamp method call 8 years ago
error.go #3290 better code structure and batch minor improvements 8 years ago
git_diff.go Improve diff highlight (#3390) 8 years ago
git_diff_test.go Improve diff highlight (#3390) 8 years ago
issue.go #3290 better code structure and batch minor improvements 8 years ago
issue_comment.go #1601 support delete issue comment 8 years ago
issue_label.go #3290 better code structure and batch minor improvements 8 years ago
issue_mail.go Refactor User.Id to User.ID 8 years ago
login.go Refactor User.Id to User.ID 8 years ago
mail.go Refactor User.Id to User.ID 8 years ago
models.go #3281 fix x.Iterate returns nothing inside session scope with SQLite3 8 years ago
models_sqlite.go go vet 10 years ago
models_tidb.go add tidb support 9 years ago
org.go Add org.getUserTeams to reduce redundant code 8 years ago
org_team.go Refactor User.Id to User.ID 8 years ago
pull.go #3393 fix missing sub-url prefix in relative avatar link 8 years ago
release.go Fix #3315: Release dont use tag creation date (#3374) 8 years ago
repo.go #1384 add pagination for repositories 8 years ago
repo_branch.go Minor fix for #2506 9 years ago
repo_collaboration.go Refactor User.Id to User.ID 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 Post work for #2637 8 years ago
token.go Remove redundant Unix timestamp method call 8 years ago
update.go Refactor User.Id to User.ID 8 years ago
user.go Add support for federated avatars (#3320) 8 years ago
user_mail.go Refactor User.Id to User.ID 8 years ago
webhook.go Remove redundant Unix timestamp method call 8 years ago
webhook_slack.go rename import path 9 years ago
wiki.go Fix wiki vulnerabilities 8 years ago