Commit Graph

1043 Commits

Author SHA1 Message Date
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
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)
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)
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)
2020-03-10 22:05:35 +01:00
Jan-Piet Mens
c22f87ef4c FIX: default views directory results in view not found
closes #338
2020-03-10 22:04:03 +01:00
Jan-Piet Mens
e68b2ff554 2020-03-09 version 0.8.5
- FIX: OTR_CAPATH wasn't recognized in defaults (#336)
- UPD: support for Debian 10 (Buster) packages
- FIX: compilation with HTTP=no
- FIX: compilation with WITH_MQTT = no and WITH_HTTP = yes (#308)
- NEW: ot-recorder option --viewsdir overrides <docroot>/views (#305)
- FIX: fix misleading error message (#302)
- UPD: document that user/device names are always lowercased (#300)
- FIX: fix unused result warning on debian stretch, (fixes #290)
- FIX: Leaflet map and view wrap around antimeridian (±180°) #293
2020-03-09 16:41:24 +01:00
Jan-Piet Mens
f063a93a9e add description for Debian 10 packages 2020-03-09 16:37:22 +01:00
Jan-Piet Mens
d4dd1778b9 hardcode armhf 2020-03-09 16:28:32 +01:00
Jan-Piet Mens
0162ef4b07 raspbian x-compile support 2020-03-09 16:03:52 +01:00
JP Mens
5eecca3811
Merge pull request #337 from linusg/fix-typo-in-comment
Fix typo in comment
2020-03-04 07:50:24 +01:00
Linus Groh
b37b0a2806 Fix typo in comment 2020-03-03 21:37:36 +00:00
Jan-Piet Mens
5b0cc477cb support OTR_CAPATH in defaults
closes #336
2020-02-12 08:06:49 +01:00
JP Mens
2bacc215eb
Merge pull request #334 from bmsleight/master
Update README.md
2020-02-09 12:24:14 +01:00
Brendan M. Sleight
2933a0061d
Update README.md
/etc/default/ot-recorder
2020-02-09 11:07:27 +00:00
Jan-Piet Mens
ff166f92bb funding 2020-02-05 12:50:23 +01:00
Jan-Piet Mens
7864b6e042 bump copyright date 2019-12-31 11:51:59 +01:00
JP Mens
c4404dbc51
Merge pull request #328 from linusg/content-length-header
Send `Content-Length` header in `json_response`
2019-12-15 10:23:57 +01:00
Linus Groh
277b3cedf0 Send Content-Length header in json_response 2019-12-14 22:07:24 +00:00
JP Mens
4c096e58ed
Merge pull request #327 from bencevans/python3-githubface
Python3 support for github2card.py
2019-12-12 14:10:53 +01:00
Ben Evans
9e93c9ae99 Python3 support for github2card.py 2019-12-12 13:07:45 +00:00
Jan-Piet Mens
77bd07ae50 support for Debian 10 (buster)
addresses #320
2019-10-01 12:35:03 +02:00
Jan-Piet Mens
9b695b8653 can now be compiled without MQTT 2019-09-07 10:10:15 +02:00
Jan-Piet Mens
3aec13c5ea FreeBSD otrecorder.rc via https://svnweb.freebsd.org/ports/head/www/ot-recorder/files/ot-recorder.in?view=markup 2019-09-07 10:09:21 +02:00
Jan-Piet Mens
02b44d63ba fix typo in comment 2019-09-07 10:09:21 +02:00
JP Mens
d21fb16a9c
Merge pull request #318 from jeffmendoza/patch-1
Ifdef access to MQTT variable.
2019-09-07 10:09:00 +02:00
Jeff Mendoza
0d4876ed3a
Ifdef access to MQTT variable. 2019-09-06 21:59:43 -07:00
JP Mens
2d8dff9b89
Merge pull request #315 from freyfogle/patch-1
update various OpenCage URLs
2019-08-02 10:59:01 +02:00
Ed Freyfogle
efb144efc5
update various OpenCage URLs
OpenCage URL format changed
2019-08-01 22:34:09 +02:00
Jan-Piet Mens
af82d5f026 cast to long to silence 32bit build on FreeBSD
closes #314
2019-08-01 20:50:21 +02:00
JP Mens
4b9374bd00
Merge pull request #312 from makubi/github-pgp-key
Update PGP key url to TLS secured Github repository
2019-06-30 14:16:10 +02:00