Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-01 | Add `rel="ugc"` | kPherox | |
2019-10-01 | Merge remote-tracking branch 'upstream/develop' into ↵ | kPherox | |
fix-prameter-name-of-accounts-update-credentials | |||
2019-09-30 | Move update_credentials to MastodonAPI.AccountController | Egor Kislitsyn | |
2019-09-30 | Move account_register, relationships and verify_credentials to ↵ | Egor Kislitsyn | |
MastodonAPI.AccountController | |||
2019-09-30 | Disable async in DomainBlockControllerTest | Egor Kislitsyn | |
2019-09-30 | Add PleromaAPI.AccountController | Egor Kislitsyn | |
2019-09-30 | Fix merge | Egor Kislitsyn | |
2019-09-30 | Fix ReportControllerTest | Egor Kislitsyn | |
2019-09-30 | Merge branch 'split-masto-api/reports' into 'develop' | kaniini | |
Extract report actions from `MastodonAPIController` to `ReportController` See merge request pleroma/pleroma!1744 | |||
2019-09-30 | Extract report actions from `MastodonAPIController` to `ReportController` | Egor Kislitsyn | |
Update MastodonAPI.ReportView | |||
2019-09-30 | Extract conversation actions from `MastodonAPIController` to ↵ | Egor Kislitsyn | |
ConversationController | |||
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 | [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # lib/pleroma/web/admin_api/admin_api_controller.ex | |||
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-09-15 | [#1234] Permissions-related fixes / new functionality (Masto 2.4.3 scopes). | Ivan Tashkinov | |
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 |