aboutsummaryrefslogtreecommitdiffstats
path: root/interface/js/app/upload.js
Commit message (Collapse)AuthorAgeFilesLines
* [WebUI] Hide symbol order toggle in search dropdownmoisseev2022-08-261-9/+11
|
* [WebUI] Learn a random server of "All SERVERS"moisseev2022-04-261-1/+12
| | | | Issue: #4157
* [WebUI] Add scan optionsmoisseev2022-01-021-11/+19
| | | | which allow to set HTTP headers for scan request
* [Minor] Refactor scan history auto-scrollingmoisseev2021-06-171-11/+11
|
* [Minor] Rework symbol description tooltipsmoisseev2021-06-171-1/+0
|
* [WebUI] Migrate to Bootstrap 4.5moisseev2020-07-011-4/+7
|
* [Minor] WebUI: enable scan button on page loadmoisseev2019-08-311-4/+7
| | | | if the text area is non-empty
* [WebUI] Rework scan results displaymoisseev2019-08-201-58/+103
|
* [WebUI] Really use checkv2Vsevolod Stakhov2019-08-131-1/+1
|
* [Minor] Use checkv2 backendVsevolod Stakhov2019-08-131-1/+1
|
* [WebUI] Scan/Learn: enable/disable buttons on mouse eventsmoisseev2019-06-051-1/+1
| | | | (drag-and-drop and context menu cut, delete, paste)
* [WebUI] Combine Scan and Learning into one tabAlexander Moisseev2019-03-311-4/+5
| | | | Closes: #1441
* [FIX] upload.js - eslintCarsten Rosenberg2019-01-191-2/+2
|
* [WebUI] Notify user if uploaded data was not learnedAlexander Moisseev2018-12-211-1/+4
| | | | #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.
* [WebUI] Fix upload buttons disablingAlexander Moisseev2018-09-221-7/+5
|
* [Minor] Enforce consistent key-value spacingAlexander Moisseev2018-09-161-1/+1
|
* [Minor] Initialize variables at declarationAlexander Moisseev2018-09-151-1/+1
|
* [Minor] Refactor upload.js module to use query functionAlexander Moisseev2018-08-161-46/+32
|
* [Minor] Add "errorMessage" parameter to query functionAlexander Moisseev2018-07-301-4/+1
|
* [Minor] Use consistent brace style for blocks (1tbs)Alexander Moisseev2018-07-151-6/+3
|
* [Minor] Do not shadow variablesAlexander Moisseev2018-07-141-13/+12
|
* [WebUI] Enable strict mode,Alexander Moisseev2018-07-121-3/+4
| | | | | rename `interface` oblect as it is a reserved keyword, declare $span and $tbody variables
* [WebUI] Use type-safe equality operatorsAlexander Moisseev2018-07-111-4/+4
|
* [Minor] JS: Remove redundant quotesAlexander Moisseev2018-07-061-2/+2
| | | | around object literal property names
* [Minor] JS: Add space before parenthesesAlexander Moisseev2018-07-051-2/+2
| | | | of anonymous functions
* [Minor] JS: Add spaces at comments startAlexander Moisseev2018-07-041-1/+1
|
* [Minor] JS: Add missed semicolonsAlexander Moisseev2018-07-031-1/+1
|
* [Minor] JS: Use consistent indentationAlexander Moisseev2018-07-031-166/+166
|
* [Minor] JS: Use double quotes wherever possibleAlexander Moisseev2018-07-031-72/+72
|
* [Fix] Fix some typosAndrew Lewis2018-03-181-1/+1
|
* [WebUI] Use modern protocol for checking messagesVsevolod Stakhov2017-06-081-2/+2
|
* [WebUI] Unbreak WebUIAlexander Moisseev2017-03-231-1/+1
|
* [WebUI] Finish interface reworkVsevolod Stakhov2017-02-011-0/+214