Commit Graph

39 Commits (488c2f5df543e4eb50c200e4dd060f3ce8388c1b)

Author SHA1 Message Date
Harvey Tindall 488c2f5df5
fix broken url in welcome email
3 years ago
Harvey Tindall 59a014f681
fix title for invite emails
3 years ago
Harvey Tindall 8fdab39b18
use templateEmail and show conditionals in editor
3 years ago
Harvey Tindall 55e21f8be3
accounts: add user enable/disable & emails
3 years ago
Harvey Tindall 7a3e0d60f9
add expiry to welcome email, add dummy emailer for debugging
3 years ago
Harvey Tindall 3f8414c70a
use unix timestamp for inv created & usedBy
3 years ago
Harvey Tindall 30f16e7207
email: use strconv.Itoa instead of sprintf
3 years ago
Harvey Tindall 9370913ace
add password reset link option
3 years ago
Harvey Tindall 43e5bbbe21
add option to trust specific cert for SMTP
3 years ago
Harvey Tindall 1e9d184508
implement user expiry functionality
3 years ago
Harvey Tindall 40fc5e9604
Fix email editor when plaintext setting enabled
3 years ago
Harvey Tindall 52d9cda61a
Move email rendering to browser
3 years ago
Harvey Tindall 058cac2e7b
implement email editor w/ live(?) preview
3 years ago
Harvey Tindall 938523c18b
fix urls in custom email/announcements
3 years ago
Harvey Tindall cc4e12c405
finish backend of custom emails
3 years ago
Harvey Tindall eb406ef951
Implement email template generation
3 years ago
Harvey Tindall 5c87d109a3
use descriptive variable names in email translations
3 years ago
Harvey Tindall 93b5b483cc
add plaintext email option, use text/template
3 years ago
Harvey Tindall 27ef931670
add possible dark mode fix for Outlook
3 years ago
Harvey Tindall fa433c88a8
add announcement emails
3 years ago
Harvey Tindall ea99966057
refactor, move route loading to router.go
3 years ago
Harvey Tindall fefe2d82a4
rebase 12/02, use go1.16rc1 in make, remove ioutil, start switching to io/fs for file i/o
3 years ago
Harvey Tindall ee026714d4
Add optional email confirmation
3 years ago
Harvey Tindall ea262ca60b
add optional welcome email for new users
3 years ago
Harvey Tindall cd2ea2e579
reload email after lang is loaded
3 years ago
Harvey Tindall e834445b0b
Restructure language loading to support incomplete translations
3 years ago
Harvey Tindall bc99dc34ee
Add email translation, add part of french translations
3 years ago
Harvey Tindall 9dbf60e3df
add URL base option for subfolder proxies
4 years ago
Harvey Tindall fa96f21429
Fix smtp sending
4 years ago
Harvey Tindall 8672d7dc18
Separate email address and username for smtp
4 years ago
Harvey Tindall 9213f2a078
Add account deletion with email notification
4 years ago
Harvey Tindall 500ecac95d
add issue template
4 years ago
Harvey Tindall b8dfb5d6a3
decouple email content from sender to ensure thread safety
4 years ago
Harvey Tindall 51839b5942
Restructure email sending
4 years ago
Harvey Tindall fd766e7b1a
use app identifier instead of ctx
4 years ago
Harvey Tindall a38d56f362 add smtp email
4 years ago
Harvey Tindall c4d4b395d5 Password resets
4 years ago
Harvey Tindall 4e16f6fd48 make checkInvite check only one invite, invite daemon
4 years ago
Harvey Tindall 961b9afa75 Functioning user creation, notifications,
4 years ago