Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-05-29 | Merge develop | Roman Chvanikov | |
2019-05-16 | Add Reports to Admin API | Sergey Suprunenko | |
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-04-10 | s/Pleroma.AdminEmail/Pleroma.Emails.AdminEmail/ | Haelwenn (lanodan) Monnier | |
2019-04-10 | s/Pleroma.Mailer/Pleroma.Emails.Mailer/ | Haelwenn (lanodan) Monnier | |
2019-03-29 | Replace Pleroma.Jobs with `pleroma_job_queue` | Egor | |
2019-03-22 | reports: fix up email generation for remote reports | William Pitcock | |
2019-02-20 | Reports | Egor | |
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 | |
2018-12-12 | [#114] SMTP deps and config. | Ivan Tashkinov | |