Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-06 | Replace ws with uws (#2807) | Eshin Kunishima | |
* Replace ws with uws * fix indent * Adjust indentation * remove trailing space | |||
2017-05-04 | fix DB_URL (#2778) | abcang | |
2017-05-03 | Clean up redis configuration. Allow using REDIS_URL to set advanced (#2732) | Eugen Rochko | |
connection options instead of setting REDIS_HOST etc individually Close #1986 | |||
2017-04-30 | Revert "Use PostgreSQL inheritance for blocks and mutes (#2520)" (#2634) | Akihiko Odaki | |
This reverts commit 5135d609b774b177d3d3894b176a822d86b73d3c. | |||
2017-04-30 | Use PostgreSQL inheritance for blocks and mutes (#2520) | Akihiko Odaki | |
2017-04-29 | Update index.js (#2612) | YOU | |
2017-04-22 | refactor-cores (#2308) | masarakki | |
2017-04-21 | Allow to listen Unix socket (#2085) | Akihiko Odaki | |
* Allow puma to listen Unix socket * streaming: Show the whole listening address instead of the port Port is not always appropriate (e.g. Unix socket) * streaming: Close server before exiting This change especially allows to remove Unix socket before exiting. | |||
2017-04-21 | Fix a bug where the hashtag could not be specified with the streaming API ↵ | 178inaba | |
(#2258) | |||
2017-04-18 | Fix streaming server worker count (#2082) | kuro5hin | |
* Make sure we start at least one streaming worker, even if there's only one CPU and we're in production mode. * Oops, let's make sure we're counting cpus right too. | |||
2017-04-17 | Improve streaming server with cluster (#1970) | geta6 | |
2017-04-11 | Dev Tooling fixes (eslint/editorconfig) (#1398) | Gavin Mogan | |
* Add eslint to dev dependancies so it gets installed for the repo yarn add --dev eslint babel-eslint eslint-plugin-reac project specific version of eslint, you can globally install eslint-cli if you want the global runtime, or add .bin to your path * fix eslint errors about inconsitent returns * eslint ignore the same as git ignore. allows for eslint . * Add editorconfig file so everyones editor will be setup to follow the same standards | |||
2017-04-02 | Add heartbeat to websockets streaming API connections | Eugen Rochko | |
2017-03-02 | Fix #231 - Muting | Eugen Rochko | |
2017-02-07 | Make streaming API use one pattern-matching redis pubsub connection | Eugen Rochko | |
Refresh timelines when streaming API reconnects in the UI | |||
2017-02-06 | Add streaming API channels for local-only statuses | Eugen Rochko | |
2017-02-05 | Add unique request IDs to streaming API to improve logs | Eugen Rochko | |
2017-02-05 | Add tracking of delay to streaming API | Eugen Rochko | |
2017-02-04 | Make the streaming API also handle websockets (because trying to get the ↵ | Eugen Rochko | |
browser EventSource interface to work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand. | |||
2017-02-03 | Add CORS to the streaming API | Eugen Rochko | |
2017-02-02 | Fix streaming API queries | Eugen Rochko | |
2017-02-02 | Adding documentation for streaming API. Fixing filtering bug | Eugen Rochko | |
2017-02-02 | Make node read the right .env file | Eugen Rochko | |
2017-02-02 | Add redis configuration to streaming API | Eugen Rochko | |
2017-02-02 | Fix potential resource leaks in streaming server | Eugen Rochko | |
2017-02-02 | Add logging and filtering to the node.js streaming API | Eugen Rochko | |
2017-02-02 | Add streaming API in Node.js | Eugen Rochko | |