vikunja/pkg/user
konrad b2e4fde63a
continuous-integration/drone/push Build is passing Details
Add email reminders (#743)
Fix tests

Expose email reminder setting through jwt

Set reminders on by default

Fix lint

Make user email configurable

Expose email reminder setting through /info

Don't try to send any reminders if none were found

More spacing for buttons

Fix db time format

Enable reminders by default

Make emails look more like the frontend

Add config to disable it

Add sending emaisl

Add getting all task users and reminding them

Add getting the next reminder in a cron

Move task reminder to separate file

Add cron

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#743
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-12-18 23:21:17 +00:00
..
db.go Add 2fa for authentification (#383) 2020-04-17 19:25:35 +00:00
error.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +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
totp.go Make sure all int64 db fields are using bigint when actually storing the data (#741) 2020-12-18 16:51:22 +00:00
update_email.go Add changing email for users 2020-04-17 16:01:45 +02:00
user.go Add email reminders (#743) 2020-12-18 23:21:17 +00:00
user_create.go Authentication with OpenID Connect providers (#713) 2020-11-21 16:38:58 +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 Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
user_password_reset.go Manage users via cli (#632) 2020-08-13 15:34:02 +00:00
user_test.go Add login via email (#740) 2020-12-18 13:54:49 +00:00
users_list.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00