index
:
pleroma
develop
fse
stable
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
web
/
mastodon_api
/
controllers
/
notification_controller_test.exs
Age
Commit message (
Expand
)
Author
2020-06-14
Mastodon API: ensure the notification endpoint doesn't return less than the r...
eugenijm
2020-06-02
NotificationController: Don't return chat_mentions by default.
lain
2020-05-21
Announcements: Fix all tests.
lain
2020-05-13
Merge remote-tracking branch 'remotes/origin/develop' into restricted-relatio...
Ivan Tashkinov
2020-05-13
Add OpenAPI spec for StatusController
Egor Kislitsyn
2020-05-01
Restricted embedding of relationships where applicable (statuses / notificati...
Ivan Tashkinov
2020-04-28
Add OpenAPI spec for NotificationController
Egor Kislitsyn
2020-04-13
Merge remote-tracking branch 'remotes/origin/develop' into output-of-relation...
Ivan Tashkinov
2020-04-09
Add `/api/v1/notifications/:id/dismiss` endpoint
Egor Kislitsyn
2020-04-08
formatter.ex: Use Phoenix.HTML for mention/hashtag generation
rinpatch
2020-04-06
Merge branch 'remake-remodel-2' into 'develop'
lain
2020-04-01
Merge remote-tracking branch 'remotes/origin/develop' into output-of-relation...
Ivan Tashkinov
2020-04-01
Ability to control the output of account/pleroma/relationship in statuses in ...
Ivan Tashkinov
2020-03-20
Merge branch 'develop' into gun
Alexander Strizhakov
2020-03-20
NotificationController: Fix test.
lain
2020-03-20
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...
lain
2020-03-20
include_types parameter in /api/v1/notifications
Alexander Strizhakov
2020-03-19
Merge branch 'remake-remodel' into develop
lain
2020-03-18
Merge branch 'develop' into gun
Alexander Strizhakov
2020-03-16
removing with_move parameter
Alexander Strizhakov
2020-03-05
removing try block in tesla request
Alexander Strizhakov
2020-03-02
Bump copyright years of files changed after 2020-01-07
Haelwenn (lanodan) Monnier
2020-01-15
Fix notification controller test
Egor Kislitsyn
2020-01-15
Merge branch 'develop' into notifications-from-account
Egor Kislitsyn
2019-12-19
[#2068] Introduced proper OAuth tokens usage to controller tests.
Ivan Tashkinov
2019-12-19
Return 404 if account to filter notifications from is not found
Egor Kislitsyn
2019-12-17
Add support for `account_id` param to filter notifications by the account
Egor Kislitsyn
2019-12-09
Merge branch 'exclude-visibilities-for-like-notifications' into 'develop'
lain
2019-12-08
Merge branch 'improve-move-notificaions-api' into 'develop'
rinpatch
2019-12-03
Add `with_move` query param to the notifications API
Egor 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-11
Fix exclude_visibilities filter for followers-only Like notifications
eugenijm
2019-11-05
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel
lain
2019-10-16
Introduce new ingestion pipeline structure, implement internal Likes with it.
lain
2019-10-14
Mastodon API: Add `exclude_visibilities` parameter to the timeline and notifi...
eugenijm
2019-09-24
Extract notification actions from `MastodonAPIController` into `NotificationC...
Egor Kislitsyn