api/pkg/user
konrad 1571dfa825 Task mentions (#926)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#926
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-07-29 15:42:49 +00:00
..
db.go Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
error.go Add more logging and better error messages for openid authentication + clarify docs 2021-05-16 13:23:10 +02:00
events.go Add events (#777) 2021-02-02 22:48:37 +00:00
listeners.go Add crud endpoints for notifications (#801) 2021-02-21 14:50:34 +00:00
main_test.go Update copyright year 2021-02-02 20:19:13 +01:00
notifications.go Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
test.go Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
token.go Save user tokens as varchar(450) and not text to fix mysql indexing issues 2021-07-14 14:48:27 +02:00
totp.go Update copyright year 2021-02-02 20:19:13 +01:00
update_email.go Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
user.go Task mentions (#926) 2021-07-29 15:42:49 +00:00
user_create.go Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
user_email_confirm.go Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
user_email_confirm_test.go Update copyright year 2021-02-02 20:19:13 +01:00
user_password_reset.go Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
user_test.go Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
users_list.go Enable searching users by full email or name 2021-04-07 18:28:58 +02:00