Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-01 | Avoid `use Phoenix.Swoosh` to prevent recompiling the Endpoint | Alex Gleason | |
Speeds up recompilation by fixing cycles in UserEmail | |||
2021-02-08 | Revert "Add plaintext support for all emails except the digest" | Mark Felder | |
This reverts commit 5df9f68392f65a5688867b9bad4bda766e492923. | |||
2021-02-05 | Slightly better formatting | Mark Felder | |
2021-02-05 | Add plaintext support for all emails except the digest | Mark Felder | |
2021-02-04 | Add a registration email that only sends if no other emails (welcome, ↵ | Mark Felder | |
approval, confirmation) are enabled | |||
2021-02-04 | Improve confirmation email language | Mark Felder | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-12-17 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-12-14 | Fix for dropping posts/notifs in WS when mix task is executed | Alexander 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-14 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-10-11 | Send approval pending email during registration | Alex Gleason | |
2020-10-07 | Fix emails | Egor Kislitsyn | |
2020-10-07 | Allow admins request user backups | Egor Kislitsyn | |
2020-10-07 | Add "Your backup is ready" email | Egor Kislitsyn | |
2020-08-19 | fixes for mix tasks | Alexander 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-21 | added welcome email | Maksim Pechnikov | |
2020-03-03 | Update Copyrights | Mark Felder | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-08-16 | Add configurable colors and logo for the digest template | Egor Kislitsyn | |
2019-08-14 | Fix compatibility with Elixir 1.8 | Egor Kislitsyn | |
2019-08-14 | Improve digest email template | Egor Kislitsyn | |
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-24 | [#184] small refactoring reset password | Maksim | |
2019-06-04 | Add task to test emails | Roman Chvanikov | |
2019-04-20 | Digest emails | Roman Chvanikov | |
2019-04-13 | Merge develop to 788-separate-email-addresses | Alex 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-13 | fallback to the old behaviour | Alex S | |
admin and user mailers | |||
2019-04-10 | adding notify_email setting for trigger emails | Alex S | |
2019-04-10 | s/Pleroma.UserEmail/Pleroma.Emails.UserEmail/ | Haelwenn (lanodan) Monnier | |
2019-02-09 | de-group alias/es | Haelwenn (lanodan) Monnier | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William 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 | |