Commit Graph

764 Commits

Author SHA1 Message Date
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)
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)
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)
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
JP Mens
8551cb0aa0 Merge pull request #111 from juzam/patch-2
added base64 version check
2016-03-25 18:16:57 +01:00
Giovanni Angoli
0c1ec84973 ugly base64 version check 2016-03-25 17:48:51 +01:00
Jan-Piet Mens
8fa451af9a check existance of $OTR_CAFILE
closes #109
2016-03-25 17:27:18 +01:00
Alexander Rust
e33e9b42c7 Fixed missing space in README.md 2016-03-25 17:25:14 +01:00
JP Mens
b7da2fa8a8 Merge pull request #110 from juzam/patch-1
Fix for base64 command default column wrapping
2016-03-25 17:03:45 +01:00
Giovanni Angoli
13b7adcf45 Fix for base64 command default column wrapping
base64 defaults to 76 colums (base64 (GNU coreutils) 8.13)
-w, --wrap=COLS
              wrap encoded lines after COLS character (default 76).  Use 0 to disable line wrapping

also added -r flag to the  mosquitto_pub in the comments
2016-03-25 17:01:49 +01:00
Jan-Piet Mens
093851eb1d lowercase user/device for decryption key
also spaces in device name are converted to dashes, so
"Will-iPhone 6s" should now be key "will-iphone-6s"
addresses #108
2016-03-25 14:54:50 +01:00
JP Mens
15937f91e7 Merge pull request #104 from caffinatedmonkey/patch-1
Fixed Typo in Readme
2016-03-23 07:22:04 +01:00
Martin Charles
7cf476a239 Fixed Typo in Readme 2016-03-23 00:06:33 -04:00
Jan-Piet Mens
291d0ef69b support negative lat in CSV payloads 2016-03-20 08:25:15 +01:00
Jan-Piet Mens
d3088fa222 re-fix 2016-03-12 12:03:30 +01:00
Jan-Piet Mens
0c9c6a40d6 fix crash on nested object in Lua hooks 2016-03-12 11:28:03 +01:00
Jan-Piet Mens
01e372f475 fix file mode 2016-03-11 11:54:29 +01:00
Jan-Piet Mens
6c480283f0 LWT are now stored with reltopic == 'lwt' instead of '*'
closes #101
2016-03-09 10:54:39 +01:00
Jan-Piet Mens
de9806ee48 2016-03-07 version 0.6.2
- FIX: ocat CSV and XML output fixed
- UPD: _geoprec may be < 0 to prevent new geo lookups
- FIX: adapted build & recorder for FreeBSD 10.2 (isnan() macro)
2016-03-07 10:43:56 +01:00