summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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
2019-04-07README: Fix update scriptDaniel Friesel-1/+1
2019-04-07Add a note about updating travelynxDaniel Friesel-1/+31
2019-04-06history: Fix missing months for users registered on the 29th/30th/31stDaniel Friesel-1/+1
2019-04-06landingpage: Features++Daniel Friesel-1/+2
2019-04-06hide unimplemented API endpoints in account view0.12Daniel Friesel-4/+4
2019-04-06detect development mode for travelynx_dev* databases0.11Daniel Friesel-2/+2
2019-04-06README: Add setup instructionsDaniel Friesel-1/+32
2019-04-06Add a database command for database setup and migrationsDaniel Friesel-243/+131
2019-04-06Add password change formDaniel Friesel-12/+160
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-7/+117
2019-04-02Fix intentional typo in dev mode check (left over from testing)Daniel Friesel-1/+1
2019-04-02register: Explicitly state that the account was not createdDaniel Friesel-1/+2
2019-04-02move mailing to sendmail helperDaniel Friesel-14/+44
2019-04-02login, register; Do not doule-nest row/col classesDaniel Friesel-67/+63
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