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 (
Expand
)
Author
2020-02-12
Fix `status.expires_in` validation
Egor Kislitsyn
2020-02-07
Questions: Add timezone to `closed` property
Lain Soykaf
2020-01-20
StatusControllerTest: Fix typo
lain
2020-01-20
CommonAPI: Don't error out on double favs/repeats
lain
2019-12-15
OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: co...
Ivan Tashkinov
2019-11-19
[#1335] Implemented notification mutes and reblog mutes as UserRelationships....
Ivan Tashkinov
2019-11-10
[#1335] User: refactored :blocks field into :blocked_users relation.
Ivan Tashkinov
2019-10-21
Merge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-d...
Ivan Tashkinov
2019-10-19
change Maksim's test description
Ariadne Conill
2019-10-19
fix test
Maksim Pechnikov
2019-10-19
added test fo Pleroma.Web.MastodonAPI.StatusController
Maksim Pechnikov
2019-10-16
[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.
Ivan Tashkinov
2019-10-09
Mastodon API: Return `pleroma.direct_conversation_id` when viewing a status (...
eugenijm
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 d...
Thibaut Girka
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
2019-09-27
Extract scheduled statuses actions from `MastodonAPIController` to `Scheduled...
Egor Kislitsyn
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 StatusControlle...
Egor Kislitsyn