Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Improve minWidth calculation | moisseev | 2024-03-03 | 1 | -1/+1 |
| | |||||
* | [WebUI] Add file input and drop area to scan tab | moisseev | 2024-03-01 | 2 | -16/+86 |
| | |||||
* | [WebUI] Disable buttons until tables are ready | moisseev | 2024-02-25 | 4 | -45/+31 |
| | | | | to prevent race conditions | ||||
* | [Minor] Remove obsolete code | moisseev | 2024-02-24 | 1 | -2/+0 |
| | |||||
* | Merge pull request #4798 from moisseev/passthrough | Vsevolod Stakhov | 2024-01-28 | 1 | -3/+5 |
|\ | | | | | [WebUI] Show pass-through module in History | ||||
| * | [WebUI] Show pass-through module in History | moisseev | 2024-01-28 | 1 | -3/+5 |
| | | |||||
* | | [Minor] Move server selection logic to common.js | moisseev | 2024-01-02 | 6 | -28/+21 |
|/ | |||||
* | [WebUI] Normalize IPv4 for column sorting | moisseev | 2023-12-31 | 1 | -1/+3 |
| | |||||
* | [WebUI] Show message size in IEC (base 1024) units | moisseev | 2023-12-30 | 2 | -6/+22 |
| | |||||
* | [Minor] Combine history table column definitions | moisseev | 2023-12-29 | 3 | -174/+132 |
| | |||||
* | [WebUI] Tweak scan result layout for small devices | moisseev | 2023-12-28 | 1 | -1/+3 |
| | |||||
* | [Minor] Move common stuff to separate files | moisseev | 2023-12-27 | 10 | -722/+741 |
| | |||||
* | [Minor] Set FooTable cell font size with CSS | moisseev | 2023-12-24 | 3 | -121/+44 |
| | | | | instead of column options | ||||
* | [WebUI] Show pass-through module in scan result | moisseev | 2023-12-24 | 1 | -0/+6 |
| | |||||
* | [WebUI] Send only altered symbols in save requests | moisseev | 2023-12-16 | 1 | -28/+31 |
| | |||||
* | [WebUI] Symbols: replace individual save buttons | moisseev | 2023-12-15 | 1 | -13/+10 |
| | | | | with a sticky group | ||||
* | [Test] Unbreak ESLint | moisseev | 2023-12-07 | 3 | -6/+6 |
| | |||||
* | [WebUI] Update symbols score background on input | moisseev | 2023-12-03 | 1 | -1/+10 |
| | |||||
* | [Minor] Use single quotes rather than escapes | moisseev | 2023-12-03 | 1 | -11/+8 |
| | |||||
* | [WebUI] Refine symbols score input boxes | moisseev | 2023-12-03 | 1 | -16/+8 |
| | | | | | | - 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 | 9 | -170/+139 |
| | |||||
* | [Minor] Use destructuring | moisseev | 2023-11-20 | 7 | -17/+17 |
| | |||||
* | [Minor] Disallow padding within blocks | moisseev | 2023-11-20 | 1 | -1/+0 |
| | |||||
* | [Minor] Use consistent function style | moisseev | 2023-11-20 | 1 | -3/+1 |
| | |||||
* | [Minor] Use multiple variable declarations | moisseev | 2023-11-20 | 2 | -3/+6 |
| | |||||
* | [Minor] Use consistent object key/value spacing | moisseev | 2023-11-20 | 7 | -49/+50 |
| | |||||
* | [Test] Enforce maximum line length | moisseev | 2023-11-19 | 7 | -12/+28 |
| | |||||
* | [Test] Restore stylistic rules check | moisseev | 2023-11-19 | 2 | -3/+3 |
| | | | | https://eslint.org/blog/2023/10/deprecating-formatting-rules/ | ||||
* | [Minor] Update JS libraries | moisseev | 2023-11-17 | 6 | -9/+9 |
| | |||||
* | [Minor] Get rid of 'var' declarations | moisseev | 2023-11-17 | 8 | -192/+192 |
| | |||||
* | [Minor] Remove temporary IIFEs | moisseev | 2023-11-16 | 7 | -398/+393 |
| | |||||
* | [WebUI] Load modules dynamically | moisseev | 2023-11-16 | 9 | -158/+161 |
| | |||||
* | [Minor] Use modern ESLint globals definition | moisseev | 2023-11-14 | 6 | -6/+6 |
| | |||||
* | [Minor] Remove obsolete code | moisseev | 2023-11-14 | 1 | -9/+0 |
| | | | | ES6 is required now for WebUI anyway. | ||||
* | [WebUI] Update map editor | moisseev | 2023-10-27 | 5 | -9/+12 |
| | | | | CodeJar 3.7.0 -> 4.2.0 | ||||
* | [WebUI] Fix history table vanishing | moisseev | 2023-10-25 | 1 | -8/+19 |
| | | | | on repeated rows per page input | ||||
* | [WebUI] Add control to invert action filter | moisseev | 2023-10-15 | 1 | -5/+27 |
| | | | | | | to scan results and history tables Issue: #4098 | ||||
* | [Minor] Remove unused FooTable hook | moisseev | 2023-10-11 | 1 | -13/+0 |
| | | | | | as the ability to set dropdown value through the FooTable options is not used in the project. | ||||
* | [WebUI] Set locale on UI load | moisseev | 2023-09-19 | 1 | -1/+1 |
| | | | | Fixes: #4606 | ||||
* | [WebUI] Restore contrasting foreground color | moisseev | 2023-08-08 | 2 | -6/+6 |
| | | | | for badges | ||||
* | [Minor] Update JS libraries | moisseev | 2023-08-08 | 5 | -8/+8 |
| | |||||
* | [WebUI] Show validation feedback inside login modal | moisseev | 2023-05-31 | 1 | -5/+26 |
| | | | | | | instead of overlay alert messages Issue: #4502 | ||||
* | [WebUI] Add ability to compute fuzzy hashes | moisseev | 2023-05-26 | 1 | -7/+47 |
| | | | | from sample message source | ||||
* | [WebUI] Fix "Clean history" button | moisseev | 2023-04-05 | 1 | -2/+4 |
| | | | | enabling/disabling in the Scan tab | ||||
* | [WebUI] Migrate to Bootstrap v5.2 | moisseev | 2023-03-23 | 8 | -37/+38 |
| | |||||
* | [WebUI] Update bootstrap | moisseev | 2023-03-05 | 1 | -3/+3 |
| | | | | v4.6.0 → v4.6.2 | ||||
* | [WebUI] Update JS libraries | moisseev | 2023-02-28 | 6 | -9/+9 |
| | |||||
* | [WebUI] Add legacy history version badge | moisseev | 2022-11-05 | 1 | -0/+2 |
| | |||||
* | [WebUI] Put total in the center of pie charts | moisseev | 2022-09-07 | 3 | -5/+20 |
| | |||||
* | [WebUI] Update jQuery | moisseev | 2022-08-31 | 3 | -3/+3 |
| |