Commit Graph

21 Commits

Author SHA1 Message Date
Jan-Piet Mens
32ecf325ee 2016-02-17 version 0.5.0
- FIX: License: GPL2 (#18)
- NEW: view contains CARD's avatar if available, as does last/
- FIX: map heights _ought_ to now be ok, also on mobile devices
- NEW: small utility for creating view auth
- NEW: support for VIEWs with optional digest authentication
- NEW: gravatar2card.sh and github2card.py in contrib/faces
- FIX: use of limit in locations api
2016-02-17 16:31:00 +01:00
Jan-Piet Mens
873c23195e 2016-02-09 version 0.4.9
- NEW: introduce /etc/default/ot-recorder
- UPD: GPX output now contains elevation and UTC time
- UPD: default --label on live map changed from "Recorder" to "OwnTracks"
- NEW: optional rename of topics in map popups (#79)
- FIX: mongoose correctly identifies changed files (304 vs 200 and Etag)
- NEW: points on GeoJSON map are now clickable for infowindow (#78)
- NEW: GeoJSON points now have tst in properties (#78)
- FIX: map with extra info in popup box (#77)
- NEW: packaging for Centos7
- NEW: ot-recorder --debug
- FIX: ocat version shows libmosquitto and sodium versions
2016-02-09 14:05:12 +01:00
Jan-Piet Mens
41eb4ebdaa 2016-01-27 version 0.4.8
- FIX: finish Debian8 packaging
- FIX: add missing entry to reason table which could cause SIGSEGV
- FIX: add public domain base64.[ch] (#18)
- NEW: experimental support for payload decryption with per/user secret keys
- FIX: ignore SIGPIPE
- NEW: API endpoint /version returns Recorder version
2016-01-27 11:16:55 +01:00
Jan-Piet Mens
6618cf678a version 0.4.7 2016-01-11 20:39:17 +01:00
Jan-Piet Mens
dd846a3860 version 0.4.6
- NEW: support batt,ext,status in LAST API for Greenwich device firmware
- FIX: reverse geo lookup limited to 2000ms
- FIX: make install now creates STORAGEDEFAULT/last (#67)
- FIX: documentation update to include instructions for building on Ubuntu 14.04
2015-11-13 11:54:40 +01:00
Jan-Piet Mens
371552e628 version 0.4.5
- NEW: LAST and LOCATIONS return additional human-formatted ISO timestamp for display, disptst
- FIX: otrc dump now contains correct configuration settings which can be restored to phone
- FIX: waypoints/config filename extention fixed (otrw/otrc)
- NEW: extra.json (in last/username/device/) is merged in and returned in API (#60)
- FIX: http server sets utf-8 on JSON responses (API)
- NEW: recorder's --norec disables writing REC files
- FIX: removed Mosquitto loop timeout; great improvement in HTTP performance
- NEW: API supports /last ?fields=a,b,c
2015-11-04 09:48:24 +01:00
Jan-Piet Mens
62590e8ab3 version 0.4.4
- FIX: now actually builds without LMDB (not recommended!)
- NEW: Add a battery level column to the Table. (#56)
- FIX: waypoints and config dumps are prettyfied
- FIX: XML output prints empty tags when fields are requested
- NEW: API photo/ endpoint (returns default png on user 404)
- NEW: configuration dump (cmd dump) is stored in store/config/$user-$device.otrc
- NEW: waypoints dump (Publish Waypoints from device) written to store/waypoints/$user/$device/user-device.otrw
2015-10-23 09:56:00 +02:00
Jan-Piet Mens
a11ddb1392 version 0.4.3
- NEW: recorder exits if Lua script cannot be loaded (#54)
- FIX: add fail-safe to CSV parser (#53)
- FIX: GeoJSON LineString tracks are now sorted by tst and not by received date
- FIX: recorder's default label correctly set if not compiling with WITH_LUA (#50)
- FIX: Re-zoom map on autozoom enable (#51)
- NEW: favicon/logo, thanks to @ckrey (#50)
- NEW: contrib/faces/image2card.sh to publish a Recorder-compatible JSON CARD from photo
- NEW: multilister adds username/device to JSON location data (#49)
2015-10-19 09:03:00 +02:00
Jan-Piet Mens
e486af45ca version 0.4.2 2015-10-02 08:58:19 +02:00
Jan-Piet Mens
8f8d3402b9 version 0.4.1 2015-09-26 14:52:29 +02:00
Jan-Piet Mens
7e69f2b991 version 0.4.0
- NEW: ot-recorder stores received (shared) waypoints in waypoints/
- NEW: ot-recorder --quiet to disable info on stdout
- FIX: full rewrite of on_message(); needs testing!
- FIX: recorder logs MQTT connection request
- FIX: Lua's otr_exit is now invoked on exit
- FIX: SIGINT and SIGTERM gracefully stop the recorder
- NEW: Lua hook support
- FIX: kill now removes card and its containing directory if available
2015-09-21 12:23:03 +02:00
Jan-Piet Mens
1b12ada603 version 0.3.0
- NEW: XML support in storage and ocat --format xml
- FIX: ocat lowercases device/username (reported by tiptronic)
- FIX: display (lat,lon) in table if no address available
- FIX: nasty memory leak in locations from storage
- FIX: LAST now carries isotst
- FIX: ocat --last now supports CSV output (with fields)
- NEW: demo data in etc/ with description
- NEW: index.html has links to -12h, -7d, and -30d for convenience
- NEW: add API q= to query geo cache for particular lat,lon
- FIX: close two memory leaks
- NEW: add systemd unit file
2015-09-16 17:37:30 +02:00
Jan-Piet Mens
b3847ef72e version 0.2.9
- FIX: added API description and diagram to documentation
- NEW: kill has been surfaced into the API (disabled by compile flag by default)
- FIX: kill now also deletes LAST file and its parent directories if empty
- NEW: ocat --load-ghash can load revgeo db
- NEW: ocat --dump-ghash dumps content of revgeo db
- FIX: main index now shows users/devices already in storage
2015-09-15 09:40:51 +02:00
Jan-Piet Mens
b9372e841f version 0.2.8
- FIX: undo ocat -v change
2015-09-14 16:29:48 +02:00
Jan-Piet Mens
7405bc2382 version 0.2.7
- FIX: ocat -v correctly displays configured JSON_INDENT
- FIX: spec file now builds packages on OBS
2015-09-14 16:19:05 +02:00
Jan-Piet Mens
0b7c9299ba version 0.2.6
- FIX: source of doc root renamed to docroot
2015-09-14 14:10:07 +02:00
Jan-Piet Mens
15d7bfe566 version 0.2.5
- FIX: renamed wdocs to htdocs
- FIX: updated spec file and renamed defaults
- FIX: log with which clientID user is connecting to Hosted
	to aid in trouble-shooting
2015-09-14 13:45:37 +02:00
Jan-Piet Mens
f39c0d14fc Version 0.2.4
Signed-off-by: Jan-Piet Mens <jpmens@gmail.com>
2015-09-13 10:57:01 +02:00
Jan-Piet Mens
45fa1ff3f5 New: hosted mode 2015-09-11 17:32:40 +02:00
Jan-Piet Mens
9ee3e057c0 Version 0.2.2
Signed-off-by: Jan-Piet Mens <jpmens@gmail.com>
2015-09-11 14:46:00 +02:00
Jan-Piet Mens
78ae399bf5 ocat: --version shows build info 2015-09-10 15:39:25 +02:00