Age | Commit message (Expand) | Author | Lines |
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 |
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 |
2019-03-10 | secure session cookies | Daniel Friesel | -1/+4 |
2019-03-10 | oops | Daniel Friesel | -1/+1 |
2019-03-10 | redirect users after login to protected page | Daniel Friesel | -2/+5 |
2019-03-10 | really do not hardcode travelynx.de | Daniel Friesel | -2/+2 |
2019-03-10 | Do not hardcode travelynx URL in registration mail | Daniel Friesel | -4/+6 |
2019-03-10 | add statistics for munin | Daniel Friesel | -0/+37 |
2019-03-09 | add JSON export for history | Daniel Friesel | -36/+54 |
2019-03-09 | Slightly more helpful texts for checkin/checkout pages | Daniel Friesel | -3/+12 |
2019-03-09 | show separate errors for 'invalid credentials' and 'not confirmed yet' | Daniel Friesel | -3/+13 |
2019-03-09 | registration form: note that user name must be alphanumeric | Daniel Friesel | -1/+1 |
2019-03-09 | fix timeout on unauthenticated access to account-specific pages | Daniel Friesel | -1/+5 |
2019-03-08 | allow filtering by train for external travelynx links | Daniel Friesel | -1/+7 |
2019-03-08 | add password manager hints to login/registration forms | Daniel Friesel | -5/+5 |
2019-03-08 | travelynx.finalrewind.org -> travelynx.de | Daniel Friesel | -4/+4 |
2019-03-08 | show hint in case of geolocation error | Daniel Friesel | -2/+12 |
2019-03-08 | checkout UX | Daniel Friesel | -1/+1 |