summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2020-01-22has_wagonorder: Fix promise result mixup1.13.5Daniel Friesel-1/+1
2020-01-19Return HTTP 404 for unknown journeysDaniel Friesel-0/+4
2020-01-19/journey/:id: verify that id is numericDaniel Friesel-1/+1
2020-01-15Fix IOLoop crashes caused by using log->warning instead of log->warn1.13.4Daniel Friesel-4/+4
2020-01-15do not store wagonorder error results in database1.13.3Daniel Friesel-2/+5
2020-01-09checked in view: Add details panel1.13.2Daniel Friesel-15/+22
2020-01-08map: show checkin and checkout locationDaniel Friesel-1/+1
2020-01-08public status card: fix map linkDaniel Friesel-1/+1
2020-01-08move links to card-actions for public, hide in app view for nowDaniel Friesel-18/+14
2020-01-08add links to complete route and map for checked-in trainsDaniel Friesel-3/+24
2020-01-08fetch trip ID when checked inDaniel Friesel-1/+83
2020-01-06move old station names to external JSON as wellDaniel Friesel-63/+61
2020-01-06Switch back to JSON::XS for decoding1.13.1Daniel Friesel-2/+2
2020-01-06Move ICE names to a separate JSON fileDaniel Friesel-235/+238
2020-01-06Merge branch 'Mq89-master'Daniel Friesel-4/+4
2020-01-06remove unnecessary whitespaceMarkus Heinrich-4/+4
2020-01-04map ICE train numbers to names where possibleDaniel Friesel-1/+248
2019-12-31Release Travel API1.13.0Daniel Friesel-15/+16
2019-12-31always show QoS messages in public status1.12.6Daniel Friesel-0/+3
2019-12-30Checkin API: error out if fromStation / toStation are ambiguousDaniel Friesel-0/+41
2019-12-29Set travelynx UserAgent for webhook requestsDaniel Friesel-0/+2
2019-12-29Strip newline from version stringDaniel Friesel-0/+2
2019-12-29Merge pull request #32 from Knuspel/masterDaniel Friesel-1/+1
2019-12-29changed color of symbol in legendKnuspel-1/+1
2019-12-28map: improve line color1.12.5Daniel Friesel-5/+6
2019-12-28Merge branch 'Knuspel-changes'1.12.4Daniel Friesel-0/+66
2019-12-28FormulierungsdetailsDaniel Friesel-1/+1
2019-12-28perltidyDaniel Friesel-57/+61
2019-12-28Added note about Trainnumbers for non DB trains.Knuspel-0/+1
2019-12-28Added links for old/new station names.Knuspel-0/+61
2019-12-28Use #travelynx hashtag1.12.3Daniel Friesel-2/+2
2019-12-26fix connections display1.12.2Daniel Friesel-4/+4
2019-12-26Handle undefined user data in conncetion suggestion with no previous journey1.12.1Daniel Friesel-1/+4
2019-12-26Changelog / v1.121.12.0Daniel Friesel-0/+15
2019-12-23Use EVA IDs instead of travelynx-internal station IDs. Not 100% tested yet.Daniel Friesel-202/+263
2019-12-20maintenance: remove checkins which were entered more than 48 hours ago1.11.8Daniel Friesel-3/+11
2019-12-20more travel API documentationDaniel Friesel-5/+21
2019-12-20travel API: more helpful errors on invalid inputDaniel Friesel-6/+37
2019-12-20Travel API: Add "deprecated" fieldDaniel Friesel-38/+59
2019-12-20account: use correct token type for travel APIDaniel Friesel-2/+2
2019-12-20checkin api: only set comment if checkin was successfulDaniel Friesel-1/+1
2019-12-20public status card: link to marudor.de for train details1.11.7Daniel Friesel-4/+7
2019-12-19move wagon group display to sub-template1.11.6Daniel Friesel-11/+17
2019-12-19save all the wagon orders we can getDaniel Friesel-12/+33
2019-12-19munin: Add 'currently checked in' counter1.11.5Daniel Friesel-1/+3
2019-12-19disable import and checkin API endpoints in production modeDaniel Friesel-0/+28
2019-12-19undo: pass UID to invalidate_stats_cacheDaniel Friesel-1/+1
2019-12-17travel, import API: Verify that payload is a hashDaniel Friesel-4/+26
2019-12-17api/import: More helpful errors, fix "lax" supportDaniel Friesel-10/+31
2019-12-17API: Add lax optionDaniel Friesel-8/+15