This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-api/pkg/user
konrad 73ee696fc3 feat: add marble avatar (#1060)
This adds the marble avatar from [boring avatars](https://github.com/boringdesigners/boring-avatars) as an option for user avatars. Each user gets a different one (based on their id).

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1060
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-12-07 21:11:23 +00:00
..
db.go
delete.go feat: add more debug logging when deleting users 2021-10-27 22:08:31 +02:00
error.go
events.go User Data Export and import (#967) 2021-09-04 19:26:31 +00:00
listeners.go
main_test.go
notifications.go feat: improve account deletion email grammar (#1006) 2021-10-16 21:53:33 +00:00
test.go
token.go User account deletion (#937) 2021-08-11 19:08:10 +00:00
totp.go
update_email.go
user.go feat: add marble avatar (#1060) 2021-12-07 21:11:23 +00:00
user_create.go feat: don't require a password for data export from users authenticated with third-party auth 2021-10-31 12:37:08 +01:00
user_email_confirm.go
user_email_confirm_test.go
user_password_reset.go
user_test.go
users_list.go