summaryrefslogtreecommitdiffstats
path: root/interface
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4798 from moisseev/passthroughVsevolod Stakhov2024-01-281-3/+5
|\ | | | | [WebUI] Show pass-through module in History
| * [WebUI] Show pass-through module in Historymoisseev2024-01-281-3/+5
| |
* | [Minor] Move server selection logic to common.jsmoisseev2024-01-026-28/+21
|/
* [WebUI] Normalize IPv4 for column sortingmoisseev2023-12-311-1/+3
|
* [WebUI] Show message size in IEC (base 1024) unitsmoisseev2023-12-302-6/+22
|
* [Minor] Combine history table column definitionsmoisseev2023-12-293-174/+132
|
* [WebUI] Tweak scan result layout for small devicesmoisseev2023-12-281-1/+3
|
* [Minor] Move common stuff to separate filesmoisseev2023-12-2710-722/+741
|
* [Minor] Set FooTable cell font size with CSSmoisseev2023-12-244-121/+48
| | | | instead of column options
* [WebUI] Show pass-through module in scan resultmoisseev2023-12-241-0/+6
|
* [WebUI] Send only altered symbols in save requestsmoisseev2023-12-161-28/+31
|
* [WebUI] Symbols: replace individual save buttonsmoisseev2023-12-152-13/+22
| | | | with a sticky group
* [Test] Unbreak ESLintmoisseev2023-12-073-6/+6
|
* [WebUI] Update symbols score background on inputmoisseev2023-12-031-1/+10
|
* [Minor] Use single quotes rather than escapesmoisseev2023-12-031-11/+8
|
* [WebUI] Refine symbols score input boxesmoisseev2023-12-031-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 functionsmoisseev2023-11-229-170/+139
|
* [Minor] Use destructuringmoisseev2023-11-207-17/+17
|
* [Minor] Disallow padding within blocksmoisseev2023-11-201-1/+0
|
* [Minor] Use consistent function stylemoisseev2023-11-201-3/+1
|
* [Minor] Use multiple variable declarationsmoisseev2023-11-202-3/+6
|
* [Minor] Use consistent object key/value spacingmoisseev2023-11-207-49/+50
|
* [Test] Enforce maximum line lengthmoisseev2023-11-197-12/+28
|
* [Test] Restore stylistic rules checkmoisseev2023-11-192-3/+3
| | | | https://eslint.org/blog/2023/10/deprecating-formatting-rules/
* [Minor] Update JS librariesmoisseev2023-11-177-11/+11
|
* [Minor] Get rid of 'var' declarationsmoisseev2023-11-178-192/+192
|
* [Minor] Remove temporary IIFEsmoisseev2023-11-167-398/+393
|
* [WebUI] Load modules dynamicallymoisseev2023-11-169-158/+161
|
* [Minor] Use modern ESLint globals definitionmoisseev2023-11-146-6/+6
|
* [Minor] Remove obsolete codemoisseev2023-11-141-9/+0
| | | | ES6 is required now for WebUI anyway.
* [WebUI] Update map editormoisseev2023-10-278-14/+35
| | | | CodeJar 3.7.0 -> 4.2.0
* [WebUI] Fix history table vanishingmoisseev2023-10-251-8/+19
| | | | on repeated rows per page input
* [WebUI] Add control to invert action filtermoisseev2023-10-151-5/+27
| | | | | | to scan results and history tables Issue: #4098
* [Minor] Remove unused FooTable hookmoisseev2023-10-111-13/+0
| | | | | as the ability to set dropdown value through the FooTable options is not used in the project.
* [WebUI] Set locale on UI loadmoisseev2023-09-191-1/+1
| | | | Fixes: #4606
* [WebUI] Tweak bootstrap colors for accessibilitymoisseev2023-08-161-1/+6
| | | | Resolves: #4566
* [WebUI] Restore contrasting foreground colormoisseev2023-08-083-7/+7
| | | | for badges
* [Minor] Update JS librariesmoisseev2023-08-086-12/+11
|
* [Minor] Fix modal optionsmoisseev2023-06-011-1/+1
| | | | that were changed since Boostrap 5.0
* [Minor] Fix password field border radiusmoisseev2023-06-011-5/+5
|
* [WebUI] Show validation feedback inside login modalmoisseev2023-05-313-6/+37
| | | | | | instead of overlay alert messages Issue: #4502
* [WebUI] Add ability to compute fuzzy hashesmoisseev2023-05-262-12/+79
| | | | from sample message source
* [Minor] Fix rows background coloringmoisseev2023-05-211-2/+2
| | | | of the Bayesian statistics table
* [Minor] Remove obsolete CSS rulemoisseev2023-04-131-11/+0
|
* [Minor] Fix pagination control border radiusmoisseev2023-04-131-7/+11
|
* [WebUI] Fix "Clean history" buttonmoisseev2023-04-052-3/+5
| | | | enabling/disabling in the Scan tab
* [Minor] Avoid Stylelint warningsmoisseev2023-03-231-6/+6
|
* [WebUI] Migrate to Bootstrap v5.2moisseev2023-03-2311-268/+275
|
* [WebUI] Update bootstrapmoisseev2023-03-052-7/+7
| | | | v4.6.0 → v4.6.2
* [WebUI] Update JS librariesmoisseev2023-02-287-10/+10
|