vikunja/pkg/user
konrad 584e3af237
continuous-integration/drone/push Build is passing Details
Add proxying gravatar requests for user avatars (#148)
Fix getting avatar based on email

Remove avatarUrl from user struct

Fix staticcheck

Add default avatar size

Add config option for caching avatars

go mod vendor

Add swagger docs

Add proxying gravatar requests for user avatars

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#148
2020-03-01 20:30:37 +00:00
..
db.go Update xorm to use the new import path (#133) 2020-02-14 16:34:25 +00:00
error.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00
main_test.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00
test.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00
user.go Add proxying gravatar requests for user avatars (#148) 2020-03-01 20:30:37 +00:00
user_email_confirm.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00
user_email_confirm_test.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00
user_password_reset.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00
user_test.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00
users_list.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00