Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | [WebUI] Wrap Prism.highlightElement | moisseev | 2022-08-31 | 1 | -1/+1 |
| | | | | antonmedv/codejar#85 | ||||
* | [WebUI] Migrate to D3 v7 | moisseev | 2022-08-30 | 3 | -6/+6 |
| | | | | | This means that we drop support for older browsers which do not support the ECMAScript 2015 (ES6) JS standard. | ||||
* | [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] Update JavaScript libraries | moisseev | 2022-05-28 | 2 | -7/+7 |
| | | | | | CodeJar 3.5.0 -> 3.6.0 PrismJS 1.23.0 -> 1.28.0 | ||||
* | [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 |
| |