Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
2019-03-31 | Perform undo by deleting the erroneous database entry | Daniel Friesel | -1/+1 | |
2019-03-25 | distinguish prod/dev in nav bar0.08 | Daniel Friesel | -1/+1 | |
2019-03-19 | support logging of cancelled journeys | Daniel Friesel | -1/+1 | |
2019-03-18 | never call get_user_data directly | Daniel Friesel | -1/+1 | |
2019-03-16 | add autocomplete for station form | Daniel Friesel | -0/+1 | |
2019-03-16 | allow manual input of station name | Daniel Friesel | -1/+1 | |
Closes #1 | ||||
2019-03-12 | fix failraptor.png for guests. derp. | Daniel Friesel | -3/+5 | |
2019-03-12 | implement account deletion | Daniel Friesel | -0/+4 | |
2019-03-08 | show hint in case of geolocation error | Daniel Friesel | -1/+1 | |
2019-03-07 | switch from HTTP Auth to Cookie Auth | Daniel Friesel | -10/+13 | |
2019-03-04 | do not show username in navbar (won't fit on small screens otherwise) | Daniel Friesel | -1/+1 | |
2019-03-03 | Add account info and data export | Daniel Friesel | -0/+1 | |
2018-10-21 | Minify JS | Daniel Friesel | -2/+2 | |
2018-10-13 | add history page | Daniel Friesel | -0/+1 | |
2018-10-07 | add simple about page0.02 | Daniel Friesel | -1/+1 | |
2018-10-07 | use purple navbar | Daniel Friesel | -1/+2 | |
2018-10-07 | show close stations via geolocation | Daniel Friesel | -0/+3 | |
2018-10-05 | disable navbar entries for now0.01 | Daniel Friesel | -1/+1 | |
2018-10-05 | Use POST requests to modify data | Daniel Friesel | -0/+1 | |
2018-09-02 | Initial commit | Daniel Friesel | -0/+29 | |