summaryrefslogtreecommitdiff
path: root/public/static/js
AgeCommit message (Collapse)AuthorLines
2022-10-03update autocompletion for iris 1.72Daniel Friesel-15/+107
2022-08-19travelynx-action: only show checkin error if it is not already being shown1.23.7Daniel Friesel-2/+4
2022-08-04update autocomplete list for T-S-DE-IRIS 1.691.23.4Daniel Friesel-8/+49
2022-07-14rebuild assetsDaniel Friesel-2/+2
2022-07-14increased click area for checkinDaniel Friesel-1/+7
2022-07-14geolocation: Use large-click-area links for station listDaniel Friesel-11/+5
2022-07-13update assets1.22.9Daniel Friesel-3/+3
2022-07-13update autocomplete listDaniel Friesel-56/+306
2021-09-12Update station name autocompletion for T-S-DE-IRIS 1.60Daniel Friesel-33/+30
2021-08-14Update autocompletion for T-S-DE-IRIS 1.59Daniel Friesel-7/+41
2021-06-20Update station autocompletion for T-S-DE-IRIS v1.56Daniel Friesel-57/+96
2021-01-29Switch to AGPL3+Daniel Friesel-2/+2
2021-01-09update autocomplete station listDaniel Friesel-5/+12
2020-12-13update station list for autocompletion1.19.2Daniel Friesel-112/+48
2020-11-27Add a bunch of licensing dataDaniel Friesel-0/+16
2020-02-01update autocomplete list1.14.4Daniel Friesel-2121/+2291
2019-12-08confirm undo of checkins after 15 minutes1.11.2Daniel Friesel-3/+11
2019-11-14include URL in copied share text if enabled1.9.12Daniel Friesel-6/+7
2019-11-14Copy share text to clipboard if sharing API is unavailable1.9.11Daniel Friesel-4/+15
Closes #24
2019-10-29live update of next station via javascriptDaniel Friesel-4/+66
2019-08-22update autocomplete station list1.8.8Daniel Friesel-739/+907
2019-06-19make share button link to status page if share API is unavailableDaniel Friesel-4/+11
2019-05-19allow checkin from connections viewDaniel Friesel-1/+2
2019-05-16Further color improvementsmarudor-13/+0
2019-05-16Add color switcher to toolbarmarudor-7/+15
2019-05-12social sharing for current journey1.3.0Daniel Friesel-1/+15
2019-05-11Do not nag directly for geolocationmarudor-8/+25
2019-05-10javascript-based refresh of journey progress and countdownDaniel Friesel-7/+46
2019-05-09hide status countdown when offline1.1.10Daniel Friesel-1/+3
2019-05-07more frequent reload on sync failure1.1.8Daniel Friesel-3/+3
2019-05-07only show loading animation on links without custom animation1.1.7Daniel Friesel-2/+2
2019-05-06add loading indicator to navDaniel Friesel-1/+4
2019-05-05do not perform useless geolocation lookups (#10)Daniel Friesel-5/+7
2019-05-04migrate to jQuery 3Daniel Friesel-4/+2
2019-05-02oops1.1.1Daniel Friesel-4/+1
2019-05-02Finish public-facing exposed user status (opt-in)Daniel Friesel-4/+23
2019-04-26show marker when unable to syncDaniel Friesel-1/+2
2019-04-23Primitive auto-refresh of current journey statusDaniel Friesel-2/+17
Todo: Redirect user to destination station upon arrival
2019-04-23Use one row per journey instead of split checkin/checkout entriesDaniel Friesel-10/+10
Whether a user is in transit or not is now determined by an entry in the in_transit table instead of a dangling checkin. All completed journeys are stored in the "journeys" table. This does most of the work needed for automatic checkout. However, note that the corresponding worker process is not implemented yet.
2019-04-04Allow journey deletionDaniel Friesel-1/+14
See issue #3
2019-03-31Perform undo by deleting the erroneous database entryDaniel Friesel-1/+2
2019-03-19support logging of cancelled journeysDaniel Friesel-2/+20
2019-03-16add autocomplete for station formDaniel Friesel-0/+8480
2019-03-16allow manual input of station nameDaniel Friesel-2/+2
Closes #1
2019-03-08show hint in case of geolocation errorDaniel Friesel-1/+10
2019-03-07switch from HTTP Auth to Cookie AuthDaniel Friesel-5/+5
2019-02-14more helpful message for checkout without real-time data0.03Daniel Friesel-2/+2
2018-11-02allow undo for checkinsDaniel Friesel-1/+8
2018-10-21Minify JSDaniel Friesel-3/+5
2018-10-21Re-add force checkout to frontendDaniel Friesel-24/+25