Age | Commit message (Expand) | Author | Lines |
2019-05-12 | social sharing for current journey1.3.0 | Daniel Friesel | -3/+45 |
2019-05-11 | update landingpage | Daniel Friesel | -3/+3 |
2019-05-11 | checked in: clarify checkout / update actions | Daniel Friesel | -2/+2 |
2019-05-11 | get_journey_stats: Support uid override, fix uninitialized value warning | Daniel Friesel | -3/+6 |
2019-05-11 | Merge branch 'marudor-geoLocationNagging' | Daniel Friesel | -37/+53 |
2019-05-11 | Release version 19, fix asset-release for macos | marudor | -27/+27 |
2019-05-11 | Do not nag directly for geolocation | marudor | -10/+26 |
2019-05-11 | gitignore: Add /local | Daniel Friesel | -0/+4 |
2019-05-11 | add asset-release helper script | Daniel Friesel | -0/+17 |
2019-05-11 | add asset-rebuild helper script | Daniel Friesel | -0/+7 |
2019-05-11 | update dependency version snapshot | Daniel Friesel | -620/+593 |
2019-05-11 | README: Note that libxml-dev and libpq-dev are needed for carton/cpanm build | Daniel Friesel | -3/+6 |
2019-05-11 | README: Add note about carton / cpanm | Daniel Friesel | -0/+15 |
2019-05-11 | switch to a less generic icon | Daniel Friesel | -25/+110 |
2019-05-11 | footer: Link to "about" page for travelynx | Daniel Friesel | -3/+3 |
2019-05-11 | account: fix uninitialized value warning | Daniel Friesel | -1/+1 |
2019-05-11 | history: validate year and month | Daniel Friesel | -2/+12 |
2019-05-11 | add custom not_found and exception templates | Daniel Friesel | -0/+37 |
2019-05-10 | version bump1.2.0 | Daniel Friesel | -3/+15 |
2019-05-10 | Add webhook to account page | Daniel Friesel | -5/+33 |
2019-05-10 | service worker: cache icons | Daniel Friesel | -1/+5 |
2019-05-10 | public status: Do not overwrite line name1.1.11 | Daniel Friesel | -1/+1 |
2019-05-10 | javascript-based refresh of journey progress and countdown | Daniel Friesel | -29/+72 |
2019-05-09 | hide status countdown when offline1.1.10 | Daniel Friesel | -23/+25 |
2019-05-09 | set a custom user agent | Daniel Friesel | -1/+5 |
2019-05-08 | Fix division by zero when calculating journey completion1.1.9 | Daniel Friesel | -2/+5 |
2019-05-07 | more frequent reload on sync failure1.1.8 | Daniel Friesel | -3/+3 |
2019-05-07 | only show loading animation on links without custom animation1.1.7 | Daniel Friesel | -22/+22 |
2019-05-06 | always show navbar, even when scrolling | Daniel Friesel | -25/+27 |
2019-05-06 | add loading indicator to nav | Daniel Friesel | -22/+40 |
2019-05-06 | basic webhook support, onwards to betatesting | Daniel Friesel | -79/+106 |
2019-05-05 | WiP webhook support | Daniel Friesel | -0/+225 |
2019-05-05 | update asset version1.1.6 | Daniel Friesel | -20/+20 |
2019-05-05 | do not perform useless geolocation lookups (#10) | Daniel Friesel | -5/+7 |
2019-05-05 | Merge branch 'feuerrot-dockerize' | Daniel Friesel | -0/+221 |
2019-05-05 | travelynx.conf: Actually call die() if DB_HOST is unset | Daniel Friesel | -1/+1 |
2019-05-05 | Merge branch 'dockerize' of https://github.com/feuerrot/travelynx into feuerr... | Daniel Friesel | -0/+221 |
2019-05-04 | update material icons | Daniel Friesel | -20/+20 |
2019-05-04 | checked in view: update sync_problem marker color | Daniel Friesel | -1/+1 |
2019-05-04 | migrate to jQuery 3 | Daniel Friesel | -6/+4 |
2019-05-04 | PWA: capitalize app name (everyone seems to do it that way) | Daniel Friesel | -2/+2 |
2019-05-03 | use cpanfile to install dependencies, run worker in another docker container | Markus Witt | -43/+58 |
2019-05-03 | docker: add docker-compose configuration | Markus Witt | -1/+82 |
2019-05-03 | Install Mojo::Pg | Markus Witt | -1/+2 |
2019-05-03 | config: mail server setup | Markus Witt | -1/+11 |
2019-05-03 | dockerfile: use exec form to support ^C | Markus Witt | -1/+1 |
2019-05-03 | dockerfile: use debian:stretch-slim and cpan --no-man-pages | Markus Witt | -2/+2 |
2019-05-03 | dockerfile: remove cpanm (+workdir) & build-essentials to save space | Markus Witt | -6/+11 |
2019-05-03 | Add a basic docker file | Markus Witt | -0/+109 |
2019-05-03 | adjust tests for /account/... URL changes | Daniel Friesel | -3/+3 |