Linus Groh
feff6d5272
Upgrade dependencies
2020-03-14 16:17:31 +00:00
Linus Groh
7b88102c2b
Merge pull request #28 from owntracks/dependabot/npm_and_yarn/acorn-5.7.4
...
Bump acorn from 5.7.3 to 5.7.4
2020-03-14 16:14:03 +00:00
dependabot[bot]
a2c7974f38
Bump acorn from 5.7.3 to 5.7.4
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-03-14 09:44:52 +00:00
Linus Groh
b3fdf1eabe
Improve verbose mode logging
...
- Support passing a log message function to `logging.log` for lazy
evaluation
- Log results (or at least lengths) of all API functions
- Log merged config during initialisation
- Log distance calculation duration
2020-03-07 00:22:56 +00:00
Linus Groh
1482833e05
Fix a few parameter type definitions
2020-03-07 00:14:59 +00:00
Linus Groh
04fa3392f0
Fix typo in CHANGELOG.md
2020-03-03 14:05:08 +00:00
Linus Groh
a4334e5273
Fix manual installation instructions in README.md
...
`yarn install --production` does not actually install all dependencies
required for building - maybe we have to move some `devDependencies` to
`dependencies`, but for now this should do the trick.
2020-03-03 13:40:15 +00:00
Linus Groh
806526380d
Replace default Leaflet marker with a custom one
...
Closes #2
2020-03-03 08:11:45 +00:00
Linus Groh
2e63f01438
Release 2.0.0 🎉
v2.0.0
2020-03-01 21:16:59 +00:00
Linus Groh
fb97cd080f
Release 2.0.0-beta.11
v2.0.0-beta.11
2020-03-01 21:11:33 +00:00
Linus Groh
f2d461d019
Merge pull request #20 from owntracks/clean-up-the-typing-mess
...
Clean up the typing mess
2020-03-01 20:59:36 +00:00
Linus Groh
798a0af97d
Update function documentations
2020-03-01 20:56:28 +00:00
Linus Groh
3c92a77847
Fix typo in OTLocation.inregions comment
2020-03-01 20:55:52 +00:00
Linus Groh
b252a6580a
Use TypeScript interface for websocket calllback
2020-03-01 20:53:38 +00:00
Linus Groh
9ce9933d11
Remove unused properties from Config interface
2020-03-01 20:34:21 +00:00
Linus Groh
f22db6301b
Merge branch 'master' into clean-up-the-typing-mess
2020-03-01 20:33:00 +00:00
Linus Groh
3b18ab58ed
Replace map initial center/zoom config with auto fitting
...
Closes #23
2020-03-01 20:28:15 +00:00
Linus Groh
bb81daaea4
Upgrade dependencies
2020-03-01 19:56:57 +00:00
Linus Groh
f491d63eb9
Mention Spanish translations in config docs
2020-02-09 11:07:35 +00:00
Linus Groh
e923fdc6c7
Merge pull request #25 from dtorner/patch-2
...
Create es.json
2020-02-09 11:00:30 +00:00
dtorner
b1ce1297ed
Create es.json
2020-02-09 09:47:11 +01:00
Linus Groh
f4262efaa4
Change distance travelled label to title
...
See https://github.com/owntracks/frontend/issues/22#issuecomment-583698919
2020-02-08 11:50:48 +00:00
Linus Groh
a2109a5802
Fix humanReadableDistance JSDoc
...
That's what you get from copy & paste...
2020-02-07 21:51:39 +00:00
Linus Groh
00fbb7cd7c
Release 2.0.0-beta.10
v2.0.0-beta.10
2020-02-07 21:42:03 +00:00
Linus Groh
4078597f7a
Add "distance travelled" feature
2020-02-07 21:20:38 +00:00
Linus Groh
8dc9611a77
Release 2.0.0-beta.9
v2.0.0-beta.9
2020-02-06 21:30:41 +00:00
Linus Groh
c1f58c992e
Support locale with language and region part
2020-02-06 21:26:21 +00:00
Linus Groh
6631929d6f
Update screenshot
2020-02-06 21:13:11 +00:00
Linus Groh
36281db2e3
Add .github/FUNDING.yml
2020-02-06 20:35:08 +00:00
Linus Groh
5a8d261943
Fix typo in docs/config.md
2020-02-06 20:23:08 +00:00
Linus Groh
7b83349dc8
Improve CHANGELOG.md
2020-02-06 20:22:48 +00:00
Linus Groh
bc3670df99
Release 2.0.0-beta.8
v2.0.0-beta.8
2020-01-26 00:57:08 +00:00
Linus Groh
95613753a9
Enable ESLint max-len rule
2020-01-26 00:49:15 +00:00
Linus Groh
cfa3052a0a
Show name and face on location history popups
2020-01-26 00:40:30 +00:00
Linus Groh
0bd84f4de5
s/@return/@returns
2020-01-26 00:38:36 +00:00
Linus Groh
85e51643bf
Add missing alt/title to device face image
2020-01-25 23:37:41 +00:00
Linus Groh
6cbdf30580
Use computed prop for device name in location popup
2020-01-25 23:33:10 +00:00
Linus Groh
988b10de40
Release 2.0.0-beta.7
v2.0.0-beta.7
2020-01-24 21:20:22 +00:00
Linus Groh
a20fbf7e10
Remove all @typedef definitions
2020-01-24 21:02:24 +00:00
Linus Groh
d2eafd5a4a
Merge branch 'master' into clean-up-the-typing-mess
2020-01-24 20:43:57 +00:00
Linus Groh
639e96cae8
Upgrade dependencies
2020-01-24 20:43:21 +00:00
Linus Groh
df3dcb60d8
Update year in LICENSE
2020-01-05 11:52:40 +00:00
Linus Groh
09ce3b7861
Lint code on Travis CI
2019-12-16 21:20:31 +00:00
Linus Groh
04f0b65480
Separate linting and formatting
2019-12-16 21:16:33 +00:00
Linus Groh
d3e3b82a13
Lint/format markdown files
2019-12-16 21:06:01 +00:00
Linus Groh
769185ee5a
Set no-console/no-debugger to "warn" in dev mode
2019-12-16 20:24:15 +00:00
Linus Groh
7b6641e70d
Add jsconfig.json
2019-12-16 19:35:17 +00:00
Linus Groh
871f9f0cb2
Add index.d.ts
2019-12-15 20:59:57 +00:00
Linus Groh
2827d85865
Release 2.0.0-beta.6
v2.0.0-beta.6
2019-12-14 19:39:56 +00:00
Linus Groh
693947c064
Fix heatmap
2019-12-14 19:35:24 +00:00