Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] remove cruft files from webui | Christian Göttsche | 2020-01-16 | 2 | -20/+0 |
| | |||||
* | [Minor] Fix style | Alexander Moisseev | 2019-11-02 | 1 | -2/+2 |
| | |||||
* | Remove prev form when clicking outside the modal | André Peters | 2019-11-02 | 1 | -2/+2 |
| | | | | 1. Function is triggered by click on close button **and** by clicking anywhere outside the modal to close it. 2. Form is being removed instead of hidden. | ||||
* | [WebUI] Update D3Evolution to 1.1.1 | moisseev | 2019-10-08 | 1 | -3/+3 |
| | | | | - Fix paths opacity after rereading dataset | ||||
* | [Minor] WebUI: enable scan button on page load | moisseev | 2019-08-31 | 1 | -4/+7 |
| | | | | if the text area is non-empty | ||||
* | [WebUI] Rename Throughput time intervals | moisseev | 2019-08-30 | 2 | -6/+6 |
| | | | | <hourly|daily|weekly|monthly> -> <by day|by week|by month|by year> | ||||
* | [Minor] Update JavaScript libraries | moisseev | 2019-08-22 | 9 | -145/+15 |
| | |||||
* | [Minor] WebUI: Use public getSelector() function | moisseev | 2019-08-20 | 4 | -30/+16 |
| | |||||
* | [WebUI] Rework scan results display | moisseev | 2019-08-20 | 5 | -490/+565 |
| | |||||
* | [Minor] Increase RequireJS script loading timeout | moisseev | 2019-08-19 | 1 | -1/+2 |
| | |||||
* | [WebUI] Really use checkv2 | Vsevolod Stakhov | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | [Minor] Use checkv2 backend | Vsevolod Stakhov | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove virtual scan time from WebUI history | moisseev | 2019-07-19 | 1 | -18/+6 |
| | |||||
* | [WebUI] Fix sorting errors by date | moisseev | 2019-07-08 | 1 | -1/+6 |
| | | | | #2965 | ||||
* | [Minor] WebUI: Remove hyperlink from logo | moisseev | 2019-06-16 | 2 | -2/+9 |
| | |||||
* | [Minor] WebUI: Remove unused code | moisseev | 2019-06-15 | 3 | -9/+2 |
| | |||||
* | [Minor] Remove `form` role | moisseev | 2019-06-15 | 1 | -2/+2 |
| | | | | as it is unnecessary for a `form` element. | ||||
* | [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 | 4 | -9/+41 |
| | | | | | | | | 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 | ||||
* | [Minor] Remove duplicate CSS selector | Alexander Moisseev | 2019-04-19 | 1 | -12/+2 |
| | |||||
* | [Minor] Remove unused CSS selectors | Alexander Moisseev | 2019-04-19 | 1 | -60/+1 |
| | |||||
* | [Minor] Fix eslint warnings | Vsevolod Stakhov | 2019-04-15 | 1 | -8/+8 |
| | |||||
* | [Test] Add stylelint checks for CSS | Alexander Moisseev | 2019-04-06 | 1 | -0/+1 |
| | | | | and embedded styles | ||||
* | [Minor] Add missed semicolons to declaration blocks | Alexander Moisseev | 2019-04-06 | 1 | -7/+7 |
| | |||||
* | [Minor] rspamd.css: remove meaningless unit identifiers | Alexander Moisseev | 2019-04-06 | 1 | -3/+3 |
| | |||||
* | [Minor] rspamd.css: use consistent hex color case | Alexander Moisseev | 2019-04-06 | 1 | -22/+22 |
| | |||||
* | [Minor] rspamd.css: use consistent indentation and spacing | Alexander Moisseev | 2019-04-06 | 1 | -352/+360 |
| | |||||
* | [Minor] rspamd.css: use current standard syntax | Alexander Moisseev | 2019-04-06 | 1 | -1/+1 |
| | | | | | | of linear-gradient direction https://developer.mozilla.org/de/docs/Web/CSS/linear-gradient#History_of_the_syntax | ||||
* | [Minor] rspamd.css: reorder selectors | Alexander Moisseev | 2019-04-06 | 1 | -239/+239 |
| | |||||
* | [Minor] rspamd.css: combine duplicate selectors | Alexander Moisseev | 2019-04-06 | 1 | -4/+2 |
| | |||||
* | [Minor] Freeze WebUI scan textarea width | Alexander Moisseev | 2019-04-03 | 1 | -0/+1 |
| | |||||
* | [WebUI] Fix symbol score input type | Alexander Moisseev | 2019-04-03 | 2 | -6/+8 |
| | |||||
* | [WebUI] Combine Scan and Learning into one tab | Alexander Moisseev | 2019-03-31 | 4 | -91/+64 |
| | | | | 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 | 3 | -8/+31 |
| | |||||
* | [Minor] Update Bootstrap to 3.3.7 | Alexander Moisseev | 2018-10-21 | 2 | -7/+8 |
| | |||||
* | [Minor] Remove unused CSS rule-sets | Alexander Moisseev | 2018-10-14 | 1 | -84/+0 |
| | |||||
* | [WebUI] Colorize symbols | Alexander Moisseev | 2018-10-13 | 2 | -8/+47 |
| | |||||
* | [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 | 2 | -54/+53 |
| | | | | 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 | 2 | -9/+20 |
| |