Age | Commit message (Expand) | Author | Lines |
2019-12-30 | Checkin API: error out if fromStation / toStation are ambiguous | Daniel Friesel | -0/+41 |
2019-12-29 | Set travelynx UserAgent for webhook requests | Daniel Friesel | -0/+2 |
2019-12-29 | Strip newline from version string | Daniel Friesel | -0/+2 |
2019-12-28 | perltidy | Daniel Friesel | -57/+61 |
2019-12-28 | Added links for old/new station names. | Knuspel | -0/+61 |
2019-12-26 | fix connections display1.12.2 | Daniel Friesel | -1/+1 |
2019-12-26 | Handle undefined user data in conncetion suggestion with no previous journey1.12.1 | Daniel Friesel | -1/+4 |
2019-12-23 | Use EVA IDs instead of travelynx-internal station IDs. Not 100% tested yet. | Daniel Friesel | -202/+263 |
2019-12-20 | maintenance: remove checkins which were entered more than 48 hours ago1.11.8 | Daniel Friesel | -3/+11 |
2019-12-20 | more travel API documentation | Daniel Friesel | -4/+10 |
2019-12-20 | travel API: more helpful errors on invalid input | Daniel Friesel | -4/+35 |
2019-12-20 | Travel API: Add "deprecated" field | Daniel Friesel | -28/+41 |
2019-12-20 | checkin api: only set comment if checkin was successful | Daniel Friesel | -1/+1 |
2019-12-19 | save all the wagon orders we can get | Daniel Friesel | -11/+14 |
2019-12-19 | munin: Add 'currently checked in' counter1.11.5 | Daniel Friesel | -1/+3 |
2019-12-19 | disable import and checkin API endpoints in production mode | Daniel Friesel | -0/+22 |
2019-12-19 | undo: pass UID to invalidate_stats_cache | Daniel Friesel | -1/+1 |
2019-12-17 | travel, import API: Verify that payload is a hash | Daniel Friesel | -4/+26 |
2019-12-17 | api/import: More helpful errors, fix "lax" support | Daniel Friesel | -10/+31 |
2019-12-17 | API: Add lax option | Daniel Friesel | -3/+9 |
2019-12-16 | remove debug output | Daniel Friesel | -6/+0 |
2019-12-16 | Fix has_wagonorder_p logic. request success ≠ result success! | Daniel Friesel | -3/+14 |
2019-12-15 | Handle Berlin Ringbahn and other transfer-at-destination trains | Daniel Friesel | -11/+28 |
2019-12-14 | Travel API: comment support | Daniel Friesel | -2/+11 |
2019-12-14 | Add travel (checkin/checkout/undo) API | Daniel Friesel | -22/+187 |
2019-12-14 | Add API entry point for journey import | Daniel Friesel | -6/+169 |
2019-12-13 | do not insert duplicate wagongroups1.11.4 | Daniel Friesel | -0/+3 |
2019-12-13 | save wagongroups if available | Daniel Friesel | -0/+9 |
2019-12-12 | permanently store wagon numbers and types when available | Daniel Friesel | -10/+43 |
2019-12-11 | show wagon order for regional trains too, if available1.11.3 | Daniel Friesel | -2/+38 |
2019-12-08 | allow a journey's cancellation status to be edited1.11.1 | Daniel Friesel | -0/+25 |
2019-12-08 | Allow status visibility to be limited to travelynx users | Daniel Friesel | -6/+31 |
2019-12-08 | Account: unset public_comment when public_status is disabled | Daniel Friesel | -1/+4 |
2019-12-08 | add hash tables for is_public and journey edited bitmasks | Daniel Friesel | -0/+22 |
2019-12-06 | optionally show journey comment in public user status | Daniel Friesel | -8/+17 |
2019-12-06 | Allow comments to be entered while still in transit | Daniel Friesel | -1/+69 |
2019-11-27 | Do not show cancelled journeys without substitute in passengerrights list1.10.6 | Daniel Friesel | -3/+3 |
2019-11-27 | history map: Add checkbox to display manually added journeys | Daniel Friesel | -2/+21 |
2019-11-25 | show cancelled trains in connections list | Daniel Friesel | -9/+42 |
2019-11-24 | Passengerrights: Fix typo1.10.4 | Daniel Friesel | -1/+1 |
2019-11-24 | improve get_user_travels performance, most notably when rendering map1.10.3 | Daniel Friesel | -83/+95 |
2019-11-22 | Log unknown route entries on checkout | Daniel Friesel | -8/+28 |
2019-11-20 | allow routes to be edited after recording a journey | Daniel Friesel | -0/+44 |
2019-11-19 | allow route input when adding journeys manually (#26) | Daniel Friesel | -13/+39 |
2019-11-18 | add journey: make realtime data optional (default to schedule data)1.10.1 | Daniel Friesel | -0/+3 |
2019-11-16 | history map: show time range; handle users with no journeys | Daniel Friesel | -2/+22 |
2019-11-16 | history map: Do not show route for manually added journeys | Daniel Friesel | -1/+1 |
2019-11-16 | history map: skip duplicates earlier | Daniel Friesel | -11/+25 |
2019-11-16 | map_history: uniq_by_route did not consider the actual passenger route, scrap it | Daniel Friesel | -5/+1 |
2019-11-16 | map: add legend, link to history map from history page | Daniel Friesel | -1/+1 |