Linus Groh
af6c308bd6
Rename master branch to main
2021-11-28 17:31:39 +00:00
Linus Groh
223e19a118
Upgrade dependencies
2021-08-30 16:02:53 +01:00
Linus Groh
1260814309
Upgrade dependencies
2021-08-30 16:02:53 +01:00
Andrew Rowson
cfffbe9472
Add trailing slashes to location blocks ( #63 )
...
On my configuration, having a trailing slash on `proxy_pass` but not on
the location block causes the sub-path after the `location` to be
appended to the `proxy_pass` url, causing a double-forward-slash.
E.g. going to `/api/0/list` actually ends up making a call to the proxy
of `http://otrecorder/api//0/list `, which fails for me.
2021-06-28 12:36:16 +01:00
Linus Groh
4031bda2f0
Reformat files with updated prettier
2021-05-28 17:37:35 +01:00
Linus Groh
69094e240e
Upgrade dependencies
2021-05-28 17:37:08 +01:00
Linus Groh
dfa7a423fa
Release 2.9.0
v2.9.0
2021-05-01 22:46:02 +02:00
Linus Groh
411bc10b0b
Upgrade dependencies
2021-05-01 22:32:17 +02:00
Linus Groh
a994051940
Upgrade dependencies
2021-04-28 20:30:06 +02:00
Linus Groh
d325543bc6
Replace "OwnTracks UI" with "OwnTracks Frontend"
...
"OwnTracks UI" was the name I initially used when developing this
separately, but since it's now known as the "OwnTracks frontend", let's
just call it that.
2021-03-24 19:00:35 +01:00
Linus Groh
80d3060fa8
Replace borales/actions-yarn with actions/setup-node
2021-03-24 18:26:52 +01:00
Linus Groh
e6c79ac606
Upgrade dependencies
2021-03-24 18:02:09 +01:00
Linus Groh
0b1271502f
Upgrade dependencies
2021-02-24 20:18:56 +01:00
Linus Groh
fdddd8e035
Add cancel button to loading modal
2021-02-24 20:07:47 +01:00
Linus Groh
245c1295e5
Fix JSDoc return type annotations of async functions
...
These don't return the mentioned type directly, but a promise containing
this type, which has to be await'ed first. This was confusing my IDE's
tslint which suggested await would not be necessary.
2021-02-24 20:07:47 +01:00
Linus Groh
9786487646
Move .distance-travelled SCSS to scoped <style>
2021-02-24 20:07:47 +01:00
Linus Groh
b3529c211c
Release 2.8.0
v2.8.0
2021-02-19 18:57:19 +01:00
Linus Groh
55178c7cc8
Add "Elevation gain / loss" es-ES and fr-FR translations
...
Based on help from computers & friends, I'm sure both know better than I
do!
2021-02-19 18:54:27 +01:00
Linus Groh
2fcf2151fa
Add elevation gain / loss to distance travelled stats
...
Closes #51 .
2021-02-18 22:05:46 +01:00
Linus Groh
5c6370090f
Release 2.7.0
v2.7.0
2021-02-14 15:06:35 +01:00
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