about summary refs log tree commit diff
path: root/app/views/notification_mailer
AgeCommit message (Collapse)Author
2017-04-18Simplify 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-04Add digest e-mailsEugen Rochko
2016-12-26Follow requests send e-mail notifications, but are excluded from ↵Eugen Rochko
notifications API Better initial state for unlisted/nsfw toggles
2016-11-16Localizations for most server-side stringsEugen Rochko
2016-11-13Fix #110 - Make web UI use browser history, change links in e-mails to link ↵Eugen Rochko
to that
2016-10-02Slightly improved e-mail notificationsEugen Rochko
2016-09-09Refactored generation of unique tags, URIs and object URLs into own classes,Eugen Rochko
as well as formatting of content
2016-03-19Strip out HTML in plain text notification e-mails. Oh, and fix #14Eugen Rochko
2016-03-19Adding e-mail notifications about mentions, follows, favourites and reblogs. ↵Eugen Rochko
Fixing another mention recording bug