summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/controllers/notification_controller_test.exs
AgeCommit message (Expand)Author
2020-06-14Mastodon API: ensure the notification endpoint doesn't return less than the r...eugenijm
2020-06-02NotificationController: Don't return chat_mentions by default.lain
2020-05-21Announcements: Fix all tests.lain
2020-05-13Merge remote-tracking branch 'remotes/origin/develop' into restricted-relatio...Ivan Tashkinov
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-05-01Restricted embedding of relationships where applicable (statuses / notificati...Ivan Tashkinov
2020-04-28Add OpenAPI spec for NotificationControllerEgor Kislitsyn
2020-04-13Merge remote-tracking branch 'remotes/origin/develop' into output-of-relation...Ivan Tashkinov
2020-04-09Add `/api/v1/notifications/:id/dismiss` endpointEgor Kislitsyn
2020-04-08formatter.ex: Use Phoenix.HTML for mention/hashtag generationrinpatch
2020-04-06Merge branch 'remake-remodel-2' into 'develop'lain
2020-04-01Merge remote-tracking branch 'remotes/origin/develop' into output-of-relation...Ivan Tashkinov
2020-04-01Ability to control the output of account/pleroma/relationship in statuses in ...Ivan Tashkinov
2020-03-20Merge branch 'develop' into gunAlexander Strizhakov
2020-03-20NotificationController: Fix test.lain
2020-03-20Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-03-20include_types parameter in /api/v1/notificationsAlexander Strizhakov
2020-03-19Merge branch 'remake-remodel' into developlain
2020-03-18Merge branch 'develop' into gunAlexander Strizhakov
2020-03-16removing with_move parameterAlexander Strizhakov
2020-03-05removing try block in tesla requestAlexander Strizhakov
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
2020-01-15Fix notification controller testEgor Kislitsyn
2020-01-15Merge branch 'develop' into notifications-from-accountEgor Kislitsyn
2019-12-19[#2068] Introduced proper OAuth tokens usage to controller tests.Ivan Tashkinov
2019-12-19Return 404 if account to filter notifications from is not foundEgor Kislitsyn
2019-12-17Add support for `account_id` param to filter notifications by the accountEgor Kislitsyn
2019-12-09Merge branch 'exclude-visibilities-for-like-notifications' into 'develop'lain
2019-12-08Merge branch 'improve-move-notificaions-api' into 'develop'rinpatch
2019-12-03Add `with_move` query param to the notifications APIEgor Kislitsyn
2019-11-19[#1335] Implemented notification mutes and reblog mutes as UserRelationships....Ivan Tashkinov
2019-11-15[#1335] Reorganized `users.mutes` as relation to UserMute entity.Ivan Tashkinov
2019-11-11Fix exclude_visibilities filter for followers-only Like notificationseugenijm
2019-11-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodellain
2019-10-16Introduce new ingestion pipeline structure, implement internal Likes with it.lain
2019-10-14Mastodon API: Add `exclude_visibilities` parameter to the timeline and notifi...eugenijm
2019-09-24Extract notification actions from `MastodonAPIController` into `NotificationC...Egor Kislitsyn