aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/notification.ex
AgeCommit message (Collapse)Author
2019-10-25Do not include notifications from blocked users when with_muted is setrinpatch
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-04Replace `Pleroma.FlakeId` with `flake_id` hex packageEgor Kislitsyn
2019-10-04Revert "Merge branch 'revert-4fabf83a' into 'develop'"Egor Kislitsyn
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8.
2019-09-04Apply suggestion to lib/pleroma/notification.exrinpatch
2019-09-04Extend `/api/pleroma/notifications/read` to mark multiple notificationsrinpatch
as read and make it respond with Mastoapi entities
2019-07-16Merge developRoman Chvanikov
2019-07-15query fixAlex S
2019-07-14Make opts optional in Pleroma.Notification.for_user_query/2Roman Chvanikov
2019-07-14Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-14Feature/1072 muting notificationsAlexander Strizhakov
2019-06-29Resolve conflictsRoman Chvanikov
2019-06-22notifications: fix notification generation for non-create activitiesWilliam 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 streamMaksim
2019-06-03Merge branch 'develop' into feature/digest-emailMark Felder
2019-06-03Merge branch 'develop' into feature/polls-2-electric-boogalorinpatch
2019-06-01Add poll votesrinpatch
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-29Merge developRoman Chvanikov
2019-05-26notification: remove local/remote match rules (too complicated)William Pitcock
2019-05-25notification: add non_follows/non_followers notification control settingsWilliam Pitcock
2019-04-30Merge developRoman Chvanikov
2019-04-25Merge branch 'develop' into feature/disable-accountEgor Kislitsyn
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-22Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn
2019-04-19Add Notification.for_user_since/2Roman Chvanikov
2019-04-14Update updated_at field on notification readRoman Chvanikov
2019-04-12adding destroy multiple for mastofeAlexander Strizhakov
2019-04-11move user disable into deactivationEgor Kislitsyn
2019-04-11Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn
2019-04-10Merge branch 'develop' into feature/user-status-subscriptionsSadposter
2019-04-05Add notification checksSadposter
2019-03-28Add PUT /api/pleroma/notification_settings endpointeugenijm
2019-03-28Notification controlseugenijm
Allow users to configure whether they want to receive notifications from people they follow / who follow them, people from remote / local instances
2019-03-23notification: formattingWilliam Pitcock
2019-03-23notification: preload child objectsWilliam Pitcock
2019-03-18Added support for exclude_types, limit, and min_id in Mastodoneugenijm
notifications. Unify Mastodon-compatible pagination logic.
2019-03-15Allow to mark a single notification as readeugenijm
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-04allow users to disable their own accountEgor Kislitsyn
2019-02-11Merge branch 'develop' into feature/thread-mutingKaren Konou
2019-02-11Refactor as per Rin's suggestions, add endpoint testsKaren Konou
2019-02-09elixir too new for CI's mix format lolKaren Konou
2019-02-09it works!!Karen Konou
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier
2019-01-26Join on preloads to avoid N+1 querieshref
2019-01-25Merge branch 'fix/tusky-dm' into 'develop'kaniini
Add actor to recipients list Closes #390 See merge request pleroma/pleroma!683
2019-01-24Use correct logic to determine "attentions" listMaxim Filippov
2019-01-23Flake Ids for Users and Activitieshref
2019-01-05Add check to prevent multiple follow notifications from the same userSadposter
2018-12-31update copyright years to 2019William Pitcock
2018-12-27Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop'kaniini
Create tombstone instead of object deletion See merge request pleroma/pleroma!593