aboutsummaryrefslogtreecommitdiffstats
path: root/interface
Commit message (Collapse)AuthorAgeFilesLines
* [WebUI] Rework cluster members tablemoisseev2020-06-133-124/+54
| | | | and change status tab layout
* Merge pull request #3397 from moisseev/webuiVsevolod Stakhov2020-06-072-1/+7
|\ | | | | [Minor] Hide Refresh button when it is unused
| * [Minor] Hide Refresh button when it is unusedmoisseev2020-06-072-1/+7
| |
* | [WebUI] Add "Test selectors" tabmoisseev2020-06-074-2/+153
|/
* [WebUI] Fix favicon pathAlexander Moisseev2020-03-221-5/+5
| | | Issue: #3207
* [WebUI] Add apple-touch-iconXaver Maierhofer2020-03-072-0/+1
|
* [WebUI] Add auto-refresh interval settingsmoisseev2020-03-063-17/+95
|
* [Minor] Remove leftover CSS rule setmoisseev2020-03-031-11/+0
|
* [Minor] Update D3 JS library to v5.15.0moisseev2020-02-021-2/+2
|
* [Minor] Format numbers with d3.format,moisseev2020-02-024-16/+11
| | | | remove Humanize JS library.
* [WebUI] Update D3Evolution to 1.2.0moisseev2020-02-022-4/+35
| | | | | | | + Add cursor The cursor location follows the mouse pointer movements when it hovers over the graph and updates the coordinates of the cursor's cross-points in the graph legend.
* [WebUI] Update faviconmoisseev2020-01-167-1/+17
| | | | Issue #3207
* [Minor] remove cruft files from webuiChristian Göttsche2020-01-162-20/+0
|
* [Minor] Fix styleAlexander Moisseev2019-11-021-2/+2
|
* Remove prev form when clicking outside the modalAndré Peters2019-11-021-2/+2
| | | | 1. Function is triggered by click on close button **and** by clicking anywhere outside the modal to close it. 2. Form is being removed instead of hidden.
* [WebUI] Update D3Evolution to 1.1.1moisseev2019-10-081-3/+3
| | | | - Fix paths opacity after rereading dataset
* [Minor] WebUI: enable scan button on page loadmoisseev2019-08-311-4/+7
| | | | if the text area is non-empty
* [WebUI] Rename Throughput time intervalsmoisseev2019-08-302-6/+6
| | | | <hourly|daily|weekly|monthly> -> <by day|by week|by month|by year>
* [Minor] Update JavaScript librariesmoisseev2019-08-229-145/+15
|
* [Minor] WebUI: Use public getSelector() functionmoisseev2019-08-204-30/+16
|
* [WebUI] Rework scan results displaymoisseev2019-08-205-490/+565
|
* [Minor] Increase RequireJS script loading timeoutmoisseev2019-08-191-1/+2
|
* [WebUI] Really use checkv2Vsevolod Stakhov2019-08-131-1/+1
|
* [Minor] Use checkv2 backendVsevolod Stakhov2019-08-131-1/+1
|
* [Minor] Remove virtual scan time from WebUI historymoisseev2019-07-191-18/+6
|
* [WebUI] Fix sorting errors by datemoisseev2019-07-081-1/+6
| | | | #2965
* [Minor] WebUI: Remove hyperlink from logomoisseev2019-06-162-2/+9
|
* [Minor] WebUI: Remove unused codemoisseev2019-06-153-9/+2
|
* [Minor] Remove `form` rolemoisseev2019-06-151-2/+2
| | | | as it is unnecessary for a `form` element.
* [WebUI] Scan/Learn: enable/disable buttons on mouse eventsmoisseev2019-06-051-1/+1
| | | | (drag-and-drop and context menu cut, delete, paste)
* [WebUI] Add URL fragments (#) supportmoisseev2019-05-124-9/+41
| | | | | | | | for tab switching - Show the correct tab when the page is loaded if there is a hash in the URL. - Changing the hash in the URL when the tab is changed. - Change the tab when the hash changes in the URL (back / forward buttons).
* [WebUI] Fix AJAX request URLmoisseev2019-05-091-1/+1
| | | | Fixes: #1552
* [Minor] Remove duplicate CSS selectorAlexander Moisseev2019-04-191-12/+2
|
* [Minor] Remove unused CSS selectorsAlexander Moisseev2019-04-191-60/+1
|
* [Minor] Fix eslint warningsVsevolod Stakhov2019-04-151-8/+8
|
* [Test] Add stylelint checks for CSSAlexander Moisseev2019-04-061-0/+1
| | | | and embedded styles
* [Minor] Add missed semicolons to declaration blocksAlexander Moisseev2019-04-061-7/+7
|
* [Minor] rspamd.css: remove meaningless unit identifiersAlexander Moisseev2019-04-061-3/+3
|
* [Minor] rspamd.css: use consistent hex color caseAlexander Moisseev2019-04-061-22/+22
|
* [Minor] rspamd.css: use consistent indentation and spacingAlexander Moisseev2019-04-061-352/+360
|
* [Minor] rspamd.css: use current standard syntaxAlexander Moisseev2019-04-061-1/+1
| | | | | | of linear-gradient direction https://developer.mozilla.org/de/docs/Web/CSS/linear-gradient#History_of_the_syntax
* [Minor] rspamd.css: reorder selectorsAlexander Moisseev2019-04-061-239/+239
|
* [Minor] rspamd.css: combine duplicate selectorsAlexander Moisseev2019-04-061-4/+2
|
* [Minor] Freeze WebUI scan textarea widthAlexander Moisseev2019-04-031-0/+1
|
* [WebUI] Fix symbol score input typeAlexander Moisseev2019-04-032-6/+8
|
* [WebUI] Combine Scan and Learning into one tabAlexander Moisseev2019-03-314-91/+64
| | | | Closes: #1441
* [WebUI] Show grayed out pieAlexander Moisseev2019-03-291-2/+30
| | | | when throughput percentage is undefined
* [WebUI] Update Throughput summary values dynamicallyAlexander Moisseev2019-03-291-24/+28
| | | | instead of reloading table rows
* [FIX] upload.js - eslintCarsten Rosenberg2019-01-191-2/+2
|
* [WebUI] Notify user if uploaded data was not learnedAlexander Moisseev2018-12-212-3/+6
| | | | #2684