summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorLines
2019-09-16landingpage: Add passengerrights supportDaniel Friesel-0/+1
2019-09-15make 'missed connection' passengerrights message less confusingDaniel Friesel-4/+3
2019-09-14pasengerrights: link to both journeys on connection miss1.9.2Daniel Friesel-2/+3
2019-09-13add passenger rights heuristic for missed connectionsDaniel Friesel-14/+91
2019-09-13show arrival times in destination selectionDaniel Friesel-14/+11
2019-09-12Explicitly set passenger rights form filename1.9.1Daniel Friesel-1/+2
2019-09-12add auto-generated passenger rights forms1.9.0Daniel Friesel-0/+25
2019-08-25turn force checkout into a proper buttonDaniel Friesel-4/+10
2019-08-23declutter Checked In-panelDaniel Friesel-212/+230
2019-08-23Allow comments to be editedDaniel Friesel-9/+15
2019-08-23Add proper journey comment supportDaniel Friesel-4/+2
2019-08-22update autocomplete station list1.8.8Daniel Friesel-1/+1
2019-08-06show boarding countdown in departure overviewDaniel Friesel-0/+9
2019-08-03use the same direction for wagon order and direction indicator1.8.6Daniel Friesel-3/+11
2019-08-03also show train direction on departureDaniel Friesel-1/+9
2019-07-14Show departures of all linked stationsDaniel Friesel-6/+6
Not well-tested yet, deployment will have to wait a bit. Issue #15
2019-07-07indicate whether a connecting train is cancelled or not1.8.2Daniel Friesel-4/+10
2019-06-25wagon order detail has been deployed on marudor.de1.8.1Daniel Friesel-1/+1
2019-06-24wagon order: link to marudor.de for detailsDaniel Friesel-0/+2
2019-06-24show wagon order before departure1.8.0Daniel Friesel-0/+15
2019-06-23also show exit direction for regional trains at select stationsDaniel Friesel-0/+12
2019-06-22show exit direction on kopfgleis platformsDaniel Friesel-1/+9
2019-06-19make share button link to status page if share API is unavailableDaniel Friesel-1/+1
2019-06-10re-phrase auto checkout noticeDaniel Friesel-3/+4
2019-06-10increase checkout delay to work around IRIS information lag1.7.4Daniel Friesel-3/+3
2019-06-05use a distinct 'offline' iconDaniel Friesel-1/+1
2019-06-04checked in: Show QoS messages before departure and HIM messages at all timesDaniel Friesel-1/+9
2019-06-01v1.71.7.0Daniel Friesel-0/+16
2019-05-31show current/next stop while checked inDaniel Friesel-0/+96
2019-05-29use journey-specific status links -> one twitter card per journeyDaniel Friesel-1/+1
2019-05-29add twitter preview tags to public user status pageDaniel Friesel-0/+3
2019-05-28fix email fields in dark mode1.6.4Daniel Friesel-1/+1
2019-05-26Use JSON for messages and route storage, prepare for extended route dataDaniel Friesel-9/+9
2019-05-25Handle missing platform numbers1.6.3Daniel Friesel-7/+7
2019-05-25Remove apple-mobile-web-app-capable tag to work around Safari session issues1.6.2Daniel Friesel-2/+0
iOS Safari does not send session cookies when following links to PWAs using the apple-mobile-web-app-capable tag. This is not documented on <https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html>, though I can't say whether it is a bug in Safari or lacking documentation. See <https://github.com/foosel/OctoPrint/issues/1792> for a more detailed description of this type of issue.
2019-05-20show journey suggestions on departure board as well1.6.0Daniel Friesel-29/+141
2019-05-19changelog1.5.0Daniel Friesel-0/+16
2019-05-19allow checkin from connections viewDaniel Friesel-30/+67
2019-05-19Work in progress: show connections when arriving soonDaniel Friesel-1/+34
At the moment, the heuristic used to determine connection targets is quite simple: $station is a target iff there were at least two trips in the past 6 weeks with checkin at the current destination station and checkout at $station. Todo / enhanhement options: * Consider current origin station as well, i.e.: $station is a target iff there were at least two trips in the past 6 weeks which are preceded by a trip from the current origin station and (same as above) * Make connection links clickable once the current journey has ended. Connections need to be added to _checked_out as well for this to work.
2019-05-18Show arrival/departure platform in journey cardDaniel Friesel-2/+16
2019-05-18Fix progress bar colours1.4.2Daniel Friesel-4/+4
2019-05-18fix input background color in dark theme1.4.1Daniel Friesel-1/+1
2019-05-18changelog1.4.0Daniel Friesel-0/+12
2019-05-18Merge branch 'marudor-darkMode'Daniel Friesel-48/+78
2019-05-18release new asset versionDaniel Friesel-1/+1
2019-05-18remove debug outputDaniel Friesel-4/+1
2019-05-18Pre-select theme css in backendDaniel Friesel-28/+26
2019-05-16correctly show departure station in cancelled viewDaniel Friesel-4/+4
2019-05-16Provide light theme by default, avoid re-styling unless dark theme is activeDaniel Friesel-4/+4
This eliminates a large portion of main-thread work on page load
2019-05-16fix typo in color scheme preference queryDaniel Friesel-1/+1