Commit Graph

217 Commits

Author SHA1 Message Date
Carsten Rosenberg
110f02f449 [FIX] upload.js - eslint 2019-01-19 08:28:49 +01:00
Alexander Moisseev
44ed289c48 [WebUI] Notify user if uploaded data was not learned
#2684
2018-12-21 11:28:07 +03:00
Alexander Moisseev
62d381fdf8 [WebUI] Remove redundant condition
as "success" function is called only when .status is true
2018-12-21 11:21:14 +03:00
Christian Moelders
fb18e071e5 Closes: #2684
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.
2018-12-17 11:58:33 +01:00
Alexander Moisseev
d1441f3f22 [Minor] Add tooltip to "Scan time" column header 2018-12-04 09:58:11 +03:00
Alexander Moisseev
1bbc384db6 [WebUI] Add history rows per page control 2018-10-21 21:53:15 +03:00
Alexander Moisseev
b0155b7757 [WebUI] Colorize symbols 2018-10-13 20:51:43 +03:00
Alexander Moisseev
d1575c8214 [WebUI] Add symbols sorting buttons
to detail history rows
2018-10-12 10:12:41 +03:00
Alexander Moisseev
a1ae82be35 [WebUI] Fix symbol description tooltips display
when the total number of rows is less than number of rows per page
2018-10-07 10:51:08 +03:00
Alexander Moisseev
626fe0339c [WebUI] Do not display password form when secure_ip is set
Fixes: #2553
2018-10-02 17:53:08 +03:00
Alexander Moisseev
51c5a3c6f1 [WebUI] Change symbols order without updating history 2018-10-01 12:15:23 +03:00
Alexander Moisseev
60d43c5247 [WebUI] History: add sorting by symbol score value 2018-09-28 12:48:19 +03:00
Alexander Moisseev
7515ed4a16 [WebUI] Fix upload buttons disabling 2018-09-22 20:28:25 +03:00
Alexander Moisseev
a9ef733f69 [Test] Enable some ESLint rules 2018-09-22 10:43:34 +03:00
Alexander Moisseev
47cad9a732 [Minor] Use .forEach instead of .map
as we only need to iterate
2018-09-21 09:22:50 +03:00
Alexander Moisseev
85af07192f [WebUI] Fix throughput data consolidation 2018-09-21 09:11:54 +03:00
Alexander Moisseev
193ded1291 [Minor] Use consistent return behavior 2018-09-19 20:17:04 +03:00
Alexander Moisseev
ddcd7e0418 [Minor] Guard for-in 2018-09-19 18:29:21 +03:00
Alexander Moisseev
731af4c2a3 [Minor] Remove extra parentheses 2018-09-17 13:45:18 +03:00
Alexander Moisseev
264c8b3d07 [Minor] Enforce consistent key-value spacing 2018-09-16 19:31:14 +03:00
Alexander Moisseev
dff3186aa7 [Minor] Enforce return after callback 2018-09-15 19:32:20 +03:00
Alexander Moisseev
c73e007d78 [Minor] Drop Crockford's switch indentation 2018-09-15 18:32:40 +03:00
Alexander Moisseev
458642949a [Minor] Initialize variables at declaration 2018-09-15 18:09:47 +03:00
Alexander Moisseev
e5a73f26fd [Minor] Require capitalized constructor names 2018-09-15 17:29:43 +03:00
Alexander Moisseev
46cd18dbc3 [WebUI] Add progress bar for AJAX requests 2018-09-02 22:24:06 +03:00
Alexander Moisseev
c0195310bb [WebUI] Fix tables destroying
It seems there is a bug in Footable.
FooTable doesn't remove the table body if the table was initialized without contents.
2018-09-01 15:25:11 +03:00
Alexander Moisseev
c9d8231578 [WebUI] Destroy summary table on disconnect 2018-09-01 15:05:13 +03:00
Alexander Moisseev
0ef945420a [Minor] Use loop to destroy graphs and tables 2018-08-27 19:29:04 +03:00
Alexander Moisseev
9c770550de [Minor] Destroy symbols table on disconnect 2018-08-27 19:26:44 +03:00
Alexander Moisseev
08b280f0e3 [WebUI] Avoid errors table reinitialization 2018-08-26 22:50:24 +03:00
Alexander Moisseev
5a0fb76c7c [WebUI] Avoid history table reinitialization 2018-08-26 21:57:49 +03:00
Alexander Moisseev
4a13700cc5 [WebUI] Avoid throughput summary table reinitialization
on data update
2018-08-21 21:45:23 +03:00
Alexander Moisseev
88354ed542 [Minor] Refactor upload.js module to use query function 2018-08-16 22:49:50 +03:00
Alexander Moisseev
2b551f3a4a [Minor] Use query function for authentication 2018-08-15 15:03:09 +03:00
Alexander Moisseev
a464f991e2 [Minor] Use Ajax "headers" parameter
to set custom headers
2018-08-15 14:58:33 +03:00
Alexander Moisseev
f4bc21ab86 [WebUI] Fix disabling and hiding controls on page reload 2018-08-15 13:28:17 +03:00
Alexander Moisseev
120f74b840 [WebUI] Fix maps loading from neighbours 2018-08-12 19:16:25 +03:00
Alexander Moisseev
bcbc713ad9 [Minor] Combine saveMap functions 2018-08-11 17:52:21 +03:00
Alexander Moisseev
218f1f57c7 [Minor] Use query function to get maps 2018-08-05 13:07:59 +03:00
Alexander Moisseev
e7e2963f96 [Minor] Do not consider request as failed
if returned object is empty
2018-08-05 13:05:23 +03:00
Alexander Moisseev
7d053462fc [Minor] Use query function to get maps list 2018-08-04 12:44:41 +03:00
Alexander Moisseev
43b165ba84 [Minor] Hide colon if status text is empty 2018-08-04 12:39:31 +03:00
Alexander Moisseev
11b166a308 [Minor] Combine query function invocations 2018-08-03 10:38:12 +03:00
Vsevolod Stakhov
5af7a56bb6
Merge pull request #2392 from moisseev/history-sort
[WebUI] Fix symbols sorting by score
2018-08-02 10:58:22 +01:00
Alexander Moisseev
0760edc8f4 [WebUI] Fix symbols sorting by score
on Chromium-like browsers
2018-08-02 10:15:11 +03:00
Alexander Moisseev
b69dbba338 [WebUI] Fix "auth" request URL
Fixes: #2390
2018-08-02 09:40:39 +03:00
Alexander Moisseev
70914606ef [Minor] Use queryServer function for "neighbours" request 2018-08-01 12:58:41 +03:00
Alexander Moisseev
b932d9baf7 [Minor] Add "errorOnceId" parameter to query function 2018-07-30 12:15:21 +03:00
Alexander Moisseev
bc8a4c950f [Minor] Add "errorMessage" parameter to query function 2018-07-30 11:06:46 +03:00
Alexander Moisseev
5889a6f418 [Minor] Fix save map on cluster messages 2018-07-29 19:12:12 +03:00