aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/notification_test.exs
AgeCommit message (Collapse)Author
2022-06-05Create Update notificationsTusooa Zhu
2022-03-20Merge branch 'delete_report_notifs_when_demoting_from_superuser' into 'develop'Haelwenn
Delete report notifs when demoting from superuser Closes #2840 See merge request pleroma/pleroma!3642
2022-03-06Delete report notifs when demoting from superuserIlja
When someone isn't a superuser any more, they shouldn't see the reporsts any more either. Here we delete the report notifications from a user when that user gets updated from being a superuser to a non-superuser.
2022-02-25Copyright bump for 2022Sean King
2021-07-18Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixesAlex Gleason
2021-07-18Poll notification: only notify local usersAlex Gleason
2021-07-17MastodonAPI: Support poll notificationAlex Gleason
2021-04-05Pipeline Ingestion: NoteHaelwenn (lanodan) Monnier
2021-02-10not used mockAlexander Strizhakov
2021-02-03Validate admin making report doesn't get their own report notification, but ↵Mark Felder
other admins do
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-12-02Stream follow updatesEgor Kislitsyn
2020-11-13Make notifs view work for reportsIlja
* These are the first small steps for issue 2034 "Reports should send a notification to admins". * I added a new type of notification "pleroma:report" to the the database manually (a migration will need to be written later) * I added the new type to the notification_controller * I made the view return the notification. It doesn't include the report itself (yet)
2020-11-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/expire-mutes
2020-10-17Merge remote-tracking branch 'remotes/origin/develop' into chore/elixir-1.11Ivan Tashkinov
2020-10-15Fix warningsEgor Kislitsyn
2020-10-13Merge branch 'develop' into refactor/locked_user_fieldMark Felder
2020-10-13tests consistencyAlexander Strizhakov