Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-15 | Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573) | Eugen Rochko | |
2019-09-05 | Fix NotificationMailer failing when receiving mention with media from remote ↵ | mayaeh | |
instance (#11765) | |||
2019-08-23 | Add option to include reported statuses in warning e-mail (#11639) | Eugen Rochko | |
2019-03-15 | Bump webpacker from 3.5.5 to 4.0.2 (#10277) | Yamagishi Kazutoshi | |
Bumps [webpacker](https://github.com/rails/webpacker) from 3.5.5 to 4.0.2. - [Release notes](https://github.com/rails/webpacker/releases) - [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/webpacker/compare/v3.5.5...v4.0.2) Signed-off-by: dependabot[bot] <support@dependabot.com> Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> | |||
2019-01-02 | Improve e-mail digest (#9689) | Eugen Rochko | |
- Reduce time-to-digest from 20 to 7 days - Fetch mentions starting from +1 day since last login - Fix case when last login is more recent than last e-mail - Do not render all mentions, only 40, but show number in subject - Do not send digest to moved accounts - Do send digest to silenced accounts | |||
2018-03-19 | Display content warning in mail notification emails (#6832) | ThibG | |
2018-01-29 | Add direction tags to HTML e-mails for RTL languages (#6373) | Eugen Rochko | |
2018-01-21 | Fix invalid value passed to full_asset_url in mailers (#6312) | Eugen Rochko | |
2018-01-20 | Change mailer avatar url (#6309) | Iijima Yasushi | |
* Change mailer avatar url * Use full_asset_url method | |||
2018-01-20 | Improve HTML e-mails based on Litmus tests (#6301) | Eugen Rochko | |
* Use PNG images in HTML e-mails * Make webpack use URLs with host so fonts load inside HTML e-mails Convert this back to a relative URL in the premailer CSS loader since local requests are quicker * Improve responsive design * Add missing PNG icon | |||
2018-01-17 | Change mailer image url (#6279) | mayaeh | |
* Change image URL in mailer to full path * Add application_mailer.view_profile localization. | |||
2018-01-16 | HTML e-mails for NotificationMailer (#6263) | Eugen Rochko | |
* HTML e-mails for NotificationMailer (except digest) * Add HTML template for digest * Fix build | |||
2017-07-31 | Make salutation of email localizable (#4454) | unarist | |
2017-06-11 | Localize date in digest and cover NotificationMailer more (#3694) | Akihiko Odaki (@fn_aki@pawoo.net) | |
* Localize date in digest * Cover NotificationMailer more | |||
2017-04-18 | Simplify renders in views (#2084) | Matt Jankowski | |
* Simplify render in mailer views * Simplify render in about/more view * Simplify render in accounts follow views * Simplify render in recovery code views * Simplify render in stream entry embed * Simplify render in stream entries status partial * Simplify render in authorize follow new view | |||
2017-03-04 | Add digest e-mails | Eugen Rochko | |
2016-12-26 | Follow requests send e-mail notifications, but are excluded from ↵ | Eugen Rochko | |
notifications API Better initial state for unlisted/nsfw toggles | |||
2016-11-16 | Localizations for most server-side strings | Eugen Rochko | |
2016-11-13 | Fix #110 - Make web UI use browser history, change links in e-mails to link ↵ | Eugen Rochko | |
to that | |||
2016-10-02 | Slightly improved e-mail notifications | Eugen Rochko | |
2016-09-09 | Refactored generation of unique tags, URIs and object URLs into own classes, | Eugen Rochko | |
as well as formatting of content | |||
2016-03-19 | Strip out HTML in plain text notification e-mails. Oh, and fix #14 | Eugen Rochko | |
2016-03-19 | Adding e-mail notifications about mentions, follows, favourites and reblogs. ↵ | Eugen Rochko | |
Fixing another mention recording bug |