api/pkg/routes/api/v1
konrad b2e4fde63a 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
..
avatar.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
docs.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
info.go Add email reminders (#743) 2020-12-18 23:21:17 +00:00
link_sharing_auth.go Authentication with OpenID Connect providers (#713) 2020-11-21 16:38:58 +00:00
list_by_namespace.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
login.go Add name field to users 2020-11-21 21:51:55 +01:00
task_attachment.go Authentication with OpenID Connect providers (#713) 2020-11-21 16:38:58 +00:00
testing.go Add testing endpoint to reset db tables (#716) 2020-11-28 23:08:30 +00:00
token_check.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
user_confirm_email.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
user_list.go Authentication with OpenID Connect providers (#713) 2020-11-21 16:38:58 +00:00
user_password_reset.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
user_register.go Authentication with OpenID Connect providers (#713) 2020-11-21 16:38:58 +00:00
user_settings.go Add email reminders (#743) 2020-12-18 23:21:17 +00:00
user_show.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
user_totp.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
user_update_email.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
user_update_password.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00