summaryrefslogtreecommitdiff
path: root/templates/layouts
AgeCommit message (Collapse)AuthorLines
2019-04-23Use one row per journey instead of split checkin/checkout entriesDaniel 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-13Print db and host in development modeDaniel Friesel-1/+12
2019-04-13Use travelynx.conf for configuration and secretsDaniel Friesel-1/+1
This avoids having to specify secrets in the environment, where they can leak easily.
2019-04-13work-in-progress manual journey entry. incomplete and not enabled yet.Daniel Friesel-1/+3
2019-04-06detect development mode for travelynx_dev* databases0.11Daniel Friesel-1/+1
2019-03-31Perform undo by deleting the erroneous database entryDaniel Friesel-1/+1
2019-03-25distinguish prod/dev in nav bar0.08Daniel Friesel-1/+1
2019-03-19support logging of cancelled journeysDaniel Friesel-1/+1
2019-03-18never call get_user_data directlyDaniel Friesel-1/+1
2019-03-16add autocomplete for station formDaniel Friesel-0/+1
2019-03-16allow manual input of station nameDaniel Friesel-1/+1
Closes #1
2019-03-12fix failraptor.png for guests. derp.Daniel Friesel-3/+5
2019-03-12implement account deletionDaniel Friesel-0/+4
2019-03-08show hint in case of geolocation errorDaniel Friesel-1/+1
2019-03-07switch from HTTP Auth to Cookie AuthDaniel Friesel-10/+13
2019-03-04do not show username in navbar (won't fit on small screens otherwise)Daniel Friesel-1/+1
2019-03-03Add account info and data exportDaniel Friesel-0/+1
2018-10-21Minify JSDaniel Friesel-2/+2
2018-10-13add history pageDaniel Friesel-0/+1
2018-10-07add simple about page0.02Daniel Friesel-1/+1
2018-10-07use purple navbarDaniel Friesel-1/+2
2018-10-07show close stations via geolocationDaniel Friesel-0/+3
2018-10-05disable navbar entries for now0.01Daniel Friesel-1/+1
2018-10-05Use POST requests to modify dataDaniel Friesel-0/+1
2018-09-02Initial commitDaniel Friesel-0/+29