summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2019-03-23Explicitly enable autocommitDaniel Friesel-1/+2
2019-03-23remove unused functionDaniel Friesel-8/+0
2019-03-22move munin-stats to a mojolicious commandDaniel Friesel-37/+54
2019-03-22perltidyDaniel Friesel-792/+878
2019-03-22More refactoringDaniel Friesel-193/+414
2019-03-21Add migration for monthly statsDaniel Friesel-0/+30
2019-03-21Initiate transition to a Mojolicious MVC web applicationDaniel Friesel-1701/+1791
2019-03-20journey: show average speedDaniel Friesel-8/+38
2019-03-20journey: show distanceDaniel Friesel-1/+12
2019-03-20decrease header sizeDaniel Friesel-0/+15
2019-03-20Show negative delay as "-X", not "+-X"Daniel Friesel-5/+5
2019-03-20use camelCase instead of snake_case in public APIDaniel Friesel-6/+6
2019-03-19show cancelled trains in historyDaniel Friesel-19/+80
2019-03-19support logging of cancelled journeysDaniel Friesel-23/+130
2019-03-19use common action_query instead of checkin_query vs checkout_queryDaniel Friesel-26/+8
2019-03-19add marker for cancelled departuresDaniel Friesel-2/+10
2019-03-19API: Status: group properties, add station UIC/lon/latDaniel Friesel-18/+55
2019-03-18demand a valid password for account deletionDaniel Friesel-8/+42
2019-03-18never call get_user_data directlyDaniel Friesel-2/+5
2019-03-17get_user_travels: Fix message orderDaniel Friesel-1/+1
2019-03-17journey view: Move line break inside of message loop0.07Daniel Friesel-2/+1
2019-03-17add journey detail viewDaniel Friesel-14/+190
2019-03-16Show backend errors on station selection pageDaniel Friesel-2/+18
2019-03-16add autocomplete for station formDaniel Friesel-1/+8482
2019-03-16allow manual input of station nameDaniel Friesel-3/+22
Closes #1
2019-03-16landing page: I can haz API!0.06Daniel Friesel-4/+11
2019-03-16Account: WordingDaniel Friesel-10/+28
2019-03-16Add JSON APIDaniel Friesel-7/+303
2019-03-12fix failraptor.png for guests. derp.Daniel Friesel-3/+5
2019-03-12implement account deletionDaniel Friesel-9/+89
2019-03-11Allow two regstration attempts per mailDaniel Friesel-2/+7
2019-03-11add cron DB maintenance script (prune unverified accounts)Daniel Friesel-0/+54
Does not cover account deletion yet
2019-03-10secure session cookiesDaniel Friesel-1/+4
2019-03-10oopsDaniel Friesel-1/+1
2019-03-10redirect users after login to protected pageDaniel Friesel-2/+5
2019-03-10really do not hardcode travelynx.deDaniel Friesel-2/+2
2019-03-10Do not hardcode travelynx URL in registration mailDaniel Friesel-4/+6
2019-03-10add statistics for muninDaniel Friesel-0/+37
2019-03-09add JSON export for historyDaniel Friesel-36/+54
2019-03-09Slightly more helpful texts for checkin/checkout pagesDaniel Friesel-3/+12
2019-03-09show separate errors for 'invalid credentials' and 'not confirmed yet'Daniel Friesel-3/+13
2019-03-09registration form: note that user name must be alphanumericDaniel Friesel-1/+1
2019-03-09fix timeout on unauthenticated access to account-specific pagesDaniel Friesel-1/+5
2019-03-08allow filtering by train for external travelynx linksDaniel Friesel-1/+7
2019-03-08add password manager hints to login/registration formsDaniel Friesel-5/+5
2019-03-08travelynx.finalrewind.org -> travelynx.deDaniel Friesel-4/+4
2019-03-08show hint in case of geolocation errorDaniel Friesel-2/+12
2019-03-08checkout UXDaniel Friesel-1/+1
2019-03-08account: Note that deletion is not implemented yetDaniel Friesel-0/+9
2019-03-08add link to github issuesDaniel Friesel-0/+10