Age | Commit message (Collapse) | Author |
|
* Make text e-mails consistent with HTML ones in UserMailer
* Fix UserMailer specs
|
|
* Remove onboarding modal
* Welcome e-mail
* Send welcome e-mail after confirmation
* Remove obsolete translations
|
|
* HTML e-mails for NotificationMailer (except digest)
* Add HTML template for digest
* Fix build
|
|
- premailer gem to turn CSS into inline styles automatically
- rework UserMailer templates
- reword UserMailer templates
|
|
* Add confirmation step for email changes
This adds a confirmation step for email changes of existing users.
Like the initial account confirmation, a confirmation link is sent
to the new address.
Additionally, a notification is sent to the existing address when
the change is initiated. This message includes instruction to reset
the password immediately or to contact the instance admin if the
change was not initiated by the account owner.
Fixes #3871
* Add review fixes
|
|
|
|
* Localize date in digest
* Cover NotificationMailer more
|
|
* Dont use raise_error by itself (avoids warning)
* Add coverage for AccountFilter
* Improve coverage and refactor for Subscription#lease_seconds
* Improve coverage and refactor for NotificationMailer
* Simplify assignment of min/max threshold on subscription
|
|
|
|
A couple of places were using "reblog" rather than "boost" - this updates them to match the web UI
|
|
|
|
Fixing another mention recording bug
|