Commit graph

468 commits

Author SHA1 Message Date
Paul Bienkowski 9b633a3c88 Update frontend dependencies 2021-05-14 19:24:29 +02:00
Paul Bienkowski f2e6c062d3 Improve logout mechanism 2021-05-14 19:24:17 +02:00
Paul Bienkowski 94dae5e88a frontend: Fix page numbering using comma values at some point (fix #76) 2021-05-14 16:58:52 +02:00
Paul Bienkowski fb8e622d7c Revert "Moved license back from subfolder to root"
This reverts commit 451abe28b5.
2021-05-14 16:58:52 +02:00
Steffen Genauck 451abe28b5 Moved license back from subfolder to root 2021-05-14 11:24:09 +02:00
Paul Bienkowski 16b89ce08b Disable npm update message when building docker files (resolves #75) 2021-05-14 09:19:45 +02:00
Paul Bienkowski bc682a22a1 Fix .dockerignore by moving them into the actual contexts 2021-05-14 09:19:25 +02:00
Paul Bienkowski 7aee81dcee Improve auto-title generation for tracks, using date from filename if available 2021-05-13 20:52:50 +02:00
Paul Bienkowski ce2a27ed51 Expose all generated JSON files in one endpoint, and use actual track data for rendering the blue line (fixes #72, fixes #64) 2021-05-13 20:32:55 +02:00
Paul Bienkowski cf30037a85 frontend: Show actual track duration, not dummy data from testing the code 2021-05-13 20:20:41 +02:00
Paul Bienkowski 798ff9fb1b frontend: ignore drop event in form, trigger upload instead of file input dialog (fixes #74, maybe) 2021-05-13 20:17:21 +02:00
dependabot[bot] 5193acd9cd chore(deps): bump underscore from 1.12.0 to 1.12.1 in /api
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/jashkenas/underscore/releases)
- [Commits](https://github.com/jashkenas/underscore/compare/1.12.0...1.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-13 09:43:20 +02:00
dependabot[bot] 741ee78de3 chore(deps): bump y18n from 4.0.0 to 4.0.3 in /api
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/compare/v4.0.0...y18n-v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-13 09:43:03 +02:00
dependabot[bot] 5e213b8ea5 chore(deps): bump pug from 3.0.0 to 3.0.1 in /api
Bumps [pug](https://github.com/pugjs/pug) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.0...pug@3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-13 09:42:05 +02:00
dependabot[bot] ecaf398f3b chore(deps): bump pug-code-gen from 3.0.1 to 3.0.2 in /api
Bumps [pug-code-gen](https://github.com/pugjs/pug) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug-code-gen@3.0.1...pug-code-gen@3.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-13 09:41:54 +02:00
dependabot[bot] ba0db9a175 chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /api
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-13 09:41:33 +02:00
Paul Bienkowski f5b6350d8a Fix docker-compose logs command 2021-05-12 19:43:54 +02:00
Paul Bienkowski 8612bb08a6 Update README for recursive cloning 2021-05-12 19:20:06 +02:00
Paul Bienkowski 3d8238307a frontend: More compact menu 2021-05-09 20:33:57 +02:00
Paul Bienkowski a4756873e5 frontend: Add footer, improve menu, add links to privacy policy and imprint 2021-05-09 15:38:18 +02:00
Paul Bienkowski c380b0d1fb frontend: Some more styling 2021-05-07 18:10:15 +02:00
Paul Bienkowski 73e855550c frontend: Customize style, start using styleguide 2021-05-07 17:29:26 +02:00
Paul Bienkowski 34042ede54 feat: stop using smiley default avatar, use first letter of name on colored square as fallback 2021-05-07 14:57:54 +02:00
Paul Bienkowski 76620c5e8f api: add client.autoAccept flag to not ask for authorization 2021-05-01 16:20:05 +02:00
Paul Bienkowski 9a7043ea71 api: Use semantic-ui-css for api-rendered views (account pages) 2021-05-01 15:47:22 +02:00
Paul Bienkowski 817de8fae5 frontend: Add download button for original file 2021-05-01 13:31:03 +02:00
Paul Bienkowski 31af59819e api: Handle views directory better, and disable obsver1 download 2021-05-01 13:29:25 +02:00
Paul Bienkowski c32a475b96 frontend: Downgrade to node:14, chokidar was not availble 2021-05-01 13:28:42 +02:00
Paul Bienkowski 760ea4c013 frontend: Include roads.json in homepage, and use grayscale theme for maps 2021-05-01 11:19:34 +02:00
Paul Bienkowski 912aebb9d5 frontend: format a file 2021-05-01 11:18:21 +02:00
Paul Bienkowski 44a18657f6 api: Allow reprocessing of stalled jobs 2021-04-30 16:05:02 +02:00
Paul Bienkowski 23843481c6 readme: Fix abbreviation of Node Version Manager (npm -> nvm) 2021-04-30 14:29:15 +02:00
Dennis Boldt 9002802d70 package-lock.json 2021-04-29 21:58:54 +02:00
Dennis Boldt 4f5177a5fc Bump node to 15.14 + add .nvmrc 2021-04-29 21:43:40 +02:00
Dennis Boldt a00189d56a Fix stats. 2021-04-29 21:30:23 +02:00
Dennis Boldt 7cdf6b2d17 hrs -> hours 2021-04-29 21:30:04 +02:00
Dennis Boldt 09dfe24045 Link OpenBikeSensor text in headline as well. 2021-04-29 21:29:18 +02:00
Dennis Boldt e9ea0645c9 Small fixes to get started
- docker-compose needs the flag --build to (re)build all containers
- Initially, on an empty database, Track.aggregate returns an empty array,
  which results in an undefined error for /api/stats
2021-04-26 22:12:07 +02:00
Paul Bienkowski 840ecc6d6f Rename track.visible -> track.public 2021-04-19 21:57:40 +02:00
Paul Bienkowski 13b6dd8691 Fix wording for missing public tracks 2021-04-19 21:53:35 +02:00
Paul Bienkowski bca3582e30 Add worker, queue, redis, and call python script to import files 2021-04-19 21:38:54 +02:00
Paul Bienkowski 764a711a9e api: Include scripts repo, and add python to docker container 2021-03-27 16:19:46 +01:00
Paul Bienkowski 39f5a011ed Add short instructions in readme for setting up production server 2021-02-28 23:01:13 +01:00
Paul Bienkowski b80b219748 api: Use baseUrl in email links 2021-02-28 22:57:43 +01:00
Paul Bienkowski e1a9898fd9 frontend: Add apiUrl to upload request URL 2021-02-28 22:42:32 +01:00
Paul Bienkowski da7f3fb432 api: Fix baseUrl for templates to have the slash 2021-02-28 22:37:48 +01:00
Paul Bienkowski 46466874da api: Add baseUrl to templates 2021-02-28 22:36:11 +01:00
Paul Bienkowski 5b4ec4d69e api: Add baseUrl to redirects 2021-02-28 22:32:44 +01:00
Paul Bienkowski a0d9c2dbc4 frontend: Add API url config 2021-02-28 22:21:38 +01:00
Paul Bienkowski e10b29e0c6 frontend: Configure base-href and router with PUBLIC_URL 2021-02-28 22:11:32 +01:00