| Commit message (Expand) | Author | Age | Files | Lines |
* | [Test] Migrate ESLint to 9.7.0 | moisseev | 2024-07-18 | 1 | -0/+1 |
* | [Minor] Move common stuff to separate files | moisseev | 2023-12-27 | 1 | -6/+6 |
* | [Test] Unbreak ESLint | moisseev | 2023-12-07 | 1 | -3/+3 |
* | [Minor] Convert callbacks to arrow functions | moisseev | 2023-11-22 | 1 | -14/+14 |
* | [Minor] Use destructuring | moisseev | 2023-11-20 | 1 | -4/+4 |
* | [Minor] Use consistent object key/value spacing | moisseev | 2023-11-20 | 1 | -1/+1 |
* | [Test] Enforce maximum line length | moisseev | 2023-11-19 | 1 | -2/+5 |
* | [Minor] Get rid of 'var' declarations | moisseev | 2023-11-17 | 1 | -33/+33 |
* | [WebUI] Load modules dynamically | moisseev | 2023-11-16 | 1 | -7/+5 |
* | [Minor] Use modern ESLint globals definition | moisseev | 2023-11-14 | 1 | -1/+1 |
* | [WebUI] Migrate to Bootstrap v5.2 | moisseev | 2023-03-23 | 1 | -10/+10 |
* | [WebUI] Put total in the center of pie charts | moisseev | 2022-09-07 | 1 | -1/+11 |
* | [WebUI] Show scan time in server list | moisseev | 2022-03-05 | 1 | -2/+25 |
* | [WebUI] Replace pie chart library | moisseev | 2022-02-20 | 1 | -67/+25 |
* | [Minor] WebUI CSS: Drop ancient gradient syntaxes | moisseev | 2022-02-10 | 1 | -2/+2 |
* | [WebUI] Disable Refresh until ongoing requests | moisseev | 2020-11-20 | 1 | -0/+1 |
* | [WebUI] Fix Status tab display for scanned = 0 | moisseev | 2020-10-02 | 1 | -7/+43 |
* | [WebUI] Use /auth to get data missing in /stat | moisseev | 2020-08-14 | 1 | -36/+79 |
* | [WebUI] Fix alert status reset | moisseev | 2020-08-14 | 1 | -1/+1 |
* | [Minor] Convert only finite numbers | moisseev | 2020-08-13 | 1 | -0/+1 |
* | [WebUI] Highlight uptime of restarted servers | moisseev | 2020-08-09 | 1 | -1/+3 |
* | [WebUI] Add fuzzy hashes info | moisseev | 2020-08-09 | 1 | -3/+17 |
* | [WebUI] Add Bayesian statistics info | moisseev | 2020-08-08 | 1 | -0/+31 |
* | [Minor] Refactor displayStatWidgets function | moisseev | 2020-08-08 | 1 | -8/+5 |
* | [Minor] Avoid double quotes escaping | moisseev | 2020-08-08 | 1 | -8/+8 |
* | [WebUI] Add uptime and version to servers table | moisseev | 2020-08-08 | 1 | -0/+6 |
* | [WebUI] Remove actions capitalization | moisseev | 2020-08-07 | 1 | -4/+6 |
* | [WebUI] Add "rewrite subject" to Status tab widgets | moisseev | 2020-08-07 | 1 | -1/+7 |
* | [WebUI] Use actions names as labels | moisseev | 2020-08-07 | 1 | -5/+5 |
* | [WebUI] Use /stat path to get stat | moisseev | 2020-08-07 | 1 | -45/+47 |
* | [WebUI] Convert stat boxes to Bootstrap cards | moisseev | 2020-07-08 | 1 | -11/+15 |
* | [WebUI] Replace Glyphicons with Font Awesome SVG+JS | moisseev | 2020-07-06 | 1 | -2/+2 |
* | [WebUI] Replace widget boxes with Bootstrap cards | moisseev | 2020-07-04 | 1 | -2/+2 |
* | [Minor] Update classes removed in Bootstrap 4 | moisseev | 2020-07-01 | 1 | -1/+1 |
* | [WebUI] Migrate to Bootstrap 4.5 | moisseev | 2020-07-01 | 1 | -2/+2 |
* | [WebUI] Rework cluster members table | moisseev | 2020-06-13 | 1 | -8/+10 |
* | [Minor] Format numbers with d3.format, | moisseev | 2020-02-02 | 1 | -4/+6 |
* | [Minor] Use consistent return behavior | Alexander Moisseev | 2018-09-19 | 1 | -32/+32 |
* | [Minor] Enforce consistent key-value spacing | Alexander Moisseev | 2018-09-16 | 1 | -20/+20 |
* | [Minor] Initialize variables at declaration | Alexander Moisseev | 2018-09-15 | 1 | -1/+1 |
* | [WebUI] Fix disabling and hiding controls on page reload | Alexander Moisseev | 2018-08-15 | 1 | -1/+0 |
* | [WebUI] Fix "auth" request URL | Alexander Moisseev | 2018-08-02 | 1 | -1/+1 |
* | [Minor] Add "errorOnceId" parameter to query function | Alexander Moisseev | 2018-07-30 | 1 | -9/+2 |
* | [Minor] Refactor query function to use named parameters | Alexander Moisseev | 2018-07-28 | 1 | -56/+59 |
* | [Minor] Allow to query specific host | Alexander Moisseev | 2018-07-26 | 1 | -1/+1 |
* | [WebUI] Refactor query functions into one | Alexander Moisseev | 2018-07-25 | 1 | -2/+2 |
* | [WebUI] Use common query functions to get graph data | Alexander Moisseev | 2018-07-22 | 1 | -1/+1 |
* | [Minor] Use consistent brace style for blocks (1tbs) | Alexander Moisseev | 2018-07-15 | 1 | -2/+1 |
* | [Minor] Avoid using empty blocks | Alexander Moisseev | 2018-07-15 | 1 | -3/+2 |
* | [WebUI] Enable strict mode, | Alexander Moisseev | 2018-07-12 | 1 | -3/+4 |