summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
AgeCommit message (Expand)Author
2019-10-04Merge branch 'bugfix/notification-nil-actor' into 'develop'lain
2019-10-04notification_view.ex: Make sure `account` isn’t emptyHaelwenn (lanodan) Monnier
2019-10-02Add MastoFEControllerEgor Kislitsyn
2019-10-02Add CustomEmojiControllerEgor Kislitsyn
2019-10-02Extract instance actions from `MastodonAPIController` to `InstanceController`Egor Kislitsyn
2019-10-02Merge branch 'split-masto-api/auth' into 'develop'kaniini
2019-10-02Merge branch 'features/private-reblogs' into 'develop'kaniini
2019-10-01Revert "Add upload limits to /api/v1/instance"feld
2019-10-01Store private announcements in object.data["announcements"], filter them on d...Thibaut Girka
2019-10-01Add tests for privately announcing statuses via APIThibaut Girka
2019-10-01Extract auth actions from `MastodonAPIController` to `AuthController`Egor Kislitsyn
2019-10-01Extract apps actions from `MastodonAPIController` to `AppController`Egor Kislitsyn
2019-10-01Extract suggestions actions from `MastodonAPIController` to `SuggestionContro...Egor Kislitsyn
2019-10-01Extract media actions from `MastodonAPIController` to `MediaController`Egor Kislitsyn
2019-10-01Extract poll actions from `MastodonAPIController` to `PollController`Egor Kislitsyn
2019-09-30Extract mascot actions from `MastodonAPIController` to MascotControllerEgor Kislitsyn
2019-09-30Move update_credentials to MastodonAPI.AccountControllerEgor Kislitsyn
2019-09-30Move account_register, relationships and verify_credentials to MastodonAPI.Ac...Egor Kislitsyn
2019-09-30Move account_lists test to MastodonAPI.AccountControllerTestEgor Kislitsyn
2019-09-30Disable async in DomainBlockControllerTestEgor Kislitsyn
2019-09-30Add PleromaAPI.AccountControllerEgor Kislitsyn
2019-09-30Fix mergeEgor Kislitsyn
2019-09-30Fix ReportControllerTestEgor Kislitsyn
2019-09-30Merge branch 'split-masto-api/reports' into 'develop'kaniini
2019-09-30Merge branch 'split-masto-api/conversations' into 'develop'kaniini
2019-09-30Extract report actions from `MastodonAPIController` to `ReportController`Egor Kislitsyn
2019-09-30mastodon api: implement rendering of listen activitiesAriadne Conill
2019-09-30Extract conversation actions from `MastodonAPIController` to ConversationCont...Egor Kislitsyn
2019-09-29Revert subscription refactoring.rinpatch
2019-09-29Merge branch 'feature/follow-requests-count' into 'develop'kaniini
2019-09-28Merge branch 'develop' into tests/mastodon_api_controller.exMaksim Pechnikov
2019-09-28status_controller.ex: Posting media status without content definedHaelwenn (lanodan) Monnier
2019-09-28Fix not being able to post empty statuses with attachmentsrinpatch
2019-09-27Merge branch 'split-masto-api/follow-requests' into 'develop'kaniini
2019-09-27Merge branch 'split-masto-api/domain-blocks' into 'develop'kaniini
2019-09-27Merge branch 'split-masto-api/scheduled-statuses' into 'develop'kaniini
2019-09-27Extract domain blocks actions from `MastodonAPIController` to `DomainBlockCon...Egor Kislitsyn
2019-09-27Extract follow requests actions from `MastodonAPIController` to `FollowReques...Egor Kislitsyn
2019-09-27Extract scheduled statuses actions from `MastodonAPIController` to `Scheduled...Egor Kislitsyn
2019-09-27Extract filter actions from `MastodonAPIController` to `FilterController`Egor Kislitsyn
2019-09-27Merge branch 'refactor/status-controller' into 'develop'kaniini
2019-09-27mastodon api: implement follow_requests_countAriadne Conill
2019-09-27Move view logic from StatusController.context to StatusView and add a testEgor Kislitsyn
2019-09-27Move StatusController tests from MastodonAPIControllerTest to StatusControlle...Egor Kislitsyn
2019-09-27Merge branch 'refactor/subscription' into 'develop'kaniini
2019-09-27Extract status actions from `MastodonAPIController` into `StatusController`Egor Kislitsyn
2019-09-26Merge branch 'develop' into tests/mastodon_api_controller.exMaksim Pechnikov
2019-09-26Merge developRoman Chvanikov
2019-09-26Extract timeline actions from `MastodonAPIController` into `TimelineController`Egor Kislitsyn
2019-09-26Merge branch 'refactor/notification-controller' into 'develop'kaniini