aboutsummaryrefslogtreecommitdiffstats
path: root/interface
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [WebUI] Fix upload buttons disablingAlexander Moisseev2018-09-222-10/+8
|
* [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-168-64/+64
|
* [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] Notify user on module loading failureAlexander Moisseev2018-09-112-0/+19
|
* [Minor] main.js code cleanupAlexander Moisseev2018-09-081-15/+11
|
* [WebUI] Add progress bar for AJAX requestsAlexander Moisseev2018-09-026-3/+110
|
* [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.
* [WebUI] Destroy summary table on disconnectAlexander Moisseev2018-09-012-14/+13
|
* [Minor] Use loop to destroy graphs and tablesAlexander Moisseev2018-08-271-24/+6
|
* [Minor] Destroy symbols table on disconnectAlexander Moisseev2018-08-272-10/+6
|
* [WebUI] Avoid errors table reinitializationAlexander Moisseev2018-08-261-16/+26
|
* [WebUI] Avoid history table reinitializationAlexander Moisseev2018-08-262-63/+103
|
* [WebUI] Avoid throughput summary table reinitializationAlexander Moisseev2018-08-211-29/+48
| | | | on data update
* [WebUI] Update FooTable 3.1.4 -> 3.1.6Alexander Moisseev2018-08-192-5/+5
|
* [Minor] Refactor upload.js module to use query functionAlexander Moisseev2018-08-162-48/+36
|
* [Minor] Use query function for authenticationAlexander Moisseev2018-08-151-13/+11
|
* [Minor] Use Ajax "headers" parameterAlexander Moisseev2018-08-151-9/+1
| | | | to set custom headers
* [WebUI] Fix disabling and hiding controls on page reloadAlexander Moisseev2018-08-153-30/+15
|
* [WebUI] Fix maps loading from neighboursAlexander Moisseev2018-08-122-2/+7
|
* [Minor] Combine saveMap functionsAlexander Moisseev2018-08-111-39/+11
|
* [Minor] Use query function to get mapsAlexander Moisseev2018-08-052-43/+34
|
* [Minor] Do not consider request as failedAlexander Moisseev2018-08-051-4/+2
| | | | if returned object is empty
* [Minor] Use query function to get maps listAlexander Moisseev2018-08-042-41/+32
|
* [Minor] Hide colon if status text is emptyAlexander Moisseev2018-08-041-1/+2
|
* [Minor] Combine query function invocationsAlexander Moisseev2018-08-031-101/+45
|
* Merge pull request #2392 from moisseev/history-sortVsevolod Stakhov2018-08-021-1/+1
|\ | | | | [WebUI] Fix symbols sorting by score
| * [WebUI] Fix symbols sorting by scoreAlexander Moisseev2018-08-021-1/+1
| | | | | | | | on Chromium-like browsers