summaryrefslogtreecommitdiffstats
path: root/interface/js
Commit message (Collapse)AuthorAgeFilesLines
* [WebUI] Migrate to Bootstrap v5.2moisseev2023-03-238-37/+38
|
* [WebUI] Update bootstrapmoisseev2023-03-051-3/+3
| | | | v4.6.0 → v4.6.2
* [WebUI] Update JS librariesmoisseev2023-02-286-9/+9
|
* [WebUI] Add legacy history version badgemoisseev2022-11-051-0/+2
|
* [WebUI] Put total in the center of pie chartsmoisseev2022-09-073-5/+20
|
* [WebUI] Update jQuerymoisseev2022-08-313-3/+3
|
* [WebUI] Wrap Prism.highlightElementmoisseev2022-08-311-1/+1
| | | | antonmedv/codejar#85
* [WebUI] Migrate to D3 v7moisseev2022-08-303-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 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] Update JavaScript librariesmoisseev2022-05-282-7/+7
| | | | | CodeJar 3.5.0 -> 3.6.0 PrismJS 1.23.0 -> 1.28.0
* [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-205-327/+144
|
* [Minor] WebUI CSS: Drop ancient gradient syntaxesmoisseev2022-02-101-2/+2
|
* [WebUI] Add scan optionsmoisseev2022-01-021-11/+19
| | | | which allow to set HTTP headers for scan request
* [Minor] Set IP column min-width relative to font-sizemoisseev2021-11-171-1/+1
|
* [WebUI] Wrap long IPv6 addressesmoisseev2021-11-061-1/+2
|
* [WebUI] Update editormoisseev2021-06-262-6/+6
| | | | | CodeJar 3.2.2 -> 3.5.0 Prism 1.22.0 -> 1.23.0
* [Minor] Dismiss popover by clicking outsidemoisseev2021-06-231-0/+13
|
* [WebUI] Disable bootstrap tooltipsmoisseev2021-06-221-7/+3
| | | | that are too difficult to handle properly for dynamic HTML content.
* [Minor] Refactor scan history auto-scrollingmoisseev2021-06-171-11/+11
|
* [Minor] Rework symbol description tooltipsmoisseev2021-06-173-32/+10
|
* [WebUI] Fix click on icons inside buttonsmoisseev2021-06-161-3/+3
|
* [Minor] Wait until "auth" Ajax request finishesmoisseev2021-06-161-12/+13
|
* [WebUI] Add date locale settingmoisseev2021-06-121-1/+74
|
* Merge pull request #3697 from moisseev/webui-libVsevolod Stakhov2021-04-034-7/+7
|\ | | | | [WebUI] Update libraries
| * [WebUI] Update librariesmoisseev2021-04-034-7/+7
| | | | | | | | | | - jQuery v3.5.1 -> v3.6.0 - Bootstrap v4.5.0 -> v4.6.0
* | [WebUI] Fix sorting errors by datemoisseev2021-04-021-1/+8
|/ | | | | Fixes #2965 Submitted by: @z-jun
* [Minor] Avoid browser console warningAlexander Moisseev2021-01-301-1/+0
| | | Fixes: #3627
* [WebUI] Disable Refresh until ongoing requestsmoisseev2020-11-204-1/+9
| | | | are finished
* [Minor] Add `complete` callbackmoisseev2020-11-201-1/+3
| | | | which to be called when requests to all neighbours are finished.
* [WebUI] Add History tab autorefreshingmoisseev2020-11-191-3/+17
| | | | Issue: #820
* [WebUI] Fix config editor read-only mode attributemoisseev2020-10-271-15/+14
|
* [WebUI] Update map editormoisseev2020-10-223-6/+5
|
* [WebUI] Escape reserved HTML characters in editormoisseev2020-10-172-21/+22
| | | | Issue: #3522
* [WebUI] Fix Status tab display for scanned = 0moisseev2020-10-021-7/+43
| | | | Fixes: #3498
* [WebUI] Avoid error messages on connectmoisseev2020-10-011-4/+5
| | | | | | in read-only mode Reported by: @nwhisper via Telegram group
* [WebUI] Rework navbar buttonsmoisseev2020-08-231-15/+14
| | | | | | - Convert navbar buttons to <button> elements - Do not disable Refresh button when auto-refresh is disabled - Do not refresh current tab on auto-refresh interval change
* [WebUI] Use /auth to get data missing in /statmoisseev2020-08-141-36/+79
| | | | | | response on legacy servers. Namely "config_id", "version" and "uptime".
* [WebUI] Fix alert status resetmoisseev2020-08-141-1/+1
|
* [Minor] Convert only finite numbersmoisseev2020-08-131-0/+1
|
* [WebUI] Highlight uptime of restarted serversmoisseev2020-08-091-1/+3
|
* [WebUI] Add fuzzy hashes infomoisseev2020-08-091-3/+17
|