Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-05-23 | fix excess column in history statistics | networkException | -1/+1 | |
This patch fixes a typo in the history stats template. Previously, the HTML parser would close the travel time table data cell element but also create a new, empty table data cell in the process. This empty excess cell would create a new column in the table, causing all other rows to be shifted in the layout. Now the open travel time data cell element gets closed properly without creating a new cell, allowing the whole table to right align neatly. | ||||
2023-05-21 | /status/:user: respond to JSON | Derf Null | -10/+19 | |
2023-05-21 | get_user_status_json_v1: add public flag to hide actionTime | Derf Null | -21/+24 | |
2023-05-21 | user_status: return no status if visibility is insufficient | Derf Null | -3/+2 | |
2023-05-18 | fix pride ICE not being indicated in public status card1.31.4 | Derf Null | -7/+20 | |
2023-05-16 | get_user_status: expose lat/lon from database view, do not re-compute it1.31.3 | Derf Null | -20/+12 | |
2023-05-16 | get_user_status: remove superfluous station requests | Derf Null | -14/+0 | |
2023-05-11 | ajax route: handle missing schedule data1.31.2 | Derf Null | -2/+2 | |
2023-05-07 | release assets1.31.1 | Derf Null | -23/+23 | |
2023-05-07 | show loading icon when clicking on a stop in stop list | Derf Null | -3/+11 | |
2023-05-03 | release assets | Derf Null | -23/+23 | |
2023-05-03 | update autocompletion list | Derf Null | -20/+149 | |
2023-05-01 | Release v1.311.31.0 | Derf Null | -0/+12 | |
2023-05-01 | route: only override delay if real-time data is not available | Derf Null | -2/+7 | |
2023-05-01 | journey: shorten headers; remove realtime from journey | Derf Null | -4/+4 | |
2023-05-01 | journey: show times of intermediate stops, if available | Derf Null | -1/+30 | |
2023-04-30 | update cpanfile.snapshot1.30.14 | Derf Null | -94/+94 | |
2023-04-30 | add_route_timestamps: keep real-time data where possible | Derf Null | -0/+9 | |
2023-04-14 | update cpanfile.snapshot | Derf Null | -371/+372 | |
2023-04-06 | Perl is hard1.30.13 | Daniel Friesel | -3/+7 | |
2023-04-02 | work: real_arr_ts may be undefined1.30.12 | Daniel Friesel | -1/+2 | |
2023-04-01 | github perl workflow: update cpanminus url | Derf Null | -1/+1 | |
2023-04-01 | Update HAFAS polylines prior to checkout1.30.11 | Derf Null | -11/+62 | |
In case of diversions, the polyline fetched at checkin time may no longer be accurate. Request a new polyline prior to checkout to address this. Closes #66 | ||||
2023-03-31 | login: verify username patterns1.30.10 | Derf Null | -1/+1 | |
2023-03-31 | Release assets | Derf Null | -23/+23 | |
2023-03-31 | rebuild assets | Derf Null | -2/+2 | |
2023-03-31 | move local.css to sass | Derf Null | -9/+4 | |
2023-03-27 | update cpanfile.snapshot | Derf Null | -478/+475 | |
2023-03-27 | stationboard: add HAFAS support | Derf Null | -66/+153 | |
2023-03-26 | API: import: fix get_api_token signature1.30.9 | Derf Null | -1/+1 | |
2023-03-24 | only show passenger rights link on own journeys1.30.8 | Derf Null | -1/+1 | |
2023-03-19 | add optional announcements to travelynx.conf | Derf Null | -0/+13 | |
2023-03-13 | move profile / public data to a separate controller | Derf Null | -459/+481 | |
2023-03-11 | history_map: fix CSS1.30.7 | Derf Null | -16/+24 | |
2023-03-10 | work: avoid race conditions with frontend when calling checkout | Derf Null | -0/+14 | |
2023-03-10 | worker: select on arr and dep eva for all arr/dep updates | Derf Null | -4/+13 | |
still missing (TODO): add_route_timestamps | ||||
2023-03-09 | remove unused journey_edit_mask attrs | Daniel Friesel | -27/+0 | |
2023-03-05 | remve unused account_public_mask attr | Daniel Friesel | -14/+0 | |
2023-03-04 | webfinger: adjust profile visibility1.30.6 | Daniel Friesel | -2/+3 | |
2023-03-04 | always show /p/user if /status/user exists; only limit past journeys | Daniel Friesel | -38/+43 | |
2023-03-04 | nvm -> dbf?hafas=11.30.5 | Daniel Friesel | -5/+5 | |
2023-03-04 | resolve_sb_template: escape / in station name1.30.4 | Daniel Friesel | -2/+3 | |
2023-03-04 | _public_status_card: correctly calculate token1.30.3 | Daniel Friesel | -1/+1 | |
2023-03-04 | user status: add footer1.30.2 | Daniel Friesel | -0/+3 | |
2023-03-04 | status/profile: re-add ability to show latest checkout, if desired1.30.1 | Daniel Friesel | -6/+64 | |
got lost in 1.30.0 | ||||
2023-03-03 | release assets1.30.0 | Daniel Friesel | -24/+24 | |
2023-03-03 | token: do not expose full checkin timestamp | Daniel Friesel | -4/+4 | |
2023-03-03 | set default visibility to unlisted | Daniel Friesel | -2/+4 | |
2023-03-02 | changelog | Daniel Friesel | -0/+14 | |
2023-03-02 | Travelynx journey_details: token is added by template | Daniel Friesel | -1/+0 | |