aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/activity_pub/side_effects.ex
AgeCommit message (Expand)Author
2020-11-04Merge branch '2257-self-chat' into 'develop'rinpatch
2020-10-13Change user.locked field to user.is_lockedMark Felder
2020-10-12Add missing Copyright headersMark Felder
2020-09-11Pipeline Ingestion: ArticleHaelwenn (lanodan) Monnier
2020-09-11Pipeline Ingestion: VideoHaelwenn (lanodan) Monnier
2020-09-10expiration for new pipelineAlexander Strizhakov
2020-09-10schedule activity expiration in ObanAlexander Strizhakov
2020-08-20Pipeline Ingestion: EventHaelwenn (lanodan) Monnier
2020-08-18Pipeline Ingestion: AudioHaelwenn (lanodan) Monnier
2020-08-13Merge branch 'fix/activity-expirations-again' into 'develop'feld
2020-08-13side_effects: Fix typo on notificationHaelwenn (lanodan) Monnier
2020-08-12ActivityPub: Remove `reject`, move everything to the Pipeline.lain
2020-08-12Transmogrifier: Move Rejects to the Pipelinelain
2020-08-11Linting fixes.lain
2020-08-11ActivityPub: Remove ActivityPub.acceptlain
2020-08-11Transmogrifier: Handle accepts with the pipelinelain
2020-08-11SideEffects: Handle strange deletion case.lain
2020-07-15CreateGenericValidator: add expires_atHaelwenn (lanodan) Monnier
2020-07-15SideEffects: port ones from ActivityPub.do_create and ActivityPub.insertHaelwenn (lanodan) Monnier
2020-07-15QuestionValidator: CreateHaelwenn (lanodan) Monnier
2020-07-09Merge branch 'follow-pipeline' into 'develop'Haelwenn
2020-07-08CommonAPI: Switch to pipeline for following.lain
2020-07-08Transmogrifier: Move following to the pipeline.lain
2020-07-08fixed delete `Like` activity in remove userMaksim Pechnikov
2020-07-02Credo fixes.lain
2020-07-02SideEffects: Refactor.lain
2020-06-26BlockValidator: Restore old behavior for incoming blocks.lain
2020-06-25Transmogrifier: Switch to pipeline for Blocks.lain
2020-06-22ActivityPub: Remove `update` and switch to pipeline.lain
2020-06-22SideEffects: Handle user updating.lain
2020-06-07SideEffects: Move streaming of chats to after the transaction.lain
2020-06-06ChatMessageReference -> Chat.MessageReferencelain
2020-06-05Credo fixeslain
2020-06-05Pipeline: Add a side effects step after the transaction finisheslain
2020-06-05If Credo fixes is so good, why is there no Credo fixes 2?lain
2020-06-05Credo fixes.lain
2020-06-05SideEffects / ChatView: Add an unread cache.lain
2020-06-04ChatMessageReferences: Change seen -> unreadlain
2020-06-03Streamer, SideEffects: Stream out ChatMessageReferenceslain
2020-06-03Chats: Remove `unread` from the db, calculate from unseen messages.lain
2020-06-03ChatMessageReference: Introduce and switch in chat controller.lain
2020-05-30Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-29SideEffects: Ensure a chat is present before streaming something out.lain
2020-05-29SideEffects: Stream out chat messages.lain
2020-05-29Use `User.is_internal_user?` insteadkPherox
2020-05-29Don't make relay announce notificationkPherox
2020-05-25Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-21Announcements: Fix all tests.lain
2020-05-21SideEffects: Builed out Announce effects.lain
2020-05-20Announcements: Handle through common pipeline.lain