Age | Commit message (Expand) | Author |
2020-02-21 | port tootsuite#11292 to monsterfork: Add whitelist mode | Eugen Rochko |
2020-01-13 | `!!` truthiness test | multiple creatures |
2020-01-12 | add privacy option to limit lifespan of public access to post & object urls b... | multiple creatures |
2020-01-10 | add custom filter master toggle, add media gallery mode, & fix various filter... | multiple creatures |
2020-01-10 | add ability to toggle individual filters without deleting them | multiple creatures |
2020-01-10 | switch (back) to postgres fts engine for fast search & timeline filters | multiple creatures |
2019-12-21 | add option to use phrase filters as an allow list | multiple creatures |
2019-12-19 | rework hide boosts / show only packmates options to work with timeline streaming | multiple creatures |
2019-12-11 | move normalized text into own table | multiple creatures |
2019-12-03 | fix filters not being applied correctly on streaming timelines by using the r... | multiple creatures |
2019-11-19 | Improve streaming server security (#10818) | ThibG |
2019-11-19 | Migrate from uws to cws (#10805) | abcang |
2019-11-18 | When streaming posts to timelines, do not apply filters to the author's own p... | multiple creatures |
2019-11-17 | The streaming server can now apply users' regex filters before sending conten... | multiple creatures |
2019-08-18 | privacy - require authentication on all timeline endpoints to make life diffi... | multiple creatures |
2019-05-21 | Don't crash if payload is undefined. | multiple creatures |
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 |