aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-05Merge remote-tracking branch 'origin/develop' into reactionslain
2019-10-05CommonAPI: Create profile updates as public.lain
This saves us lots of sending out because we can use sharedInbox.
2019-10-05ActivityPub / Transmogrifier: Correctly store incoming Update id.lain
2019-10-05Add test for handling Announces with inlined object from different originThibaut Girka
2019-10-05Make credo happyThibaut Girka
2019-10-05Import object from self-Announce whenever possibleThibaut Girka
2019-10-05Merge branch 'revert-5c04e817' into 'develop'kaniini
Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'" See merge request pleroma/pleroma!1794
2019-10-05Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'"kaniini
This reverts merge request !1737
2019-10-05Transmogrifier: Extend misskey like compatibility.lain
2019-10-05Merge remote-tracking branch 'origin/develop' into reactionslain
2019-10-04Merge branch 'issue/1296' into 'develop'kaniini
[#1296] removed legacy api: "/objects/:uuid/likes" See merge request pleroma/pleroma!1788
2019-10-04removed legacy api: "/objects/:uuid/likes"Maksim Pechnikov
2019-10-04Merge branch 'bugfix/widen-streamer-blocks' into 'develop'kaniini
widen streaming API block effects See merge request pleroma/pleroma!1784
2019-10-04Merge 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-04Admin API: Allow changing the state of multiple reports at onceMaxim Filippov
2019-10-04Move HTTP verb to the header (admin_api.md)Maxim Filippov
2019-10-04Merge branch 'fix/extended-nickname-format-default-config' into 'develop'kaniini
Add missing extended_nickname_format setting to the default config See merge request pleroma/pleroma!1776
2019-10-04Merge branch 'undo-fixes' into 'develop'kaniini
ActivityPub: Change addressing of Undo. See merge request pleroma/pleroma!1782
2019-10-04update changelogAriadne Conill
2019-10-04streamer: worker: actually use should_send? consistentlyAriadne Conill
2019-10-04streamer: worker: check for lack of intersectionality between a user's ↵Ariadne Conill
blocklist and an activity's recipientlist
2019-10-04streamer: add missing copyright headersAriadne Conill
2019-10-04tests: streamer: add a test for blocked transitive activitiesAriadne Conill
2019-10-04ActivityPub.Utils: Fix undo test.lain
2019-10-04Transmogrifier: Handle misskey likes with reactions like EmojiReactions.lain
2019-10-04ActivityPub: Change addressing of Undo.lain
2019-10-04Merge branch 'develop' into 'fix/extended-nickname-format-default-config'feld
# Conflicts: # CHANGELOG.md
2019-10-04Merge branch 'featrue/job-monitor' into 'develop'lain
Add Pleroma.JobQueueMonitor Closes #1274 See merge request pleroma/pleroma!1721
2019-10-04Update Changelog.lain
2019-10-04Merge 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-04Fix get_cached_by_nickname_or_id not allowing to get local users byrinpatch
nickname Closes #1293
2019-10-04Merge 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-04Merge branch 'fix/oauth-controller' into 'develop'lain
Fix OAuthController Closes #1294 See merge request pleroma/pleroma!1780
2019-10-04Fix OAuthControllerEgor Kislitsyn
2019-10-04notification_view.ex: Make sure `account` isn’t emptyHaelwenn (lanodan) Monnier
Related: https://git.pleroma.social/pleroma/pleroma/issues/1203
2019-10-03Merge branch 'docs/frontend_configuration' into 'develop'rinpatch
cheatsheet.md: link to pleroma-fe docs for :frontend_configurations See merge request pleroma/pleroma!1778
2019-10-04cheatsheet.md: link to pleroma-fe docs for :frontend_configurationsHaelwenn (lanodan) Monnier
2019-10-04Mastodon API: Add `pleroma.unread_conversation_count` to the Account entityeugenijm
2019-10-03Transmogrifier: Handle incoming Undos for EmojiReactions.lain
2019-10-03Merge branch 'mkdocs-migration-prep' into 'develop'rinpatch
MkDocs migration preparation See merge request pleroma/pleroma!1774
2019-10-03Remove a test branch from CIrinpatch
2019-10-03Add missing extended_nickname_format setting to the default configMark Felder
2019-10-03Add a missing language specificationrinpatch
2019-10-03Change docs build/deploy to just trigger a pipeline in the docs reporinpatch
2019-10-03Move config task docs to a separate file and mark it as WIPrinpatch
2019-10-03Mix tasks: derive moduledoc from doc filesrinpatch
2019-10-03Move database maintenance tasks docs to a separate filerinpatch
2019-10-03MkDocs does not like if a paragraph doesn't have a newline after itrinpatch
2019-10-03Remove silent mode note as it's no longer relevantrinpatch
2019-10-03Cheatsheet: Use note/warning blocks instead of bold textrinpatch