mokaddem
68f158ebed
fix: [all] Fixed issue with py-redis>2.x and fix failed merge conflict
2019-06-18 11:25:17 +02:00
Steve Clement
eda2581441
fix: [import] Fixed missing import sys
2019-06-01 15:08:48 +09:00
Steve Clement
1f48d9621c
chg: [perms] Check if permissions fail on the MaxMind db files
...
chg: [installer] Check if network is present and the first wget worked
chg: [installer] Exit if the virtualenv creation/update fails
2019-05-29 13:15:49 +09:00
Steve Clement
a65d2cb233
chg: [log] Let the user know which "IP" was not resolved.
2019-05-29 10:58:09 +09:00
Steve Clement
92b91c5c05
chg: [log] Added 3 seperate log files: helpers.log / zmq_subscribre.log / zmq_dispatcher.log
...
fix: [log] Catch permission errors on log files
2019-05-29 10:41:43 +09:00
Steve Clement
6b291a5526
fix: [geoadd] Catch the following issue: https://github.com/MISP/misp-dashboard/issues/70
2019-05-29 09:58:09 +09:00
Steve Clement
e74b4a5bff
fix: [isort] isort source files: https://github.com/timothycrosley/isort/wiki/isort-Plugins
2019-05-29 08:42:39 +09:00
Sami Mokaddem
bb2ea839f3
new: [live] support of few historical data to prefill the live dashboard + some bug fixes
2018-09-27 09:38:39 +02:00
Sami Mokaddem
c4c2555739
fix: reverse matching condition
2018-05-09 13:31:49 +02:00
Sami Mokaddem
55649570bd
fix: use float instead of int
2018-05-09 13:04:42 +02:00
Sami Mokaddem
eafc61e058
fix: solve comparing int and string
2018-05-09 12:59:03 +02:00
Sami Mokaddem
f2c91c14e6
fix: typo
2018-05-09 11:57:31 +02:00
Sami Mokaddem
2ff3eabc47
fix: [GeoHelper] fix invalid coordinate
...
In some cases, the coordinate given to redis may not match EPSG:900913 /
EPSG:3785 / OSGEO:41001, throwing an error. This fix adds a check and
skip the addition if it occurs
2018-05-09 11:25:50 +02:00
Alexandre Dulaunoy
dde6362f8b
Merge pull request #23 from mokaddem/updateGeo
...
Changed tooltip content in geolocalisation
2017-12-19 16:58:44 +01:00
Sami Mokaddem
763ad16fec
fix: tries to get coordinate from ISO_CODE if 'location' is not in the geoip.database response
2017-12-19 09:32:28 +01:00
Sami Mokaddem
a38b2f7383
update: Replaced content of pop in TopCoordinates. Instead of [lat, long], shows [categ, value] of the concerned attribute
2017-12-06 11:49:41 +01:00
Sami Mokaddem
2034941d64
Append to log instead of replacing
2017-12-05 10:32:12 +01:00
Sami Mokaddem
9139ed7eef
Added logger in config
2017-12-05 10:23:40 +01:00
Sami Mokaddem
bdef0c21e9
Moved helper scripts in their folder + updated import path
2017-12-05 09:56:32 +01:00