aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/activity_pub/pipeline.ex
AgeCommit message (Collapse)Author
2020-07-27Pipeline: Unify embedded_object / object_data, move to validator.lain
2020-07-24Pipeline: Add embedded object federation.Lain Soykaf
2020-06-05Pipeline: Add a side effects step after the transaction finisheslain
This is to run things like streaming notifications out, which will sometimes need data that is created by the transaction, but is streamed out asynchronously.
2020-05-21Credo fixes.lain
2020-05-20Pipeline: Don't federate if federation is disabled.lain
2020-05-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/delete-validator
2020-05-04Pipeline: Move transctioning to common pipeline.lain
2020-04-30DeleteValidator: Don't federate local deletions of remote objects.lain
Closes #1497
2020-03-26Merge branch 'remake-remodel-2' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-2
2020-03-26Apply suggestion to lib/pleroma/web/activity_pub/pipeline.exlain
2020-03-26Bump copyright dates.lain
2020-03-24Apply suggestion to lib/pleroma/web/activity_pub/pipeline.exlain
2019-10-23Add Pipeline module, test for federation.lain