aboutsummaryrefslogtreecommitdiff
path: root/messages/en.msg (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-20restructure: have "tickets" independent of gtfsstuebinm1-0/+3
this is mostly meant to guard against the gtfs changing under tracktrain, and not yet complete (e.g. a ticket does not yet save its expected stops, which it probably should).
2023-01-28better web interface & cssstuebinm1-0/+7
2023-01-22oauth2 via uffdstuebinm1-0/+2
this is unfortunately uffd-specific, since oauth2 is apparently sort of a vague standard. But since it doesn't actually do much it should probably be possible to make it fully configurable & generic if needed.
2022-12-13simple realtime position mapstuebinm1-0/+1
(what was that about doing the realtime stuff somewhere else and /not/ in this monolithic server thingie? oh well …)
2022-11-29controlroom: show tripShortName instead of tripIdstuebinm1-0/+3
since the ids really should be internal to the gtfs, and not needed in "normal" contexts.
2022-09-11on-board-unit: display estimated delay etc.stuebinm1-0/+3
2022-09-10use websockets for the on-board-unitstuebinm1-0/+2
2022-09-03init onboard-unitstuebinm1-0/+5
2022-09-02reasonable delay forecastsstuebinm1-0/+2
2022-08-27controlroom: lots of pretty little knobsstuebinm1-0/+12
(also some database schema changes, for good measure)
2022-08-26controlroom: some stylingstuebinm1-1/+2
2022-08-14control room: translations & form inputstuebinm1-0/+11
still basic, but works pretty well overall