aboutsummaryrefslogtreecommitdiffstats
path: root/interface
Commit message (Collapse)AuthorAgeFilesLines
* [WebUI] Show scan time in server listmoisseev2022-03-052-2/+26
|
* Spelling (#4086)Josh Soref2022-02-222-2/+2
| | | [Rework] Massive spelling fix from @jsoref
* [WebUI] Replace pie chart librarymoisseev2022-02-208-327/+189
|
* [Minor] WebUI CSS: Drop ancient gradient syntaxesmoisseev2022-02-102-19/+6
|
* [WebUI] Add scan optionsmoisseev2022-01-022-12/+57
| | | | which allow to set HTTP headers for scan request
* [WebUI] Fix saving credentials in password managermoisseev2021-12-181-0/+5
| | | | for recent browser versions.
* [Minor] Set IP column min-width relative to font-sizemoisseev2021-11-171-1/+1
|
* [Test] Pet Stylelintmoisseev2021-11-142-13/+17
|
* [WebUI] Wrap long IPv6 addressesmoisseev2021-11-061-1/+2
|
* [WebUI] Editor: Set thin scrollbarsmoisseev2021-06-261-0/+4
| | | | to fix line wrapping
* [WebUI] Update editormoisseev2021-06-263-7/+7
| | | | | 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-122-2/+101
|
* [Minor] Fix closing tagsmoisseev2021-06-051-2/+2
|
* [WebUI] Collapse navbar on small screensmoisseev2021-06-052-50/+70
| | | | (width less than 1200px)
* Merge pull request #3697 from moisseev/webui-libVsevolod Stakhov2021-04-035-12/+12
|\ | | | | [WebUI] Update libraries
| * [WebUI] Update librariesmoisseev2021-04-035-12/+12
| | | | | | | | | | - 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
* [Minor] Update interface readmeVsevolod Stakhov2021-01-221-6/+7
|
* [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-192-3/+28
| | | | Issue: #820
* [WebUI] Fix config editor read-only mode attributemoisseev2020-10-271-15/+14
|
* [WebUI] Update map editormoisseev2020-10-224-7/+6
|
* [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-232-18/+17
| | | | | | - 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-092-1/+6
|
* [WebUI] Add fuzzy hashes infomoisseev2020-08-092-3/+36
|
* [WebUI] Add Bayesian statistics infomoisseev2020-08-083-17/+69
|
* [Minor] Refactor displayStatWidgets functionmoisseev2020-08-081-8/+5
|
* [Minor] Avoid double quotes escapingmoisseev2020-08-081-8/+8
|
* [WebUI] Add uptime and version to servers tablemoisseev2020-08-082-0/+8
|
* [WebUI] Remove actions capitalizationmoisseev2020-08-072-5/+7
|
* [WebUI] Add "rewrite subject" to Status tab widgetsmoisseev2020-08-071-1/+7
|
* [WebUI] Use actions names as labelsmoisseev2020-08-073-27/+14
|
* [WebUI] Use /stat path to get statmoisseev2020-08-071-45/+47
| | | | instead of /auth path
* [WebUI] Remove event listeners on disconnectmoisseev2020-08-021-0/+4
|
* [WebUI] Add `Enable JS` warningmoisseev2020-07-262-2/+8
|
* [Minor] Remove unused preloadersmoisseev2020-07-262-20/+3
|