aboutsummaryrefslogtreecommitdiff
path: root/test/notification_test.exs
AgeCommit message (Collapse)Author
2020-03-31Merge branch '1364-notifications-sending-control' into 'develop'rinpatch
[#1364] Ability to opt-out of notifications (in all clients) Closes #1364 See merge request pleroma/pleroma!2301
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-22Notifications: Add emoji reaction notificationslain
2020-01-20Bump credo to 1.1.5Haelwenn (lanodan) Monnier
2019-12-15OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: ↵Ivan Tashkinov
controller tests modification: OAuth scopes usage.
2019-12-08Merge branch 'develop' into issue/1342Maksim Pechnikov
2019-12-08Merge branch 'improve-move-notificaions-api' into 'develop'rinpatch
Add `with_move` query param to the notifications API See merge request pleroma/pleroma!2032
2019-12-05Merge branch 'develop' into issue/1342Maksim Pechnikov
2019-12-04Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/user.ex
2019-12-03Add `with_move` query param to the notifications APIEgor Kislitsyn
2019-11-28added User.NotificationSetting structMaksim Pechnikov
2019-11-27Add a view for the move notificationEgor Kislitsyn
2019-11-19[#1335] Implemented notification mutes and reblog mutes as ↵Ivan Tashkinov
UserRelationships. User to UserRelationship relations and functions refactoring.
2019-11-15[#1335] Reorganized `users.mutes` as relation to UserMute entity.Ivan Tashkinov
2019-11-10[#1335] User: refactored :blocks field into :blocked_users relation.Ivan Tashkinov
Introduced UserBlock.
2019-10-23Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1304-user-info-deprecation # Conflicts: # lib/pleroma/notification.ex
2019-10-21Do 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-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
2019-09-29Revert subscription refactoring.rinpatch
As discussed in pleroma-meta#2 This reverts commit eb9aa7aa1095de150d036839c78c402019efb4b1, reversing changes made to c4fbb56984d8f86df948cfd9b0f7c081d688c365.
2019-09-26Merge developRoman Chvanikov
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
2019-09-16Merge developRoman Chvanikov
2019-09-16Revert "Merge branch 'revert-4fabf83a' into 'develop'"Egor Kislitsyn
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8.
2019-09-16Revert "Merge branch 'streamer-refactoring' into 'develop'"kaniini
This reverts merge request !1653
2019-09-16Streamer refactoringSteven Fuchs
2019-09-13Separate Subscription Notifications from regular NotificationsRoman Chvanikov
2019-09-06[#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1149-oban-job-queue # Conflicts: # test/web/twitter_api/twitter_api_controller_test.exs
2019-08-31Remove most of Pleroma.Web.TwitterAPI.TwitterAPIrinpatch
2019-08-13[#1149] Added more oban workers. Refactoring.Ivan Tashkinov
2019-08-02Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-28transmogrifier: use User.delete() instead of handrolled user deletion code ↵Ariadne Conill
for remote users Closes #1104
2019-07-24Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-23Fix testMark Felder
2019-07-23Do not notify subscribers for messages from users which are replies to othersMark Felder
2019-07-14Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-14Feature/1072 muting notificationsAlexander Strizhakov
2019-06-29Resolve conflictsRoman Chvanikov
2019-06-16[#570] add user:notification streamMaksim
2019-06-03Merge branch 'develop' into feature/digest-emailMark Felder
2019-05-26tests: chase remote/local removalWilliam Pitcock
2019-05-25tests: add tests for non-follows/non-followers settingsWilliam Pitcock
2019-04-30Merge developRoman Chvanikov
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-20Fix Credo warningsRoman Chvanikov
2019-04-19Fix testsRoman Chvanikov
2019-04-19Add Notification.for_user_since/2Roman Chvanikov
2019-04-17Resolve conflictsRoman Chvanikov
2019-04-14Update updated_at field on notification readRoman Chvanikov
2019-04-10Merge branch 'develop' into feature/user-status-subscriptionsSadposter
2019-04-07Add check on activity visibility in sub notificationSadposter