Commit Graph

1069 Commits

Author SHA1 Message Date
Jan-Piet Mens
dbb4dc2b08 NEW: @@@LABEL@@@ in view HTML is replaced by view's label attribute 2022-08-04 23:21:44 +02:00
Jan-Piet Mens
61f5ec20e8 refactor environment variable handling for all settings
closes #380
	closes https://github.com/owntracks/docker-recorder/issues/49
2022-08-04 12:40:46 +02:00
Jan-Piet Mens
18efad3e9c experimental SHARES 2022-08-04 11:25:23 +02:00
Jan-Piet Mens
10a194ad78 FIX: support OTR_HTTPHOST and OTR_HTTPPORT configuration in environment
addresses https://github.com/owntracks/recorder/issues/388
	addresses https://github.com/owntracks/frontend/issues/85
	addresses https://github.com/owntracks/docker-recorder/issues/54
	addresses https://github.com/owntracks/docker-recorder/issues/55
	addresses https://github.com/owntracks/docker-recorder/issues/58
2022-08-02 15:13:04 +02:00
Jan-Piet Mens
582b283aff 2022-05-24 version 0.9.0
- NEW: OTR_LMDBSIZE can be set in the environment to define size of LMDB; bytes, min 10 MB (#348)
- UPD: modernize Recorder UI (not the actual Frontend project) (#386)
2022-03-14 version 0.8.8
- FIX: make secs time_t in otr_strftime() (#375)
- FIX: inaccurate logo name in manifest and missing image (#372)
- FIX: Alpine compiler warning on strncpy in geohash.c (#369)
- FIX: ocat outputs GeoJSON Feature with properties{} (#367)
0.9.0
2022-05-24 09:25:09 +02:00
Jan-Piet Mens
1f10adfa64 LMDB_DB_SIZE can be overriden by $OTR_LMDBSIZE
closes #348
2022-05-23 18:26:03 +02:00
Jan-Piet Mens
47b2fe6351 time to say goodbye to some distros 2022-05-23 17:58:12 +02:00
Christoph Krey
805ed708a9 Merge branch 'master' of github.com:owntracks/recorder 2022-05-23 11:23:02 -04:00
Christoph Krey
209a2fc834 [NEW] packages for Debian Bullseye (11) 2022-05-23 11:22:47 -04:00
Jan-Piet Mens
3ffb24caeb Add documentation for installing package on Debian 11 2022-05-23 17:15:13 +02:00
Jan-Piet Mens
6764aac4d3 add a note about switching revgeo providers
closes https://github.com/owntracks/docker-recorder/issues/51
2022-05-15 18:33:27 +02:00
Jan-Piet Mens
1599aca4b7 Merge branch 'atjn-modernize-frontend' 2022-04-20 12:01:58 +02:00
Jan-Piet Mens
0e3dff83a0 Default CARD images to 192x192
addresses https://github.com/owntracks/talk/issues/138
2022-04-20 10:45:43 +02:00
atjn
91239bcc21 Minify logo 2022-04-17 19:46:31 +02:00
atjn
fe4991ac0e Update Leaflet
Leaflet 1.3.4 (custom) -> Leaflet 1.7.1
2022-04-17 19:46:05 +02:00
atjn
dfb5fd1beb Remove unused dependencies 2022-04-17 19:43:24 +02:00
atjn
a4572eb8cc Modernize map views 2022-04-17 19:41:44 +02:00
atjn
4b329d0d93 Modernize live table 2022-04-17 19:36:13 +02:00
atjn
56f2dfd989 Modernize historic map 2022-04-17 19:34:04 +02:00
atjn
1d4d0a9a74 Modernize live map 2022-04-17 19:32:20 +02:00
atjn
80064f2d68 Modernize base page 2022-04-17 19:28:32 +02:00
atjn
4c23447f4a Define utilities for common patterns 2022-04-17 19:22:33 +02:00
Jan-Piet Mens
7d4fb46b9b Merge pull request #383 from zeko9381/master
Script for converting .gpx files into .rec files
2022-03-25 11:39:56 +01:00
Zeko9381
5537767966 Merge branch 'master' of https://github.com/zeko9381/recorder 2022-03-25 10:13:05 +01:00
Zeko9381
a66c5bec1d _type isn't read from gpx anymore, but is always 'location'
modified:   gpx_to_rec.py
2022-03-25 10:10:52 +01:00
zeko9381
73239aabef Fixed a small mistake 2022-03-25 09:59:26 +01:00
zeko9381
c43c034d47 Update README.md 2022-03-25 09:57:51 +01:00
Zeko9381
636a801f98 renamed: contrib/gpx-to-rec/gpx_to_owntracks.py -> contrib/gpx-to-rec/gpx_to_rec.py 2022-03-25 09:56:57 +01:00
zeko9381
ba5166c3d3 Create README.md 2022-03-25 09:56:31 +01:00
Zeko9381
3314b08f89 new file: contrib/gpx-to-rec/gpx_to_owntracks.py 2022-03-25 09:24:02 +01:00
Jan-Piet Mens
0f86aa3af8 2022-03-14 version 0.8.8
- FIX: make secs time_t in otr_strftime() (#375)
- FIX: inaccurate logo name in manifest and missing image (#372)
- FIX: Alpine compiler warning on strncpy in geohash.c (#369)
- FIX: ocat outputs GeoJSON Feature with properties{} (#367)
0.8.8
2022-03-14 09:23:01 +01:00
Jan-Piet Mens
9862d5dd2e make secs time_t in otr_strftime()
closes #375
2022-02-05 13:50:44 +01:00
Jan-Piet Mens
dff2e87d1b FIX inaccurate logo name in manifest and missing image
addresses #372
2021-11-29 14:10:40 +01:00
JP Mens
68c5260a8e Merge pull request #370 from a-andreyev/aa13q-strncat-issue
Fix snprintf usage when geohashing
2021-08-20 10:22:30 +02:00
Alexey Andreyev
35db39c62a Fix snprintf usage when geohashing
Contributes to github issue #368.
2021-08-20 10:52:24 +03:00
Jan-Piet Mens
2aceb3a665 Merge branch 'a-andreyev-aa13q-strncat-issue' 2021-08-20 08:50:51 +02:00
Alexey Andreyev
ede524a77d Fix strncpy usage when geohashing
Contributes to github issue #368.
2021-08-19 16:41:24 +03:00
Jan-Piet Mens
8c6c6092b3 FIX: output mandatory properties{} in Feature
closes #367
2021-08-17 11:40:34 +02:00
Jan-Piet Mens
5b1d23e67a 2021-06-29 version 0.8.7
- UPD: Leaflet GeoJSON map point popups now contain accuracy if available (#352)
- FIX: prefix Content-Length by X- to avoid issues with chunked encoding #350
- FIX: fix off-by-one error introduced in #328 (Safari only)
0.8.7
2021-06-29 17:27:40 +02:00
Jan-Piet Mens
fd3f4631f1 revert change; mix up in topic vs. _type 2021-01-25 22:53:11 +01:00
Jan-Piet Mens
0960aad83c iOS step counter reports to topic ../step (singular)
addresses https://github.com/owntracks/ios/issues/660
2021-01-25 22:43:40 +01:00
JP Mens
e2ce190481 Merge pull request #360 from JedMeister/patch-1
Update README.md
2020-11-10 08:30:10 +01:00
Jeremy Davis
bf1f41a0d8 Update README.md
Fix Debian version typos.
2020-11-10 15:40:19 +11:00
JP Mens
f54d13f5d2 Merge pull request #358 from muety/master
add docs on how to use caddy as reverse proxy
2020-11-05 22:21:09 +01:00
Ferdinand Mütsch
f9cba32ac9 add docs on how to use caddy as reverse proxy 2020-11-05 20:25:57 +01:00
Jan-Piet Mens
871ec36094 Leflet GeoJSON map point popups now contain accuracy if available
closes #352
2020-10-04 10:54:02 +02:00
Jan-Piet Mens
3d18bf8b17 prefix Content-Length by X- to avoid issues with chunked encoding
closes #350
2020-09-08 11:31:22 +02:00
Jan-Piet Mens
31f453ccd3 fix off-by-one error introduced in #328 (Safari only)
closes #346
2020-07-01 16:40:23 +02:00
Jan-Piet Mens
47a82d12cd contributed node-red flow
closes #331
2020-03-11 11:00:37 +01:00
Jan-Piet Mens
d468cba305 2020-03-10 version 0.8.6
- FIX: default views directory results in view not found (#338)
0.8.6
2020-03-10 22:05:35 +01:00