summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2023-08-26obtain autocompletion from database2.1.1Birte Kristina Friesel-9792/+34
2023-08-26manual station entry: fix HAFAS redirectBirte Kristina Friesel-1/+1
2023-08-24v2.12.1.0Birte Kristina Friesel-0/+26
2023-08-24release assetsBirte Kristina Friesel-23/+23
2023-08-24rebuild assetsBirte Kristina Friesel-2/+2
2023-08-24resolve unknown/ambiguous stop into list of stopsBirte Kristina Friesel-11/+74
2023-08-24update cpanfile.snapshotBirte Kristina Friesel-60/+62
2023-08-24geolocation: Fix 'hafas=undefined' links for iris stopsBirte Kristina Friesel-0/+1
2023-08-22templates: ds100 is not present in HAFAS stations; use eva instead2.0.3Birte Kristina Friesel-5/+5
Fixes broken checkin suggestions after arriving with a HAFAS-tracked journey
2023-08-22select latest journey based on timestamp, not ID2.0.2Birte Kristina Friesel-1/+1
This avoids manually added past journeys messing with the latest travel target
2023-08-22Database: create index on real_departure to speed up latest journey queriesBirte Kristina Friesel-2/+12
2023-08-22Fix 24h delay in cross-midnight journeys after midnight2.0.1Birte Kristina Friesel-19/+13
The culprit: https://git.finalrewind.org/Travel-Status-DE-DeutscheBahn/commit/?id=139f52fbda84da76cb2a8ee5e878e41b6bfe70f8
2023-08-20we have (mostly) full sync2.0.0Birte Kristina Friesel-5/+2
I don't wanna know about time zones, though.
2023-08-20HAFAS: no more testbetriebBirte Kristina Friesel-1/+0
2023-08-20changelogBirte Kristina Friesel-0/+37
2023-08-20sort HAFAS/IRIS stations by distanceBirte Kristina Friesel-3/+6
2023-08-20release assetsBirte Kristina Friesel-23/+23
2023-08-20rebuild assetsBirte Kristina Friesel-4/+4
2023-08-20update autocomplete listBirte Kristina Friesel-1/+13
2023-08-20update cpanfile.snapshotBirte Kristina Friesel-14/+13
2023-08-19add_journey: note that HAFAS journeys are not supported at the momentBirte Kristina Friesel-1/+3
2023-08-19API: Support HAFAS checkin (via journeyID)Birte Kristina Friesel-7/+30
2023-08-19API: fix checkin with toStation and checkout endpointsBirte Kristina Friesel-24/+39
Broken by 38ad42b42cbf6da6254a2498a2fc553507cb3f18
2023-08-19account: move API documentation link to the info textBirte Kristina Friesel-9/+1
2023-08-18manual station entry: HAFAS supportBirte Kristina Friesel-2/+12
2023-08-17departures: use hafas/iris iconsBirte Kristina Friesel-17/+10
2023-08-17use more easily distinguishable icons for hafas/iris; document in legendBirte Kristina Friesel-2/+10
2023-08-16show train/bus icons in stop listBirte Kristina Friesel-2/+8
2023-08-16update tests for 61b33446cd255235b6ae19823461322d7607ab59Birte Kristina Friesel-8/+8
2023-08-16geosearch: always query iris and hafas stopsBirte Kristina Friesel-19/+49
2023-08-16recent targets: distinguish hafas/irisBirte Kristina Friesel-5/+6
2023-08-15route / checkout selection: use EVA ID if availableBirte Kristina Friesel-2/+2
2023-08-15station board: add iris / hafas linksBirte Kristina Friesel-1/+35
2023-08-14traveling: redirect hafas journeys to hafas=1Birte Kristina Friesel-3/+10
2023-08-14API docs: Zug → FahrtBirte Kristina Friesel-14/+14
2023-08-14API: Note that ds100 may be nullBirte Kristina Friesel-8/+6
2023-08-14hafas preparations: Zug → FahrtBirte Kristina Friesel-53/+53
2023-08-13synchronize non-train checkins from traewelling to travelynxBirte Kristina Friesel-14/+81
2023-08-13Remove unused _cancelled templateBirte Kristina Friesel-27/+0
2023-08-13WIP: HAFAS supportBirte Kristina Friesel-40/+509
2023-08-13influxdb: add stations statisticsBirte Kristina Friesel-1/+59
2023-08-12fix tests (use relative datetimes for proper past visibility handling)Birte Kristina Friesel-8/+8
2023-08-09Store traewelling refresh token in database1.34.3Birte Kristina Friesel-18/+41
2023-08-09traewelling oauth: pass HTTP redirect_uri in development modeBirte Kristina Friesel-2/+4
2023-08-08sort timeline (descending by checkin timestamp, so most recent checkins first)1.34.2Birte Kristina Friesel-0/+47
2023-08-08Fix Traewelling OAuth2 behind reverse proxies1.34.1Birte Kristina Friesel-1/+6
a reverse proxy makes mojolicious believe that it is using HTTP, even though it is HTTPS.
2023-08-08changelog1.34.0Birte Kristina Friesel-0/+31
2023-08-07Traewelling: replace legacy password login with OAuth2Birte Kristina Friesel-170/+179
This is a breaking change insofar as that traewelling support is no longer provided automatically, but must be enabled by providing a traewelling.de application ID and secret in travelynx.conf. However, as traewelling.de password login is deprecated and wil soon be disabled, travelynx would break either way. So we might or might not see travelynx 2.0.0 in the next days. Automatic token refresh is still todo, but that was the case for password login as well. Closes #64
2023-08-06rebuild assetsBirte Kristina Friesel-2/+2
2023-08-06use proper text contrast for input labelsBirte Kristina Friesel-3/+5
Materialize has _weird_ defaults Closes #79