aboutsummaryrefslogtreecommitdiffstats
path: root/interface
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [WebUI] Remove redundant conditionAlexander Moisseev2018-12-211-3/+1
| | | | as "success" function is called only when .status is true
* Closes: #2684Christian Moelders2018-12-171-1/+1
| | | | | | | | | The successful upload of a text in the learning section is answered with HTTP status code 204, that is: The server has successfully processed the request and does not return any content. For this reason must be used.
* [Minor] Add tooltip to "Scan time" column headerAlexander Moisseev2018-12-041-2/+2
|
* [WebUI] Add history rows per page controlAlexander Moisseev2018-10-213-8/+31
|
* [Minor] Update Bootstrap to 3.3.7Alexander Moisseev2018-10-212-7/+8
|
* [Minor] Remove unused CSS rule-setsAlexander Moisseev2018-10-141-84/+0
|
* [WebUI] Colorize symbolsAlexander Moisseev2018-10-132-8/+47
|
* [WebUI] Add symbols sorting buttonsAlexander Moisseev2018-10-121-13/+38
| | | | to detail history rows
* [WebUI] Fix symbol description tooltips displayAlexander Moisseev2018-10-071-4/+5
| | | | when the total number of rows is less than number of rows per page
* [WebUI] Do not display password form when secure_ip is setAlexander Moisseev2018-10-022-54/+53
| | | | Fixes: #2553
* [WebUI] Change symbols order without updating historyAlexander Moisseev2018-10-011-33/+47
|
* [WebUI] History: add sorting by symbol score valueAlexander Moisseev2018-09-282-9/+20
|