Commit Graph

467 Commits

Author SHA1 Message Date
Jan-Piet Mens
8930e401fc new recorder option --norec 2015-10-23 17:03:19 +02:00
Jan-Piet Mens
2d49bddf9b support fields in /locations API 2015-10-23 16:48:48 +02:00
Jan-Piet Mens
64a1d716a4 timeout: 0 on mosquitto_loop 2015-10-23 16:08:55 +02:00
Jan-Piet Mens
90fdc8cf60 support /last with fields 2015-10-23 15:32:52 +02: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
0.4.4
2015-10-23 09:56:00 +02:00
Jan-Piet Mens
ce4f2f699b ronly fix 2015-10-23 08:05:27 +02:00
Jan-Piet Mens
e43a767f45 Support without LMDB 2015-10-22 21:10:15 +02:00
Jan-Piet Mens
f0f78964de cleanup 2015-10-22 17:56:57 +02:00
Jan-Piet Mens
52928fd407 class for battery
small tweak to #56
2015-10-22 15:32:46 +02:00
Jan-Piet Mens
77e3f4cd84 waypoints and config dumps are prettyfied 2015-10-22 15:24:10 +02:00
Jan-Piet Mens
f00612df77 improve RONLY 2015-10-22 15:24:10 +02:00
Jan-Piet Mens
194ff80cf4 is_ronly() 2015-10-22 15:24:10 +02:00
Jan-Piet Mens
5962cb8911 force LMDB if RONLY 2015-10-22 15:24:09 +02:00
JP Mens
91bfdabf79 Merge pull request #56 from geo-data/show-battery
Add a battery level column to the Recorder Table.
2015-10-22 15:23:45 +02:00
Jan-Piet Mens
223d247708 implement ronlydb 2015-10-22 10:48:13 +02:00
Jan-Piet Mens
8bd8263b52 surface gcache_del() 2015-10-22 10:47:26 +02:00
Jan-Piet Mens
b06f224e27 XML: print empty tags for requested fields 2015-10-22 09:30:03 +02:00
Jan-Piet Mens
5ec8f04e61 Suppress lwt recording in RONLY mode
closes #55
2015-10-22 08:27:21 +02:00
Jan-Piet Mens
e3ded0df48 in ronly mode, handle cards anyway 2015-10-21 16:51:46 +02:00
Jan-Piet Mens
835e37cc97 default 40x40 PNG on 404 2015-10-21 15:55:50 +02:00
Jan-Piet Mens
78c922e5ac better example 2015-10-21 15:55:26 +02:00
Jan-Piet Mens
08d7f055c0 API endpoint photo/ 2015-10-21 14:37:51 +02:00
Jan-Piet Mens
42feb5ee65 typo 2015-10-21 10:46:55 +02:00
Jan-Piet Mens
e0f04c6fd2 explain geohash precision 2015-10-21 10:44:14 +02:00
Jan-Piet Mens
5c74d0ea3a implement RONLY (r:true) 2015-10-20 16:26:01 +02:00
Jan-Piet Mens
47355bf024 pretty-dump otrc 2015-10-20 09:49:56 +02:00
Jan-Piet Mens
56aa8c4629 support config dump (.otrc) 2015-10-20 09:37:24 +02:00
Jan-Piet Mens
2352f2298c add link to documentation 2015-10-20 09:19:18 +02:00
Jan-Piet Mens
0caef76d64 remove otrw on kill 2015-10-20 09:03:20 +02:00
Jan-Piet Mens
bbe09b35aa use .otrw for waypoints dump 2015-10-20 08:50:20 +02:00
Jan-Piet Mens
92e1a0d7c3 support waypoints dump
for https://github.com/owntracks/ios/issues/346
2015-10-20 08:41:32 +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)
0.4.3
2015-10-19 09:03:00 +02:00
Jan-Piet Mens
1a88b6b64a oops 2015-10-19 08:48:45 +02:00
Jan-Piet Mens
1f8f954174 exit Lua loading fails
closes #54
2015-10-19 08:47:10 +02:00
Jan-Piet Mens
06babb041a add Apache bit 2015-10-15 17:22:22 +02:00
Homme Zwaagstra
84d9b99728 Add a battery level column to the Recorder Table. 2015-10-15 15:49:12 +02:00
Jan-Piet Mens
b6797b759b cleanup sane check 2015-10-15 09:00:12 +02:00
Jan-Piet Mens
082f33acf2 fail-safe CSV
closes #53
2015-10-15 08:51:18 +02:00
Jan-Piet Mens
c6a0918091 log storage/precision 2015-10-14 07:20:41 +02:00
Jan-Piet Mens
d30a3ebfee build status 2015-10-13 15:16:13 +02:00
Jan-Piet Mens
2c6b59cfc8 travis 2015-10-13 15:12:04 +02:00
Jan-Piet Mens
18810a8a93 slack 2015-10-13 15:09:38 +02:00
Jan-Piet Mens
2ba8f79ab5 travis 2015-10-13 15:07:12 +02:00
Jan-Piet Mens
1092b1454e travis 2015-10-13 15:04:05 +02:00
Jan-Piet Mens
4ff4109052 travis 2015-10-13 15:01:39 +02:00
Jan-Piet Mens
af13cbb0f1 travis 2015-10-13 14:59:54 +02:00
Jan-Piet Mens
0a00bd1cd2 show 2015-10-13 14:55:08 +02:00
Jan-Piet Mens
cad86be521 build 2015-10-13 14:51:47 +02:00
Jan-Piet Mens
d05e20c27c travis 2015-10-13 14:47:20 +02:00
Jan-Piet Mens
a27a5e6fc3 fix favicon for all pages 2015-10-13 13:53:36 +02:00