summaryrefslogtreecommitdiff
path: root/lib/pleroma/emails/user_email.ex
AgeCommit message (Expand)Author
2023-01-02Revert "Merge branch 'copyright-bump' into 'develop'"lain
2023-01-01Bump copyright yearmarcin mikołajczak
2022-03-20Merge branch 'from/upstream-develop/tusooa/translate-pages' into 'develop'Haelwenn
2022-03-01Send emails i18n'd using backend-stored user languageTusooa Zhu
2022-03-01Make all emails translatableTusooa Zhu
2022-02-25Copyright bump for 2022Sean King
2021-06-01Avoid `use Phoenix.Swoosh` to prevent recompiling the EndpointAlex Gleason
2021-02-08Revert "Add plaintext support for all emails except the digest"Mark Felder
2021-02-05Slightly better formattingMark Felder
2021-02-05Add plaintext support for all emails except the digestMark Felder
2021-02-04Add a registration email that only sends if no other emails (welcome, approva...Mark Felder
2021-02-04Improve confirmation email languageMark Felder
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2021-01-04Object: Rework how Object.normalize workslain
2020-12-17Merge remote-tracking branch 'upstream/develop' into registration-workflowAlex Gleason
2020-12-14Fix for dropping posts/notifs in WS when mix task is executedAlexander Strizhakov
2020-11-14Merge remote-tracking branch 'upstream/develop' into registration-workflowAlex Gleason
2020-10-11Send approval pending email during registrationAlex Gleason
2020-10-07Fix emailsEgor Kislitsyn
2020-10-07Allow admins request user backupsEgor Kislitsyn
2020-10-07Add "Your backup is ready" emailEgor Kislitsyn
2020-08-19fixes for mix tasksAlexander Strizhakov
2020-07-21added welcome emailMaksim Pechnikov
2020-03-03Update CopyrightsMark Felder
2019-10-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
2019-08-16Add configurable colors and logo for the digest templateEgor Kislitsyn
2019-08-14Fix compatibility with Elixir 1.8Egor Kislitsyn
2019-08-14Improve digest email templateEgor Kislitsyn
2019-06-29Resolve conflictsRoman Chvanikov
2019-06-24[#184] small refactoring reset passwordMaksim
2019-06-04Add task to test emailsRoman Chvanikov
2019-04-20Digest emailsRoman Chvanikov
2019-04-13Merge develop to 788-separate-email-addressesAlex S
2019-04-13fallback to the old behaviourAlex S
2019-04-10adding notify_email setting for trigger emailsAlex S
2019-04-10s/Pleroma.UserEmail/Pleroma.Emails.UserEmail/Haelwenn (lanodan) Monnier
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-20[#114] Added :user_id component to email confirmation path to improve the sec...Ivan Tashkinov
2018-12-18[#114] Account confirmation email, registration as unconfirmed (config-based)...Ivan Tashkinov
2018-12-14[#114] Improved tests.Ivan Tashkinov
2018-12-14[#114] Added UserInviteToken creation, adjusted invitation email link to incl...Ivan Tashkinov
2018-12-14[#114] Naive implementation of email invitations.Ivan Tashkinov
2018-12-13[#114] Removed `email_invite` implementation (to be addressed separately).Ivan Tashkinov
2018-12-13[#114] Initial implementation of user email invitations.Ivan Tashkinov
2018-12-12[#114] Initial implementation of user password reset emails (user-initiated).Ivan Tashkinov