Age | Commit message (Expand) | Author | Lines |
2019-04-25 | checked_in: distinguish between unknown and not-yet-known arrival | Daniel Friesel | -0/+3 |
2019-04-24 | history: Use buttons for links | Daniel Friesel | -10/+17 |
2019-04-24 | show recent delay/qos messages in checked_in view0.16 | Daniel Friesel | -0/+21 |
2019-04-24 | _checked_in: Do not skip last two minutes of departure countdown | Daniel Friesel | -1/+7 |
2019-04-24 | $render(status => ...) is a special variable. derp. | Daniel Friesel | -34/+34 |
2019-04-24 | maintenance, munin: Use journeys, not user_actions0.15 | Daniel Friesel | -8/+9 |
2019-04-24 | _checked_out: Link to destination station | Daniel Friesel | -1/+1 |
2019-04-24 | oops | Daniel Friesel | -1/+1 |
2019-04-24 | _checked_in: Clarify checkout/interchange UI | Daniel Friesel | -6/+16 |
2019-04-24 | _checked_in: Fix misleading output on arrival_countdown == 0 | Daniel Friesel | -1/+1 |
2019-04-24 | Bump API to v1 | Daniel Friesel | -13/+131 |
2019-04-24 | export: Add in_transit field | Daniel Friesel | -1/+5 |
2019-04-23 | Remove legacy action_type attributes | Daniel Friesel | -17/+2 |
2019-04-23 | _checked_in: Fix uninitialized value warning | Daniel Friesel | -1/+1 |
2019-04-23 | Fix checkin/checkout of cancelled journeys | Daniel Friesel | -4/+2 |
2019-04-23 | Primitive auto-refresh of current journey status | Daniel Friesel | -101/+160 |
2019-04-23 | Automatic checkout \o/ | Daniel Friesel | -30/+171 |
2019-04-23 | landingpage: Fix plural for "0 minutes" | Daniel Friesel | -1/+1 |
2019-04-23 | Use one row per journey instead of split checkin/checkout entries | Daniel Friesel | -589/+783 |
2019-04-22 | Finish transition from DBI to Mojo::Pg | Daniel Friesel | -99/+77 |
2019-04-22 | Use Mojo::Pg for migrations | Daniel Friesel | -59/+62 |
2019-04-22 | Use Mojo::Pg for all remaining Controller and Helper logic | Daniel Friesel | -94/+65 |
2019-04-22 | Also use Mojo::Pg for user_status and user_travels queries | Daniel Friesel | -154/+127 |
2019-04-22 | More Mojo::Pg migrations | Daniel Friesel | -229/+143 |
2019-04-22 | add "change password" tests | Daniel Friesel | -0/+44 |
2019-04-22 | Add test for account (un)deletion | Daniel Friesel | -2/+28 |
2019-04-22 | Note that we need at least postgresql v9.4 | Daniel Friesel | -3/+4 |
2019-04-22 | Travis CI: looks like carton isn't needed | Daniel Friesel | -2/+1 |
2019-04-22 | travis.yml: Add libdb-dev (required for DB_File -> Cache) | Daniel Friesel | -0/+1 |
2019-04-22 | Skip database tests if no database is configured | Daniel Friesel | -0/+4 |
2019-04-22 | Travis CI: Add database tests | Daniel Friesel | -0/+23 |
2019-04-21 | add Travis CI config | Daniel Friesel | -0/+10 |
2019-04-21 | Add cpanfile for dependency management with Carton | Daniel Friesel | -0/+2639 |
2019-04-21 | database migrate: Use truncate | Daniel Friesel | -1/+1 |
2019-04-21 | journey detail: gps_off -> location_off0.14 | Daniel Friesel | -2/+2 |
2019-04-21 | Ignore stations without coordinates in distance calculation | Daniel Friesel | -11/+67 |
2019-04-19 | refactor set_status_query and get_token_query | Daniel Friesel | -30/+9 |
2019-04-18 | Update test section in README | Daniel Friesel | -9/+5 |
2019-04-18 | basic test: No DB needed; perltidy | Daniel Friesel | -6/+6 |
2019-04-18 | Add a registration test | Daniel Friesel | -2/+90 |
2019-04-18 | Add a basic test for static content | Daniel Friesel | -0/+54 |
2019-04-17 | Refactor munin command to use Mojo::Pg | Daniel Friesel | -19/+22 |
2019-04-17 | Refactor user_actions insert/update/delete statements with Mojo::Pg | Daniel Friesel | -249/+231 |
2019-04-17 | Add a dumpconfig command, mostly useful to debug Docker setups | Daniel Friesel | -0/+24 |
2019-04-17 | Initiate transition to Mojo::Pg | Daniel Friesel | -57/+78 |
2019-04-17 | Sendmail: Actually print info log messages as documented | Daniel Friesel | -1/+1 |
2019-04-16 | add comments to example travelynx.conf | Daniel Friesel | -0/+29 |
2019-04-14 | Set version via config | Daniel Friesel | -3/+2 |
2019-04-14 | Merge branch 'feuerrot-db_setup' | Daniel Friesel | -41/+69 |
2019-04-14 | Do not print error when encountering an empty database | Daniel Friesel | -6/+16 |