149 Commits (main)

Author SHA1 Message Date
Eugen Rochko ef057584fd
Add support for managing multiple stream subscriptions in a single connection (#14524)
4 years ago
Thibaut Girka c41da2e962 Fix streaming server only working for streams allowing local-only toots
4 years ago
Thibaut Girka d973e11061 Add UI option to show local-only toots in public timeline
4 years ago
Thibaut Girka a01674fb2b Merge branch 'master' into glitch-soc/merge-upstream
4 years ago
ThibG ddcdddd6fc
Change streaming server to treat blank redis password as password-less auth (#14135)
4 years ago
Thibaut Girka 12c8ac9e14 Merge branch 'master' into glitch-soc/merge-upstream
4 years ago
Eugen Rochko 5d8398c8b8
Add E2EE API (#13820)
4 years ago
Thibaut Girka 4a70792b4a Merge branch 'master' into glitch-soc/merge-upstream
4 years ago
Takeshi Umeda 26b08a3c54
Add remote only to public timeline (#13504)
4 years ago
Thibaut Girka 61f699c0e9 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Ben Lubar 0dfba0884e minor server-sent events fixes (#12945)
5 years ago
Thibaut Girka 24968d20a0 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko 24552b5160
Add whitelist mode (#11291)
5 years ago
Eugen Rochko be053560e9 Change default interface of web and streaming from 0.0.0.0 to 127.0.0.1 (#11302)
5 years ago
Eugen Rochko e7353c47db
Change default interface of web and streaming from 0.0.0.0 to 127.0.0.1 (#11302)
5 years ago
Thibaut Girka 48ec6abaca Fix streaming server crashing when updating filters
5 years ago
Thibaut Girka 652147a3f4 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
ThibG d63c3c0cef Improve streaming server security (#10818)
5 years ago
Thibaut Girka c0dc247bce Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
abcang ca6c93a2f5 Migrate from uws to cws (#10805)
5 years ago
Thibaut Girka 89bee860cd Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Eugen Rochko 13a7f05030
Fix streaming API always attempting to use SSL with Postgres (#10231)
6 years ago
Thibaut Girka dfe7322922 Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Eugen Rochko dbeab5a036
Fix SSL configuration regression in streaming API (#10225)
6 years ago
Thibaut Girka 674fe32f97 Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Sascha 42e733681a config: add DB_SSLMODE for managed/remote PG (#10210)
6 years ago
Thibaut Girka a100f05687 Only stream local-only toots to logged-in users
6 years ago
Gomasy 8d70d3de38 Fix crash when using UNIX socket (#9036)
6 years ago
Eugen Rochko 369cc5f555
Check if port/socket is available before forking in Streaming API (#9023)
6 years ago
Eugen Rochko 18e7ef6eda
Add check for missing tag param in streaming API (#8955)
6 years ago
Eugen Rochko 774ac47373
Add conversations API (#8832)
6 years ago
Eugen Rochko f37fafe30b
Add health endpoint to streaming API (#8441)
6 years ago
MIYAGI Hikaru a083604d1d Support UNIX domain socket for streaming service without using PORT (#8217)
6 years ago
Eugen Rochko 0180037dfb
Fix streaming API still using filtered instead of chosen languages (#8009)
6 years ago
Yamagishi Kazutoshi 7403e5d306 Add media timeline (#6631)
6 years ago
Kaito Sinclaire 156b916caf Direct messages column (#4514)
7 years ago
abcang 609bf93029 Perform processing that does not use the database before connecting to the database (#7168)
7 years ago
nullkal ccf4f170de Make sure call `done();` in the listener of public timeline for anonymous connection (#6009)
7 years ago
nullkal 90e7da16a0 Fix the condition in streaming listener (#6008)
7 years ago
erin c986218c3a Improve error handling in streaming/index.js (#5968)
7 years ago
nullkal cfea28216f make it possible to stream public timelines without authorization (#5977)
7 years ago
Baptiste Gelez 2864e5e077 Make it possible to bind streming service to 0.0.0.0 (#5744)
7 years ago
Eugen Rochko 24cafd73a2
Lists (#5703)
7 years ago
masarakki 0e0c6b1b4b use-DB_NAME-in-development (#5430)
7 years ago
Eugen Rochko 909a6d4661 Fix streaming API double-JSON-encoding status IDs for deletes (#5069)
7 years ago
voidSatisfaction b6f3869f8d Fix streaming url to lowercase (#4804)
7 years ago
Nolan Lawson 3f82d8b979 Gracefully stop streaming server (#4103)
7 years ago
Eugen Rochko ebd2dde688 Restore streaming API output format (#4100)
7 years ago
Yamagishi Kazutoshi 285038972b Stop using Babel with streaming server (#3950)
7 years ago
Takuya Yoshida e5563843a2 Re-fix errorMiddleware (#3922)
7 years ago
unarist c972e1ee1f Ignore DB_NAME for development env on streaming as well as rails side (#3948)
7 years ago
amazedkoumei 87efa38721 more free pgconfig by .env (#3909)
7 years ago
Takuya Yoshida 0c44316b22 Fix errorMiddleware to prevent "TypeError: res.writeHead is not a function" (#3913)
7 years ago
Yamagishi Kazutoshi eff9416469 Remove unused variables (#3906)
7 years ago
猫吸血鬼ディフリス / 猫ロキP d8ec832806 Fix streaming server. Redis connection subscribe for each channel. (#3828)
7 years ago
Eugen Rochko 0464602978 Fix issue with some Node.js versions not having Array.prototype.includes (#3667)
7 years ago
Clworld dab8fc4584 Execute PushUpdateWorker only for accounts who uses StreamingAPI just now. (#3278)
7 years ago
unarist 9a81be0d37 [RFC] Return 401 for an authentication error on WebSockets (#3411)
7 years ago
unarist 91c789ec63 Don't stream toots from users who have blocked the recipient user (#3300)
7 years ago
Clworld 45837c533e Re-add stream end log for WebSocket (#3397)
7 years ago
Eugen Rochko 425d02287a Improve streaming API cluster logging (#3370)
7 years ago
Clworld 2e429c0c25 Reject revoked access_token on Streaming API. (#3367)
7 years ago
Eugen Rochko 0734e1fe33 Language filtering in streaming API (#3339)
7 years ago
Matt Jankowski 8e84177305 Use local default for postgres host in node streaming service (#3240)
7 years ago
happycoloredbanana 7fba4cb3d1 Allow access token in URI (#3208)
7 years ago
Eugen Rochko 20c0054460 Adjust REDIS_URL usage in node_redis (#3183)
7 years ago
Yamagishi Kazutoshi 2e112e2406 Improve eslint rules (#3147)
7 years ago
Eugen Rochko 620d0d8029 Account domain blocks (#2381)
7 years ago
Hayato IZUMI 5b3c7572ca Use REDIS_DB in streaming (#3094)
7 years ago
Yamagishi Kazutoshi 72c8562cc9 Use babel-preset-env on Streaming Server (#2998)
7 years ago
Ayumu AIZAWA b913746752 [bug] wrong config setting for dababase. (#2984)
7 years ago
beatrix 5c1f70b5c5 namespace redis usage (#2869)
7 years ago
Eshin Kunishima 67b7d3d3b6 Replace ws with uws (#2807)
7 years ago
abcang 629a4d0fca fix DB_URL (#2778)
7 years ago
Eugen Rochko c997091166 Clean up redis configuration. Allow using REDIS_URL to set advanced (#2732)
7 years ago
Akihiko Odaki a6788662b0 Revert "Use PostgreSQL inheritance for blocks and mutes (#2520)" (#2634)
7 years ago
Akihiko Odaki 5135d609b7 Use PostgreSQL inheritance for blocks and mutes (#2520)
7 years ago
YOU d0665726ca Update index.js (#2612)
7 years ago
masarakki d0ec4fb828 refactor-cores (#2308)
8 years ago
Akihiko Odaki 16cd648181 Allow to listen Unix socket (#2085)
8 years ago
178inaba dd517b9a55 Fix a bug where the hashtag could not be specified with the streaming API (#2258)
8 years ago
kuro5hin 0790aa9165 Fix streaming server worker count (#2082)
8 years ago
geta6 64e1d51025 Improve streaming server with cluster (#1970)
8 years ago
Gavin Mogan 3672a799d4 Dev Tooling fixes (eslint/editorconfig) (#1398)
8 years ago
Eugen Rochko 3618cc04ff Add heartbeat to websockets streaming API connections
8 years ago
Eugen Rochko c64a1c25c4 Fix #231 - Muting
8 years ago
Eugen Rochko 02e91a96dd Make streaming API use one pattern-matching redis pubsub connection
8 years ago
Eugen Rochko c8252759df Add streaming API channels for local-only statuses
8 years ago
Eugen Rochko 4d2be9f432 Add unique request IDs to streaming API to improve logs
8 years ago
Eugen Rochko fb6aa7ad5c Add tracking of delay to streaming API
8 years ago
Eugen Rochko ccb8ac8573 Make the streaming API also handle websockets (because trying to get the browser EventSource interface to
8 years ago
Eugen Rochko 8c0bc1309f Add CORS to the streaming API
8 years ago
Eugen Rochko df507f5e6e Fix streaming API queries
8 years ago
Eugen Rochko aa2fa227e9 Adding documentation for streaming API. Fixing filtering bug
8 years ago
Eugen Rochko 61ce15d94b Make node read the right .env file
8 years ago
Eugen Rochko d1a01dbbdd Add redis configuration to streaming API
8 years ago
Eugen Rochko b6c922f169 Fix potential resource leaks in streaming server
8 years ago
Eugen Rochko 1ee4a17f37 Add logging and filtering to the node.js streaming API
8 years ago
Eugen Rochko 0cfd3188b4 Add streaming API in Node.js
8 years ago