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
Linus Groh
2c4ead262a
Add api.fetchOptions to allow customising fetch() behaviour
...
This allows sending custom HTTP headers or including cookies in the
request!
2020-05-09 15:40:50 +01:00
Linus Groh
6b1d35be51
Upgrade dependencies
2020-05-09 14:18:14 +01:00
Linus Groh
34cc4895b0
Upgrade dependencies
2020-04-02 19:45:43 +01:00
Linus Groh
57caacb548
Release 2.2.0
v2.2.0
2020-03-18 17:56:11 +00:00
Linus Groh
9783b6f27d
Upgrade dependencies
2020-03-18 17:55:43 +00:00
Linus Groh
b262ff602c
Improve mobile layout further
...
- Reduce header paddings
- Align buttons/dropdowns
2020-03-18 17:50:49 +00:00
Linus Groh
458658865e
Release 2.1.0
v2.1.0
2020-03-18 00:35:24 +00:00
Linus Groh
e744e2c001
Make it usable on mobile
...
Closes #19
2020-03-18 00:28:11 +00:00
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