| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-15 | Store status data inside flag activity | Maxim Filippov | |
| 2019-10-14 | Mastodon API: Add `exclude_visibilities` parameter to the timeline and ↵ | eugenijm | |
| notification endpoints | |||
| 2019-10-13 | Merge branch 'incoming-id-fixes' into 'develop' | lain | |
| Assorted transmogrifier fixes See merge request pleroma/pleroma!1831 | |||
| 2019-10-11 | Make MediaProxy failure tracking less brutal | rinpatch | |
| The current failure tracking mechanism will never request anything that didn't respond with a success, 403, 404, or 5xx codes. This is causing issues when using in real fediverse because of weird status codes some software has and timeouts being frequent. This patch changes failure tracking mechanism to only never request the url again if it responded with 400, 204, or the body is too large, otherwise it can be re-requested in 60 seconds. | |||
| 2019-10-11 | Ostatus DeleteHandler: Fix for new option format. | lain | |
| 2019-10-11 | Transmogrifier: Correctly save incoming ids for Accept/Reject. | lain | |
| 2019-10-11 | Transmogrifier: Actually store who deleted a note. | lain | |
| 2019-10-10 | Transmogrifier: Save correct ids for incoming deletes. | lain | |
| 2019-10-09 | Merge branch 'add-direct-conversation-id-to-status-show-page' into 'develop' | lain | |
| Add `pleroma.direct_conversation_id` to `GET /api/v1/statuses/:id` See merge request pleroma/pleroma!1822 | |||
| 2019-10-09 | Add a task to re-count statuses for all users | Egor Kislitsyn | |
| 2019-10-09 | Mastodon API: Return `pleroma.direct_conversation_id` when viewing a status ↵ | eugenijm | |
| (`GET /api/v1/statuses/:id`) | |||
| 2019-10-07 | mastodon api: fix exclude_replies (closes #1287) | Ariadne Conill | |
| 2019-10-07 | Extract RSS Feed functionality from OStatus | Sergey Suprunenko | |
| 2019-10-07 | Merge branch 'mrf/simple_policy/check_actor' into 'develop' | kaniini | |
| mrf/simple_policy: check actor against accept/reject See merge request pleroma/pleroma!1806 | |||
| 2019-10-07 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
| 1260-rate-limited-auth-actions # Conflicts: # CHANGELOG.md | |||
| 2019-10-07 | Merge branch '1234-mastodon-2-4-3-oauth-scopes' into 'develop' | Haelwenn | |
| [#1234] Mastodon 2.4.3 hierarchical OAuth scopes Closes #1234 See merge request pleroma/pleroma!1643 | |||
| 2019-10-07 | mrf/simple_policy: check actor against accept/reject | Haelwenn (lanodan) Monnier | |
| 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 | [#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-06 | Move local keys out of `user.info` | rinpatch | |
| 2019-10-06 | 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/account_controller.ex # lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex # lib/pleroma/web/router.ex | |||
| 2019-10-06 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
| 1260-rate-limited-auth-actions # Conflicts: # CHANGELOG.md | |||
| 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 | |
