v1.3 (2019-08-30)
Changes
- [livelog] Scrolling Logs when fullscreen is on - Fix #118. [mokaddem]
- [livelog] Fix z-index and fullscreen log panel z-index. [mokaddem]
- [startup] Wait until redis is ready before starting the zmqs scripts.
[mokaddem] - [start] Added restart capability. [mokaddem]
Fix
-
Catch if country does not have alpha_2 attribute - fix #119.
[mokaddem] -
[contrib] Hide broken organisation images - Fix #110. [mokaddem]
-
[diagnostic] Corrected copy/paste typo. [mokaddem]
Just me being a monkey
-
[update] Changed string formating to
format
[mokaddem] -
[helpers] Changed string formating to
format
and slight refact.
[mokaddem] -
[diagnostic] Changed string formating to
format
[mokaddem] -
[installer] Make it work on RHEL/CentOS. [Steve Clement]
-
[logs:helper] Helpers get their own log file. [mokaddem]
-
Try another mean to forward the country to the client. [mokaddem]
-
[geohelper] Prevent crash if country not defined in the geo response.
[mokaddem]
Other
-
Merge pull request #121 from mokaddem/fewFixes2. [Sami Mokaddem]
Various fixes and improvements
-
Merge branch 'master' of github.com:MISP/misp-dashboard. [mokaddem]
-
Merge pull request #113 from Kortho/patch-2. [Sami Mokaddem]
added net-tools to debian-based install command
-
Added net-tools to debian-based install command. [Kortho]
needed to run the netstat command
-
Merge pull request #112 from Kortho/patch-1. [Sami Mokaddem]
removed hard-coded zmq startup
-
Added user zmqs back. [Kortho]
-
Removed hard-coded zmq startup. [Kortho]
It was hard coded to run as a specific user and a hard coded location of script
-
Merge pull request #111 from SteveClement/CentOS_RHEL. [Steve Clement]
fix: [installer] Make it work on RHEL/CentOS
-
Merge pull request #109 from MISP/fixlogs. [Sami Mokaddem]
fix: [logs:helper] Helpers get their own log file
-
Merge pull request #108 from MISP/fixGeoReader. [Sami Mokaddem]
Fix geo reader
-
Clarified updated from pulling. [Sami Mokaddem]
-
Merge branch 'fixlogs' [mokaddem]