Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-03 | Oops | rinpatch | |
2019-10-03 | Move user tasks docs to a separate file | rinpatch | |
2019-10-03 | Use consistent command signature | rinpatch | |
2019-10-03 | Fix up some headings | rinpatch | |
2019-10-03 | Move uploads task docs to a separate file | rinpatch | |
2019-10-03 | Move relay docs to a separate file | rinpatch | |
2019-10-03 | Move instance CLI task docs to a text file | rinpatch | |
2019-10-03 | Improve styling of CLI tasks | rinpatch | |
2019-10-03 | Move digest email docs to a separate file and improve styling | rinpatch | |
2019-10-03 | Move emoji task docs to a separate file | rinpatch | |
2019-10-03 | Remove a reference to inline docs since everything it describes is | rinpatch | |
described in the cheatsheet already and add A TODO | |||
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 | 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 | 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` |