Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-21 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-11-19 | fix for forwarded reports | Alexander Strizhakov | |
2020-11-14 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-11-04 | AdminEmail: Use AP id as user url. | lain | |
2020-10-14 | Merge branch 'develop' into feature/account-export | Mark Felder | |
2020-10-11 | Send approval pending email during registration | Alex Gleason | |
2020-10-09 | Deep link to the user account in AdminFE in account confirmation emails | Mark Felder | |
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-09-21 | Allow emails to be sent again, #2101 #2172 | Alex Gleason | |
https://github.com/swoosh/swoosh/issues/478#issuecomment-642393707 | |||
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-27 | Fix User.registration_reason HTML sanitizing issues | Alex Gleason | |
2020-07-27 | Merge remote-tracking branch 'upstream/develop' into by-approval | Alex Gleason | |
2020-07-21 | added welcome email | Maksim Pechnikov | |
2020-07-14 | Email admins when a new unapproved account is up for review | Alex Gleason | |
2020-07-09 | Add AdminFE reports URL to report emails | Mark Felder | |
2020-07-09 | Use the Pleroma.Config alias | Mark Felder | |
2020-05-21 | Added the ability to upload background, logo, default user avatar, instance ↵ | eugenijm | |
thumbnail, and the NSFW hiding image via AdminFE | |||
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-11 | Hotlink logo instead of attachment | Egor Kislitsyn | |
2020-02-11 | Merge branch 'develop' into feature/new-registrations-digest | Egor Kislitsyn | |
2020-01-28 | Merge branch 'features/task-test-email' into 'develop' | lain | |
Create pleroma.email mix task Closes #1061 See merge request pleroma/pleroma!2118 | |||
2020-01-28 | Create pleroma.email mix task | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1061 | |||
2020-01-22 | Add new users digest email | Egor Kislitsyn | |
2019-12-06 | init tag feed | Maksim Pechnikov | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-07 | Extract RSS Feed functionality from OStatus | Sergey Suprunenko | |
2019-10-06 | Use the user.id instead of nickname in report URLs | feld | |
Ensures links to profiles of remote users work. | |||
2019-08-31 | [#1149] Refactored Oban workers API (introduced `enqueue/3`). | Ivan Tashkinov | |
2019-08-31 | [#1149] Addressed code review comments (code style, jobs pruning etc.). | Ivan Tashkinov | |
2019-08-22 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # lib/pleroma/application.ex # lib/pleroma/scheduled_activity_worker.ex # lib/pleroma/web/federator/retry_queue.ex # lib/pleroma/web/oauth/token/clean_worker.ex # test/user_test.exs # test/web/federator_test.exs | |||
2019-08-16 | Add configurable colors and logo for the digest template | Egor Kislitsyn | |
2019-08-14 | [#1149] Oban mailer job. Adjusted tests. | Ivan Tashkinov | |
2019-08-14 | Fix compatibility with Elixir 1.8 | Egor Kislitsyn | |
2019-08-14 | Improve digest email template | Egor Kislitsyn | |
2019-08-08 | Merge branch 'feature/digest-email' into 'develop' | lain | |
Feature/digest email See merge request pleroma/pleroma!1078 | |||
2019-08-04 | Remove Reply-To from report emails | Eugenij | |
2019-07-12 | merge develop | Roman Chvanikov | |
2019-07-10 | [#1062] added option to disable send email | Maksim | |