aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/emails/admin_email.ex
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2021-05-31Deprecate Pleroma.Web.base_url/0Alex Gleason
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles.
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/>;'
2020-11-19fix for forwarded reportsAlexander Strizhakov
2020-11-04AdminEmail: Use AP id as user url.lain
2020-10-09Deep link to the user account in AdminFE in account confirmation emailsMark Felder
2020-07-27Fix User.registration_reason HTML sanitizing issuesAlex Gleason
2020-07-14Email admins when a new unapproved account is up for reviewAlex Gleason
2020-07-09Add AdminFE reports URL to report emailsMark Felder
2020-07-09Use the Pleroma.Config aliasMark Felder
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (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-01-28Merge branch 'features/task-test-email' into 'develop'lain
Create pleroma.email mix task Closes #1061 See merge request pleroma/pleroma!2118
2020-01-28Create pleroma.email mix taskHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1061
2019-12-06init tag feedMaksim Pechnikov
2019-10-07Extract RSS Feed functionality from OStatusSergey Suprunenko
2019-10-06Use the user.id instead of nickname in report URLsfeld
Ensures links to profiles of remote users work.
2019-08-04Remove Reply-To from report emailsEugenij
2019-05-16Add Reports to Admin APISergey Suprunenko
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.AdminEmail/Pleroma.Emails.AdminEmail/Haelwenn (lanodan) Monnier
2019-03-22reports: fix up email generation for remote reportsWilliam Pitcock
2019-02-20ReportsEgor