aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/activity_pub
AgeCommit message (Expand)Author
2019-07-28transmogrifier: use User.delete() instead of handrolled user deletion code fo...Ariadne Conill
2019-07-14security: detect object containment violations at the IR levelAriadne Conill
2019-06-24Rework user deletionSergey Suprunenko
2019-06-24Broadcast conversation update when DM is deletedEugenij
2019-06-21change the anti-link-spam MRF implementation to use old_user? instead of the ...William Pitcock
2019-06-19unbreak pollsWilliam Pitcock
2019-06-19implement anti link spam MRFWilliam Pitcock
2019-06-14it is changed in compile timeAlexander Strizhakov
2019-06-07Transmogrifier: Do not crash if inReplyTo does not exist and can't be fetchedrinpatch
2019-06-05Utils: Use update_follow_state_for_all when appropriate.lain
2019-06-05Utils: Split update_follow_state and update_follow_state_for_all.lain
2019-06-05User: Remove superfluous `maybe_follow`.lain
2019-06-05Transmogrifier: Add tests for incoming follows to locked accounts.lain
2019-06-04update ActivityPub#fetch_activities_queryMaksim Pechnikov
2019-06-04Merge branch 'develop' into issue/941Maksim Pechnikov
2019-06-04update ActivityPub#fetch_activities_queryMaksim Pechnikov
2019-06-04Restrict `get_existing_votes` to only get Create activitiesrinpatch
2019-06-04utils: access inReplyTo as an explicit string when fetching poll results`William Pitcock
2019-06-04Merge branch 'develop' into issue/941Maksim Pechnikov
2019-06-04Merge branch 'feature/mrf-subchain' into 'develop'kaniini
2019-06-03add option skip_thread_containmentMaksim Pechnikov
2019-06-03Merge branch 'develop' into feature/polls-2-electric-boogalorinpatch
2019-06-03Change query order in fetch_activities_for_context_query to make poll vote ex...rinpatch
2019-06-02formattingWilliam Pitcock
2019-06-02mrf: add subchain policyWilliam Pitcock
2019-06-02mrf: allow a policy chain to be specified when filteringWilliam Pitcock
2019-06-01Resolve merge conflictsrinpatch
2019-06-01Add poll votesrinpatch
2019-06-01Merge branch 'bugfix/visibility-indicator-litepub-dm' into 'develop'kaniini
2019-06-01Remove all follower collections but actor's from "cc"Sergey Suprunenko
2019-06-01visibility: if litepub:directMessage is asserted, always report the object as...William Pitcock
2019-05-31Merge branch 'hotfix/leaking-lists' into 'develop'lambda
2019-05-31Mastodon API: Fix lists leaking private postsrinpatch
2019-05-31Fix fix_explicit_addressing moving follower collection to cc and add tests fo...rinpatch
2019-05-30Use Pleroma.Config everywhereEgor Kislitsyn
2019-05-26Merge branch 'refactor/die-httpoison-die' into 'develop'lambda
2019-05-26mrf: simple policy: fix matching imported activitypub and ostatus statusesWilliam Pitcock
2019-05-25kill @httpoisonWilliam Pitcock
2019-05-23Change the order of preloading when fetching activities for contextrinpatch
2019-05-22mrf: simple policy: add the ability to strip avatars and banners from user pr...William Pitcock
2019-05-22activitypub: run user objects through MRF filtersWilliam Pitcock
2019-05-22mrf: defang policy modules for filtering user profile objectsWilliam Pitcock
2019-05-22Exclude Answers from fetching by defaultrinpatch
2019-05-22Normalize poll votes to Answer objectsrinpatch
2019-05-22move key generation functions into Pleroma.Keys moduleWilliam Pitcock
2019-05-21Do not stream out poll repliesrinpatch
2019-05-21Restrict poll replies when fetching activiites for contextrinpatch
2019-05-21Handle poll votesrinpatch
2019-05-21Add virtual :thread_muted? fieldAaron Tinio
2019-05-20Add report filtering to MRF.SimplePolicyAaron Tinio