summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/streamer.ex
AgeCommit message (Expand)Author
2024-01-26Credo.Check.Readability.PredicateFunctionNamesMark Felder
2024-01-22Use config to determine sending to the streamer registry instead of MIX_ENV c...Mark Felder
2024-01-20Fix invalid typesMark Felder
2023-12-28Fix some more typosmarcin mikołajczak
2023-10-15Clear up debug statementtusooa
2023-10-15Return stream attribute in server-sent eventstusooa
2023-10-15Allow unified streaming endpointtusooa
2023-05-26Enforce unauth restrictions for public streaming endpointstusooa
2022-10-08Merge branch 'release/2.4.4' into mergeback/2.4.4Tusooa Zhu
2022-08-19Disconnect streaming sessions when token is revokedTusooa Zhu
2022-06-11Send the correct update in streamerTusooa Zhu
2022-06-03Stream out editsTusooa Zhu
2022-02-25Copyright bump for 2022Sean King
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2021-01-04Object: Rework how Object.normalize workslain
2020-12-02Document follow relationship updates and cleanupEgor Kislitsyn
2020-12-02Stream follow updatesEgor Kislitsyn
2020-10-13Merge remote-tracking branch 'upstream/develop' into restrict-domainAlex Gleason
2020-10-13changes after rebaseAlexander Strizhakov
2020-10-13more files renamingsAlexander Strizhakov
2019-09-16Revert "Merge branch 'revert-4fabf83a' into 'develop'"Egor Kislitsyn
2019-09-16Revert "Merge branch 'streamer-refactoring' into 'develop'"kaniini
2019-09-16Streamer refactoringSteven Fuchs
2019-08-18Merge branch 'feature/hide-muted-threads-from-timeline' into 'develop'kaniini
2019-08-16Merge branch 'pleroma-conversations' into 'develop'lain
2019-08-15Hide muted theads from home/public timelines unless `with_muted` is setrinpatch
2019-08-14streamline Streamer pingsstwf
2019-08-14use default child_specsstwf
2019-08-12ConversationView: Align parameter names with other views.lain
2019-07-24check both item and parent domain blockssadposter
2019-07-24move domain block check to with blockSadposter
2019-07-24honour domain blocks on streaming notificationsSadposter
2019-07-22Bugfix: muted/blocked user notification streamingSadposter
2019-06-16[#570] add user:notification streamMaksim
2019-06-03add option skip_thread_containmentMaksim Pechnikov
2019-05-03Credo fixes.lain
2019-05-03Streamer: Stream out Conversations/Participations.lain
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-03-23streamer: use the preloaded object if possibleWilliam Pitcock
2019-03-15fix credo warningKaren Konou
2019-03-15Refactor to store user ap_id, add testsKaren Konou
2019-03-15formattingKaren Konou
2019-03-15refactor filtering mechanismKaren Konou
2019-03-15Fix elixir 1.8 vs 1.7 format conflictKaren Konou
2019-03-15Add ActivityPub.contain_activity checks to streamerKaren Konou
2019-03-15Add `is_seen` to MastoAPI notifications, extract rendering logic into separat...eugenijm
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-11Broadcast deleted activity id on deletion to conform to MastoAPI streamig speceugenijm
2019-03-03Don't stream muted accountsWilliam Pearson