Commit Graph

14 Commits (9fad30f553debb5a55d4479e8615dc8571bda593)

Author SHA1 Message Date
rinpatch b74f4260ae Fix rendering conversations when there's a malformed status
5 years ago
eugenijm 790ae8e189 Mastodon API: Fix private and direct statuses not being filtered out from the public timeline for an authenticated user (`GET /api/v1/timelines/public`)
5 years ago
kPherox c5338764df Extract if block into private function
5 years ago
kPherox db6c5aa66a Change to delete empty name field
5 years ago
kPherox 313b134fac Fix type of fields_attributes
5 years ago
kPherox 81abee22b6 Rename fields to fields_attributes
5 years ago
rinpatch eae9a6d34d Initial poll refresh support
5 years ago
rinpatch 056780fd8e Mastodon API: Respect post privacy in favourited/reblogged endpoints
5 years ago
Egor Kislitsyn b40b10b53d Add an endpoint to get multiple statuses by IDs
5 years ago
rinpatch 26fe6f70c9 Move checking for restrict_local to User.get_cached_by_id_or_nickname
5 years ago
rinpatch cc1d1ee406 Mastdon API: Add ability to get a remote account by nickname to
5 years ago
Egor Kislitsyn 4194abbc8f Move mastodon_api/*_controller.ex to mastodon_api/controllers/
5 years ago
Egor Kislitsyn 30510ade0e Extract MastodonAPIController's list actions into MastodonAPI.ListController; Add more tests
5 years ago
Egor Kislitsyn 4d82bc8b0b Extract MastodonAPI.MastodonAPIController.errors/2 to MastodonAPI.FallbackController
5 years ago