summaryrefslogtreecommitdiffstats
path: root/interface/js/app
Commit message (Collapse)AuthorAgeFilesLines
...
* [WebUI] Rework cluster members tablemoisseev2020-06-131-8/+10
| | | | and change status tab layout
* Merge pull request #3397 from moisseev/webuiVsevolod Stakhov2020-06-071-0/+6
|\ | | | | [Minor] Hide Refresh button when it is unused
| * [Minor] Hide Refresh button when it is unusedmoisseev2020-06-071-0/+6
| |
* | [WebUI] Add "Test selectors" tabmoisseev2020-06-072-2/+100
|/
* [WebUI] Add auto-refresh interval settingsmoisseev2020-03-061-13/+66
|
* [Minor] Format numbers with d3.format,moisseev2020-02-022-9/+11
| | | | remove Humanize JS library.
* [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.
* [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-301-2/+2
| | | | <hourly|daily|weekly|monthly> -> <by day|by week|by month|by year>
* [Minor] WebUI: Use public getSelector() functionmoisseev2019-08-204-30/+16
|
* [WebUI] Rework scan results displaymoisseev2019-08-203-467/+531
|
* [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 unused codemoisseev2019-06-152-3/+0
|
* [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-121-4/+25
| | | | | | | | 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
* [WebUI] Fix symbol score input typeAlexander Moisseev2019-04-031-1/+1
|
* [WebUI] Combine Scan and Learning into one tabAlexander Moisseev2019-03-312-6/+7
| | | | 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-211-4/+22
|
* [WebUI] Colorize symbolsAlexander Moisseev2018-10-131-8/+19
|
* [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-021-52/+51
| | | | Fixes: #2553
* [WebUI] Change symbols order without updating historyAlexander Moisseev2018-10-011-33/+47
|
* [WebUI] History: add sorting by symbol score valueAlexander Moisseev2018-09-281-8/+18
|
* [WebUI] Fix upload buttons disablingAlexander Moisseev2018-09-221-7/+5
|
* [Test] Enable some ESLint rulesAlexander Moisseev2018-09-222-0/+6
|
* [Minor] Use .forEach instead of .mapAlexander Moisseev2018-09-211-2/+2
| | | | as we only need to iterate
* [WebUI] Fix throughput data consolidationAlexander Moisseev2018-09-211-16/+20
|
* [Minor] Use consistent return behaviorAlexander Moisseev2018-09-192-32/+34
|
* [Minor] Guard for-inAlexander Moisseev2018-09-192-0/+2
|
* [Minor] Remove extra parenthesesAlexander Moisseev2018-09-175-8/+8
|
* [Minor] Enforce consistent key-value spacingAlexander Moisseev2018-09-167-60/+60
|
* [Minor] Enforce return after callbackAlexander Moisseev2018-09-151-1/+1
|
* [Minor] Drop Crockford's `switch` indentationAlexander Moisseev2018-09-152-51/+52
|
* [Minor] Initialize variables at declarationAlexander Moisseev2018-09-155-18/+12
|
* [Minor] Require capitalized constructor namesAlexander Moisseev2018-09-152-7/+7
|
* [WebUI] Add progress bar for AJAX requestsAlexander Moisseev2018-09-021-2/+25
|
* [WebUI] Fix tables destroyingAlexander Moisseev2018-09-012-50/+34
| | | | | It seems there is a bug in Footable. FooTable doesn't remove the table body if the table was initialized without contents.