Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-13 | Stop setting a shortcode to newly-created media attachments (#16730) | Claire | |
* Stop setting a shortcode to newly-created media attachments The WebUI has stopped using the “short media URL” in ages. This isn't used anywhere except for mail notifications. Deprecating it would allow us to eventually get rid of at least a database column and corruption-prone index, as well as a controller. * Fix tests | |||
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 | |
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-16 | HTML e-mails for NotificationMailer (#6263) | Eugen Rochko | |
* HTML e-mails for NotificationMailer (except digest) * Add HTML template for digest * Fix build |