Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebUI] Put total in the center of pie charts | moisseev | 2022-09-07 | 5 | -8/+28 |
| | |||||
* | [WebUI] Update jQuery | moisseev | 2022-08-31 | 3 | -3/+3 |
| | |||||
* | [WebUI] Wrap Prism.highlightElement | moisseev | 2022-08-31 | 1 | -1/+1 |
| | | | | antonmedv/codejar#85 | ||||
* | [WebUI] Migrate to D3 v7 | moisseev | 2022-08-30 | 3 | -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 screens | moisseev | 2022-08-28 | 2 | -0/+10 |
| | |||||
* | [WebUI] Hide symbol order toggle in search dropdown | moisseev | 2022-08-26 | 3 | -18/+25 |
| | |||||
* | [WebUI] Remove extra To column from filtering | moisseev | 2022-08-26 | 1 | -0/+1 |
| | |||||
* | [WebUI] Tweak history table layout | moisseev | 2022-06-29 | 2 | -1/+10 |
| | |||||
* | [WebUI] Fix privileged access for secure_ip | moisseev | 2022-06-06 | 1 | -1/+2 |
| | |||||
* | [WebUI] Update JavaScript libraries | moisseev | 2022-05-28 | 3 | -167/+10 |
| | | | | | CodeJar 3.5.0 -> 3.6.0 PrismJS 1.23.0 -> 1.28.0 | ||||
* | [WebUI] Add option to choose map editor | moisseev | 2022-05-28 | 2 | -16/+39 |
| | | | | | | | | 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 | 3 | -2/+25 |
| | | | | Issue: #4157 | ||||
* | [WebUI] Add HTTP (Ajax) request timeout setting | moisseev | 2022-04-18 | 2 | -4/+41 |
| | | | | Issue: #4009 | ||||
* | [Minor] Use existing constant | moisseev | 2022-04-18 | 1 | -2/+2 |
| | |||||
* | [WebUI] Show scan time in server list | moisseev | 2022-03-05 | 2 | -2/+26 |
| | |||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 2 | -2/+2 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [WebUI] Replace pie chart library | moisseev | 2022-02-20 | 8 | -327/+189 |
| | |||||
* | [Minor] WebUI CSS: Drop ancient gradient syntaxes | moisseev | 2022-02-10 | 2 | -19/+6 |
| | |||||
* | [WebUI] Add scan options | moisseev | 2022-01-02 | 2 | -12/+57 |
| | | | | which allow to set HTTP headers for scan request | ||||
* | [WebUI] Fix saving credentials in password manager | moisseev | 2021-12-18 | 1 | -0/+5 |
| | | | | for recent browser versions. | ||||
* | [Minor] Set IP column min-width relative to font-size | moisseev | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | [Test] Pet Stylelint | moisseev | 2021-11-14 | 2 | -13/+17 |
| | |||||
* | [WebUI] Wrap long IPv6 addresses | moisseev | 2021-11-06 | 1 | -1/+2 |
| | |||||
* | [WebUI] Editor: Set thin scrollbars | moisseev | 2021-06-26 | 1 | -0/+4 |
| | | | | to fix line wrapping | ||||
* | [WebUI] Update editor | moisseev | 2021-06-26 | 3 | -7/+7 |
| | | | | | CodeJar 3.2.2 -> 3.5.0 Prism 1.22.0 -> 1.23.0 | ||||
* | [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 | 2 | -2/+101 |
| | |||||
* | [Minor] Fix closing tags | moisseev | 2021-06-05 | 1 | -2/+2 |
| | |||||
* | [WebUI] Collapse navbar on small screens | moisseev | 2021-06-05 | 2 | -50/+70 |
| | | | | (width less than 1200px) | ||||
* | Merge pull request #3697 from moisseev/webui-lib | Vsevolod Stakhov | 2021-04-03 | 5 | -12/+12 |
|\ | | | | | [WebUI] Update libraries | ||||
| * | [WebUI] Update libraries | moisseev | 2021-04-03 | 5 | -12/+12 |
| | | | | | | | | | | - jQuery v3.5.1 -> v3.6.0 - Bootstrap v4.5.0 -> v4.6.0 | ||||
* | | [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 | ||||
* | [Minor] Update interface readme | Vsevolod Stakhov | 2021-01-22 | 1 | -6/+7 |
| | |||||
* | [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 | 2 | -3/+28 |
| | | | | Issue: #820 | ||||
* | [WebUI] Fix config editor read-only mode attribute | moisseev | 2020-10-27 | 1 | -15/+14 |
| | |||||
* | [WebUI] Update map editor | moisseev | 2020-10-22 | 4 | -7/+6 |
| | |||||
* | [WebUI] Escape reserved HTML characters in editor | moisseev | 2020-10-17 | 2 | -21/+22 |
| | | | | Issue: #3522 | ||||
* | [WebUI] Fix Status tab display for scanned = 0 | moisseev | 2020-10-02 | 1 | -7/+43 |
| | | | | Fixes: #3498 | ||||
* | [WebUI] Avoid error messages on connect | moisseev | 2020-10-01 | 1 | -4/+5 |
| | | | | | | in read-only mode Reported by: @nwhisper via Telegram group | ||||
* | [WebUI] Rework navbar buttons | moisseev | 2020-08-23 | 2 | -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 /stat | moisseev | 2020-08-14 | 1 | -36/+79 |
| | | | | | | response on legacy servers. Namely "config_id", "version" and "uptime". | ||||
* | [WebUI] Fix alert status reset | moisseev | 2020-08-14 | 1 | -1/+1 |
| |