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
/
status_controller_test.exs
Age
Commit message (
Collapse
)
Author
2019-10-09
Mastodon API: Return `pleroma.direct_conversation_id` when viewing a status ↵
eugenijm
(`GET /api/v1/statuses/:id`)
2019-10-02
Move `:favourites` and `:bookmarks` actions to StatusController
Egor Kislitsyn
2019-10-01
Store private announcements in object.data["announcements"], filter them on ↵
Thibaut Girka
display
2019-10-01
Add tests for privately announcing statuses via API
Thibaut Girka
2019-09-28
status_controller.ex: Posting media status without content defined
Haelwenn (lanodan) Monnier
2019-09-28
Fix not being able to post empty statuses with attachments
rinpatch
Attachment field was filled in after the empty status check
2019-09-27
Extract scheduled statuses actions from `MastodonAPIController` to ↵
Egor Kislitsyn
`ScheduledActivityController`
2019-09-27
Move view logic from StatusController.context to StatusView and add a test
Egor Kislitsyn
2019-09-27
Move StatusController tests from MastodonAPIControllerTest to ↵
Egor Kislitsyn
StatusControllerTest