Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | [Minor] WebUI CSS: Drop ancient gradient syntaxes | moisseev | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | [WebUI] Add scan options | moisseev | 2022-01-02 | 1 | -11/+19 |
| | | | | which allow to set HTTP headers for scan request | ||||
* | [Minor] Set IP column min-width relative to font-size | moisseev | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | [WebUI] Wrap long IPv6 addresses | moisseev | 2021-11-06 | 1 | -1/+2 |
| | |||||
* | [Minor] Dismiss popover by clicking outside | moisseev | 2021-06-23 | 1 | -0/+13 |
| | |||||
* | [WebUI] Disable bootstrap tooltips | moisseev | 2021-06-22 | 1 | -7/+3 |
| | | | | that are too difficult to handle properly for dynamic HTML content. | ||||
* | [Minor] Refactor scan history auto-scrolling | moisseev | 2021-06-17 | 1 | -11/+11 |
| | |||||
* | [Minor] Rework symbol description tooltips | moisseev | 2021-06-17 | 3 | -32/+10 |
| | |||||
* | [WebUI] Fix click on icons inside buttons | moisseev | 2021-06-16 | 1 | -3/+3 |
| | |||||
* | [Minor] Wait until "auth" Ajax request finishes | moisseev | 2021-06-16 | 1 | -12/+13 |
| | |||||
* | [WebUI] Add date locale setting | moisseev | 2021-06-12 | 1 | -1/+74 |
| | |||||
* | [WebUI] Fix sorting errors by date | moisseev | 2021-04-02 | 1 | -1/+8 |
| | | | | | Fixes #2965 Submitted by: @z-jun | ||||
* | [Minor] Avoid browser console warning | Alexander Moisseev | 2021-01-30 | 1 | -1/+0 |
| | | | Fixes: #3627 | ||||
* | [WebUI] Disable Refresh until ongoing requests | moisseev | 2020-11-20 | 4 | -1/+9 |
| | | | | are finished | ||||
* | [Minor] Add `complete` callback | moisseev | 2020-11-20 | 1 | -1/+3 |
| | | | | which to be called when requests to all neighbours are finished. | ||||
* | [WebUI] Add History tab autorefreshing | moisseev | 2020-11-19 | 1 | -3/+17 |
| | | | | Issue: #820 | ||||
* | [WebUI] Fix config editor read-only mode attribute | moisseev | 2020-10-27 | 1 | -15/+14 |
| |