Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-03-31 | Perform undo by deleting the erroneous database entry | Daniel Friesel | -54/+46 | |
2019-03-30 | sort journeys by departure time | Daniel Friesel | -0/+7 | |
2019-03-28 | history: move time column next to date | Daniel Friesel | -3/+3 | |
2019-03-27 | add per-month links to history0.09 | Daniel Friesel | -2/+20 | |
2019-03-27 | history: more smartphone-friendly | Daniel Friesel | -13/+11 | |
2019-03-27 | add history per month | Daniel Friesel | -21/+212 | |
2019-03-27 | update systemd unit file | Daniel Friesel | -3/+21 | |
2019-03-25 | remove sleep(1) workaround in checkout-before-checkin code path | Daniel Friesel | -11/+2 | |
The unique constraint on (user id, timestamp) is no longer present | ||||
2019-03-25 | distinguish prod/dev in nav bar0.08 | Daniel Friesel | -1/+1 | |
2019-03-25 | Move maintenance script to Mojolicious command | Daniel Friesel | -54/+71 | |
2019-03-25 | Migrate munin command | Daniel Friesel | -1/+1 | |
2019-03-25 | Log SQL errors | Daniel Friesel | -4/+20 | |
2019-03-25 | Postgres does not require decode() calls | Daniel Friesel | -10/+2 | |
2019-03-25 | Remove unused login controller | Daniel Friesel | -230/+0 | |
2019-03-25 | Migrate to postgresql | Daniel Friesel | -19/+26 | |
2019-03-23 | more configuration options, more performance | Daniel Friesel | -2/+4 | |
2019-03-23 | Explicitly enable autocommit | Daniel Friesel | -1/+2 | |
2019-03-23 | remove unused function | Daniel Friesel | -8/+0 | |
2019-03-22 | move munin-stats to a mojolicious command | Daniel Friesel | -37/+54 | |
2019-03-22 | perltidy | Daniel Friesel | -792/+878 | |
2019-03-22 | More refactoring | Daniel Friesel | -193/+414 | |
2019-03-21 | Add migration for monthly stats | Daniel Friesel | -0/+30 | |
2019-03-21 | Initiate transition to a Mojolicious MVC web application | Daniel Friesel | -1701/+1791 | |
2019-03-20 | journey: show average speed | Daniel Friesel | -8/+38 | |
2019-03-20 | journey: show distance | Daniel Friesel | -1/+12 | |
2019-03-20 | decrease header size | Daniel Friesel | -0/+15 | |
2019-03-20 | Show negative delay as "-X", not "+-X" | Daniel Friesel | -5/+5 | |
2019-03-20 | use camelCase instead of snake_case in public API | Daniel Friesel | -6/+6 | |
2019-03-19 | show cancelled trains in history | Daniel Friesel | -19/+80 | |
2019-03-19 | support logging of cancelled journeys | Daniel Friesel | -23/+130 | |
2019-03-19 | use common action_query instead of checkin_query vs checkout_query | Daniel Friesel | -26/+8 | |
2019-03-19 | add marker for cancelled departures | Daniel Friesel | -2/+10 | |
2019-03-19 | API: Status: group properties, add station UIC/lon/lat | Daniel Friesel | -18/+55 | |
2019-03-18 | demand a valid password for account deletion | Daniel Friesel | -8/+42 | |
2019-03-18 | never call get_user_data directly | Daniel Friesel | -2/+5 | |
2019-03-17 | get_user_travels: Fix message order | Daniel Friesel | -1/+1 | |
2019-03-17 | journey view: Move line break inside of message loop0.07 | Daniel Friesel | -2/+1 | |
2019-03-17 | add journey detail view | Daniel Friesel | -14/+190 | |
2019-03-16 | Show backend errors on station selection page | Daniel Friesel | -2/+18 | |
2019-03-16 | add autocomplete for station form | Daniel Friesel | -1/+8482 | |
2019-03-16 | allow manual input of station name | Daniel Friesel | -3/+22 | |
Closes #1 | ||||
2019-03-16 | landing page: I can haz API!0.06 | Daniel Friesel | -4/+11 | |
2019-03-16 | Account: Wording | Daniel Friesel | -10/+28 | |
2019-03-16 | Add JSON API | Daniel Friesel | -7/+303 | |
2019-03-12 | fix failraptor.png for guests. derp. | Daniel Friesel | -3/+5 | |
2019-03-12 | implement account deletion | Daniel Friesel | -9/+89 | |
2019-03-11 | Allow two regstration attempts per mail | Daniel Friesel | -2/+7 | |
2019-03-11 | add cron DB maintenance script (prune unverified accounts) | Daniel Friesel | -0/+54 | |
Does not cover account deletion yet | ||||
2019-03-10 | secure session cookies | Daniel Friesel | -1/+4 | |
2019-03-10 | oops | Daniel Friesel | -1/+1 | |