779 Commits

Author SHA1 Message Date
Jan-Piet Mens
d80809c9cb 2016-07-20 version 0.6.7
- FIX: don't crash on null payloads
0.6.7
2016-07-20 10:59:04 +02:00
Jan-Piet Mens
f6b2091eca catch null payload 2016-07-20 10:50:43 +02:00
Jan-Piet Mens
080bb52c5b set sensible defaults 2016-07-20 10:20:00 +02:00
JP Mens
181cd37eaa Merge pull request #126 from ralight/patch-1
Duplicated word.
2016-07-19 18:03:23 +02:00
Roger Light
40e2e0c7e7 Duplicated word. 2016-07-19 16:41:34 +01:00
Jan-Piet Mens
20bf73daf8 hack to appease docker builds 2016-07-19 15:35:28 +02:00
Jan-Piet Mens
ca57b43a96 try again 2016-07-19 14:47:35 +02:00
Jan-Piet Mens
5ab33fa5dc package version for debian repo 2016-07-19 14:27:50 +02:00
Jan-Piet Mens
a0fe2202c0 2016-07-19 version 0.6.6
- FIX: FreeBSD locations api: reset isdst for mktime(3) (#125)
- FIX: apikey support for last/, map/, and views/ (#124)
- FIX: don't clobber CFLAGS from config.mk
- FIX: debian/centos package now automatically installs systemd service (thanks Tomas Lastovick for making us do this :)
- FIX: centos packages now also install binaries to /usr
0.6.6
2016-07-19 13:48:01 +02:00
Jan-Piet Mens
ffca52241a specify debian version in package filenames 2016-07-19 13:44:35 +02:00
Jan-Piet Mens
36ba087bae update build prereqs 2016-07-19 13:33:37 +02:00
Jan-Piet Mens
700f001cf3 avoid clobbering MORELIBS
addresses #125
2016-07-19 07:53:38 +02:00
Jan-Piet Mens
bce47f2699 update FreeBSD flags 2016-07-18 20:24:26 +02:00
Jan-Piet Mens
d48c17e9e6 ignore tm_isdst for FreeBSD
closes #125
2016-07-18 17:55:42 +02:00
Jan-Piet Mens
8211062862 add stdarg for gcc on freebsd 2016-07-18 16:37:28 +02:00
Jan-Piet Mens
20fd6a07be add example of $remote_addr
closes #100
2016-07-15 15:43:12 +02:00
Jan-Piet Mens
d744cfd4ca add browser key docs for #124 2016-07-15 15:35:25 +02:00
Jan-Piet Mens
b37d6f07f1 add apikey to views 2016-07-15 15:27:05 +02:00
Jan-Piet Mens
a208f03638 ignores 2016-07-15 14:59:25 +02:00
Jan-Piet Mens
bacc3b5641 ignores 2016-07-15 14:58:41 +02:00
Jan-Piet Mens
43d0aded42 move apikeys.js to static/ 2016-07-15 09:09:12 +02:00
Jan-Piet Mens
b8325f49de add apikey to map 2016-07-15 09:05:51 +02:00
Jan-Piet Mens
834530a1f5 apiKey support for last/index.html 2016-07-14 18:28:52 +02:00
Jan-Piet Mens
44cf65add7 don't clobber CFLAGS from config.mk
thanks, Bryce Edwards
2016-06-17 18:24:11 +02:00
Jan-Piet Mens
6e99d6be42 correct nginx pass port 2016-06-02 20:33:39 +02:00
Jan-Piet Mens
ae6fde49c5 postinstalls 2016-05-31 16:38:59 +02:00
Jan-Piet Mens
4738cca914 install service on debian 2016-05-31 16:36:21 +02:00
Jan-Piet Mens
30bcd0d935 postinstall centos service 2016-05-31 15:58:23 +02:00
Jan-Piet Mens
c164b32d41 adjust 2016-05-31 15:36:15 +02:00
Jan-Piet Mens
6bbfa64f96 fix Centos install dir 2016-05-31 14:45:47 +02:00
Jan-Piet Mens
c74a150fd7 version 0.6.5
- FIX: paths to binaries
- FIX: revert debian config file location
- FIX: views now have a favicon (#121)
- NEW: Table and Map now have vel and cog (#117)
- FIX: Table now correctly defaults to last 2 chars of topic for tid (#120)
- FIX: views no longer accumulate devices; the list is cleared on reload (#107)
- FIX: CSV publishes work in spite of CR at end of string (#119)
- NEW: native Debian packaging (#114)
- FIX: check whether $OTR_CAFILE can actually be opened (#109)
- FIX: image2card fixed base64 wrapping (#111)
- FIX: key for decrypting payload is now correctly lowercased from user/device
- FIX: negative lat/lon in CSV payloads
- FIX: nested object in payload no longer crashes in Lua hooks
- UPD: LWT are now stored with reltopic == 'lwt' instead of '*' (#101)
0.6.5
2016-05-30 09:17:50 +02:00
Jan-Piet Mens
535bc20a7a adjust paths to binaries 2016-05-30 09:16:46 +02:00
Jan-Piet Mens
adcd9c0442 2016-05-30 version 0.6.4
- FIX: revert debian config file location
- FIX: views now have a favicon (#121)
- NEW: Table and Map now have vel and cog (#117)
- FIX: Table now correctly defaults to last 2 chars of topic for tid (#120)
- FIX: views no longer accumulate devices; the list is cleared on reload (#107)
- FIX: CSV publishes work in spite of CR at end of string (#119)
- NEW: native Debian packaging (#114)
- FIX: check whether $OTR_CAFILE can actually be opened (#109)
- FIX: image2card fixed base64 wrapping (#111)
- FIX: key for decrypting payload is now correctly lowercased from user/device
- FIX: negative lat/lon in CSV payloads
- FIX: nested object in payload no longer crashes in Lua hooks
- UPD: LWT are now stored with reltopic == 'lwt' instead of '*' (#101)
0.6.4
2016-05-30 08:54:51 +02:00
Jan-Piet Mens
08c623051a revert config file location debian 2016-05-30 08:53:47 +02:00
Jan-Piet Mens
dac977103f 2016-05-30 version 0.6.3
- FIX: views now have a favicon (#121)
- NEW: Table and Map now have vel and cog (#117)
- FIX: Table now correctly defaults to last 2 chars of topic for tid (#120)
- FIX: views no longer accumulate devices; the list is cleared on reload (#107)
- FIX: CSV publishes work in spite of CR at end of string (#119)
- NEW: native Debian packaging (#114)
- FIX: check whether $OTR_CAFILE can actually be opened (#109)
- FIX: image2card fixed base64 wrapping (#111)
- FIX: key for decrypting payload is now correctly lowercased from user/device
- FIX: negative lat/lon in CSV payloads
- FIX: nested object in payload no longer crashes in Lua hooks
- UPD: LWT are now stored with reltopic == 'lwt' instead of '*' (#101)
0.6.3
2016-05-30 08:26:30 +02:00
Jan-Piet Mens
395e9f8969 add a comment about comments 2016-05-24 11:36:32 +02:00
Jan-Piet Mens
75911cd6f7 shuffle favicon img
closes #121
2016-04-22 12:18:01 +02:00
Jan-Piet Mens
c2c1ebf107 Live map contains vel and cog
closes #117
2016-04-22 10:34:10 +02:00
Jan-Piet Mens
ef3d90534a add vel,cog to table
addresses #117
2016-04-22 10:23:22 +02:00
Jan-Piet Mens
2f8e1190ca default to last 2 chars of topic for tid
closes #120
2016-04-22 10:11:10 +02:00
Jan-Piet Mens
790543252d clear devices array on reload data
closes #107
2016-04-22 10:03:17 +02:00
Jan-Piet Mens
2c3ad978c6 clarify return self in list of friends 2016-04-19 09:43:13 +02:00
Jan-Piet Mens
720a63972e Remove white space at end of payload
closes #119
2016-04-12 07:54:59 +02:00
JP Mens
64eb0bf984 Merge pull request #114 from t-8ch/native_debian
Native debian packaging
2016-04-11 09:58:48 +02:00
Jan-Piet Mens
0b389bfe6a add repository public key
closes #113
2016-04-11 09:53:47 +02:00
Jan-Piet Mens
3dc0025a3c clarify geo lookups 2016-04-06 09:21:49 +02:00
JP Mens
810ea65500 Merge pull request #116 from juzam/master
fix for slash html entity / in map_marker tooltip (live map)
2016-04-04 14:50:25 +02:00
Giovanni Angoli
156c92c009 fix for slash html entity / in map_marker tooltip (live map) 2016-04-04 13:10:04 +02:00
Thomas Weißschuh
b08c36cd47 use more idomatic config for Debian 2016-03-31 18:33:03 +00:00
Thomas Weißschuh
d05a22ef43 add native Debian packaging 2016-03-31 18:32:49 +00:00