summaryrefslogtreecommitdiffstats
path: root/interface/js/app
Commit message (Collapse)AuthorAgeFilesLines
* [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-243-121/+44
| | | | 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-151-13/+10
| | | | 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-228-169/+138
|
* [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-206-39/+40
|
* [Test] Enforce maximum line lengthmoisseev2023-11-197-12/+28
|
* [Test] Restore stylistic rules checkmoisseev2023-11-191-1/+1
| | | | https://eslint.org/blog/2023/10/deprecating-formatting-rules/
* [Minor] Get rid of 'var' declarationsmoisseev2023-11-178-192/+192
|
* [Minor] Remove temporary IIFEsmoisseev2023-11-167-398/+393
|
* [WebUI] Load modules dynamicallymoisseev2023-11-168-149/+154
|
* [Minor] Use modern ESLint globals definitionmoisseev2023-11-145-5/+5
|
* [Minor] Remove obsolete codemoisseev2023-11-141-9/+0
| | | | ES6 is required now for WebUI anyway.
* [WebUI] Update map editormoisseev2023-10-271-1/+3
| | | | 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] Restore contrasting foreground colormoisseev2023-08-082-6/+6
| | | | for badges
* [WebUI] Show validation feedback inside login modalmoisseev2023-05-311-5/+26
| | | | | | instead of overlay alert messages Issue: #4502
* [WebUI] Add ability to compute fuzzy hashesmoisseev2023-05-261-7/+47
| | | | from sample message source
* [WebUI] Fix "Clean history" buttonmoisseev2023-04-051-2/+4
| | | | enabling/disabling in the Scan tab
* [WebUI] Migrate to Bootstrap v5.2moisseev2023-03-236-33/+33
|
* [WebUI] Add legacy history version badgemoisseev2022-11-051-0/+2
|
* [WebUI] Put total in the center of pie chartsmoisseev2022-09-072-3/+18
|
* [WebUI] Wrap Prism.highlightElementmoisseev2022-08-311-1/+1
| | | | antonmedv/codejar#85
* [WebUI] Hide extra To detail row on small screensmoisseev2022-08-282-0/+10
|
* [WebUI] Hide symbol order toggle in search dropdownmoisseev2022-08-262-18/+22
|
* [WebUI] Remove extra To column from filteringmoisseev2022-08-261-0/+1
|
* [WebUI] Tweak history table layoutmoisseev2022-06-291-1/+4
|
* [WebUI] Fix privileged access for secure_ipmoisseev2022-06-061-1/+2
|
* [WebUI] Add option to choose map editormoisseev2022-05-281-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"moisseev2022-04-262-1/+17
| | | | Issue: #4157
* [WebUI] Add HTTP (Ajax) request timeout settingmoisseev2022-04-181-4/+29
| | | | Issue: #4009
* [Minor] Use existing constantmoisseev2022-04-181-2/+2
|
* [WebUI] Show scan time in server listmoisseev2022-03-051-2/+25
|
* [WebUI] Replace pie chart librarymoisseev2022-02-203-319/+140
|