Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Add tooltip to "Scan time" column header | Alexander Moisseev | 2018-12-04 | 1 | -2/+2 |
| | |||||
* | [WebUI] Add history rows per page control | Alexander Moisseev | 2018-10-21 | 1 | -4/+22 |
| | |||||
* | [WebUI] Colorize symbols | Alexander Moisseev | 2018-10-13 | 1 | -8/+19 |
| | |||||
* | [WebUI] Add symbols sorting buttons | Alexander Moisseev | 2018-10-12 | 1 | -13/+38 |
| | | | | to detail history rows | ||||
* | [WebUI] Fix symbol description tooltips display | Alexander Moisseev | 2018-10-07 | 1 | -4/+5 |
| | | | | when the total number of rows is less than number of rows per page | ||||
* | [WebUI] Change symbols order without updating history | Alexander Moisseev | 2018-10-01 | 1 | -33/+47 |
| | |||||
* | [WebUI] History: add sorting by symbol score value | Alexander Moisseev | 2018-09-28 | 1 | -8/+18 |
| | |||||
* | [Test] Enable some ESLint rules | Alexander Moisseev | 2018-09-22 | 1 | -0/+2 |
| | |||||
* | [Minor] Use .forEach instead of .map | Alexander Moisseev | 2018-09-21 | 1 | -2/+2 |
| | | | | as we only need to iterate | ||||
* | [Minor] Use consistent return behavior | Alexander Moisseev | 2018-09-19 | 1 | -0/+2 |
| | |||||
* | [Minor] Guard for-in | Alexander Moisseev | 2018-09-19 | 1 | -0/+1 |
| | |||||
* | [Minor] Remove extra parentheses | Alexander Moisseev | 2018-09-17 | 1 | -2/+2 |
| | |||||
* | [Minor] Enforce consistent key-value spacing | Alexander Moisseev | 2018-09-16 | 1 | -12/+12 |
| | |||||
* | [Minor] Enforce return after callback | Alexander Moisseev | 2018-09-15 | 1 | -1/+1 |
| | |||||
* | [Minor] Drop Crockford's `switch` indentation | Alexander Moisseev | 2018-09-15 | 1 | -22/+22 |
| | |||||
* | [Minor] Initialize variables at declaration | Alexander Moisseev | 2018-09-15 | 1 | -8/+5 |
| | |||||
* | [Minor] Require capitalized constructor names | Alexander Moisseev | 2018-09-15 | 1 | -5/+5 |
| | |||||
* | [WebUI] Fix tables destroying | Alexander Moisseev | 2018-09-01 | 1 | -23/+15 |
| | | | | | It seems there is a bug in Footable. FooTable doesn't remove the table body if the table was initialized without contents. | ||||
* | [WebUI] Avoid errors table reinitialization | Alexander Moisseev | 2018-08-26 | 1 | -16/+26 |
| | |||||
* | [WebUI] Avoid history table reinitialization | Alexander Moisseev | 2018-08-26 | 1 | -61/+99 |
| | |||||
* | [Minor] Combine query function invocations | Alexander Moisseev | 2018-08-03 | 1 | -101/+45 |
| | |||||
* | [WebUI] Fix symbols sorting by score | Alexander Moisseev | 2018-08-02 | 1 | -1/+1 |
| | | | | on Chromium-like browsers | ||||
* | [Minor] Add "errorMessage" parameter to query function | Alexander Moisseev | 2018-07-30 | 1 | -9/+3 |
| | |||||
* | [Minor] Refactor query function to use named parameters | Alexander Moisseev | 2018-07-28 | 1 | -70/+73 |
| | |||||
* | [WebUI] Refactor query functions into one | Alexander Moisseev | 2018-07-25 | 1 | -16/+14 |
| | |||||
* | [WebUI] Fix history reset for "All SERVERS" (#2346) | Alexander Moisseev | 2018-07-21 | 1 | -20/+12 |
| | |||||
* | [WebUI] Hide symbols order selector for legacy history | Alexander Moisseev | 2018-07-19 | 1 | -0/+4 |
| | |||||
* | [WebUI] Fix symbols display in legacy history, | Alexander Moisseev | 2018-07-19 | 1 | -1/+12 |
| | | | | | | | compact symbols display, sort symbols by name Issue: #2348 | ||||
* | [Minor] Use consistent brace style for blocks (1tbs) | Alexander Moisseev | 2018-07-15 | 1 | -6/+3 |
| | |||||
* | [Minor] Remove unused empty function | Alexander Moisseev | 2018-07-15 | 1 | -1/+0 |
| | |||||
* | [Minor] Do not use identifiers before their declarations | Alexander Moisseev | 2018-07-15 | 1 | -2/+2 |
| | |||||
* | [WebUI] Enable strict mode, | Alexander Moisseev | 2018-07-12 | 1 | -12/+13 |
| | | | | | rename `interface` oblect as it is a reserved keyword, declare $span and $tbody variables | ||||
* | [WebUI] Remove unused block | Alexander Moisseev | 2018-07-11 | 1 | -4/+0 |
| | |||||
* | [WebUI] Do not redeclare variables | Alexander Moisseev | 2018-07-11 | 1 | -2/+3 |
| | |||||
* | [WebUI] Use self-explanatory notation | Alexander Moisseev | 2018-07-11 | 1 | -1/+1 |
| | | | | for type conversion | ||||
* | [WebUI] Use type-safe equality operators | Alexander Moisseev | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | [Test] Specify JS Globals | Alexander Moisseev | 2018-07-08 | 1 | -0/+2 |
| | |||||
* | [WebUI] Add missed declarations | Alexander Moisseev | 2018-07-08 | 1 | -2/+2 |
| | |||||
* | [WebUI] Fix variable assignment | Alexander Moisseev | 2018-07-08 | 1 | -1/+2 |
| | | | | I think `var full = shrt = "";` is `var full = (shrt = "");` effectively, so `full = true`. | ||||
* | [WebUI] Avoid using "undefined" property | Alexander Moisseev | 2018-07-08 | 1 | -3/+3 |
| | | | | of the global object | ||||
* | [WebUI] Remove unused variables | Alexander Moisseev | 2018-07-06 | 1 | -3/+2 |
| | |||||
* | [Minor] JS: Remove redundant quotes | Alexander Moisseev | 2018-07-06 | 1 | -165/+165 |
| | | | | around object literal property names | ||||
* | [Minor] JS: Add space before parentheses | Alexander Moisseev | 2018-07-05 | 1 | -22/+22 |
| | | | | of anonymous functions | ||||
* | [Minor] JS: Remove useless escape | Alexander Moisseev | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | [Minor] JS: Remove useless concatenation | Alexander Moisseev | 2018-07-05 | 1 | -2/+2 |
| | |||||
* | [Minor] JS: Simplify conditional | Alexander Moisseev | 2018-07-05 | 1 | -5/+3 |
| | |||||
* | [Minor] JS: Disable "no-alert" rule for a line | Alexander Moisseev | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | [Minor] JS: Move dots to the same lines as the properties | Alexander Moisseev | 2018-07-05 | 1 | -6/+6 |
| | |||||
* | [Minor] JS: Remove extra spaces | Alexander Moisseev | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | [Minor] JS: Add missing spaces before block brackets | Alexander Moisseev | 2018-07-04 | 1 | -3/+3 |
| |