Commit Graph

431 Commits (3cc01f5828148b768e2df1c86402167169d61bc8)

Author SHA1 Message Date
Sami Mokaddem 3cc01f5828 Added css file 2018-08-27 10:33:23 +00:00
Sami Mokaddem 4b3d476d55 better UI positionement 2018-08-27 10:31:04 +00:00
Sami Mokaddem d6ebcff553 Object in tree are now displayed as hexagon + better input parsing 2018-08-27 09:58:36 +00:00
Sami Mokaddem 61d01176b7 Added function capability to be applied on value + better input parsing
and output generation
2018-08-27 06:35:10 +00:00
Sami Mokaddem 76c7b5fb10 array nodes are represented as rectangle + do nothing on invalid node click 2018-08-23 09:49:57 +00:00
Sami Mokaddem 7e54b8833d Added support of functions to be applied on each nodes 2018-08-23 08:59:51 +00:00
Sami Mokaddem 154835f9eb Convert node click into label click if needed 2018-08-22 14:39:45 +00:00
Sami Mokaddem 90b4ad28c1 Added support of label click 2018-08-22 14:13:20 +00:00
Sami Mokaddem ca1005d165 better management of data relation 2018-08-22 13:00:36 +00:00
Sami Mokaddem aca58eb9e7 chg: filter out null value in array 2018-08-22 07:38:02 +00:00
Sami Mokaddem 9e657ea415 chg: improvement of proxyMapper UI 2018-08-22 07:27:07 +00:00
Sami Mokaddem 9ffe8ed30d first commit of proxyMapper 2018-08-21 13:36:12 +00:00
Alexandre Dulaunoy 844b45b373
fix: unused replaced removed 2018-07-05 17:02:46 +02:00
Sami Mokaddem 0b7dad4d20
Merge pull request #61 from mokaddem/fix_60
Fix invalid coordinate
2018-05-09 13:34:32 +02:00
Sami Mokaddem c4c2555739 fix: reverse matching condition 2018-05-09 13:31:49 +02:00
Sami Mokaddem 069a6d13b3 fix: joinning list of int toghether
The String's join function expects a list of string, sometimes this list
can be a list of int.
2018-05-09 13:12:14 +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
Steve Clement 8ea5d01260
Merge pull request #56 from SteveClement/master
Fixed pathing for config.cfg and ranking.cfg
2018-04-06 23:47:19 +02:00
Steve Clement 834a1b18d8 - Fixed maxMindDb path in config.cfg creation" 2018-04-06 07:52:34 +02:00
Steve Clement 90543b716a - Added some checks if "stuff" is running
-- ⚠️ This works but is not 100% reliable ⚠️
2018-04-06 07:27:38 +02:00
Steve Clement c71834ef30 - Added cake… 2018-04-05 16:25:10 +02:00
Steve Clement 8f50423f89 - Added Licensing notes to 3/4/5.svg 2018-04-05 16:07:27 +02:00
Steve Clement ba7f7dec27 Merge remote-tracking branch 'upstream/master' 2018-04-05 15:58:14 +02:00
Steve Clement 7f1699553b - Added missing HonorableIcons assets 2018-04-05 15:54:23 +02:00
Steve Clement 4f5fe8d9bd - some formatting updates 2018-04-05 09:49:12 +02:00
Steve Clement dba2c4cfed - Gave up on screen, it is just not doable with my current skill-set…
- removed obsolete redis-server from source detection (redis is at a usuable version in latest ubuntu)
2018-04-02 15:20:52 +09:00
Steve Clement 1f23524dbc - Small typo and remove absolute pathing due to "cd" in the beginning (not ideal but now good enough) 2018-04-02 14:42:06 +09:00
Steve Clement 03f2da36eb - After some buggering about, I think this will now finally work
- bash -c wants to have positional parmeters, anything else is wrong,
    man bash: If the -c option is present, then commands are read from string.  If  there  are  arguments after the string, they are assigned to the positional parameters, starting with $0.
2018-04-02 14:13:46 +09:00
Steve Clement 0426b07a58 - Remove set -e, which prevents execution as soon as a process returns an exit code != 0 2018-04-02 13:37:57 +09:00
Steve Clement 721fadba60 - Go to misp-dashboard home directory
- Add a more sane bash way of checking for netstat results
2018-04-02 13:32:32 +09:00
Steve Clement e070b94b4e - Maybe a fix for a very weird bash behaviour… see: http://pastebin.lu/ovilikesos.bash 2018-04-02 13:10:21 +09:00
Steve Clement 9691536a21 - Remove DASH_HOME legacy…
-- Now more dynamic
- Added python venv check
- Removed necessity of activating the the venv
2018-04-02 01:59:08 +09:00
Steve Clement a3ef669e80 - Added very flaky check if something is running on port 6250
-- Mostly added this because the VM builder already launches a redis on port 6250
2018-03-31 19:58:38 +09:00
Steve Clement 4924da6ce5 - config directory is one up. 2018-03-31 19:43:50 +09:00
Steve Clement 1d57ce4525 - Another typo, closing parenthesis 2018-03-31 19:40:03 +09:00
Steve Clement b7be2afaa1 - Small typo, one _ missing on each side ;) 2018-03-31 19:36:17 +09:00
Steve Clement a6c4f2928d - Fixed the brokeness of: - echo export DASH_CONFIG=$(pwd)/config/ >> ./DASHENV/bin/activate
-- This is mostly wrong for people not running misp-dashboard interactively.
-- It also assumes people use DASHEN as their virtualenv name (One more issue along those lines remain, $DASH_HOME)
2018-03-31 19:21:52 +09:00
Steve Clement 6e225f8778 - Brain fart, oversaw (read didn't look for) start_all.sh 2018-03-31 18:55:16 +09:00
Steve Clement 294eb8688b Merge branch 'master' of github.com:MISP/misp-dashboard 2018-03-28 16:24:11 +00:00
Steve Clement 7b13e4079b - run.sh for tmux integration on-boot 2018-03-28 16:23:36 +00:00
Steve Clement 9733fc327d
Merge pull request #54 from SteveClement/master
- Fixed md formatting typo
2018-03-28 15:10:50 +09:00
Steve Clement de8fed90c2 - Fixed md formatting typo 2018-03-28 15:10:16 +09:00
Steve Clement fc921febef
Merge pull request #47 from SteveClement/master
- Made sure GeoLite is a symlink (thus GeoLite updates do not face…
2018-03-16 01:05:36 +09:00
Steve Clement b47daae144 - Made sure GeoLite is a symlink (thus GeoLite updates do not face date changes)
- Added update gotcha
2018-03-16 01:02:53 +09:00
Steve Clement 0d063d41fe
Merge pull request #45 from SteveClement/master
- Added conditional if config file has changed
2018-03-16 00:19:38 +09:00
Steve Clement d07d8c00b0 - Added conditional if config file has changed 2018-03-16 00:17:57 +09:00
Steve Clement cb88714759
Merge pull request #44 from SteveClement/master
- Added missing dependency "unzip"
2018-03-16 00:09:14 +09:00