about summary refs log tree commit diff
path: root/streaming
AgeCommit message (Expand)Author
2020-02-21port tootsuite#11292 to monsterfork: Add whitelist modeEugen Rochko
2020-01-13`!!` truthiness testmultiple creatures
2020-01-12add privacy option to limit lifespan of public access to post & object urls b...multiple creatures
2020-01-10add custom filter master toggle, add media gallery mode, & fix various filter...multiple creatures
2020-01-10add ability to toggle individual filters without deleting themmultiple creatures
2020-01-10switch (back) to postgres fts engine for fast search & timeline filtersmultiple creatures
2019-12-21add option to use phrase filters as an allow listmultiple creatures
2019-12-19rework hide boosts / show only packmates options to work with timeline streamingmultiple creatures
2019-12-11move normalized text into own tablemultiple creatures
2019-12-03fix filters not being applied correctly on streaming timelines by using the r...multiple creatures
2019-11-19Improve streaming server security (#10818)ThibG
2019-11-19Migrate from uws to cws (#10805)abcang
2019-11-18When streaming posts to timelines, do not apply filters to the author's own p...multiple creatures
2019-11-17The streaming server can now apply users' regex filters before sending conten...multiple creatures
2019-08-18privacy - require authentication on all timeline endpoints to make life diffi...multiple creatures
2019-05-21Don't crash if payload is undefined.multiple creatures
2019-03-11Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-11Fix streaming API always attempting to use SSL with Postgres (#10231)Eugen Rochko
2019-03-10Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-10Fix SSL configuration regression in streaming API (#10225)Eugen Rochko
2019-03-08Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-08config: add DB_SSLMODE for managed/remote PG (#10210)Sascha
2018-11-13Only stream local-only toots to logged-in usersThibaut Girka
2018-10-21Fix crash when using UNIX socket (#9036)Gomasy
2018-10-20Check if port/socket is available before forking in Streaming API (#9023)Eugen Rochko
2018-10-11Add check for missing tag param in streaming API (#8955)Eugen Rochko
2018-10-07Add conversations API (#8832)Eugen Rochko
2018-08-26Add health endpoint to streaming API (#8441)Eugen Rochko
2018-08-24Support UNIX domain socket for streaming service without using PORT (#8217)MIYAGI Hikaru
2018-07-14Fix streaming API still using filtered instead of chosen languages (#8009)Eugen Rochko
2018-05-21Add media timeline (#6631)Yamagishi Kazutoshi
2018-04-18Direct messages column (#4514)Kaito Sinclaire
2018-04-17Perform processing that does not use the database before connecting to the da...abcang
2017-12-13Make sure call `done();` in the listener of public timeline for anonymous con...nullkal
2017-12-13Fix the condition in streaming listener (#6008)nullkal
2017-12-12Improve error handling in streaming/index.js (#5968)erin
2017-12-12make it possible to stream public timelines without authorization (#5977)nullkal
2017-11-18Make it possible to bind streming service to 0.0.0.0 (#5744)Baptiste Gelez
2017-11-18Lists (#5703)Eugen Rochko
2017-10-17use-DB_NAME-in-development (#5430)masarakki
2017-09-24Fix streaming API double-JSON-encoding status IDs for deletes (#5069)Eugen Rochko
2017-09-04Fix streaming url to lowercase (#4804)voidSatisfaction
2017-07-07Gracefully stop streaming server (#4103)Nolan Lawson
2017-07-07Restore streaming API output format (#4100)Eugen Rochko
2017-06-26Stop using Babel with streaming server (#3950)Yamagishi Kazutoshi
2017-06-26Re-fix errorMiddleware (#3922)Takuya Yoshida
2017-06-26Ignore DB_NAME for development env on streaming as well as rails side (#3948)unarist
2017-06-25more free pgconfig by .env (#3909)amazedkoumei
2017-06-23Fix errorMiddleware to prevent "TypeError: res.writeHead is not a function" (...Takuya Yoshida
2017-06-23Remove unused variables (#3906)Yamagishi Kazutoshi