Commit Graph

  • a50bab4e77 chg: [diagnostic] Provide suggestion to fix py-redis version mokaddem 2019-06-20 14:16:25 +0200
  • 194b28ea93 fix: Force closing the connection before trying to reconnect mokaddem 2019-06-19 11:45:43 +0200
  • c1a2d17bbf chg: More sane response decoding, done by the ORM mokaddem 2019-06-19 11:32:06 +0200
  • 4bfc7e2f48 chg: slightly improved pgrep parsing mokaddem 2019-06-19 11:30:49 +0200
  • 3110c936bd chg: Removed debug message mokaddem 2019-06-19 10:32:12 +0200
  • ea9bc654f8 chg: [diagnostic] Added packages check mokaddem 2019-06-18 12:30:07 +0200
  • b14f291c94 chg: [updater] More intuitive db numbering mokaddem 2019-06-18 11:46:48 +0200
  • 0cbbb59e67
    Update README.md Sami Mokaddem 2019-06-18 11:40:05 +0200
  • 68f158ebed fix: [all] Fixed issue with py-redis>2.x and fix failed merge conflict mokaddem 2019-06-18 11:25:17 +0200
  • 618da4eea5 fix: [contributors] Show the correct datetime mokaddem 2019-06-18 11:20:32 +0200
  • 3ca3b37785 chg: [config] Moved dbVersion in the appropriate section mokaddem 2019-06-18 09:57:28 +0200
  • 21af08a886 chg: [updates] Improved database updates mokaddem 2019-06-18 09:39:22 +0200
  • 3a1fe9205d new: [updates] Update script - WiP mokaddem 2019-06-18 09:25:46 +0200
  • 8869d6ba44 chg: increased dispatcher pooling rate and improved diagnostic's text feedback mokaddem 2019-06-17 16:16:05 +0200
  • d442a40175 chg: [diagnostic] Added info about elapsed time mokaddem 2019-06-17 15:53:03 +0200
  • f3f2c0d4bf fix: [diagnostic] Catch connectionError exception mokaddem 2019-06-17 15:09:08 +0200
  • 3545eaa970 chg: [diagnostic] Moved timeoutException into util and bumped requirements mokaddem 2019-06-17 14:47:51 +0200
  • 1d7e6c185e chg: [diagnostic] Added tests for server mokaddem 2019-06-17 14:42:41 +0200
  • 9d4c86010b chg: Added more processes and subscriber tests mokaddem 2019-06-17 11:41:14 +0200
  • b4c2193b1a chg: Added more tests in diagnostic tool mokaddem 2019-06-17 09:50:26 +0200
  • 51095d685c chg: Improved diagnostic tool mokaddem 2019-06-14 16:59:00 +0200
  • a50c5c6fdb new: Started dev of diagnostic tool - WiP mokaddem 2019-06-14 16:15:07 +0200
  • 1c06b19840 fix: [web] Set filename to be `min` mokaddem 2019-06-14 09:58:29 +0200
  • 93f3a8143e fix: [web] Added missing thirdparty dependencies mokaddem 2019-06-14 09:55:33 +0200
  • c34d94cf7f Merge branch 'master' of github.com:MISP/misp-dashboard into HEAD mokaddem 2019-06-14 09:30:26 +0200
  • ca75838896 Merge remote-tracking branch 'origin/master' into HEAD mokaddem 2019-06-14 09:25:35 +0200
  • 16682247d9
    chg: [doc] license has been rectified to the standard format Alexandre Dulaunoy 2019-06-02 07:37:12 +0200
  • d132d30fe4
    chg: [doc] default LICENSE template is not there to be changed Alexandre Dulaunoy 2019-06-02 07:33:27 +0200
  • 0e91655c57
    fix: [doc] Some typos fixed (#102) Steve Clement 2019-06-02 04:26:13 +0200
  • ba45138d7a
    fix: [doc] Some typos fixed fix: [doc] License updated and note added #102 Steve Clement 2019-06-02 11:24:31 +0900
  • ca0bfe6356
    fix: [js] Contributors dates will now look: 2019-04-03@11:03 - Amend … (#101) Steve Clement 2019-06-02 04:00:14 +0200
  • bc8e74a400
    fix: [js] Contributors dates will now look: 2019-04-03@11:03 - Amend if unwanted. #101 Steve Clement 2019-06-02 10:50:03 +0900
  • b8ab089861
    chg: [dev] Added debug mode to config, False by default. (#100) Steve Clement 2019-06-01 09:28:07 +0200
  • 491e2aac61
    chg: [dev] Added debug mode to config, False by default. #100 Steve Clement 2019-06-01 16:24:26 +0900
  • eda2581441
    fix: [import] Fixed missing import sys Steve Clement 2019-06-01 15:08:48 +0900
  • 6237566664
    fix: [import] import sys was missing for proper error handling Steve Clement 2019-06-01 15:03:31 +0900
  • e9b1339967
    Merge pull request #97 from SteveClement/tryCatch Steve Clement 2019-05-30 02:34:04 +0200
  • f22d3075ec
    Merge branch 'master' into tryCatch #97 Steve Clement 2019-05-30 09:31:04 +0900
  • 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 Steve Clement 2019-05-29 13:15:49 +0900
  • cba4ab68f1
    fix: [flask] Added favicon.ico Steve Clement 2019-05-29 11:18:32 +0900
  • a65d2cb233
    chg: [log] Let the user know which "IP" was not resolved. Steve Clement 2019-05-29 10:58:09 +0900
  • 92b91c5c05
    chg: [log] Added 3 seperate log files: helpers.log / zmq_subscribre.log / zmq_dispatcher.log fix: [log] Catch permission errors on log files Steve Clement 2019-05-29 10:41:43 +0900
  • 6b291a5526
    fix: [geoadd] Catch the following issue: https://github.com/MISP/misp-dashboard/issues/70 Steve Clement 2019-05-29 09:58:09 +0900
  • fc1c832420
    fix: [errorHandling] more try catch error Steve Clement 2019-05-29 09:48:26 +0900
  • b0a4f5d17b
    fix: [error] If the port is used, be graceful (#95) Steve Clement 2019-05-29 02:12:50 +0200
  • 30cb762ef7
    fix: [error] If the port is used, be graceful. #95 Steve Clement 2019-05-29 09:09:14 +0900
  • e74b4a5bff
    fix: [isort] isort source files: https://github.com/timothycrosley/isort/wiki/isort-Plugins Steve Clement 2019-05-29 08:42:39 +0900
  • 9d4cdd7e16
    chg: [sort] isort on source files fix: [typo] fix retreive to retrieve Steve Clement 2019-05-29 08:30:57 +0900
  • 6c58cbcfec
    Merge pull request #94 from cudeso/master Sami Mokaddem 2019-05-23 09:59:59 +0200
  • c18626ea93 No module zmq error documentation #94 Koen Van Impe 2019-05-20 14:31:53 +0200
  • c406e1ff00
    fix: [start_all] Minor mistake/typo. (#93) Steve Clement 2019-05-09 08:11:41 +0900
  • 33af08b9ee fix: [start_all] Minor mistake/typo. #93 Steve Clement 2019-05-09 08:08:54 +0900
  • 599403ab76
    fix: [scl] Somewhy which scl does not work for user apache... (#92) Steve Clement 2019-05-08 20:12:24 +0900
  • 041c2697a0 fix: [scl] Somewhy which scl does not work for user apache... #92 Steve Clement 2019-05-08 20:11:31 +0900
  • 26108957bb
    fix: [scl] Fix for scl based OSs. (#91) Steve Clement 2019-05-08 20:08:45 +0900
  • c809e285d6 fix: [scl] Fix for scl based OSs. #91 Steve Clement 2019-05-08 20:07:47 +0900
  • 534b6de187
    new: [platform] Added cheap check to see if we run under a RedHat fla… (#90) Steve Clement 2019-05-08 20:05:13 +0900
  • 7e98ad19d5 new: [platform] Added cheap check to see if we run under a RedHat flavoured OS. #90 Steve Clement 2019-05-08 20:03:27 +0900
  • 4f52a80341 chg: [users] Added help text if punchcard is empty and updated README mokaddem 2019-05-02 09:47:06 +0200
  • e2dea48294
    Update zmq_subscribers.py #85 Sami Mokaddem 2019-03-14 11:41:07 +0100
  • 787edbc301
    put 0MQ subscribers into screens Jean-Louis Huynen 2019-02-26 15:45:38 +0100
  • e7f05d00ab
    back to localhost binding Sascha Rommelfangen 2019-03-04 15:48:58 +0100
  • 8a90dffb65 fix: [dispatcher] EventTags were not processed correctly mokaddem 2019-02-26 14:14:56 +0100
  • b207338501 new: [dispatcher/livelog] Added support of ObjectAttributes #82 mokaddem 2019-02-22 15:16:50 +0100
  • 999e59b5cb chg: Removed useless comments mokaddem 2019-02-22 11:14:12 +0100
  • 97a9465915 new+chg: [livelog] Added basic filtering capabilities and fullscreen mode Also, Improved table, reconnection mechanism and UI mokaddem 2019-02-22 10:41:54 +0100
  • 1e91b9b59c
    Updated README Sami Mokaddem 2019-02-14 11:23:09 +0100
  • fc53fbd8cb fix: [deps] Fixed a dependency issue as per https://github.com/MISP/misp-dashboard/issues/76 new: [deps] Added requirements.txt for easier dependency management new: [GI] Added gitignore for cleaner dev environment Steve Clement 2018-11-21 12:33:04 +0900
  • 057a0294df
    Updated WSGI port number Sami Mokaddem 2018-11-05 16:37:25 +0100
  • a211f2822e chg: [doc] update doc mokaddem 2018-10-31 15:56:11 +0100
  • 9905a82a79 chg: [README] updated README with the new clean script mokaddem 2018-10-31 15:45:19 +0100
  • 00043d6763 Merge branch 'master' of https://github.com/MISP/misp-dashboard mokaddem 2018-10-31 15:35:46 +0100
  • 8bd0157c30 new: added cleaning script mokaddem 2018-10-31 15:35:29 +0100
  • 8e39f26d71
    info on emptying redis database Christophe Vandeplas 2018-10-31 13:00:43 +0100
  • ce2661053b
    Merge pull request #68 from hellekin/patch-1 Alexandre Dulaunoy 2018-10-01 22:52:41 +0200
  • e2fbeb8de2
    Fix link to project #68 I WON'T BE HERE WHEN M$ COMES 2018-10-01 21:58:10 +0200
  • b5271a7442
    chg: [doc] reorder README and add a small introduction v1.1 list Alexandre Dulaunoy 2018-10-01 16:04:02 +0200
  • 9f1ffe97ca Merge branch 'master' of https://github.com/MISP/misp-dashboard Sami Mokaddem 2018-10-01 13:31:25 +0200
  • b76a9cd082 fix: [userLogin] Do not consider all login as login from the SYSTEM ADMIN anymore Sami Mokaddem 2018-10-01 13:28:27 +0200
  • d92884c13a chg: [geo-query] Added feedback about the loading state (querying/drawing/finish) Sami Mokaddem 2018-10-01 12:19:26 +0200
  • bc31387a2e
    chg: [startup] default configuration of redis updated - fix #43 Alexandre Dulaunoy 2018-10-01 09:05:24 +0200
  • a73c70ff95
    Merge d6e8810466 into e92b2508fe #43 A. Cristallo 2018-10-01 07:06:06 +0000
  • e92b2508fe
    chg: [startup] default configuration of redis updated - fix 43 Alexandre Dulaunoy 2018-10-01 09:05:24 +0200
  • 52219856b9 fix: Added missing configuration fields in the sample file Sami Mokaddem 2018-10-01 08:32:58 +0200
  • a2a3bd65b6 fix: Added missing file Sami Mokaddem 2018-09-29 21:57:29 +0200
  • bb2ea839f3 new: [live] support of few historical data to prefill the live dashboard + some bug fixes Sami Mokaddem 2018-09-27 09:38:39 +0200
  • dc8a944b23 Improve trophy ranking algorithm, improved ui, added trophy leaderboard per category Sami Mokaddem 2018-09-25 14:48:13 +0200
  • f22a9db067 fix: [contrib] improvement on the handling of lots of contributions at the same time Sami Mokaddem 2018-09-24 12:23:04 +0200
  • cf70fef0ac Merge branch 'master' of https://github.com/MISP/misp-dashboard Sami Mokaddem 2018-09-24 10:30:50 +0200
  • a3465cd430 fix: [contrib] added missing empty svg ranking icon Sami Mokaddem 2018-09-24 10:30:32 +0200
  • f92dd11f7f chg+fix: [trending/flask] applied algorithm strategy for other stats + FIXED eventsource caching bug: Data was cached and delivered all at once when reconnecting to the source Sami Mokaddem 2018-09-24 10:26:15 +0200
  • a7065c1171 new: [trending] Better algorithm to detect trending item AIL 2018-09-24 09:21:02 +0200
  • 13b3ac456f fix deps AIL 2018-09-24 09:16:41 +0200
  • 9b0fc90778 Removed useless comments Sami Mokaddem 2018-09-20 08:26:50 +0000
  • 84d053335b Bug fixes + bit more flexibility Sami Mokaddem 2018-09-20 08:17:24 +0000
  • edb1bee303 Added way more modularity at the cost of non-negligible code complexity (still need a big clean up) Sami Mokaddem 2018-09-19 14:56:43 +0000
  • f5263e33df Better UI and tree drawing Sami Mokaddem 2018-09-17 08:56:34 +0000
  • ae7ee9cc3f refacto: third round (Better node coloring, exception catching and comments) Sami Mokaddem 2018-08-30 08:45:20 +0000
  • 9421e1fd0d refacto: second round (moved some fct to util + better code reuse) Sami Mokaddem 2018-08-30 08:04:42 +0000
  • 55bb335f4c refacto: First round of comments Sami Mokaddem 2018-08-27 12:37:00 +0000