summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-04-22Note that we need at least postgresql v9.4Daniel Friesel-3/+4
2019-04-22Travis CI: looks like carton isn't neededDaniel Friesel-2/+1
2019-04-22travis.yml: Add libdb-dev (required for DB_File -> Cache)Daniel Friesel-0/+1
2019-04-22Skip database tests if no database is configuredDaniel Friesel-0/+4
2019-04-22Travis CI: Add database testsDaniel Friesel-0/+23
2019-04-21add Travis CI configDaniel Friesel-0/+10
2019-04-21Add cpanfile for dependency management with CartonDaniel Friesel-0/+2639
2019-04-21database migrate: Use truncateDaniel Friesel-1/+1
2019-04-21journey detail: gps_off -> location_off0.14Daniel Friesel-2/+2
2019-04-21Ignore stations without coordinates in distance calculationDaniel Friesel-11/+67
2019-04-19refactor set_status_query and get_token_queryDaniel Friesel-30/+9
2019-04-18Update test section in READMEDaniel Friesel-9/+5
2019-04-18basic test: No DB needed; perltidyDaniel Friesel-6/+6
2019-04-18Add a registration testDaniel Friesel-2/+90
2019-04-18Add a basic test for static contentDaniel Friesel-0/+54
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/+78
2019-04-17Sendmail: Actually print info log messages as documentedDaniel Friesel-1/+1
2019-04-16add comments to example travelynx.confDaniel Friesel-0/+29
2019-04-14Set version via configDaniel Friesel-3/+2
2019-04-14Merge branch 'feuerrot-db_setup'Daniel Friesel-41/+69
2019-04-14Do not print error when encountering an empty databaseDaniel Friesel-6/+16
2019-04-14Merge branch 'db_setup' of https://github.com/feuerrot/travelynx into feuerro...Daniel Friesel-41/+59
2019-04-13database setup: merge setup and migration code pathsMarkus Witt-41/+59
2019-04-13README: Add recommended modules and docker dependenciesDaniel Friesel-0/+16
2019-04-13Print db and host in development modeDaniel Friesel-1/+12
2019-04-13add explicit config toggle to disable sendmailDaniel Friesel-2/+3
2019-04-13"database" sub-command: Provide an exit statusDaniel Friesel-1/+6
2019-04-13Pass config to sendmail helperDaniel Friesel-4/+7
2019-04-13Merge pull request #7 from feuerrot/db_schema_fixDaniel Friesel-1/+1
2019-04-13fix dbschema: add type for editedMarkus Witt-1/+1
2019-04-13Use travelynx.conf for configuration and secretsDaniel Friesel-53/+70
2019-04-13maintenance: Fix stats table nameDaniel Friesel-1/+1
2019-04-13edit journey: use link to cancelDaniel Friesel-2/+2
2019-04-13work-in-progress manual journey entry. incomplete and not enabled yet.Daniel Friesel-6/+168
2019-04-11landingpage: Fix typo in required form element tagDaniel Friesel-1/+1
2019-04-11decrease minimum history width by hiding train number if line is availableDaniel Friesel-1/+1
2019-04-10history: Show time next to stationDaniel Friesel-15/+26
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-10/+37
2019-04-09time travel is prohibitedDaniel Friesel-4/+6
2019-04-08Work-in-progress journey editor. Not ready for deployment.Daniel Friesel-23/+200
2019-04-07Prepare forms for manual journey entry and editingDaniel Friesel-3/+224
2019-04-07journey: Fix typo in HTML tagDaniel Friesel-1/+1
2019-04-07Refactor history template, add yearly statsDaniel Friesel-162/+229
2019-04-07README: Fix anoter mistakeDaniel Friesel-1/+1
2019-04-07drop cached statistics on checkout and journey deletionDaniel Friesel-2/+34
2019-04-07Cache journey statsDaniel Friesel-10/+140