Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-03 | Merge branch 'from/upstream-develop/tusooa/assoc-object-id' into 'develop' | Haelwenn | |
Add function to calculate associated object id Closes #2307 See merge request pleroma/pleroma!3692 | |||
2022-08-20 | Switch to associated_object_id index | Tusooa Zhu | |
2022-06-05 | Lint | Tusooa Zhu | |
2022-06-05 | Create Update notifications | Tusooa Zhu | |
2022-03-20 | Merge 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-06 | Delete report notifs when demoting from superuser | Ilja | |
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-25 | Copyright bump for 2022 | Sean King | |
2021-11-15 | Merge branch 'block-behavior' into 'develop' | lain | |
Configurable block visibility, fixes #2123 Closes #2123 See merge request pleroma/pleroma!3242 | |||
2021-07-18 | Poll notification: only notify local users | Alex Gleason | |
2021-07-18 | Poll notification: notify for polls even when block_from_strangers is set | Alex Gleason | |
2021-07-17 | MastodonAPI: Support poll notification | Alex Gleason | |
2021-04-29 | Merge remote-tracking branch 'upstream/develop' into block-behavior | Alex Gleason | |
2021-02-15 | [#2053] Changed `Notification/for_user_query/2` to use join to filter out ↵ | Ivan Tashkinov | |
inactive actors instead of subselect of _all_ inactive AP ids from `users`. | |||
2021-02-03 | Exclude reporter from receiving notifications from their own reports. | Mark Felder | |
Currently only works if the reporting actor is an admin, but if we include moderators with those who receive notification reports it will work for them. | |||
2021-01-15 | Change user.deactivated field to user.is_active | 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-06 | Exclude blockers from notifications when `blockers_visible: false` | Alex Gleason | |
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-11-13 | Make notifs view work for reports | Ilja | |
* 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-08-31 | Notification: Small refactor. | lain | |
2020-08-28 | marks notifications as read after mute | Maksim Pechnikov | |
2020-08-17 | Make notifications about new statuses from muted threads read | Sergey Suprunenko | |
2020-08-15 | Mark notifications about statuses from muted users as read automatically | Sergey Suprunenko | |
2020-07-13 | Merge branch 'develop' into refactor/notification_settings | Mark Felder | |
2020-07-08 | Notification: For follows, notify the followed. | lain | |
2020-07-06 | renaming back and reject nil on create | Alexander Strizhakov | |
2020-07-06 | don't filter notifications for follow and move types | Alexander Strizhakov | |
2020-07-06 | Skip notifications for statuses that contain an irreversible filtered word | Sergey Suprunenko | |
2020-06-29 | Apply suggestion to lib/pleroma/notification.ex | lain | |
2020-06-29 | Notifications: Never return `nil` in the notification list. | lain | |
2020-06-26 | Simplify notification filtering settings further | Mark Felder | |
2020-06-25 | Merge branch 'develop' into refactor/notification_settings | Mark Felder | |
2020-06-14 | Mastodon API: ensure the notification endpoint doesn't return less than the ↵ | eugenijm | |
requested amount of records unless it's the last page | |||
2020-06-08 | Apply suggestion to lib/pleroma/notification.ex | lain | |
2020-06-06 | Notfication: Add validation of notification types | lain | |
2020-06-06 | Migrations: Move Notification migration code to helper | lain | |
2020-06-06 | Notification: Change type of `type` to an enum. | lain | |
2020-06-05 | Pipeline: Add a side effects step after the transaction finishes | lain | |
This is to run things like streaming notifications out, which will sometimes need data that is created by the transaction, but is streamed out asynchronously. | |||
2020-06-04 | Notification: Don't break on figuring out the type of old EmojiReactions | lain | |
2020-06-03 | Notification: Fix notifications backfill for compacted activities | lain | |
2020-06-02 | Credo fixes | lain | |
2020-06-02 | Migrations: Add a migration to backfill notification types. | lain | |
2020-06-02 | Notification: Add function to backfill notification types | lain | |
2020-06-02 | Notifications: Make notifications save their type. | lain | |
2020-05-29 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-28 | Refactor notification settings | Mark Felder | |
2020-05-27 | Merge branch 'refactor-add-mention-step-one' into 'develop' | rinpatch | |
Fix ObjectView calling into strange functions Closes #1807 See merge request pleroma/pleroma!2580 | |||
2020-05-27 | Notification: Actually preload objects. | lain | |
2020-05-25 | User: Change signature of get_users_from_set | lain | |
2020-05-10 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms |