Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-02-01 | update autocomplete list1.14.4 | Daniel Friesel | -1/+1 | |
2020-01-28 | new asset version | Daniel Friesel | -1/+1 | |
2020-01-28 | Add aria labels where needed, commit 1 of many (#37) | Daniel Friesel | -4/+4 | |
2020-01-25 | Surely a little bit of colour won't hurt. | Daniel Friesel | -1/+1 | |
2019-12-14 | improve wagon output in journey details | Daniel Friesel | -1/+1 | |
2019-12-08 | confirm undo of checkins after 15 minutes1.11.2 | Daniel Friesel | -1/+1 | |
2019-11-16 | add map view of past journeys. unfinished and unreferenced. | Daniel Friesel | -0/+6 | |
2019-11-14 | include URL in copied share text if enabled1.9.12 | Daniel Friesel | -1/+1 | |
2019-11-14 | Copy share text to clipboard if sharing API is unavailable1.9.11 | Daniel Friesel | -1/+1 | |
Closes #24 | ||||
2019-10-30 | update asset version1.9.9 | Daniel Friesel | -1/+1 | |
2019-08-22 | update autocomplete station list1.8.8 | Daniel Friesel | -1/+1 | |
2019-06-19 | make share button link to status page if share API is unavailable | Daniel Friesel | -1/+1 | |
2019-05-29 | add twitter preview tags to public user status page | Daniel Friesel | -0/+3 | |
2019-05-28 | fix email fields in dark mode1.6.4 | Daniel Friesel | -1/+1 | |
2019-05-25 | Remove apple-mobile-web-app-capable tag to work around Safari session issues1.6.2 | Daniel Friesel | -2/+0 | |
iOS Safari does not send session cookies when following links to PWAs using the apple-mobile-web-app-capable tag. This is not documented on <https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html>, though I can't say whether it is a bug in Safari or lacking documentation. See <https://github.com/foosel/OctoPrint/issues/1792> for a more detailed description of this type of issue. | ||||
2019-05-19 | allow checkin from connections view | Daniel Friesel | -1/+1 | |
2019-05-18 | Fix progress bar colours1.4.2 | Daniel Friesel | -1/+1 | |
2019-05-18 | fix input background color in dark theme1.4.1 | Daniel Friesel | -1/+1 | |
2019-05-18 | release new asset version | Daniel Friesel | -1/+1 | |
2019-05-18 | remove debug output | Daniel Friesel | -4/+1 | |
2019-05-18 | Pre-select theme css in backend | Daniel Friesel | -28/+26 | |
2019-05-16 | Provide light theme by default, avoid re-styling unless dark theme is active | Daniel Friesel | -4/+4 | |
This eliminates a large portion of main-thread work on page load | ||||
2019-05-16 | fix typo in color scheme preference query | Daniel Friesel | -1/+1 | |
2019-05-16 | Further color improvements | marudor | -1/+15 | |
2019-05-16 | Add color switcher to toolbar | marudor | -11/+16 | |
2019-05-16 | Add dark mode (only available with prefers-color-scheme currently) | marudor | -2/+18 | |
2019-05-12 | oops 2 (asset release)1.3.2 | Daniel Friesel | -1/+1 | |
2019-05-11 | Release version 19, fix asset-release for macos | marudor | -1/+1 | |
2019-05-11 | switch to a less generic icon | Daniel Friesel | -3/+9 | |
2019-05-10 | javascript-based refresh of journey progress and countdown | Daniel Friesel | -1/+1 | |
2019-05-09 | hide status countdown when offline1.1.10 | Daniel Friesel | -1/+1 | |
2019-05-07 | only show loading animation on links without custom animation1.1.7 | Daniel Friesel | -1/+1 | |
2019-05-06 | always show navbar, even when scrolling | Daniel Friesel | -25/+27 | |
2019-05-06 | add loading indicator to nav | Daniel Friesel | -2/+17 | |
2019-05-05 | update asset version1.1.6 | Daniel Friesel | -1/+1 | |
2019-05-04 | update material icons | Daniel Friesel | -1/+1 | |
2019-05-04 | migrate to jQuery 3 | Daniel Friesel | -1/+1 | |
2019-05-03 | add a description | Daniel Friesel | -0/+1 | |
2019-05-03 | use versioning for service worker and web app manifest | Daniel Friesel | -3/+3 | |
2019-05-03 | add apple mobile web app foo | Daniel Friesel | -0/+4 | |
2019-05-03 | Experimental PWA support (#13) | Daniel Friesel | -0/+12 | |
2019-05-02 | oops1.1.1 | Daniel Friesel | -1/+1 | |
2019-05-02 | Finish public-facing exposed user status (opt-in) | Daniel Friesel | -1/+1 | |
2019-04-26 | show marker when unable to sync | Daniel Friesel | -1/+1 | |
2019-04-23 | Primitive auto-refresh of current journey status | Daniel Friesel | -1/+1 | |
Todo: Redirect user to destination station upon arrival | ||||
2019-04-23 | Use one row per journey instead of split checkin/checkout entries | Daniel Friesel | -1/+1 | |
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-13 | Print db and host in development mode | Daniel Friesel | -1/+12 | |
2019-04-13 | Use travelynx.conf for configuration and secrets | Daniel Friesel | -1/+1 | |
This avoids having to specify secrets in the environment, where they can leak easily. | ||||
2019-04-13 | work-in-progress manual journey entry. incomplete and not enabled yet. | Daniel Friesel | -1/+3 | |
2019-04-06 | detect development mode for travelynx_dev* databases0.11 | Daniel Friesel | -1/+1 | |