- Jan 21, 2019
-
-
Jan Mach authored
It is now possible to use main logger from within the Jinja2 templates.
-
Jan Mach authored
All blueprints can similarly to registering menu entries register context search actions for one or more groups. These are then used for generating context search action dropdown menus for various items like IP addresses, groups, etc. One of the example use cases is the event search result page, which contains action search menus for each of the displayed IP address, abuse group, category, etc. (Redmine issue: #4321)
- Jan 19, 2019
-
-
Jan Mach authored
Sorry, previous fix was not correct.
-
- Jan 18, 2019
-
-
Jan Mach authored
-
- Jan 17, 2019
-
-
-
Jan Mach authored
(Redmine issue: #3361,#4570)
-
Jan Mach authored
There was an invalid expression in the algorithm. Also the setdefault method is much more convenient than previous solution.
-
Jan Mach authored
The warning setting results in additional and unnecessary email being sent in case the module is executed from cron.
-
Enumeration tables used to speed up enum generation for filtering were incorrect as multiple NULL values could have been inserted increasing the table size over time. This affected the enumerations for non-array parameters only. As the 'any value' and 'without value' options are added automatically, we can disable support for NULLs, fixing the growing tables. (Redmine issue: #4367)
-
- Jan 16, 2019
-
-
Jan Mach authored
Various secondary statistics like counts, minimums, maximums and sums were pre-calculated together with regular statistics. These operations do not make sense anymore from multiple point of views: - They are not used during chart generation anymore, because these values are calculated by JavaScript code. - They do not make sense during merging statistical data, because they produce incorrect results anyway (for example without knowing the exact omitted values it is not possible to calculate the counts, averages, minimums etc.). (Redmine issue: #4321)
- Jan 15, 2019
-
-
Jan Mach authored
(Redmine issue: #4321)
- Jan 14, 2019
-
- Jan 11, 2019
-
- Jan 10, 2019
-
- Jan 09, 2019
-
- Jan 08, 2019
-
-
Jan Mach authored
There was an issue with the Globalize library being used before it was fully initialized. This issue is now solved by using synchronous AJAX get requests to fetch the configuration JSON metadata files, this solution is however not optimal and should be revisited in the future. (Redmine issue: #4321)
- Jan 07, 2019
- Jan 05, 2019
- Jan 03, 2019
-
-
Jan Mach authored
(Redmine issue: #4321)
-
- Dec 21, 2018
-
-
Jan Mach authored
Implemented prototype of collapsible dataset view and downloadable dataset option for timeline charts. All timeline charts in reporting dashboard and timeline module now support displaying of chart datasets in tables within collabsible sidebar. Additionaly the chart dataset can now be downloaded as CSV file for easy import into table processor software like LibreOffice. (Redmine issue: #4321)
- Dec 20, 2018