Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-25 | Do not include notifications from blocked users when with_muted is set | rinpatch | |
This is not what with_muted is for per documentation and it was agreed on irc that this behavior doesn't make sense. | |||
2019-10-04 | Replace `Pleroma.FlakeId` with `flake_id` hex package | Egor Kislitsyn | |
2019-10-04 | Revert "Merge branch 'revert-4fabf83a' into 'develop'" | Egor Kislitsyn | |
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8. | |||
2019-09-04 | Apply suggestion to lib/pleroma/notification.ex | rinpatch | |
2019-09-04 | Extend `/api/pleroma/notifications/read` to mark multiple notifications | rinpatch | |
as read and make it respond with Mastoapi entities | |||
2019-07-16 | Merge develop | Roman Chvanikov | |
2019-07-15 | query fix | Alex S | |
2019-07-14 | Make opts optional in Pleroma.Notification.for_user_query/2 | Roman Chvanikov | |
2019-07-14 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-14 | Feature/1072 muting notifications | Alexander Strizhakov | |
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-22 | notifications: fix notification generation for non-create activities | William Pitcock | |
in 300d94c62, an Object.normalize() call was introduced. calling Object.normalize() on an activity with a non-object URI (say, a user) causes Really Bad Things to happen. so don't do that. | |||
2019-06-16 | [#570] add user:notification stream | Maksim | |
2019-06-03 | Merge branch 'develop' into feature/digest-email | Mark Felder | |
2019-06-03 | Merge branch 'develop' into feature/polls-2-electric-boogalo | rinpatch | |
2019-06-01 | Add poll votes | rinpatch | |
Also in this commit by accident: - Fix query ordering causing exclude_poll_votes to not work - Do not create notifications for Answer objects | |||
2019-05-29 | Merge develop | Roman Chvanikov | |
2019-05-26 | notification: remove local/remote match rules (too complicated) | William Pitcock | |
2019-05-25 | notification: add non_follows/non_followers notification control settings | William Pitcock | |
2019-04-30 | Merge develop | Roman Chvanikov | |
2019-04-25 | Merge branch 'develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
2019-04-22 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-19 | Add Notification.for_user_since/2 | Roman Chvanikov | |
2019-04-14 | Update updated_at field on notification read | Roman Chvanikov | |
2019-04-12 | adding destroy multiple for mastofe | Alexander Strizhakov | |
2019-04-11 | move user disable into deactivation | Egor Kislitsyn | |
2019-04-11 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-10 | Merge branch 'develop' into feature/user-status-subscriptions | Sadposter | |
2019-04-05 | Add notification checks | Sadposter | |
2019-03-28 | Add PUT /api/pleroma/notification_settings endpoint | eugenijm | |
2019-03-28 | Notification controls | eugenijm | |
Allow users to configure whether they want to receive notifications from people they follow / who follow them, people from remote / local instances | |||
2019-03-23 | notification: formatting | William Pitcock | |
2019-03-23 | notification: preload child objects | William Pitcock | |
2019-03-18 | Added support for exclude_types, limit, and min_id in Mastodon | eugenijm | |
notifications. Unify Mastodon-compatible pagination logic. | |||
2019-03-15 | Allow to mark a single notification as read | eugenijm | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-03-04 | allow users to disable their own account | Egor Kislitsyn | |
2019-02-11 | Merge branch 'develop' into feature/thread-muting | Karen Konou | |
2019-02-11 | Refactor as per Rin's suggestions, add endpoint tests | Karen Konou | |
2019-02-09 | elixir too new for CI's mix format lol | Karen Konou | |
2019-02-09 | it works!! | Karen Konou | |
2019-02-09 | de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-01-26 | Join on preloads to avoid N+1 queries | href | |
2019-01-25 | Merge branch 'fix/tusky-dm' into 'develop' | kaniini | |
Add actor to recipients list Closes #390 See merge request pleroma/pleroma!683 | |||
2019-01-24 | Use correct logic to determine "attentions" list | Maxim Filippov | |
2019-01-23 | Flake Ids for Users and Activities | href | |
2019-01-05 | Add check to prevent multiple follow notifications from the same user | Sadposter | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-27 | Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop' | kaniini | |
Create tombstone instead of object deletion See merge request pleroma/pleroma!593 |