Commit Graph

80 Commits (26f9e317861266be5b6891c4ec80d82034b1e9ef)

Author SHA1 Message Date
mokaddem cbbdf7cbfc fix: mergeconflict and log filename 2019-06-21 15:32:59 +02:00
mokaddem b06c95c907 Merge branch 'master' of github.com:MISP/misp-dashboard into subzero 2019-06-21 14:39:24 +02:00
mokaddem c1a2d17bbf chg: More sane response decoding, done by the ORM 2019-06-19 11:32:06 +02:00
mokaddem 9d4c86010b chg: Added more processes and subscriber tests 2019-06-17 11:41:14 +02: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 fc1c832420
fix: [errorHandling] more try catch error 2019-05-29 09:48:26 +09:00
Steve Clement 9d4cdd7e16
chg: [sort] isort on source files
fix: [typo] fix retreive to retrieve
2019-05-29 08:30:57 +09:00
Jean-Louis Huynen 787edbc301
put 0MQ subscribers into screens 2019-03-06 11:31:00 +01:00
Alexandre Dulaunoy 844b45b373
fix: unused replaced removed 2018-07-05 17:02:46 +02: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
A. Cristallo 93576ce07a
Simply python3
With header /usr/bin/env python3.5 doesn't run with the last python3 (3.6), so imho it's better not specify the subversion (.5, .6 and so on), simply leaving "python3".

Tested with Python 3.6.3 onVM "Linux misp" (Ubuntu kernel 4.13 x64)
2018-03-07 18:07:40 +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
Sami Mokaddem 1386e58cf8 Started integration of Logging 2017-12-04 16:44:44 +01:00
Sami Mokaddem 7532074417 Refacto: removed useless args and vars 2017-12-04 11:14:25 +01:00
Sami Mokaddem 868ba9f80b fix: redis buffer seems to work 2017-11-30 16:04:03 +01:00
Sami Mokaddem 850b686e76 Added draft of redis buffer 2017-11-30 08:17:53 +01:00
Sami Mokaddem a8e8520b81 refacto deleted useless var 2017-11-29 17:04:11 +01:00
Sami Mokaddem ae4e828beb refact: replaced all try on key by the get function to have a cleaner
code
2017-11-29 16:34:02 +01:00
Sami Mokaddem d0c72fe214 refacto: Moved ranking config located in config.cfg into ranking.cfg for better
control and visualisation.
Moved code handling contribution into the contributor_helper script.
Deleted TEST_* function as not used anymore. Real test function will be
done later in the project.
2017-11-29 16:09:39 +01:00
Sami Mokaddem 90bdd45a18 feature: Added geolocation of phone numbers 2017-11-27 16:32:02 +01:00
Sami Mokaddem 40d19cd4f2 update: Removed non-used var and function 2017-11-27 10:05:28 +01:00
Sami Mokaddem 8446f3de96 Moving geo functions into their own script 2017-11-27 09:47:55 +01:00
Sami Mokaddem 04cd4f94b5 Added catch of unrecognised misp channel 2017-11-20 17:01:03 +01:00
Sami Mokaddem b17d480360 feature: Added draft support of discussion in Trendings 2017-11-17 16:50:04 +01:00
Sami Mokaddem f7df04b9bf Merge branch 'users' into trendings 2017-11-17 16:06:36 +01:00
Sami Mokaddem afef7ed420 update: add a user_login at each contribution (Usefull to compute
contrib/login).
2017-11-17 16:05:00 +01:00
Sami Mokaddem f55ad8255c fix and feature: Added data ordering in reids (useing orderedDico) +
Added sightings in UI + colored charts woth tag color"
2017-11-17 14:45:20 +01:00
Sami Mokaddem bacde8e71f feature: Draft of sightings support 2017-11-17 11:46:51 +01:00
Sami Mokaddem 8942a43c18 Added linked pie plot with server 2017-11-16 15:08:14 +01:00
Sami Mokaddem b913f86e7b Linked MISP - Users with server (nto done for API usage yet) 2017-11-15 13:45:01 +01:00
Sami Mokaddem c1105aba73 Added login overtime + users_helper script 2017-11-15 09:36:44 +01:00
Sami Mokaddem 2f74406f64 Draft MISP-Users 2017-11-14 17:03:46 +01:00
Sami Mokaddem f22aaee21d Draft support of trophies in ZMQ 2017-11-14 14:05:54 +01:00
Sami Mokaddem c13e39d5a6 added latestAwards + started trophy ranks 2017-11-14 09:50:20 +01:00
Sami Mokaddem 9291c34699 Added support of Discusison 2017-11-10 14:33:10 +01:00
Sami Mokaddem e554158467 Slight modification to point reward 2017-11-10 10:40:56 +01:00
Sami Mokaddem a3c853e490 Updated ranking level decision + updated support of message for zmq + Updated badge acquisition display to match data in DB 2017-11-09 16:31:04 +01:00
Sami Mokaddem 1550f25b30 fixed bugs if requesting data from non-existing org + refined draft updateOrgContributionRank + Fixed non existing org logo + try in zmq_subscribe 2017-11-09 13:43:02 +01:00
Sami Mokaddem 97a9020716 Added draft support of org overtime + Added clickable orgName + minor fix in live dashbaord + draft support of sighting in zmq_sub 2017-11-09 10:32:39 +01:00
Sami Mokaddem 10c59fc220 Added overtake remaining points + moved updateOrgContributionRank from zmq_subscribe to contributor_helper 2017-11-08 17:37:03 +01:00
Sami Mokaddem 605538ce97 Added display of conribution rank statys + acquired badges 2017-11-08 15:34:02 +01:00
Sami Mokaddem 90a518cc07 Added support of honorBadge + Added text related to global ranking requirements 2017-11-08 11:29:07 +01:00
Sami Mokaddem 70c268d20e Added support of org logo 2017-11-06 18:40:44 +01:00
Sami Mokaddem 0811823112 Added help text in contribution board 2017-11-06 17:14:10 +01:00
Sami Mokaddem cba6d260ff Added draft of automatic update for lastContributor 2017-11-06 13:43:55 +01:00
Sami Mokaddem 264a4e52e2 Draft getting contribution info from redis 2017-11-06 09:50:28 +01:00
Sami Mokaddem 0e5b03fee6 Draft of adding contribution info to redis 2017-11-03 09:32:07 +01:00