summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-04-01about: Add contact link0.10Daniel Friesel-0/+2
2019-04-01statistics: Add interchange wait time and journey countDaniel Friesel-15/+38
2019-03-31Fix another journey errorDaniel Friesel-1/+1
2019-03-31journey: show error for _all_ invalid IDsDaniel Friesel-1/+1
2019-03-31Select journeys by IDDaniel Friesel-15/+12
2019-03-31maintenance: delete accounts which requested deletionDaniel Friesel-0/+36
2019-03-31README: Update Depenencies and UsageDaniel Friesel-10/+8
2019-03-31remove code related to undo-as-database-entry conceptDaniel Friesel-17/+13
2019-03-31Perform undo by deleting the erroneous database entryDaniel Friesel-54/+46
2019-03-30sort journeys by departure timeDaniel Friesel-0/+7
2019-03-28history: move time column next to dateDaniel Friesel-3/+3
2019-03-27add per-month links to history0.09Daniel Friesel-2/+20
2019-03-27history: more smartphone-friendlyDaniel Friesel-13/+11
2019-03-27add history per monthDaniel Friesel-21/+212
2019-03-27update systemd unit fileDaniel Friesel-3/+21
2019-03-25remove sleep(1) workaround in checkout-before-checkin code pathDaniel Friesel-11/+2
2019-03-25distinguish prod/dev in nav bar0.08Daniel Friesel-1/+1
2019-03-25Move maintenance script to Mojolicious commandDaniel Friesel-54/+71
2019-03-25Migrate munin commandDaniel Friesel-1/+1
2019-03-25Log SQL errorsDaniel Friesel-4/+20
2019-03-25Postgres does not require decode() callsDaniel Friesel-10/+2
2019-03-25Remove unused login controllerDaniel Friesel-230/+0
2019-03-25Migrate to postgresqlDaniel Friesel-19/+26
2019-03-23more configuration options, more performanceDaniel Friesel-2/+4
2019-03-23Explicitly enable autocommitDaniel Friesel-1/+2
2019-03-23remove unused functionDaniel Friesel-8/+0
2019-03-22move munin-stats to a mojolicious commandDaniel Friesel-37/+54
2019-03-22perltidyDaniel Friesel-792/+878
2019-03-22More refactoringDaniel Friesel-193/+414
2019-03-21Add migration for monthly statsDaniel Friesel-0/+30
2019-03-21Initiate transition to a Mojolicious MVC web applicationDaniel Friesel-1701/+1791
2019-03-20journey: show average speedDaniel Friesel-8/+38
2019-03-20journey: show distanceDaniel Friesel-1/+12
2019-03-20decrease header sizeDaniel Friesel-0/+15
2019-03-20Show negative delay as "-X", not "+-X"Daniel Friesel-5/+5
2019-03-20use camelCase instead of snake_case in public APIDaniel Friesel-6/+6
2019-03-19show cancelled trains in historyDaniel Friesel-19/+80
2019-03-19support logging of cancelled journeysDaniel Friesel-23/+130
2019-03-19use common action_query instead of checkin_query vs checkout_queryDaniel Friesel-26/+8
2019-03-19add marker for cancelled departuresDaniel Friesel-2/+10
2019-03-19API: Status: group properties, add station UIC/lon/latDaniel Friesel-18/+55
2019-03-18demand a valid password for account deletionDaniel Friesel-8/+42
2019-03-18never call get_user_data directlyDaniel Friesel-2/+5
2019-03-17get_user_travels: Fix message orderDaniel Friesel-1/+1
2019-03-17journey view: Move line break inside of message loop0.07Daniel Friesel-2/+1
2019-03-17add journey detail viewDaniel Friesel-14/+190
2019-03-16Show backend errors on station selection pageDaniel Friesel-2/+18
2019-03-16add autocomplete for station formDaniel Friesel-1/+8482
2019-03-16allow manual input of station nameDaniel Friesel-3/+22
2019-03-16landing page: I can haz API!0.06Daniel Friesel-4/+11