Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Minor] WebUI: Remove unused code | moisseev | 2019-06-15 | 2 | -3/+0 | |
| | ||||||
* | [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] Add URL fragments (#) support | moisseev | 2019-05-12 | 1 | -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 URL | moisseev | 2019-05-09 | 1 | -1/+1 | |
| | | | | Fixes: #1552 | |||||
* | [WebUI] Fix symbol score input type | Alexander Moisseev | 2019-04-03 | 1 | -1/+1 | |
| | ||||||
* | [WebUI] Combine Scan and Learning into one tab | Alexander Moisseev | 2019-03-31 | 2 | -6/+7 | |
| | | | | Closes: #1441 | |||||
* | [WebUI] Show grayed out pie | Alexander Moisseev | 2019-03-29 | 1 | -2/+30 | |
| | | | | when throughput percentage is undefined | |||||
* | [WebUI] Update Throughput summary values dynamically | Alexander Moisseev | 2019-03-29 | 1 | -24/+28 | |
| | | | | instead of reloading table rows | |||||
* | [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 | 2 | -3/+6 | |
| | | | | #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. | |||||
* | [Minor] Add tooltip to "Scan time" column header | Alexander Moisseev | 2018-12-04 | 1 | -2/+2 | |
| | ||||||
* | [WebUI] Add history rows per page control | Alexander Moisseev | 2018-10-21 | 1 | -4/+22 | |
| | ||||||
* | [WebUI] Colorize symbols | Alexander Moisseev | 2018-10-13 | 1 | -8/+19 | |
| | ||||||
* | [WebUI] Add symbols sorting buttons | Alexander Moisseev | 2018-10-12 | 1 | -13/+38 | |
| | | | | to detail history rows | |||||
* | [WebUI] Fix symbol description tooltips display | Alexander Moisseev | 2018-10-07 | 1 | -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 set | Alexander Moisseev | 2018-10-02 | 1 | -52/+51 | |
| | | | | Fixes: #2553 | |||||
* | [WebUI] Change symbols order without updating history | Alexander Moisseev | 2018-10-01 | 1 | -33/+47 | |
| | ||||||
* | [WebUI] History: add sorting by symbol score value | Alexander Moisseev | 2018-09-28 | 1 | -8/+18 | |
| | ||||||
* | [WebUI] Fix upload buttons disabling | Alexander Moisseev | 2018-09-22 | 1 | -7/+5 | |
| | ||||||
* | [Test] Enable some ESLint rules | Alexander Moisseev | 2018-09-22 | 2 | -0/+6 | |
| | ||||||
* | [Minor] Use .forEach instead of .map | Alexander Moisseev | 2018-09-21 | 1 | -2/+2 | |
| | | | | as we only need to iterate | |||||
* | [WebUI] Fix throughput data consolidation | Alexander Moisseev | 2018-09-21 | 1 | -16/+20 | |
| | ||||||
* | [Minor] Use consistent return behavior | Alexander Moisseev | 2018-09-19 | 2 | -32/+34 | |
| | ||||||
* | [Minor] Guard for-in | Alexander Moisseev | 2018-09-19 | 2 | -0/+2 | |
| | ||||||
* | [Minor] Remove extra parentheses | Alexander Moisseev | 2018-09-17 | 5 | -8/+8 | |
| | ||||||
* | [Minor] Enforce consistent key-value spacing | Alexander Moisseev | 2018-09-16 | 7 | -60/+60 | |
| | ||||||
* | [Minor] Enforce return after callback | Alexander Moisseev | 2018-09-15 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Drop Crockford's `switch` indentation | Alexander Moisseev | 2018-09-15 | 2 | -51/+52 | |
| | ||||||
* | [Minor] Initialize variables at declaration | Alexander Moisseev | 2018-09-15 | 5 | -18/+12 | |
| | ||||||
* | [Minor] Require capitalized constructor names | Alexander Moisseev | 2018-09-15 | 2 | -7/+7 | |
| | ||||||
* | [WebUI] Add progress bar for AJAX requests | Alexander Moisseev | 2018-09-02 | 1 | -2/+25 | |
| | ||||||
* | [WebUI] Fix tables destroying | Alexander Moisseev | 2018-09-01 | 2 | -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 disconnect | Alexander Moisseev | 2018-09-01 | 2 | -14/+13 | |
| | ||||||
* | [Minor] Use loop to destroy graphs and tables | Alexander Moisseev | 2018-08-27 | 1 | -24/+6 | |
| | ||||||
* | [Minor] Destroy symbols table on disconnect | Alexander Moisseev | 2018-08-27 | 2 | -10/+6 | |
| | ||||||
* | [WebUI] Avoid errors table reinitialization | Alexander Moisseev | 2018-08-26 | 1 | -16/+26 | |
| | ||||||
* | [WebUI] Avoid history table reinitialization | Alexander Moisseev | 2018-08-26 | 2 | -63/+103 | |
| | ||||||
* | [WebUI] Avoid throughput summary table reinitialization | Alexander Moisseev | 2018-08-21 | 1 | -29/+48 | |
| | | | | on data update | |||||
* | [Minor] Refactor upload.js module to use query function | Alexander Moisseev | 2018-08-16 | 2 | -48/+36 | |
| | ||||||
* | [Minor] Use query function for authentication | Alexander Moisseev | 2018-08-15 | 1 | -13/+11 | |
| | ||||||
* | [Minor] Use Ajax "headers" parameter | Alexander Moisseev | 2018-08-15 | 1 | -9/+1 | |
| | | | | to set custom headers | |||||
* | [WebUI] Fix disabling and hiding controls on page reload | Alexander Moisseev | 2018-08-15 | 2 | -29/+14 | |
| | ||||||
* | [WebUI] Fix maps loading from neighbours | Alexander Moisseev | 2018-08-12 | 2 | -2/+7 | |
| | ||||||
* | [Minor] Combine saveMap functions | Alexander Moisseev | 2018-08-11 | 1 | -39/+11 | |
| | ||||||
* | [Minor] Use query function to get maps | Alexander Moisseev | 2018-08-05 | 2 | -43/+34 | |
| | ||||||
* | [Minor] Do not consider request as failed | Alexander Moisseev | 2018-08-05 | 1 | -4/+2 | |
| | | | | if returned object is empty | |||||
* | [Minor] Use query function to get maps list | Alexander Moisseev | 2018-08-04 | 2 | -41/+32 | |
| | ||||||
* | [Minor] Hide colon if status text is empty | Alexander Moisseev | 2018-08-04 | 1 | -1/+2 | |
| |