Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebUI] Rework symbol description display on hover | Alexander Moisseev | 2024-11-29 | 2 | -9/+20 |
| | | | | | | - Replaced 'abbr title' with dynamic description display on hover or focus - Added tabindex for keyboard accessibility - Improved symbol rendering using template literals for readability | ||||
* | Merge pull request #5218 from moisseev/fa6 | Vsevolod Stakhov | 2024-11-10 | 4 | -7/+10 |
|\ | | | | | [WebUI] Upgrade Font Awesome to v6.6.0 | ||||
| * | [WebUI] Upgrade Font Awesome to v6.6.0 | Alexander Moisseev | 2024-11-09 | 4 | -7/+10 |
| | | |||||
* | | [WebUI] Update RequireJS to address CVE-2024-38999 | Alexander Moisseev | 2024-11-09 | 1 | -2/+2 |
|/ | | | | | | Upgraded RequireJS from 2.3.6 to 2.3.7 to mitigate prototype pollution vulnerability (CVE-2024-38999) in `s.contexts._.configure` function, which could allow arbitrary code execution or Denial of Service. | ||||
* | [Test] Migrate ESLint to 9.7.0 | moisseev | 2024-07-18 | 3 | -4/+7 |
| | |||||
* | [WebUI] Fix "Avg. time" column sorting | moisseev | 2024-06-10 | 1 | -1/+4 |
| | | | | for Symbols tab | ||||
* | [Minor] Remove redundant sub-property | moisseev | 2024-05-03 | 1 | -1/+1 |
| | |||||
* | [Minor] Update Bootstrap | moisseev | 2024-04-21 | 2 | -6/+6 |
| | |||||
* | Merge pull request #4927 from moisseev/navbar | Vsevolod Stakhov | 2024-04-16 | 3 | -10/+10 |
|\ | | | | | [WebUI] Prevent navbar layout shift | ||||
| * | [WebUI] Prevent navbar layout shift | moisseev | 2024-04-13 | 3 | -10/+10 |
| | | | | | | | | caused by buttons hiding and scroll bar | ||||
* | | [WebUI] Add missing handler for file input | moisseev | 2024-04-12 | 2 | -17/+21 |
|/ | |||||
* | [WebUI] Escape HTML characters in errors history | moisseev | 2024-04-09 | 2 | -3/+5 |
| | |||||
* | [Minor] Change FooTable breakpoints | moisseev | 2024-03-17 | 5 | -19/+31 |
| | | | | to match Bootstrap 5 | ||||
* | [Minor] Use cascade FooTable column breakpoints | moisseev | 2024-03-17 | 4 | -17/+21 |
| | |||||
* | [WebUI] Add column display mode settings | moisseev | 2024-03-16 | 4 | -4/+123 |
| | | | | for Scan and History tables | ||||
* | [WebUI] Add check/uncheck all checkboxes buttons | moisseev | 2024-03-08 | 4 | -0/+27 |
| | | | | to table filter dropdowns | ||||
* | [Minor] Add background icon to drop area | moisseev | 2024-03-07 | 2 | -0/+78 |
| | |||||
* | [Minor] Fix status tables borders | moisseev | 2024-03-04 | 1 | -7/+16 |
| | |||||
* | [Minor] Update documentation reference | moisseev | 2024-03-04 | 1 | -1/+1 |
| | |||||
* | [Minor] Align items in card headers and buttons | moisseev | 2024-03-04 | 3 | -57/+53 |
| | |||||
* | [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 | 4 | -18/+94 |
| | |||||
* | [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 | 4 | -121/+48 |
| | | | | 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 | 2 | -13/+22 |
| | | | | 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 | 7 | -11/+11 |
| | |||||
* | [Minor] Get rid of 'var' declarations | moisseev | 2023-11-17 | 8 | -192/+192 |
| |