Skip to content

2.0.0

Compare
Choose a tag to compare
released this 22 May 13:17
· 287 commits to develop since this release

Installation instructions:
https://github.com/certtools/intelmq-manager/blob/2.0.0/docs/INSTALL.md

Backend

  • Some AJAX requests are marked as to-be-cached for a little amount of time so that server load decreases when you need many tabs open.

Pages

Configuration

  • "Save Configuration" button reloads the bots whose destination queues changed (#175).
  • Allow standard vis.js arrow and +/- navigation when network chart is focused (#176).
  • Underscored letters denote shortcuts - you can now edit the network without wandering the mouse all around the screen (#176).
  • Correctly load JSON parameters when editing a bot: content instead of '[object Object]' string.
  • Handle not explicitly given internal queues.
  • Physics / Live button are now rememberable in the positions.conf file on the server.
  • When changing state or being disabled or erroneous, bot receives dashed border.
  • You are allowed to create multiple edges between the same nodes - correctly displayed. If the edges should have the same paths, rename dialog appears.

Management

  • Auto-reloading
  • Clicking an action on a bot will make group panel correspond immediately
  • Clicking an action on a panel will make group in the table correspond immediately

Monitor

  • Correctly display JSON parameters: content instead of '[object Object]' string.
  • Reloading logs fixed
  • Reloading logs every 3 sec instead of 300 sec
  • Auto-reloading logs after bot started/stopped

Documentation

  • Add SECURITY.md file.

Known issues

  • Missing CSRF protection (#111).
  • Graph jumps around on "Add edge" bug component (#148).
  • wrong error message for new bots with existing ID (#152).