Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-06 | Merge branch 'refactoring/move-out-keys-from-user-info' into 'develop' | kaniini | |
Move local keys out of `user.info` See merge request pleroma/pleroma!1799 | |||
2019-10-06 | Use the user.id instead of nickname in report URLs | feld | |
Ensures links to profiles of remote users work. | |||
2019-10-06 | Move local keys out of `user.info` | rinpatch | |
2019-10-06 | Merge branch 'fix-prameter-name-of-accounts-update-credentials' into 'develop' | Haelwenn | |
Fix custom fields of accounts update credentials See merge request pleroma/pleroma!1597 | |||
2019-10-05 | Merge branch 'split-masto-api/leftovers' into 'develop' | kaniini | |
[#1278] Move a few more actions from MastodonAPIController See merge request pleroma/pleroma!1761 | |||
2019-10-05 | Merge branch 'accept-embedded-announce-object' into 'develop' | kaniini | |
Import object from self-Announce whenever possible See merge request pleroma/pleroma!1770 | |||
2019-10-05 | Merge branch 'unread-conversation-count' into 'develop' | kaniini | |
Add `pleroma.unread_conversation_count` to the Account entity See merge request pleroma/pleroma!1796 | |||
2019-10-05 | Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity | eugenijm | |
2019-10-05 | CommonAPI: Create profile updates as public. | lain | |
This saves us lots of sending out because we can use sharedInbox. | |||
2019-10-05 | ActivityPub / Transmogrifier: Correctly store incoming Update id. | lain | |
2019-10-05 | Make credo happy | Thibaut Girka | |
2019-10-05 | Import object from self-Announce whenever possible | Thibaut Girka | |
2019-10-05 | Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'" | kaniini | |
This reverts merge request !1737 | |||
2019-10-04 | removed legacy api: "/objects/:uuid/likes" | Maksim Pechnikov | |
2019-10-04 | Merge branch 'bugfix/widen-streamer-blocks' into 'develop' | kaniini | |
widen streaming API block effects See merge request pleroma/pleroma!1784 | |||
2019-10-04 | Merge branch 'user-info-unread-direct-conversation' into 'develop' | kaniini | |
Add the `unread_conversation_count` field to the user info See merge request pleroma/pleroma!1737 | |||
2019-10-04 | streamer: worker: actually use should_send? consistently | Ariadne Conill | |
2019-10-04 | streamer: worker: check for lack of intersectionality between a user's ↵ | Ariadne Conill | |
blocklist and an activity's recipientlist | |||
2019-10-04 | streamer: add missing copyright headers | Ariadne Conill | |
2019-10-04 | ActivityPub: Change addressing of Undo. | lain | |
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 | Fix OAuthController | Egor Kislitsyn | |
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-03 | Move config task docs to a separate file and mark it as WIP | rinpatch | |
2019-10-03 | Mix tasks: derive moduledoc from doc files | rinpatch | |
2019-10-03 | Move database maintenance tasks docs to a separate file | rinpatch | |
2019-10-03 | Move user tasks docs to a separate file | 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 | 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-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 | 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 | 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 | 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-01 | Revert "Add upload limits to /api/v1/instance" | feld | |
This reverts commit db27c0dd8b18763ff2abb124ee8d641a4580cdaa. |