summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-04-21Ignore stations without coordinates in distance calculationDaniel Friesel-6/+46
2019-04-19refactor set_status_query and get_token_queryDaniel Friesel-30/+9
2019-04-18Add a registration testDaniel Friesel-2/+0
2019-04-17Refactor munin command to use Mojo::PgDaniel Friesel-19/+22
2019-04-17Refactor user_actions insert/update/delete statements with Mojo::PgDaniel Friesel-249/+231
2019-04-17Add a dumpconfig command, mostly useful to debug Docker setupsDaniel Friesel-0/+24
2019-04-17Initiate transition to Mojo::PgDaniel Friesel-57/+77
2019-04-17Sendmail: Actually print info log messages as documentedDaniel Friesel-1/+1
2019-04-14Set version via configDaniel Friesel-3/+1
2019-04-14Do not print error when encountering an empty databaseDaniel Friesel-6/+16
2019-04-13database setup: merge setup and migration code pathsMarkus Witt-40/+58
2019-04-13add explicit config toggle to disable sendmailDaniel Friesel-2/+3
2019-04-13"database" sub-command: Provide an exit statusDaniel Friesel-0/+5
2019-04-13Pass config to sendmail helperDaniel Friesel-4/+7
2019-04-13fix dbschema: add type for editedMarkus Witt-1/+1
2019-04-13Use travelynx.conf for configuration and secretsDaniel Friesel-37/+42
2019-04-13maintenance: Fix stats table nameDaniel Friesel-1/+1
2019-04-13work-in-progress manual journey entry. incomplete and not enabled yet.Daniel Friesel-5/+157
2019-04-10Let us never talk of this againDaniel Friesel-1/+1
2019-04-09Allow journey editing, keep track of edited journey attributes0.13Daniel Friesel-9/+25
2019-04-09time travel is prohibitedDaniel Friesel-4/+6
2019-04-08Work-in-progress journey editor. Not ready for deployment.Daniel Friesel-13/+184
2019-04-07Prepare forms for manual journey entry and editingDaniel Friesel-0/+60
2019-04-07Refactor history template, add yearly statsDaniel Friesel-15/+60
2019-04-07drop cached statistics on checkout and journey deletionDaniel Friesel-2/+34
2019-04-07Cache journey statsDaniel Friesel-10/+140
2019-04-07Add a note about updating travelynxDaniel Friesel-1/+9
2019-04-06detect development mode for travelynx_dev* databases0.11Daniel Friesel-1/+1
2019-04-06Add a database command for database setup and migrationsDaniel Friesel-0/+131
2019-04-06Add password change formDaniel Friesel-7/+86
2019-04-05checkout: Do not cardcode action typeDaniel Friesel-1/+1
2019-04-05checkin: Fix checkout path if currently checked into cancelled trainDaniel Friesel-1/+1
2019-04-05Fix export layoutDaniel Friesel-1/+1
2019-04-04Allow journey deletionDaniel Friesel-6/+88
2019-04-02Fix intentional typo in dev mode check (left over from testing)Daniel Friesel-1/+1
2019-04-02move mailing to sendmail helperDaniel Friesel-14/+44
2019-04-01statistics: Add interchange wait time and journey countDaniel Friesel-15/+30
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-13/+10
2019-03-31maintenance: delete accounts which requested deletionDaniel Friesel-0/+36
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-46/+37
2019-03-30sort journeys by departure timeDaniel Friesel-0/+7
2019-03-27add per-month links to history0.09Daniel Friesel-1/+2
2019-03-27add history per monthDaniel Friesel-18/+181
2019-03-25remove sleep(1) workaround in checkout-before-checkin code pathDaniel Friesel-11/+2
2019-03-25Move maintenance script to Mojolicious commandDaniel Friesel-0/+71
2019-03-25Migrate munin commandDaniel Friesel-1/+1
2019-03-25Log SQL errorsDaniel Friesel-4/+20