Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebUI] Hide symbol order toggle in search dropdown | moisseev | 2022-08-26 | 1 | -9/+11 |
| | |||||
* | [WebUI] Learn a random server of "All SERVERS" | moisseev | 2022-04-26 | 1 | -1/+12 |
| | | | | Issue: #4157 | ||||
* | [WebUI] Add scan options | moisseev | 2022-01-02 | 1 | -11/+19 |
| | | | | which allow to set HTTP headers for scan request | ||||
* | [Minor] Refactor scan history auto-scrolling | moisseev | 2021-06-17 | 1 | -11/+11 |
| | |||||
* | [Minor] Rework symbol description tooltips | moisseev | 2021-06-17 | 1 | -1/+0 |
| | |||||
* | [WebUI] Migrate to Bootstrap 4.5 | moisseev | 2020-07-01 | 1 | -4/+7 |
| | |||||
* | [Minor] WebUI: enable scan button on page load | moisseev | 2019-08-31 | 1 | -4/+7 |
| | | | | if the text area is non-empty | ||||
* | [WebUI] Rework scan results display | moisseev | 2019-08-20 | 1 | -58/+103 |
| | |||||
* | [WebUI] Really use checkv2 | Vsevolod Stakhov | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | [Minor] Use checkv2 backend | Vsevolod Stakhov | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | [WebUI] Scan/Learn: enable/disable buttons on mouse events | moisseev | 2019-06-05 | 1 | -1/+1 |
| | | | | (drag-and-drop and context menu cut, delete, paste) | ||||
* | [WebUI] Combine Scan and Learning into one tab | Alexander Moisseev | 2019-03-31 | 1 | -4/+5 |
| | | | | Closes: #1441 | ||||
* | [FIX] upload.js - eslint | Carsten Rosenberg | 2019-01-19 | 1 | -2/+2 |
| | |||||
* | [WebUI] Notify user if uploaded data was not learned | Alexander Moisseev | 2018-12-21 | 1 | -1/+4 |
| | | | | #2684 | ||||
* | [WebUI] Remove redundant condition | Alexander Moisseev | 2018-12-21 | 1 | -3/+1 |
| | | | | as "success" function is called only when .status is true | ||||
* | Closes: #2684 | Christian Moelders | 2018-12-17 | 1 | -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. | ||||
* | [WebUI] Fix upload buttons disabling | Alexander Moisseev | 2018-09-22 | 1 | -7/+5 |
| | |||||
* | [Minor] Enforce consistent key-value spacing | Alexander Moisseev | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | [Minor] Initialize variables at declaration | Alexander Moisseev | 2018-09-15 | 1 | -1/+1 |
| | |||||
* | [Minor] Refactor upload.js module to use query function | Alexander Moisseev | 2018-08-16 | 1 | -46/+32 |
| | |||||
* | [Minor] Add "errorMessage" parameter to query function | Alexander Moisseev | 2018-07-30 | 1 | -4/+1 |
| | |||||
* | [Minor] Use consistent brace style for blocks (1tbs) | Alexander Moisseev | 2018-07-15 | 1 | -6/+3 |
| | |||||
* | [Minor] Do not shadow variables | Alexander Moisseev | 2018-07-14 | 1 | -13/+12 |
| | |||||
* | [WebUI] Enable strict mode, | Alexander Moisseev | 2018-07-12 | 1 | -3/+4 |
| | | | | | rename `interface` oblect as it is a reserved keyword, declare $span and $tbody variables | ||||
* | [WebUI] Use type-safe equality operators | Alexander Moisseev | 2018-07-11 | 1 | -4/+4 |
| | |||||
* | [Minor] JS: Remove redundant quotes | Alexander Moisseev | 2018-07-06 | 1 | -2/+2 |
| | | | | around object literal property names | ||||
* | [Minor] JS: Add space before parentheses | Alexander Moisseev | 2018-07-05 | 1 | -2/+2 |
| | | | | of anonymous functions | ||||
* | [Minor] JS: Add spaces at comments start | Alexander Moisseev | 2018-07-04 | 1 | -1/+1 |
| | |||||
* | [Minor] JS: Add missed semicolons | Alexander Moisseev | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | [Minor] JS: Use consistent indentation | Alexander Moisseev | 2018-07-03 | 1 | -166/+166 |
| | |||||
* | [Minor] JS: Use double quotes wherever possible | Alexander Moisseev | 2018-07-03 | 1 | -72/+72 |
| | |||||
* | [Fix] Fix some typos | Andrew Lewis | 2018-03-18 | 1 | -1/+1 |
| | |||||
* | [WebUI] Use modern protocol for checking messages | Vsevolod Stakhov | 2017-06-08 | 1 | -2/+2 |
| | |||||
* | [WebUI] Unbreak WebUI | Alexander Moisseev | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | [WebUI] Finish interface rework | Vsevolod Stakhov | 2017-02-01 | 1 | -0/+214 |