Commit Graph

133 Commits

Author SHA1 Message Date
Vsevolod Stakhov
1e29462466
Merge pull request #4927 from moisseev/navbar
[WebUI] Prevent navbar layout shift
2024-04-16 20:59:10 +06:00
moisseev
23f11bc1af [WebUI] Prevent navbar layout shift
caused by buttons hiding and scroll bar
2024-04-13 11:15:46 +03:00
moisseev
3637e1ee4d [WebUI] Add missing handler for file input 2024-04-12 20:55:47 +03:00
moisseev
02b82858aa [WebUI] Add column display mode settings
for Scan and History tables
2024-03-16 14:08:56 +03:00
moisseev
cc4bae7b93 [Minor] Update documentation reference 2024-03-04 15:00:34 +03:00
moisseev
08c034c966 [Minor] Align items in card headers and buttons 2024-03-04 14:54:08 +03:00
moisseev
62b136a336 [WebUI] Add file input and drop area to scan tab 2024-03-01 17:33:07 +03:00
moisseev
880397d92d [WebUI] Symbols: replace individual save buttons
with a sticky group
2023-12-15 17:30:25 +03:00
moisseev
4c2688bd76 [WebUI] Update map editor
CodeJar 3.7.0 -> 4.2.0
2023-10-27 16:57:15 +03:00
moisseev
1ea64abc3c [WebUI] Restore contrasting foreground color
for badges
2023-08-08 18:00:48 +03:00
moisseev
a4b7ab242b [Minor] Fix modal options
that were changed since Boostrap 5.0
2023-06-01 14:51:41 +03:00
moisseev
cfb79b5e73 [Minor] Fix password field border radius 2023-06-01 14:26:27 +03:00
moisseev
26963536bb [WebUI] Show validation feedback inside login modal
instead of overlay alert messages

Issue: #4502
2023-05-31 21:22:40 +03:00
moisseev
aed812a738 [WebUI] Add ability to compute fuzzy hashes
from sample message source
2023-05-26 16:12:23 +03:00
moisseev
62f6a21183 [WebUI] Fix "Clean history" button
enabling/disabling in the Scan tab
2023-04-05 17:07:31 +03:00
moisseev
55c0c08a65 [WebUI] Migrate to Bootstrap v5.2 2023-03-23 17:13:03 +03:00
moisseev
685665f36d [WebUI] Add legacy history version badge 2022-11-05 18:31:27 +03:00
moisseev
991e9de2ed [WebUI] Add option to choose map editor
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.
2022-05-28 18:02:58 +03:00
moisseev
28d83c3dd1 [WebUI] Learn a random server of "All SERVERS"
Issue: #4157
2022-04-26 20:29:39 +03:00
moisseev
2f972ee4c9 [WebUI] Add HTTP (Ajax) request timeout setting
Issue: #4009
2022-04-18 18:20:00 +03:00
moisseev
da28099f0e [WebUI] Show scan time in server list 2022-03-05 12:29:16 +03:00
Josh Soref
2b8e6958f4
Spelling (#4086)
[Rework] Massive spelling fix from @jsoref
2022-02-22 22:01:28 +00:00
moisseev
a417f507b9 [WebUI] Replace pie chart library 2022-02-20 20:36:32 +03:00
moisseev
6db3a6437b [WebUI] Add scan options
which allow to set HTTP headers for scan request
2022-01-02 11:05:58 +03:00
moisseev
6a2db7ef38 [WebUI] Fix saving credentials in password manager
for recent browser versions.
2021-12-18 20:44:39 +03:00
moisseev
b1b41562f1 [WebUI] Add date locale setting 2021-06-12 19:19:41 +03:00
moisseev
a45e63bcda [Minor] Fix closing tags 2021-06-05 17:24:22 +03:00
moisseev
e64c7e7cd7 [WebUI] Collapse navbar on small screens
(width less than 1200px)
2021-06-05 17:17:30 +03:00
moisseev
4f1af03dc3 [WebUI] Add History tab autorefreshing
Issue: #820
2020-11-19 11:06:54 +03:00
moisseev
adeb7b5bd6 [WebUI] Rework navbar buttons
- 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
2020-08-23 19:07:12 +03:00
moisseev
4c7d0f2f46 [WebUI] Add fuzzy hashes info 2020-08-09 14:32:10 +03:00
moisseev
1b34085ec5 [WebUI] Add Bayesian statistics info 2020-08-08 20:59:27 +03:00
moisseev
3e426f8515 [WebUI] Add uptime and version to servers table 2020-08-08 15:59:17 +03:00
moisseev
9de2bdef09 [WebUI] Remove actions capitalization 2020-08-07 20:41:03 +03:00
moisseev
25c7f05365 [WebUI] Add Enable JS warning 2020-07-26 20:28:36 +03:00
moisseev
b8fc350a84 [Minor] Remove unused preloaders 2020-07-26 18:21:30 +03:00
moisseev
921d4e2ce1 [WebUI] Add preloader 2020-07-26 18:01:15 +03:00
moisseev
e5b72865d8 [WebUI] Hide navbar while page is loading 2020-07-25 18:39:14 +03:00
moisseev
e65b6337f8 [Minor] CSS clean up
- remove unused declarations
 - use Bootstrap classes
2020-07-22 18:51:17 +03:00
moisseev
6ead39b9f5 [Minor] Move controls to card footer 2020-07-21 14:09:41 +03:00
moisseev
82713ab6fa [Minor] Move buttons to card footer 2020-07-21 13:42:45 +03:00
moisseev
1bdbcdc60b [Minor] Remove superfluous bottom margins 2020-07-21 13:32:48 +03:00
moisseev
44f9bb202d [WebUI] Set test selectors card height dynamically
and minor layout fixes.
2020-07-21 13:08:16 +03:00
moisseev
6b9f92c56a [Minor] Fix maps list layout 2020-07-18 18:32:34 +03:00
moisseev
903b090543 [WebUI] Add map editor (requires a modern browser) 2020-07-14 11:47:12 +03:00
moisseev
95ce6d5616 [Minor] Use class for hiding WebUI elements 2020-07-11 18:57:53 +03:00
moisseev
4dd33bb949 [WebUI] Rework actions form 2020-07-11 18:41:55 +03:00
moisseev
f8d9c24ab8 [WebUI] Rework maps modal 2020-07-10 20:12:40 +03:00
moisseev
33d5e19ab1 [WebUI] Fix login modal 2020-07-09 17:50:51 +03:00
moisseev
ada02a80d9 [WebUI] Convert stat boxes to Bootstrap cards 2020-07-08 20:23:26 +03:00