Age | Commit message (Collapse) | Author | Lines |
|
The render_to_string path is only needed for legacy callback requests.
With this change, renderer->compression(0) is no longer required for
non-callback json requests to work.
|
|
Mojoliciuos 9.23 changes compression from default-off to default-on.
However, compression breaks JSON endpoints for some clients. So we
explicitly disable it now.
Closes #12
|
|
|
|
it was a nice little experiment, but ultimately not fit for permanent use.
|
|
|
|
|
|
|
|
|
|
This allows selfhosted installations to be used
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IC2, ICE 3 and ICE T will follow soon.
|
|
|
|
|
|
|
|
|
|
work in progress.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The dark=1 option is still supported, but no longer visible in the UI.
|
|
nginx cache keys depend on session data, so misbehaving clients
(ignoring the refresh dely and continuously requesting a new departure board)
with renewed session data could not be cached, impacting DBF performance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|