aboutsummaryrefslogtreecommitdiff
path: root/test/notification_test.exs
AgeCommit message (Expand)Author
2019-07-28transmogrifier: use User.delete() instead of handrolled user deletion code fo...Ariadne Conill
2019-06-16[#570] add user:notification streamMaksim
2019-05-26tests: chase remote/local removalWilliam Pitcock
2019-05-25tests: add tests for non-follows/non-followers settingsWilliam Pitcock
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-10Merge branch 'develop' into feature/user-status-subscriptionsSadposter
2019-04-07Add check on activity visibility in sub notificationSadposter
2019-04-05Mix format everythingSadposter
2019-04-05Don't use twitterAPI for subscription testsSadposter
2019-04-05Format subscriptions related stuffSadposter
2019-04-05Add tests for subscriptionsSadposter
2019-03-28Notification controlseugenijm
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-11test: Change `lenght(…) == 0` to `Enum.empty?(…)`Haelwenn (lanodan) Monnier
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-01-05Add check to prevent multiple follow notifications from the same userSadposter
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-12fix warningsMaksim Pechnikov
2018-11-09tests: add testing for new notification behaviorWilliam Pitcock
2018-11-06tests: add tests for Notification.set_read_up_to()William Pitcock
2018-08-26tests: add notification smoketests (ref #265)William Pitcock
2018-05-11do not create notification for yourselfPierrick Brun
2018-03-30Format the code.lain
2018-02-12Make test output easier to read.lain
2018-01-30Make specs less breaky.Roger Braun
2017-11-10MastoAPI: Add notification get, clear and dismiss.eal
2017-11-02Don't create notifications if the user is blocked.Roger Braun
2017-09-11Add basic mastodon notification support.Roger Braun