Age | Commit message (Expand) | Author |
2019-07-16 | Change default interface of web and streaming from 0.0.0.0 to 127.0.0.1 (#11302) | Eugen Rochko |
2019-06-18 | Fix streaming server crashing when updating filters | Thibaut Girka |
2019-05-24 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-05-24 | Improve streaming server security (#10818) | ThibG |
2019-05-23 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-05-22 | Migrate from uws to cws (#10805) | abcang |
2019-03-11 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-03-11 | Fix streaming API always attempting to use SSL with Postgres (#10231) | Eugen Rochko |
2019-03-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-03-10 | Fix SSL configuration regression in streaming API (#10225) | Eugen Rochko |
2019-03-08 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka |
2019-03-08 | config: add DB_SSLMODE for managed/remote PG (#10210) | Sascha |
2018-11-13 | Only stream local-only toots to logged-in users | Thibaut Girka |
2018-10-21 | Fix crash when using UNIX socket (#9036) | Gomasy |
2018-10-20 | Check if port/socket is available before forking in Streaming API (#9023) | Eugen Rochko |
2018-10-11 | Add check for missing tag param in streaming API (#8955) | Eugen Rochko |
2018-10-07 | Add conversations API (#8832) | Eugen Rochko |
2018-08-26 | Add health endpoint to streaming API (#8441) | Eugen Rochko |
2018-08-24 | Support UNIX domain socket for streaming service without using PORT (#8217) | MIYAGI Hikaru |
2018-07-14 | Fix streaming API still using filtered instead of chosen languages (#8009) | Eugen Rochko |
2018-05-21 | Add media timeline (#6631) | Yamagishi Kazutoshi |
2018-04-18 | Direct messages column (#4514) | Kaito Sinclaire |
2018-04-17 | Perform processing that does not use the database before connecting to the da... | abcang |
2017-12-13 | Make sure call `done();` in the listener of public timeline for anonymous con... | nullkal |
2017-12-13 | Fix the condition in streaming listener (#6008) | nullkal |
2017-12-12 | Improve error handling in streaming/index.js (#5968) | erin |
2017-12-12 | make it possible to stream public timelines without authorization (#5977) | nullkal |
2017-11-18 | Make it possible to bind streming service to 0.0.0.0 (#5744) | Baptiste Gelez |
2017-11-18 | Lists (#5703) | Eugen Rochko |
2017-10-17 | use-DB_NAME-in-development (#5430) | masarakki |
2017-09-24 | Fix streaming API double-JSON-encoding status IDs for deletes (#5069) | Eugen Rochko |
2017-09-04 | Fix streaming url to lowercase (#4804) | voidSatisfaction |
2017-07-07 | Gracefully stop streaming server (#4103) | Nolan Lawson |
2017-07-07 | Restore streaming API output format (#4100) | Eugen Rochko |
2017-06-26 | Stop using Babel with streaming server (#3950) | Yamagishi Kazutoshi |
2017-06-26 | Re-fix errorMiddleware (#3922) | Takuya Yoshida |
2017-06-26 | Ignore DB_NAME for development env on streaming as well as rails side (#3948) | unarist |
2017-06-25 | more free pgconfig by .env (#3909) | amazedkoumei |
2017-06-23 | Fix errorMiddleware to prevent "TypeError: res.writeHead is not a function" (... | Takuya Yoshida |
2017-06-23 | Remove unused variables (#3906) | Yamagishi Kazutoshi |
2017-06-20 | Fix streaming server. Redis connection subscribe for each channel. (#3828) | 猫吸血鬼ディフリス / 猫ロキP |
2017-06-09 | Fix issue with some Node.js versions not having Array.prototype.includes (#3667) | Eugen Rochko |
2017-06-03 | Execute PushUpdateWorker only for accounts who uses StreamingAPI just now. (... | Clworld |
2017-05-29 | [RFC] Return 401 for an authentication error on WebSockets (#3411) | unarist |
2017-05-29 | Don't stream toots from users who have blocked the recipient user (#3300) | unarist |
2017-05-28 | Re-add stream end log for WebSocket (#3397) | Clworld |
2017-05-28 | Improve streaming API cluster logging (#3370) | Eugen Rochko |
2017-05-27 | Reject revoked access_token on Streaming API. (#3367) | Clworld |
2017-05-27 | Language filtering in streaming API (#3339) | Eugen Rochko |
2017-05-22 | Use local default for postgres host in node streaming service (#3240) | Matt Jankowski |