summaryrefslogtreecommitdiff
path: root/test/notification_test.exs
AgeCommit message (Collapse)Author
2020-04-08[#1559] Added / fixed tests for follow / follow_request notifications.Ivan Tashkinov
2020-04-07Merge branch 'develop' into issue/1276Maksim Pechnikov
2020-04-06Merge branch 'remake-remodel-2' into 'develop'lain
Ingestion Pipeline Revamp See merge request pleroma/pleroma!2315
2020-04-02Merge branch 'develop' into issue/1276Maksim Pechnikov
2020-03-30Merge branch 'develop' into gunAlexander Strizhakov
2020-03-29Merge branch 'develop' into issue/1276Maksim Pechnikov
2020-03-25Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
1364-notifications-sending-control
2020-03-20Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-2
2020-03-19Merge branch 'remake-remodel' into developlain
2020-03-18Merge branch 'develop' into gunAlexander Strizhakov
2020-03-16[#1364] Improved notification-related tests.Ivan Tashkinov
2020-03-16removing with_move parameterAlexander Strizhakov
2020-03-15[#1364] Improved control over generation / sending of notifications. Fixed ↵Ivan Tashkinov
blocking / muting users notifications issue. Added tests.
2020-03-08Merge branch 'develop' into issue/1276Maksim Pechnikov
2020-03-05removing try block in tesla requestAlexander Strizhakov
added mocks for tests which fail with Tesla.Mock.Error
2020-03-03unnecessary mockAlexander Strizhakov
2020-03-03Merge branch 'develop' into gunAlexander Strizhakov
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-02-18adding gun adapterAlexander Strizhakov
2020-02-10maked `unread_count` as virtual fieldMaksim Pechnikov
2020-01-27Merge branch 'develop' into issue/1276Maksim Pechnikov
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 'develop' into issue/1276Maksim 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-05Merge branch 'develop' into issue/1276Maksim 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-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodellain
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-11-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodellain
2019-10-24Merge branch 'develop' into issue/1276Maksim Pechnikov
2019-10-23add testsMaksim Pechnikov
2019-10-23Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1304-user-info-deprecation # Conflicts: # lib/pleroma/notification.ex
2019-10-23added update unread_count for notificationsMaksim Pechnikov
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-18Tests: Capture log.lain
2019-10-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
2019-10-16Introduce new ingestion pipeline structure, implement internal Likes with it.lain
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