Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-07-11 | optionally link to external departure boards where sensible (WiP) | Daniel Friesel | -5/+102 | |
2022-04-17 | landingpage: Fix typo | Leonard Janis Robert König | -1/+1 | |
2022-04-02 | history map: allow filtering by train type | Daniel Friesel | -0/+6 | |
2022-04-02 | history map: add filter by date | Daniel Friesel | -1/+23 | |
2022-03-07 | limit password length to 10000 characters | Daniel Friesel | -4/+4 | |
that should be sufficient… | ||||
2022-02-20 | Move webhook database queries to Users model | Daniel Friesel | -1/+1 | |
2022-02-18 | changelog: add base_url note1.22.0 | Daniel Friesel | -2/+4 | |
2022-02-16 | prepare changelog for v1.22 | Daniel Friesel | -0/+19 | |
2022-02-16 | link traewelling profile from travelynx profile; show traewelling status | Daniel Friesel | -5/+23 | |
2022-02-16 | Traewelling::get: Use named args | Daniel Friesel | -1/+1 | |
2021-12-01 | Fix url | Kristian Stöckel | -1/+1 | |
2021-10-30 | traewelling: clarify that we're only syncing _future_ checkins1.21.2 | Daniel Friesel | -3/+5 | |
2021-09-12 | Update station name autocompletion for T-S-DE-IRIS 1.60 | Daniel Friesel | -1/+1 | |
2021-09-12 | allow registration to be disabled via config | Daniel Friesel | -1/+3 | |
2021-08-20 | update changelog1.21.0 | Daniel Friesel | -0/+20 | |
2021-08-20 | allow registration to be denied for certain IPs, e.g. known spammers | Daniel Friesel | -0/+4 | |
(yes, there are actually spambots flooding people with unsolicited registration e-mails) | ||||
2021-08-08 | footer: move "travelynx" link to the left | Daniel Friesel | -2/+2 | |
2021-07-18 | departures: show annotation if no realtime data is available | Daniel Friesel | -0/+3 | |
2021-06-20 | Update station autocompletion for T-S-DE-IRIS v1.56 | Daniel Friesel | -1/+1 | |
2021-06-14 | v1.201.20.0 | Daniel Friesel | -0/+12 | |
2021-06-14 | Add explanation to name change page | Daniel Friesel | -0/+15 | |
2021-06-13 | add missing change_name template | Daniel Friesel | -0/+32 | |
2021-06-12 | allow users to change their name | Daniel Friesel | -2/+5 | |
2021-04-20 | attempt to prevent registration spam1.19.11 | Daniel Friesel | -0/+1 | |
2021-03-08 | marudor.de train link: Use ISO8601 datetime; specify station eva id1.19.8 | Daniel Friesel | -1/+1 | |
2021-02-02 | link to source code on about page1.19.4 | Daniel Friesel | -1/+4 | |
2020-12-13 | update station list for autocompletion1.19.2 | Daniel Friesel | -1/+1 | |
2020-12-09 | Release v1.19.01.19.0 | Daniel Friesel | -0/+16 | |
2020-12-07 | warn if a connecting train may not be reached | Daniel Friesel | -0/+6 | |
2020-12-03 | oopsie1.18.13 | Daniel Friesel | -0/+13 | |
2020-12-03 | use stats-enabled list view for year list as well1.18.12 | Daniel Friesel | -2/+4 | |
2020-12-03 | _history_years: remove redundant SQL request | Daniel Friesel | -1/+1 | |
2020-11-21 | month overview: distinguish between no stats and no journeys1.18.10 | Daniel Friesel | -1/+3 | |
2020-11-21 | testing a more organized history navigation1.18.9 | Daniel Friesel | -49/+55 | |
2020-11-21 | Fix navbar titles | Daniel Friesel | -3/+3 | |
2020-11-21 | remove superfluous "()" in function call | Daniel Friesel | -2/+2 | |
2020-10-17 | Fix Model::Journey usage in add_journey template (add missing uid)1.18.4 | Daniel Friesel | -1/+1 | |
2020-10-17 | fix a typo introduced in 8170ce5 | Daniel Friesel | -1/+1 | |
2020-10-17 | disable browser-autocompletion on station-inputs1.18.3 | Leah (ctucx) | -6/+6 | |
2020-10-11 | Move remaining journeys queries to journeys model class | Daniel Friesel | -2/+2 | |
2020-10-06 | Stats: Fix handling of negative cumulative arrival/departure delays1.18.1 | Daniel Friesel | -5/+5 | |
2020-10-05 | about/Kontakt: Link to finalrewind.org | Daniel Friesel | -1/+1 | |
2020-10-04 | It's Public Beta Time! | Daniel Friesel | -6/+35 | |
2020-10-04 | /account/traewelling: show warning when login token is expired/expiring | Daniel Friesel | -4/+32 | |
2020-10-04 | Traewelling: Warn when bearer token is about to expire | Daniel Friesel | -4/+10 | |
2020-10-01 | traewelling checkin: the time limitation isn't needed | Daniel Friesel | -1/+2 | |
2020-10-01 | allow checking into traewelling | Daniel Friesel | -1/+1 | |
2020-09-30 | Template adjustments; hide traewelling from public view for now | Daniel Friesel | -6/+11 | |
2020-09-30 | Allow linking a Träwelling account, auto-sync Träwelling→travelynx | Daniel Friesel | -0/+242 | |
travelynx→Träwelling is still work-in-progress Squashed commit of the following: commit 97faa6e2e6c8d20fba30f2d0f6e78187ceeb72e6 Author: Daniel Friesel <derf@finalrewind.org> Date: Wed Sep 30 18:50:05 2020 +0200 improve traewelling log and tx handling commit 487d7dd728b9d45b731bdc7098cf3358ea2e206e Author: Daniel Friesel <derf@finalrewind.org> Date: Wed Sep 30 18:02:41 2020 +0200 add missing traewelling template commit 0148da2f48d9a52dcddc0ab81f83d8f8ac3062ab Author: Daniel Friesel <derf@finalrewind.org> Date: Wed Sep 30 18:02:35 2020 +0200 improve traewelling pull sync commit 4861a9750f9f2d7621043361d0af6b0a8869a0df Author: Daniel Friesel <derf@finalrewind.org> Date: Tue Sep 29 22:14:24 2020 +0200 wip checkin from traewelling commit f6aeb6f06998a2a7a80f63a7b1b688b1a26b66bd Author: Daniel Friesel <derf@finalrewind.org> Date: Tue Sep 29 18:37:53 2020 +0200 refactor traewelling integration. login and logout are less of a hack now. checkin and checkout are not supported at the moment. | ||||
2020-09-21 | add opengraph metadata output1.17.5 | Daniel Friesel | -0/+3 | |