Radek Vyhnal

Results 4 issues of Radek Vyhnal

MISP related bots try to import the deprecated ExpandedPyMISP instead of PyMISP which produces the deprecation message in logs. As ExpandedPyMISP was introduced for the transition to Python3 quite some...

This PR adds some cosmetic improvements to the error popup window to make its contents more readable.

Log level selection on Monitor page - this PR fixes an issue where ALL level wouldn't return anything since the backend doesn't have the level ALL. Instead of ALL, CRITICAL...

bug
component: monitor

This PR is taking out the login modal from base.mako into a new template login.mako. The redirect happens as part of the authenticatedAjax function. #295