aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/emails/user_email.ex
AgeCommit message (Collapse)Author
2021-06-01Avoid `use Phoenix.Swoosh` to prevent recompiling the EndpointAlex Gleason
Speeds up recompilation by fixing cycles in UserEmail
2021-02-08Revert "Add plaintext support for all emails except the digest"Mark Felder
This reverts commit 5df9f68392f65a5688867b9bad4bda766e492923.
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, ↵Mark Felder
approval, confirmation) are enabled
2021-02-04Improve confirmation email languageMark Felder
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2021-01-04Object: Rework how Object.normalize workslain
Now it defaults to not fetching, and the option is named.
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
- start oban in mix tasks with empty queues, plugins and crontab - fix for update_users_following_followers_counts - fix for removed logo.png - typo in resend confirmation emails mix task docs - fix for uploads mix task (start Majic.Pool) - fix for creating user mix task (start :fast_html app)
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
- fix for `mix pleroma.database update_users_following_followers_counts` - raise error, if fetch was unsuccessful in emoji tasks - fix for `pleroma.digest test` task
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
Merge conflicts: test/web/twitter_api/twitter_api_test.exs test/web/twitter_api/twitter_api_controller_test.exs test/web/admin_api/admin_api_controller_test.exs
2019-04-13fallback to the old behaviourAlex S
admin and user mailers
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 ↵Ivan Tashkinov
security. Added tests for `confirm_email` action.
2018-12-18[#114] Account confirmation email, registration as unconfirmed ↵Ivan Tashkinov
(config-based), auth prevention for unconfirmed.
2018-12-14[#114] Improved tests.Ivan Tashkinov
2018-12-14[#114] Added UserInviteToken creation, adjusted invitation email link to ↵Ivan Tashkinov
include it.
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