| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Merge branch 'split-masto-api/follow-requests' into 'develop' | kaniini | |
| Extract follow requests actions from `MastodonAPIController` to `FollowRequestController` See merge request pleroma/pleroma!1730 | |||
| 2019-09-27 | Merge branch 'split-masto-api/domain-blocks' into 'develop' | kaniini | |
| Extract domain blocks actions from `MastodonAPIController` to `DomainBlockController` See merge request pleroma/pleroma!1729 | |||
| 2019-09-27 | Merge branch 'split-masto-api/scheduled-statuses' into 'develop' | kaniini | |
| Extract scheduled statuses actions from `MastodonAPIController` to `ScheduledActivityController` See merge request pleroma/pleroma!1728 | |||
| 2019-09-27 | Extract domain blocks actions from `MastodonAPIController` to ↵ | Egor Kislitsyn | |
| `DomainBlockController` | |||
| 2019-09-27 | Extract follow requests actions from `MastodonAPIController` to ↵ | Egor Kislitsyn | |
| `FollowRequestController` | |||
| 2019-09-27 | Extract scheduled statuses actions from `MastodonAPIController` to ↵ | Egor Kislitsyn | |
| `ScheduledActivityController` | |||
| 2019-09-27 | Extract filter actions from `MastodonAPIController` to `FilterController` | 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 ↵ | Egor Kislitsyn | |
| StatusControllerTest | |||
| 2019-09-26 | Extract timeline actions from `MastodonAPIController` into `TimelineController` | Egor Kislitsyn | |
| 2019-09-24 | Extract notification actions from `MastodonAPIController` into ↵ | Egor Kislitsyn | |
| `NotificationController` | |||
| 2019-09-19 | Add `rel="ugc"` to hashtags and mentions | Egor Kislitsyn | |
| 2019-09-19 | Add support for `rel="ugc"` | Egor Kislitsyn | |
| 2019-09-17 | Mastodon API: Add a setting to hide follow/follower count from the user view ↵ | eugenijm | |
| (`hide_follows_count` and `hide_followers_count`) | |||
| 2019-08-26 | Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers ↵ | Egor Kislitsyn | |
| and test/web/mastodon_api/views | |||
| 2019-08-26 | Extract MastodonAPIController's list actions into ↵ | Egor Kislitsyn | |
| MastodonAPI.ListController; Add more tests | |||
