Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | 8 | -169/+138 |
| | |||||
* | [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 | 6 | -39/+40 |
| | |||||
* | [Test] Enforce maximum line length | moisseev | 2023-11-19 | 7 | -12/+28 |
| | |||||
* | [Test] Restore stylistic rules check | moisseev | 2023-11-19 | 1 | -1/+1 |
| | | | | https://eslint.org/blog/2023/10/deprecating-formatting-rules/ | ||||
* | [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 | 8 | -149/+154 |
| | |||||
* | [Minor] Use modern ESLint globals definition | moisseev | 2023-11-14 | 5 | -5/+5 |
| | |||||
* | [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 | 1 | -1/+3 |
| | | | | 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 | ||||
* | [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 | 6 | -33/+33 |
| | |||||
* | [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 | 2 | -3/+18 |
| | |||||
* | [WebUI] Wrap Prism.highlightElement | moisseev | 2022-08-31 | 1 | -1/+1 |
| | | | | antonmedv/codejar#85 | ||||
* | [WebUI] Hide extra To detail row on small screens | moisseev | 2022-08-28 | 2 | -0/+10 |
| | |||||
* | [WebUI] Hide symbol order toggle in search dropdown | moisseev | 2022-08-26 | 2 | -18/+22 |
| | |||||
* | [WebUI] Remove extra To column from filtering | moisseev | 2022-08-26 | 1 | -0/+1 |
| | |||||
* | [WebUI] Tweak history table layout | moisseev | 2022-06-29 | 1 | -1/+4 |
| | |||||
* | [WebUI] Fix privileged access for secure_ip | moisseev | 2022-06-06 | 1 | -1/+2 |
| | |||||
* | [WebUI] Add option to choose map editor | moisseev | 2022-05-28 | 1 | -15/+25 |
| | | | | | | | | Issue: #4172 and restrict to text area if an opened map larger then 5 KiB as the advanced editor is unresponsive when editing a large amount of text. | ||||
* | [WebUI] Learn a random server of "All SERVERS" | moisseev | 2022-04-26 | 2 | -1/+17 |
| | | | | Issue: #4157 | ||||
* | [WebUI] Add HTTP (Ajax) request timeout setting | moisseev | 2022-04-18 | 1 | -4/+29 |
| | | | | Issue: #4009 | ||||
* | [Minor] Use existing constant | moisseev | 2022-04-18 | 1 | -2/+2 |
| | |||||
* | [WebUI] Show scan time in server list | moisseev | 2022-03-05 | 1 | -2/+25 |
| | |||||
* | [WebUI] Replace pie chart library | moisseev | 2022-02-20 | 3 | -319/+140 |
| |