Age | Commit message (Expand) | Author | Lines |
2019-04-07 | Refactor history template, add yearly stats | Daniel Friesel | -147/+169 |
2019-04-06 | history: Fix missing months for users registered on the 29th/30th/31st | Daniel Friesel | -1/+1 |
2019-04-06 | landingpage: Features++ | Daniel Friesel | -1/+2 |
2019-04-06 | hide unimplemented API endpoints in account view0.12 | Daniel Friesel | -4/+4 |
2019-04-06 | detect development mode for travelynx_dev* databases0.11 | Daniel Friesel | -1/+1 |
2019-04-06 | Add password change form | Daniel Friesel | -5/+74 |
2019-04-04 | Allow journey deletion | Daniel Friesel | -0/+15 |
2019-04-02 | register: Explicitly state that the account was not created | Daniel Friesel | -1/+2 |
2019-04-02 | login, register; Do not doule-nest row/col classes | Daniel Friesel | -67/+63 |
2019-04-01 | about: Add contact link0.10 | Daniel Friesel | -0/+2 |
2019-04-01 | statistics: Add interchange wait time and journey count | Daniel Friesel | -0/+8 |
2019-03-31 | Select journeys by ID | Daniel Friesel | -2/+2 |
2019-03-31 | Perform undo by deleting the erroneous database entry | Daniel Friesel | -7/+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 | -1/+18 |
2019-03-27 | history: more smartphone-friendly | Daniel Friesel | -13/+11 |
2019-03-27 | add history per month | Daniel Friesel | -3/+31 |
2019-03-25 | distinguish prod/dev in nav bar0.08 | Daniel Friesel | -1/+1 |
2019-03-20 | journey: show average speed | Daniel Friesel | -5/+10 |
2019-03-20 | journey: show distance | Daniel Friesel | -1/+12 |
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 | -3/+3 |
2019-03-19 | show cancelled trains in history | Daniel Friesel | -13/+53 |
2019-03-19 | support logging of cancelled journeys | Daniel Friesel | -7/+36 |
2019-03-19 | add marker for cancelled departures | Daniel Friesel | -2/+6 |
2019-03-19 | API: Status: group properties, add station UIC/lon/lat | Daniel Friesel | -8/+16 |
2019-03-18 | demand a valid password for account deletion | Daniel Friesel | -8/+36 |
2019-03-18 | never call get_user_data directly | Daniel Friesel | -2/+2 |
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 | -6/+109 |
2019-03-16 | Show backend errors on station selection page | Daniel Friesel | -1/+13 |
2019-03-16 | add autocomplete for station form | Daniel Friesel | -1/+2 |
2019-03-16 | allow manual input of station name | Daniel Friesel | -1/+13 |
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 | -0/+119 |
2019-03-12 | fix failraptor.png for guests. derp. | Daniel Friesel | -3/+5 |
2019-03-12 | implement account deletion | Daniel Friesel | -9/+55 |
2019-03-11 | Allow two regstration attempts per mail | Daniel Friesel | -0/+5 |
2019-03-10 | oops | Daniel Friesel | -1/+1 |
2019-03-10 | redirect users after login to protected page | Daniel Friesel | -0/+3 |
2019-03-09 | add JSON export for history | Daniel Friesel | -35/+44 |
2019-03-09 | Slightly more helpful texts for checkin/checkout pages | Daniel Friesel | -2/+10 |
2019-03-09 | show separate errors for 'invalid credentials' and 'not confirmed yet' | Daniel Friesel | -2/+6 |
2019-03-09 | registration form: note that user name must be alphanumeric | Daniel Friesel | -1/+1 |
2019-03-08 | add password manager hints to login/registration forms | Daniel Friesel | -5/+5 |
2019-03-08 | show hint in case of geolocation error | Daniel Friesel | -1/+1 |
2019-03-08 | checkout UX | Daniel Friesel | -1/+1 |
2019-03-08 | account: Note that deletion is not implemented yet | Daniel Friesel | -0/+9 |
2019-03-08 | add link to github issues | Daniel Friesel | -0/+10 |