Linus Groh
fc0189e5e2
Use official Docker Buildx action
2021-02-14 15:04:21 +01:00
Linus Groh
04fb50667b
Update Dockerfile to use node:14 and nginx:1.18-alpine
2021-02-14 15:04:21 +01:00
Linus Groh
6359b4783c
Add missing i18n for "Loading version..."
...
Hopefully DeepL got the translations for French and Spanish right...
2021-02-14 13:51:34 +01:00
Linus Groh
4679f7fbb7
Add en-GB translations
2021-02-14 13:23:29 +01:00
Linus Groh
b29cd12ed9
Use xx-XX format for translation files and default to en-US
...
Many languages have different variants, so instead of "en" we should be
using "en-US" - this will make it possible to add slightly different
British English translations, for example.
Note that this was already supported for the `locale` config option, we
were simply discarding the part after the dash when looking for the
right translation file.
Also make sure the en-US translations are actually American English,
I'll add en-GB separately.
2021-02-14 13:21:54 +01:00
Linus Groh
a9026c7a0a
Upgrade dependencies
2021-02-14 12:49:46 +01:00
Elu43
27070812a4
Add French translations
2021-02-14 12:49:07 +01:00
Linus Groh
75e79fb0b1
Upgrade dependencies
2021-01-11 19:02:35 +01:00
Linus Groh
4bb9a20787
Fix incomplete Config interface in index.d.ts
...
Haven't looked at this in a while. :)
2021-01-11 18:53:34 +01:00
Linus Groh
1a47fd1b6c
Release 2.6.0
v2.6.0
2020-12-29 19:39:37 +01:00
Linus Groh
163e0e3ec7
Upgrade dependencies
2020-12-29 19:21:38 +01:00
Andrew Rowson
8d8664a338
Configure Vue to not assume it's on the web root
...
Fixes #21 .
2020-12-29 19:17:11 +01:00
Linus Groh
045e635c21
Add router.basePath config option for deployments at non-webroot
...
This is in preparation of configuring Vue with publicPath: "".
2020-12-29 19:17:11 +01:00
dependabot[bot]
7db7837dfd
Bump ini from 1.3.5 to 1.3.8
2020-12-24 13:56:38 +01:00
Andrew Rowson
beb522c03e
NGINX should listen on IPv6 as well
2020-12-24 13:15:34 +01:00
Linus Groh
658cb6b223
Release 2.5.1
v2.5.1
2020-10-27 18:07:21 +00:00
Linus Groh
7ab98be4ad
Add tests for baseUrl with trailing slash
2020-10-27 17:58:01 +00:00
Karmanyaah Malhotra
6d4d47b5a1
Fix getApiUrl() for baseUrl with trailing slash
2020-10-27 17:52:07 +00:00
Linus Groh
159470181c
Upgrade dependencies
2020-10-15 08:45:08 +02:00
Linus Groh
b53a0be707
Upgrade dependencies
2020-09-20 21:34:43 +01:00
Linus Groh
4e70d3a3ad
Update dependencies
2020-09-12 13:34:10 +01:00
Linus Groh
b42f6db024
Release 2.5.0
v2.5.0
2020-09-07 21:56:37 +01:00
Linus Groh
3fbf0a2ff1
Upgrade dependencies
2020-09-07 21:46:17 +01:00
Linus Groh
206eb268fa
Add onLocationChange.fitView config option
...
It defaults to false now, which is a change - this seems like a sensible
choice though. I can see how it would be annoying to have the map change
while looking at it just because *something* moved.
Fixes #41 .
2020-09-07 21:30:47 +01:00
Linus Groh
d7266f48f1
Upgrade dependencies
2020-07-31 20:44:36 +02:00
Linus Groh
9ec17e3e9c
Replace node-sass with sass (dart-sass)
2020-07-22 13:15:35 +02:00
Linus Groh
e320441b5e
Upgrade dependencies
2020-07-22 13:11:59 +02:00
Linus Groh
1282d93769
Remove datepicker buttons mobile style overrides
...
This has been fixed upstream.
2020-06-24 14:49:30 +01:00
Linus Groh
b8661b11fb
Upgrade dependencies
2020-06-24 14:44:46 +01:00
Linus Groh
4f5bfefc36
Add more badges
2020-06-14 16:27:12 +01:00
Linus Groh
a1faf8153b
Replace Travis CI with GitHub Actions build/lint/test workflows ( #39 )
2020-06-14 16:11:20 +01:00
Linus Groh
23d73461bc
Hardcode owntracks/frontend as DOCKER_IMAGE in docker.yml
...
As we were using the DOCKER_USERNAME secret rather than "owntracks", the
images all ended up in @jpmens' personal account :)
2020-06-14 15:28:41 +01:00
Linus Groh
90dac4022a
Rename main.yml to docker.yml
...
I'll attempt to switch over from Travis CI to GitHub actions completely,
so "main" is not the best naming choice.
2020-06-14 15:24:58 +01:00
Linus Groh
58b22aeebe
Update GitHub action Docker workflow name
2020-06-14 15:23:43 +01:00
wollew
cb79a4de81
Use GitHub Actions to build Docker images for multiple archs ( #38 )
...
Co-authored-by: Wolfgang Miller-Reichling <wolfgang.miller-reichling@1und1.de >
2020-06-14 14:26:01 +01:00
Linus Groh
c5f491b6fb
Upgrade dependencies
2020-06-09 15:41:09 +01:00
dependabot[bot]
49a9b54a5e
Bump websocket-extensions from 0.1.3 to 0.1.4 ( #37 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-07 14:58:07 +01:00
Linus Groh
c449fcaf21
Update features list in README.md
2020-06-03 21:08:45 +01:00
Linus Groh
1746c359f4
Remove additional screenshots
...
They don't really add much value.
2020-06-03 20:37:25 +01:00
Linus Groh
6180e52f71
Fix vertical offset of non-pin popups
2020-06-03 20:33:26 +01:00
Linus Groh
0f0f29fcee
Show regions for location on popup
2020-06-03 20:28:48 +01:00
Linus Groh
cb0694b032
Release 2.4.0
v2.4.0
2020-06-01 18:44:07 +01:00
Linus Groh
d0f2a99302
Upgrade dependencies
2020-06-01 18:39:01 +01:00
Linus Groh
c8b0ec8b9e
Upgrade dependencies
...
This includes a major version bump of ESLint and Prettier, so also some
reformatting.
2020-05-16 13:58:48 +01:00
Linus Groh
906eb2a1b4
Fix typos causing the minAccuracy filter to work incorrectly
2020-05-16 13:50:57 +01:00
Linus Groh
005aab715f
Improve wording in docs
2020-05-11 19:22:13 +01:00
Linus Groh
b76cbdc2e6
Add filters.minAccuracy config option
...
This allows us to ignore location points which do not meet the configured
accuracy requirement.
Closes #35 .
2020-05-11 19:15:56 +01:00
Linus Groh
bb87ec01d4
Release 2.3.1
v2.3.1
2020-05-09 15:50:52 +01:00
Linus Groh
c3e6b775f9
Re-format config.md
2020-05-09 15:50:01 +01:00
Linus Groh
a9998e8e3b
Release 2.3.0
v2.3.0
2020-05-09 15:45:19 +01:00