aboutsummaryrefslogtreecommitdiff
path: root/messages/de.msg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new feature: Server.Frontend.Tickerstuebinm4 days1-0/+1
| | | | | | | | A simple way to have "announcements" available via API, and otherwise distinct from the service announcements which show up in Gtfs Realtime. These are meant to go e.g. be embedded on the operator's website, or in other places where it's not as easy to display per-trip specific messages.
* rough initial work on space-time diagramsstuebinm12 days1-0/+1
| | | | | | this does svg templating with hamlet. It might be better to use a javascript library instead (templating svgs is a little confusing tbh), but for now i'll see how far i get with this.
* restructure: save a ticket's stop in the databasestuebinm2024-04-241-1/+1
| | | | now mostly independent of the gtfs, but still no live-reloading of it.
* restructure: have "tickets" independent of gtfsstuebinm2024-04-201-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).
* better web interface & cssstuebinm2023-01-281-1/+17
|
* oauth2 via uffdstuebinm2023-01-221-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.
* simple realtime position mapstuebinm2022-12-131-0/+1
| | | | | (what was that about doing the realtime stuff somewhere else and /not/ in this monolithic server thingie? oh well …)
* on-board-unit: display estimated delay etc.stuebinm2022-09-111-0/+6
|
* init onboard-unitstuebinm2022-09-031-0/+3
|
* reasonable delay forecastsstuebinm2022-09-021-0/+2
|
* controlroom: lots of pretty little knobsstuebinm2022-08-271-0/+7
| | | | (also some database schema changes, for good measure)
* controlroom: some stylingstuebinm2022-08-261-6/+7
|
* control room: translations & form inputstuebinm2022-08-141-0/+11
still basic, but works pretty well overall