aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/activity_pub
AgeCommit message (Expand)Author
2020-08-11ActivityPub: Remove ActivityPub.acceptlain
2020-08-11Transmogrifier: Handle accepts with the pipelinelain
2020-08-11Linter fixes.lain
2020-08-11Transmogrifier: Remove handling of orphaned acceptslain
2020-08-11AcceptValidation: Codify accept rules.lain
2020-08-11AcceptValidator: Add basic validator with tests.lain
2020-08-11Transmogrifier: Small readability changes.lain
2020-08-11Merge branch 'fix/activity-expirations-again' of git.pleroma.social:pleroma/p...lain
2020-08-11SideEffects: Handle strange deletion case.lain
2020-08-10Transmogrifier: Remove duplicate code.lain
2020-08-05Merge remote-tracking branch 'upstream/develop' into restrict-domainAlex Gleason
2020-08-05Speed up instance timeline queryAlex Gleason
2020-08-05CommonValidations: More refactors.lain
2020-08-05CommonValidations: Refactor `same_domain?`lain
2020-08-05CommonValidations: Extract modification right checkerlain
2020-08-05Questions: Move fixes to validators.lain
2020-08-05CommonValidations: Remove superfluous functionlain
2020-08-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/po...lain
2020-08-04Merge branch 'deactivated-user-posts' into 'develop'rinpatch
2020-08-04Fix ActivityExpirationPolicyEgor Kislitsyn
2020-08-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/po...lain
2020-08-04question_validator: Allow content to be an empty-string (blank)Haelwenn (lanodan) Monnier
2020-08-04CommonValidations: Treat deactivated users as not present.lain
2020-08-03Merge branch 'follower-mrf-again' into 'develop'lain
2020-08-03MRF Object Age Policy: Don't break on messages without cc/tolain
2020-07-31Revert "Merge branch 'revert-1ac0969c' into 'develop'"lain
2020-07-31Revert "Merge branch 'mrf-silence-2' into 'develop'"lain
2020-07-31Merge remote-tracking branch 'pleroma/develop' into features/poll-validationHaelwenn (lanodan) Monnier
2020-07-31SimplePolicy: Fix problem with DM leaks.lain
2020-07-29Merge remote-tracking branch 'upstream/develop' into mrf-silenceAlex Gleason
2020-07-29SimpleMRF: :silence --> :followers_onlyAlex Gleason
2020-07-29EnsureRePrepended: Don't break on chat messages.lain
2020-07-28SimpleMRF silence: optimize, work okay with nil values in addressingAlex Gleason
2020-07-28SimpleMRF: Let instances be silencedAlex Gleason
2020-07-27Pipeline: Unify embedded_object / object_data, move to validator.lain
2020-07-24Side Effects: On undoing, put information about the undone object.Lain Soykaf
2020-07-24Pipeline: Add embedded object federation.Lain Soykaf
2020-07-23Merge branch '1973-chats-fix-with-restrict-unauthenticated' into 'develop'lain
2020-07-23[#2791] AccountView: renamed `:force` option to `:skip_visibility_check`.Ivan Tashkinov
2020-07-23Merge branch 'bugfix/mrf-reject-logging' into 'develop'lain
2020-07-22[#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish :re...Ivan Tashkinov
2020-07-18Allow restricting public timeline by instanceAlex Gleason
2020-07-15Merge branch 'features/mrf-reasons' into 'develop'rinpatch
2020-07-15Create Question: Add context field to createHaelwenn (lanodan) Monnier
2020-07-15{Answer,Question}Validator: Keep both actor and attributedTo for now but sync...Haelwenn (lanodan) Monnier
2020-07-15Fix attachments in pollsHaelwenn (lanodan) Monnier
2020-07-15Fixup for EctoType module moveHaelwenn (lanodan) Monnier
2020-07-15QuestionValidator: Use AttachmentValidatorHaelwenn (lanodan) Monnier
2020-07-15CreateGenericValidator: add expires_atHaelwenn (lanodan) Monnier
2020-07-15SideEffects: port ones from ActivityPub.do_create and ActivityPub.insertHaelwenn (lanodan) Monnier