Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-29 | Remove subscription_notifications table if it existed | rinpatch | |
Followup to !1741 | |||
2019-09-29 | Merge branch 'feature/follow-requests-count' into 'develop' | kaniini | |
Mastodon API: add follow_requests_count See merge request pleroma/pleroma!1726 | |||
2019-09-29 | Merge branch 'chores/1691-breaking-change' into 'develop' | Haelwenn | |
!1691 is a breaking change + documentation fixes See merge request pleroma/pleroma!1739 | |||
2019-09-29 | CHANGELOG.md: Sorting, colon after breaking | Haelwenn (lanodan) Monnier | |
[ci skip] | |||
2019-09-29 | admin_api.md: Put data-type info as the values | Haelwenn (lanodan) Monnier | |
Similar to how the other responses examples are done, this also makes it proper JSON (as it doesn’t have comments). | |||
2019-09-29 | CHANGELOG.md: !1691 is a breaking change | Haelwenn (lanodan) Monnier | |
!1691: https://git.pleroma.social/pleroma/pleroma/merge_requests/1691 | |||
2019-09-28 | Merge branch 'chore/update-docs' into 'develop' | Haelwenn | |
Update admin_api.md See merge request pleroma/pleroma!1738 | |||
2019-09-29 | Update admin_api.md | Maxim Filippov | |
2019-09-28 | Merge branch 'tests/mastodon_api_controller.ex' into 'develop' | Haelwenn | |
tests for mastodon_api_controller.ex See merge request pleroma/pleroma!1639 | |||
2019-09-28 | Merge branch 'develop' into tests/mastodon_api_controller.ex | Maksim Pechnikov | |
2019-09-28 | Merge branch 'bugfix/post-empty-status' into 'develop' | Haelwenn | |
status_controller.ex: Posting media status without content defined See merge request pleroma/pleroma!1735 | |||
2019-09-28 | status_controller.ex: Posting media status without content defined | Haelwenn (lanodan) Monnier | |
2019-09-27 | Merge branch 'fix/empty-attachment-statuses' into 'develop' | rinpatch | |
Fix not being able to post empty statuses with attachments See merge request pleroma/pleroma!1734 | |||
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 'remote-ip' into 'develop' | Haelwenn | |
Add `remote_ip` plug See merge request pleroma/pleroma!1608 | |||
2019-09-27 | Add `remote_ip` plug | minibikini | |
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 | Merge branch 'split-masto-api/filters' into 'develop' | kaniini | |
Extract filter actions from `MastodonAPIController` to `FilterController` See merge request pleroma/pleroma!1725 | |||
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 | Cleanup ScheduledActivityView | Egor Kislitsyn | |
2019-09-27 | Extract scheduled statuses actions from `MastodonAPIController` to ↵ | Egor Kislitsyn | |
`ScheduledActivityController` | |||
2019-09-27 | Merge branch 'fix/subscription-notification-view' into 'develop' | kaniini | |
Fix SubscriptionNotificationView See merge request pleroma/pleroma!1727 | |||
2019-09-27 | Extract filter actions from `MastodonAPIController` to `FilterController` | Egor Kislitsyn | |
2019-09-27 | Fix SubscriptionNotificationView | Egor Kislitsyn | |
2019-09-27 | Merge branch 'refactor/status-controller' into 'develop' | kaniini | |
Extract status actions from `MastodonAPIController` to `StatusController` See merge request pleroma/pleroma!1719 | |||
2019-09-27 | changelog | Ariadne Conill | |
2019-09-27 | mastodon api: implement follow_requests_count | Ariadne Conill | |
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-27 | Merge branch 'refactor/subscription' into 'develop' | kaniini | |
Refactor subscription functionality Closes #1130 See merge request pleroma/pleroma!1664 | |||
2019-09-27 | Extract status actions from `MastodonAPIController` into `StatusController` | Egor Kislitsyn | |
2019-09-27 | Merge branch 'patch-2' into 'develop' | kaniini | |
Minor corrections and clarification for Alpine standard v.3.10 See merge request pleroma/pleroma!1594 | |||
2019-09-27 | Merge branch 'update/docs-jp' into 'develop' | kaniini | |
Update Japanese document to follow English document See merge request pleroma/pleroma!1615 | |||
2019-09-27 | Merge branch 'list-packs-docs' into 'develop' | kaniini | |
Add list_from endpoint to the pleroma_api docs See merge request pleroma/pleroma!1720 | |||
2019-09-27 | Merge branch 'patch-1' into 'develop' | kaniini | |
Fix code block for admin api document See merge request pleroma/pleroma!1722 | |||
2019-09-27 | Merge branch 'refactor/common_api' into 'develop' | kaniini | |
Refactor `CommonAPI.post/2` See merge request pleroma/pleroma!1713 | |||
2019-09-27 | Merge branch 'refactor/timeline-controller' into 'develop' | kaniini | |
Extract timeline actions from `MastodonAPIController` into `TimelineController` See merge request pleroma/pleroma!1648 | |||
2019-09-26 | Merge branch 'chore/changelog-sync' into 'develop' | rinpatch | |
Sync changelogs between master and develop See merge request pleroma/pleroma!1724 | |||
2019-09-27 | Sync changelogs between master and develop | rinpatch | |
2019-09-26 | add deprecated tag | Maksim Pechnikov | |
2019-09-26 | Merge branch 'develop' into tests/mastodon_api_controller.ex | Maksim Pechnikov | |
2019-09-26 | Merge branch 'feature/moderation-log-filters' into 'develop' | feld | |
Moderation log filters See merge request pleroma/pleroma!1607 | |||
2019-09-26 | Add docs | Maxim Filippov | |
2019-09-26 | Fix code block for admin api document | kPherox | |
2019-09-26 | Merge branch 'develop' into feature/moderation-log-filters | Maxim Filippov | |
2019-09-26 | Merge branch 'develop' into tests/mastodon_api_controller.ex | Maksim Pechnikov | |
2019-09-26 | Update CHANGELOG | Roman Chvanikov | |