Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-04 | Merge branch 'featrue/job-monitor' into 'develop' | lain | |
Add Pleroma.JobQueueMonitor Closes #1274 See merge request pleroma/pleroma!1721 | |||
2019-10-04 | Merge branch 'fix/nickname-fail' into 'develop' | lain | |
Fix get_cached_by_nickname_or_id not allowing to get local users by nickname Closes #1293 See merge request pleroma/pleroma!1777 | |||
2019-10-04 | Fix get_cached_by_nickname_or_id not allowing to get local users by | rinpatch | |
nickname Closes #1293 | |||
2019-10-04 | Merge branch 'bugfix/notification-nil-actor' into 'develop' | lain | |
notification_view.ex: Make sure `account` isn’t empty See merge request pleroma/pleroma!1779 | |||
2019-10-04 | notification_view.ex: Make sure `account` isn’t empty | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1203 | |||
2019-10-04 | Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity | eugenijm | |
2019-10-02 | [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # CHANGELOG.md # lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex # lib/pleroma/web/router.ex | |||
2019-10-02 | Move `:favourites` and `:bookmarks` actions to StatusController | Egor Kislitsyn | |
2019-10-02 | Move `follows`, `mutes` and `blocks` actions to AccountController | Egor Kislitsyn | |
2019-10-02 | Fix credo warning | Egor Kislitsyn | |
2019-10-02 | Add MastoFEController | Egor Kislitsyn | |
2019-10-02 | Add CustomEmojiController | Egor Kislitsyn | |
2019-10-02 | Merge branch 'split-masto-api/instance' into 'develop' | kaniini | |
Extract instance actions from `MastodonAPIController` to `InstanceController` See merge request pleroma/pleroma!1760 | |||
2019-10-02 | Inline object when Announcing a self-owned private object | Thibaut Girka | |
2019-10-02 | Add tests for Pleroma.JobQueueMonitor | Egor Kislitsyn | |
2019-10-02 | Extract instance actions from `MastodonAPIController` to `InstanceController` | Egor Kislitsyn | |
2019-10-02 | Merge branch 'feature/send-identifier-on-oauth-error' into 'develop' | kaniini | |
Send an identifier alongside with error message in OAuthController See merge request pleroma/pleroma!1765 | |||
2019-10-02 | Merge branch 'split-masto-api/auth' into 'develop' | kaniini | |
Extract auth actions from `MastodonAPIController` to `AuthController` See merge request pleroma/pleroma!1759 | |||
2019-10-02 | Merge branch 'features/private-reblogs' into 'develop' | kaniini | |
Allow receiving private self-announces over ActivityPub See merge request pleroma/pleroma!1766 | |||
2019-10-01 | Revert "Add upload limits to /api/v1/instance" | feld | |
This reverts commit db27c0dd8b18763ff2abb124ee8d641a4580cdaa. | |||
2019-10-01 | Store private announcements in object.data["announcements"], filter them on ↵ | Thibaut Girka | |
display | |||
2019-10-01 | Track failed proxy urls and don't request them again | Sergey Suprunenko | |
2019-10-01 | Add tests for privately announcing statuses via API | Thibaut Girka | |
2019-10-01 | Add tests | Thibaut Girka | |
2019-10-01 | Send an identifier alongside with error message in OAuthController | Maxim Filippov | |
2019-10-01 | Extract auth actions from `MastodonAPIController` to `AuthController` | Egor Kislitsyn | |
2019-10-01 | Extract apps actions from `MastodonAPIController` to `AppController` | Egor Kislitsyn | |
2019-10-01 | Extract suggestions actions from `MastodonAPIController` to ↵ | Egor Kislitsyn | |
`SuggestionController` | |||
2019-10-01 | Extract media actions from `MastodonAPIController` to `MediaController` | Egor Kislitsyn | |
2019-10-01 | Extract poll actions from `MastodonAPIController` to `PollController` | Egor Kislitsyn | |
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 | Transmogrifier: Handle compact objects in undos. | lain | |
2019-09-30 | Extract mascot actions from `MastodonAPIController` to MascotController | Egor Kislitsyn | |
2019-09-30 | Fix warning in TransmogrifierTest | Egor Kislitsyn | |
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 | Move account_lists test to MastodonAPI.AccountControllerTest | Egor Kislitsyn | |
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 'features/apc2s-media-upload' into 'develop' | kaniini | |
AP C2S mediaUpload Closes #1171 See merge request pleroma/pleroma!1706 | |||
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 | Merge branch 'split-masto-api/conversations' into 'develop' | kaniini | |
Extract conversation actions from `MastodonAPIController` to ConversationController See merge request pleroma/pleroma!1743 | |||
2019-09-30 | Extract report actions from `MastodonAPIController` to `ReportController` | Egor Kislitsyn | |
Update MastodonAPI.ReportView | |||
2019-09-30 | change new scrobble endpoint | Ariadne Conill | |
2019-09-30 | test: fix scrobble controller tests | Ariadne Conill | |
2019-09-30 | common api: make sure the generated IR is actually federatable | Ariadne Conill | |
2019-09-30 | test: transmogrifier: add test proving that transmogrifier can handle ↵ | Ariadne Conill | |
outgoing listens |