Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebUI] Show message size in IEC (base 1024) units | moisseev | 2023-12-30 | 1 | -0/+3 |
| | |||||
* | [Test] Unbreak ESLint | moisseev | 2023-12-07 | 1 | -1/+2 |
| | |||||
* | [Test] Remove default ESLint Stylistic rule | moisseev | 2023-12-05 | 1 | -1/+0 |
| | |||||
* | [WebUI] Refine symbols score input boxes | moisseev | 2023-12-03 | 1 | -1/+0 |
| | | | | | | - reduce the minimum number of digits to appear after the decimal from 3 to 2 - remove useless dynamic step - remove useless dynamic min/max restrictions | ||||
* | [Minor] Convert callbacks to arrow functions | moisseev | 2023-11-22 | 1 | -1/+0 |
| | |||||
* | [Minor] Use destructuring | moisseev | 2023-11-20 | 1 | -1/+0 |
| | |||||
* | [Minor] Disallow padding within blocks | moisseev | 2023-11-20 | 1 | -1/+1 |
| | |||||
* | [Minor] Use consistent function style | moisseev | 2023-11-20 | 1 | -2/+1 |
| | |||||
* | [Minor] Use multiple variable declarations | moisseev | 2023-11-20 | 1 | -4/+2 |
| | |||||
* | [Minor] Use consistent object key/value spacing | moisseev | 2023-11-20 | 1 | -4/+0 |
| | |||||
* | [Test] Enforce maximum line length | moisseev | 2023-11-19 | 1 | -2/+1 |
| | |||||
* | [Test] Restore stylistic rules check | moisseev | 2023-11-19 | 1 | -27/+33 |
| | | | | https://eslint.org/blog/2023/10/deprecating-formatting-rules/ | ||||
* | [Minor] Get rid of 'var' declarations | moisseev | 2023-11-17 | 1 | -1/+0 |
| | |||||
* | [Minor] Remove temporary IIFEs | moisseev | 2023-11-16 | 1 | -1/+1 |
| | |||||
* | [WebUI] Fix history table vanishing | moisseev | 2023-10-25 | 1 | -1/+1 |
| | | | | on repeated rows per page input | ||||
* | [WebUI] Add control to invert action filter | moisseev | 2023-10-15 | 1 | -0/+1 |
| | | | | | | to scan results and history tables Issue: #4098 | ||||
* | [Test] Fix ESLint | moisseev | 2022-11-05 | 1 | -0/+1 |
| | |||||
* | [Test] Enable ECMAScript 6 features | moisseev | 2022-03-05 | 1 | -1/+2 |
| | |||||
* | [Test] Disable prefer-object-has-own ESLint rule | moisseev | 2021-12-18 | 1 | -0/+1 |
| | | | | as Object.hasOwn(…) is not implemented in Pale Moon. | ||||
* | [Test] Ignore new ESLint warnings | moisseev | 2019-11-22 | 1 | -3/+5 |
| | |||||
* | [Test] Reorder ESLint rules | moisseev | 2019-08-31 | 1 | -3/+3 |
| | |||||
* | [WebUI] Rework scan results display | moisseev | 2019-08-20 | 1 | -1/+1 |
| | |||||
* | [Test] ESLint: Do not enforce line breaks | moisseev | 2019-08-19 | 1 | -0/+1 |
| | | | | between function call arguments | ||||
* | [WebUI] Add history rows per page control | Alexander Moisseev | 2018-10-21 | 1 | -1/+1 |
| | |||||
* | [WebUI] Add symbols sorting buttons | Alexander Moisseev | 2018-10-12 | 1 | -1/+2 |
| | | | | to detail history rows | ||||
* | [WebUI] Change symbols order without updating history | Alexander Moisseev | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | [Test] Enable some ESLint rules | Alexander Moisseev | 2018-09-22 | 1 | -3/+0 |
| | |||||
* | [Minor] Use .forEach instead of .map | Alexander Moisseev | 2018-09-21 | 1 | -1/+0 |
| | | | | as we only need to iterate | ||||
* | [Minor] Use consistent return behavior | Alexander Moisseev | 2018-09-19 | 1 | -2/+1 |
| | |||||
* | [Minor] Guard for-in | Alexander Moisseev | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | [Minor] Enforce consistent key-value spacing | Alexander Moisseev | 2018-09-16 | 1 | -1/+3 |
| | |||||
* | [Minor] Enforce return after callback | Alexander Moisseev | 2018-09-15 | 1 | -1/+0 |
| | |||||
* | [Minor] Drop Crockford's `switch` indentation | Alexander Moisseev | 2018-09-15 | 1 | -2/+1 |
| | |||||
* | [Minor] Initialize variables at declaration | Alexander Moisseev | 2018-09-15 | 1 | -1/+0 |
| | |||||
* | [Minor] Require capitalized constructor names | Alexander Moisseev | 2018-09-15 | 1 | -1/+0 |
| | |||||
* | [Test] Disable warning | Alexander Moisseev | 2018-09-04 | 1 | -0/+1 |
| | | | | as `u` flag is not supported in ES5 | ||||
* | [WebUI] Add progress bar for AJAX requests | Alexander Moisseev | 2018-09-02 | 1 | -1/+1 |
| | |||||
* | [WebUI] Avoid errors table reinitialization | Alexander Moisseev | 2018-08-26 | 1 | -1/+1 |
| | |||||
* | [WebUI] Avoid history table reinitialization | Alexander Moisseev | 2018-08-26 | 1 | -1/+1 |
| | |||||
* | [Test] Allow max 2 statements per line in JS | Alexander Moisseev | 2018-07-15 | 1 | -3/+2 |
| | |||||
* | [Minor] Simplify conditional expression | Alexander Moisseev | 2018-07-15 | 1 | -1/+0 |
| | |||||
* | [Minor] Use consistent brace style for blocks (1tbs) | Alexander Moisseev | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | [Minor] Avoid using empty blocks | Alexander Moisseev | 2018-07-15 | 1 | -1/+0 |
| | |||||
* | [Minor] Remove unused empty function | Alexander Moisseev | 2018-07-15 | 1 | -2/+0 |
| | |||||
* | [Minor] Do not use identifiers before their declarations | Alexander Moisseev | 2018-07-15 | 1 | -1/+0 |
| | |||||
* | [Minor] Do not reassign function parameters | Alexander Moisseev | 2018-07-15 | 1 | -2/+0 |
| | |||||
* | [Minor] Do not shadow variables | Alexander Moisseev | 2018-07-14 | 1 | -1/+0 |
| | |||||
* | [WebUI] Enable strict mode, | Alexander Moisseev | 2018-07-12 | 1 | -2/+2 |
| | | | | | rename `interface` oblect as it is a reserved keyword, declare $span and $tbody variables | ||||
* | [WebUI] Remove unused block | Alexander Moisseev | 2018-07-11 | 1 | -2/+0 |
| | |||||
* | [WebUI] Do not redeclare variables | Alexander Moisseev | 2018-07-11 | 1 | -1/+0 |
| |