- Aug 29, 2019
-
- Aug 27, 2019
-
- Aug 09, 2019
-
- Aug 08, 2019
-
-
Jan Mach authored
When retrieving for example members of a group list of users was in no particular order. I have fixed that now for all objects where it was relevant.
-
- Aug 07, 2019
-
-
Jan Mach authored
Sometimes the downtime due to the upgrade or error can be noticable to the users, so the well behaving application should have some kind of maintenance mode to inform the users. This commit contains simple web page with capabilites of variable substitutions (to insert separately generated timestamps about the duration of the downtime), an example site configuration for Apache web server and updated documentation page about sustem upgrade. (Redmine issue: #4277)
-
- Jul 31, 2019
-
- Jul 29, 2019
-
-
Jan Mach authored
(Redmine issue: #3387,#5065)
-
- Jul 26, 2019
-
-
Jan Zerdik authored
(Redmine issue: #5538)
-
- Jul 19, 2019
-
- Jul 15, 2019
- Jul 11, 2019
-
-
Jan Mach authored
In *events* pluggable module.
-
Jan Mach authored
Added option to use api_token parameter to supply API key, improved documentation of all authentication service pluggable modules.
-
Jan Mach authored
-
Jan Mach authored
It was not always clear what to enter to various event search form fields. This patch attempts to provide help messages to some of the event search form fields.
-
- Jul 10, 2019
-
-
Jan Mach authored
-
Jan Mach authored
Users will now be aware, that there are more functions available to them after login.
-
Jan Mach authored
Context search action groups are now more specific for searching from event dashboards and report detail, the dt_from and dt_to parameters are now pre-filled with available values. This patch also fixes the long lasting bug in DateTime search form fields. (Redmine issue: #5341,#4518)
-
- Jul 04, 2019
-
-
Jan Mach authored
-
- Jul 02, 2019
-
-
Jan Mach authored
-
- Jun 27, 2019
-
-
* This is not a complete fix as there is a race condition and if the timing is right, some events are still not stored properly. Also, if the DB outage is longer, the error queue grows. * This allows for recovery once the DB is running again. (Redmine issue: #4569)
-
* The enricher plugin's WhoIs module is reloading configuration from the DB periodically, what results in delayed failure after DB restart. This allows for reconnection in that case, effectively eliminating the issue. * SQLAlchemy's Query class is extended to RetryingQuery and that one is used instead for the DB sessions. (Redmine issue: #4569)
-
Jan Mach authored
- Jun 26, 2019
-
-
Jan Mach authored
Latest version of the extension available from PyPI does not have elegant support for Flask applications that are not running at webserver root. Due to the small size of the extension I have included patched code directly into the project. It the time of the release of the new version this fix can be removed. (Redmine issue: #5278)
-
Jan Mach authored
* Implemented brnad new PassiveDNS data service and pluggable module for Hawat. * Implemented support for HTML snippet endpoints. * Implemented basic framework for asynchronous fetching additional data for IP addresses in IDEA event detail view. * Implemented fetching of additional data for IP addresses. (Redmine issue: #5278)
-