Sascha Hagedorn and Linus Groh
f5c1c82010
Display address in device location popup
...
`addr` is part of the response for reverse geolocation lookups. `address` is already used in `LDeviceLocationPopup` and needs to be passed in from the map.
Closes #31
2022-03-14 22:27:52 +00:00
Linus Groh
3ea1d02c65
Show SSID and BSSID in location popup if available
2022-02-11 23:46:26 +00:00
Linus Groh
f91341b205
Add new properties to the OTLocation interface
2022-02-11 23:23:29 +00:00
Linus Groh
0c983d6206
Upgrade dependencies
...
Also rename a few components to match the multi-word recommendation and
add "Map" to the ignorelist of the vue/multi-word-component-names ESLint
rule.
A couple of major version bumps are currently blocked by upgrading the
project to Vue 3.
2022-02-11 22:23:16 +00:00
Linus Groh
9e36d31997
Release 2.10.0
v2.10.0
2021-11-28 18:04:58 +00:00
Linus Groh
5e37c7f4b8
Sort device location history entries by timestamp
...
Fixes #67 .
2021-11-28 17:52:28 +00:00
Linus Groh
7dda60d457
Ensure all SCSS files are formatted with prettier
2021-11-28 17:33:32 +00:00
Linus Groh
228900ff9f
Upgrade vue-js-modal to v2
2021-11-28 17:33:08 +00:00
Linus Groh
129446de1a
Upgrade dependencies
2021-11-28 17:31:55 +00:00
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 and GitHub
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 and GitHub
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 and GitHub
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 and Linus Groh
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] and GitHub
7db7837dfd
Bump ini from 1.3.5 to 1.3.8
2020-12-24 13:56:38 +01:00
Andrew Rowson and GitHub
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 and Linus Groh
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