Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-03 | Fix more links | rinpatch | |
2019-10-03 | Fix references to other pages | rinpatch | |
2019-10-03 | Remove Small customizations as it's contents have been integrated into | rinpatch | |
static_dir.md | |||
2019-10-02 | Remove "General tips for customizing Pleroma FE" because it's no longer | rinpatch | |
relevant and we have actual fe docs now | |||
2019-10-02 | Rename "Configuration" to "Configuration Cheat Sheet" and explain a bit | rinpatch | |
about how Pleroma Configuration works | |||
2019-10-02 | Rename some directories because MkDocs uses them for categories | rinpatch | |
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 | Merge branch 'split-masto-api/masto_fe_and_custom_emojis' into 'develop' | rinpatch | |
[#1278] Move actions from MastodonAPIController to CustomEmojiController and MastoFEController See merge request pleroma/pleroma!1772 | |||
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 | Merge branch 'accept-embedded-announce-object' into 'develop' | kaniini | |
Inline object when Announcing a self-owned private object See merge request pleroma/pleroma!1769 | |||
2019-10-02 | Merge branch 'get_announce_visibility-name' into 'develop' | kaniini | |
Rename misleading `get_announce_visibility` to `public_announce?` See merge request pleroma/pleroma!1768 | |||
2019-10-02 | Inline object when Announcing a self-owned private object | Thibaut Girka | |
2019-10-02 | Rename misleading `get_announce_visibility` to `public_announce?` | Thibaut Girka | |
2019-10-02 | Add tests for Pleroma.JobQueueMonitor | Egor Kislitsyn | |
2019-10-02 | Update CHANGELOG and pleroma_api.md | Egor Kislitsyn | |
2019-10-02 | Remove `:enqueued` counter | 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-02 | Merge branch 'update/admin-fe-20191001' into 'develop' | kaniini | |
Update AdminFE bundle See merge request pleroma/pleroma!1767 | |||
2019-10-01 | Update AdminFE bundle | Mark Felder | |
2019-10-01 | Merge branch 'feature/expose-attachment-size' into 'develop' | feld | |
Add upload limits to /api/v1/instance See merge request pleroma/pleroma!1614 | |||
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 | Merge branch 'feature/track-reverse-proxy-failures' into 'develop' | feld | |
Track failed proxy urls and don't request them again Closes #1197 See merge request pleroma/pleroma!1618 | |||
2019-10-01 | Track failed proxy urls and don't request them again | Sergey Suprunenko | |
2019-10-01 | Fix returned visibility of announces in MastodonAPI | Thibaut Girka | |
2019-10-01 | Add tests for privately announcing statuses via API | Thibaut Girka | |
2019-10-01 | Allow users to announce privately, including own private notes | Thibaut Girka | |
2019-10-01 | Discard identifier, if empty | Maxim Filippov | |
2019-10-01 | Add tests | Thibaut Girka | |
2019-10-01 | Ensure self-announces do not widen the audience of the original post | Thibaut Girka | |
2019-10-01 | Make activity announceable by its author. | KokaKiwi | |
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 | Merge branch 'split-masto-api/apps' into 'develop' | kaniini | |
Extract apps actions from `MastodonAPIController` to `AppController` See merge request pleroma/pleroma!1758 | |||
2019-10-01 | Extract apps actions from `MastodonAPIController` to `AppController` | Egor Kislitsyn | |
2019-10-01 | Merge branch 'split-masto-api/suggestions' into 'develop' | kaniini | |
Extract suggestions actions from `MastodonAPIController` to `SuggestionController` See merge request pleroma/pleroma!1757 | |||
2019-10-01 | Extract suggestions actions from `MastodonAPIController` to ↵ | Egor Kislitsyn | |
`SuggestionController` | |||
2019-10-01 | Merge branch 'split-masto-api/media' into 'develop' | kaniini | |
Extract media actions from `MastodonAPIController` to `MediaController` See merge request pleroma/pleroma!1756 | |||
2019-10-01 | Extract media actions from `MastodonAPIController` to `MediaController` | Egor Kislitsyn | |
2019-10-01 | Merge branch 'split-masto-api/polls' into 'develop' | kaniini | |
Extract poll actions from `MastodonAPIController` to `PollController` See merge request pleroma/pleroma!1755 | |||
2019-10-01 | Extract poll actions from `MastodonAPIController` to `PollController` | Egor Kislitsyn | |
2019-10-01 | Add `rel="ugc"` | kPherox | |