Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Update Bootstrap 5.3.5 → 5.3.7 | Alexander Moisseev | 7 days | 2 | -4/+4 |
| | |||||
* | Merge pull request #5534 from moisseev/webui | Vsevolod Stakhov | 2025-07-05 | 2 | -15/+39 |
|\ | | | | | [WebUI] Update classifiers on server or tab switch | ||||
| * | [WebUI] Update classifiers on server or tab switch | Alexander Moisseev | 2025-06-30 | 2 | -15/+39 |
| | | | | | | | | | | | | Ensure the Bayes classifiers dropdown is refreshed whenever the user changes the selected server or navigates to the Scan/Learn tab, so it always reflects the selected server’s configuration. | ||||
* | | [Minor] Replace legacy rgba() alias | Alexander Moisseev | 2025-07-02 | 1 | -4/+4 |
|/ | | | | with modern rgb() notation | ||||
* | [WebUI] Add fuzzy flag selectors to Scan/Learn tab | Alexander Moisseev | 2025-06-25 | 4 | -2/+107 |
| | | | | | | - Populate selectors with symbols and flags from writable fuzzy storages. - Cache each server’s config_id to avoid redundant `/plugins/fuzzy/storages` calls. - Dynamically show, hide, and disable controls based on fuzzy_check module availability and storage writability. | ||||
* | [Minor] Improve JSDoc for ui.query() | Alexander Moisseev | 2025-06-25 | 1 | -15/+57 |
| | |||||
* | Merge pull request #5520 from moisseev/webui | Vsevolod Stakhov | 2025-06-23 | 3 | -4/+25 |
|\ | | | | | [WebUI] Add Bayes classifier selector to Learn card | ||||
| * | [WebUI] Add Bayes classifier selector to Learn card | Alexander Moisseev | 2025-06-18 | 3 | -4/+25 |
| | | | | | | | | This enables users to choose a specific Bayes classifier for training from WebUI. | ||||
* | | [WebUI] Sort symbol groups in filter dropdown | Alexander Moisseev | 2025-06-22 | 1 | -0/+1 |
|/ | | | | | | Sort symbol groups in the Symbols table dropdown filter in a case-insensitive manner, ensuring alphabetical A–Z ordering regardless of capitalization. | ||||
* | [WebUI] Rework file upload JS implementation | Alexander Moisseev | 2025-05-26 | 3 | -79/+61 |
| | | | | | | Original code, which seems AI-generated, was broken Closes #5381 | ||||
* | [Minor] Revert drag-and-drop setup adjustments | Alexander Moisseev | 2025-05-19 | 1 | -8/+6 |
| | | | | | - Restore descriptive variable name `dragoverClassList` - Re-establish unified event prevention | ||||
* | [WebUI] Add file upload to Test Selectors (#5381) | Shravan A Y | 2025-05-19 | 5 | -50/+99 |
| | | | | | | | Squashed and rebased original commits from ShravanAYG’s selector-file-upload branch Co-authored-by: ShravanAYG <shravanay205@gmail.com> See: https://github.com/rspamd/rspamd/pull/5381 | ||||
* | [WebUI] Fix Fuzzy hashes card close btn alignment | Alexander Moisseev | 2025-05-09 | 1 | -1/+1 |
| | |||||
* | [Minor] Align data-upload to controller endpoints | Alexander Moisseev | 2025-05-09 | 2 | -20/+5 |
| | |||||
* | [Minor] Remove unused cleanTextUpload helper | Alexander Moisseev | 2025-05-09 | 1 | -5/+0 |
| | |||||
* | [WebUI] Add deletion of specific fuzzy hashes | Alexander Moisseev | 2025-05-08 | 2 | -17/+94 |
| | |||||
* | [WebUI] Add `Delete hash` button | Alexander Moisseev | 2025-05-02 | 2 | -4/+11 |
| | | | | | - Add `Delete hash` button - Rename `Upload FUZZY` button to `Add hash` | ||||
* | [WebUI] Update Bootstrap, D3 and PrismJS libraries | Alexander Moisseev | 2025-04-06 | 5 | -11/+11 |
| | | | | | | - Bootstrap 5.3.3 → 5.3.5 - D3 7.8.5 → 7.9.0 - PrismJS 1.29.0 → 1.30.0 | ||||
* | [WebUI] Grey out not loaded maps in the Maps table | Alexander Moisseev | 2025-03-25 | 1 | -0/+1 |
| | |||||
* | [WebUI] Update Maps table | Alexander Moisseev | 2025-03-25 | 3 | -10/+17 |
| | | | | | | - Display new map flags. - Rename "Lists" heading to "Maps". - Add table header. | ||||
* | [WebUI] Fix map editor modal handling | Alexander Moisseev | 2025-03-14 | 1 | -6/+4 |
| | | | | | | - Prevent WebUI crash on `jar.destroy` when map query fails - Do not open the map editor when map query fails - Ensure proper cleanup of the editor modal | ||||
* | [WebUI] Reset dropdown when clearing filters | Alexander Moisseev | 2025-01-25 | 1 | -0/+7 |
| | | | | Ensure the action dropdown resets to its default value when clearing filters in the history table. | ||||
* | [WebUI] Rework symbol description display on hover | Alexander Moisseev | 2024-11-29 | 2 | -9/+20 |
| | | | | | | - Replaced 'abbr title' with dynamic description display on hover or focus - Added tabindex for keyboard accessibility - Improved symbol rendering using template literals for readability | ||||
* | Merge pull request #5218 from moisseev/fa6 | Vsevolod Stakhov | 2024-11-10 | 4 | -7/+10 |
|\ | | | | | [WebUI] Upgrade Font Awesome to v6.6.0 | ||||
| * | [WebUI] Upgrade Font Awesome to v6.6.0 | Alexander Moisseev | 2024-11-09 | 4 | -7/+10 |
| | | |||||
* | | [WebUI] Update RequireJS to address CVE-2024-38999 | Alexander Moisseev | 2024-11-09 | 1 | -2/+2 |
|/ | | | | | | Upgraded RequireJS from 2.3.6 to 2.3.7 to mitigate prototype pollution vulnerability (CVE-2024-38999) in `s.contexts._.configure` function, which could allow arbitrary code execution or Denial of Service. | ||||
* | [Test] Migrate ESLint to 9.7.0 | moisseev | 2024-07-18 | 3 | -4/+7 |
| | |||||
* | [WebUI] Fix "Avg. time" column sorting | moisseev | 2024-06-10 | 1 | -1/+4 |
| | | | | for Symbols tab | ||||
* | [Minor] Remove redundant sub-property | moisseev | 2024-05-03 | 1 | -1/+1 |
| | |||||
* | [Minor] Update Bootstrap | moisseev | 2024-04-21 | 2 | -6/+6 |
| | |||||
* | Merge pull request #4927 from moisseev/navbar | Vsevolod Stakhov | 2024-04-16 | 3 | -10/+10 |
|\ | | | | | [WebUI] Prevent navbar layout shift | ||||
| * | [WebUI] Prevent navbar layout shift | moisseev | 2024-04-13 | 3 | -10/+10 |
| | | | | | | | | caused by buttons hiding and scroll bar | ||||
* | | [WebUI] Add missing handler for file input | moisseev | 2024-04-12 | 2 | -17/+21 |
|/ | |||||
* | [WebUI] Escape HTML characters in errors history | moisseev | 2024-04-09 | 2 | -3/+5 |
| | |||||
* | [Minor] Change FooTable breakpoints | moisseev | 2024-03-17 | 5 | -19/+31 |
| | | | | to match Bootstrap 5 | ||||
* | [Minor] Use cascade FooTable column breakpoints | moisseev | 2024-03-17 | 4 | -17/+21 |
| | |||||
* | [WebUI] Add column display mode settings | moisseev | 2024-03-16 | 4 | -4/+123 |
| | | | | for Scan and History tables | ||||
* | [WebUI] Add check/uncheck all checkboxes buttons | moisseev | 2024-03-08 | 4 | -0/+27 |
| | | | | to table filter dropdowns | ||||
* | [Minor] Add background icon to drop area | moisseev | 2024-03-07 | 2 | -0/+78 |
| | |||||
* | [Minor] Fix status tables borders | moisseev | 2024-03-04 | 1 | -7/+16 |
| | |||||
* | [Minor] Update documentation reference | moisseev | 2024-03-04 | 1 | -1/+1 |
| | |||||
* | [Minor] Align items in card headers and buttons | moisseev | 2024-03-04 | 3 | -57/+53 |
| | |||||
* | [Minor] Improve minWidth calculation | moisseev | 2024-03-03 | 1 | -1/+1 |
| | |||||
* | [WebUI] Add file input and drop area to scan tab | moisseev | 2024-03-01 | 4 | -18/+94 |
| | |||||
* | [WebUI] Disable buttons until tables are ready | moisseev | 2024-02-25 | 4 | -45/+31 |
| | | | | to prevent race conditions | ||||
* | [Minor] Remove obsolete code | moisseev | 2024-02-24 | 1 | -2/+0 |
| | |||||
* | Merge pull request #4798 from moisseev/passthrough | Vsevolod Stakhov | 2024-01-28 | 1 | -3/+5 |
|\ | | | | | [WebUI] Show pass-through module in History | ||||
| * | [WebUI] Show pass-through module in History | moisseev | 2024-01-28 | 1 | -3/+5 |
| | | |||||
* | | [Minor] Move server selection logic to common.js | moisseev | 2024-01-02 | 6 | -28/+21 |
|/ | |||||
* | [WebUI] Normalize IPv4 for column sorting | moisseev | 2023-12-31 | 1 | -1/+3 |
| |