summaryrefslogtreecommitdiffstats
path: root/interface/js/rspamd.js
Commit message (Collapse)AuthorAgeFilesLines
* [WebUI] Rework interface to use requirejsVsevolod Stakhov2017-01-311-1608/+0
|
* [WebUI] Add preliminary save symbols clusteringVsevolod Stakhov2017-01-301-22/+39
|
* [WebUI] Allow to save maps on the clusterVsevolod Stakhov2017-01-301-13/+28
|
* [WebUI] Fix multiple JS issuesVsevolod Stakhov2017-01-301-58/+74
|
* [WebUI] Fix various errors with login formVsevolod Stakhov2017-01-301-8/+16
|
* [WebUI] Make legend entry colours more contrastdehnli2017-01-271-6/+6
| | | Minor changes to make `Probable Spam` and `Temporary rejected` legend entries and chart sectors more visible on `Throughput` summary. It affects `Status` tab chart as well.
* [WebUI] Be more generous with AJAX timeoutAndrew Lewis2017-01-261-1/+1
|
* [WebUI] Reset refresh timer on server switchingAlexander Moisseev2017-01-181-1/+1
|
* [WebUI] Avoid extra graph redraw and alerts glitchingVsevolod Stakhov2017-01-141-5/+12
|
* [WebUI] Fix soft reject in pie chartVsevolod Stakhov2017-01-141-16/+2
|
* [WebUI] Fix pie chart displayingVsevolod Stakhov2017-01-131-4/+5
|
* [WebUI] Fix case when no cluster is definedVsevolod Stakhov2017-01-131-1/+1
| | | | | Issue: #1334 Reported by: @dehnli
* [Minor] Treat special HTTP methods speciallyVsevolod Stakhov2017-01-111-0/+3
|
* [WebUI] Fix disabled stateVsevolod Stakhov2017-01-101-10/+27
|
* [WebUI] Rework neighbours query functionVsevolod Stakhov2017-01-101-104/+140
|
* Merge pull request #1333 from AnnaStakhova/masterVsevolod Stakhov2017-01-101-13/+25
|\ | | | | [WebUI] clusters for the chart
| * [WebUI] clusters for the chartAnna Stakhova2017-01-101-13/+25
| |
* | [WebUI] Fix graph selectors state resettingAlexander Moisseev2017-01-091-14/+15
|/ | | | | | on reconnect / reload Reported by: @denhli
* [WebUI] Fix config IDAnna Stakhova2017-01-091-2/+2
|
* Merge pull request #1318 from moisseev/rrd-summaryVsevolod Stakhov2017-01-081-33/+110
|\ | | | | [WebUI] Add summary to the Throughput tab
| * [WebUI] RRD summary: Hide inner labels of tiny pie sectorsAlexander Moisseev2017-01-071-0/+3
| |
| * [WebUI] RRD summary: Respect undefined valuesAlexander Moisseev2017-01-071-7/+7
| |
| * [WebUI] Fix RRD summary pie chart positionAlexander Moisseev2017-01-071-2/+2
| |
| * [WebUI] Add summary to the Throughput tabAlexander Moisseev2017-01-071-31/+105
| |
* | [WebUI] Initial clusters supportAnna Stakhova2017-01-071-112/+171
|/
* [WebUI] Add graph legend entries for new DSesAlexander Moisseev2017-01-041-0/+7
| | | | Resolves #1300
* [WebUI] Turn d3pie's stuff into a reusable function,Alexander Moisseev2017-01-031-7/+18
| | | | do not destroy pie on data update
* [WebUI] Add Throughput graph autorefreshing (#820)Alexander Moisseev2017-01-011-5/+18
|
* [WebUI] Use unified tab click event handler,Alexander Moisseev2016-12-311-42/+49
| | | | | stop refreshing widgets on hidden tabs, make `refresh` button functional for some more tabs
* [WebUI] Stop stats refreshing if the page is hiddenAlexander Moisseev2016-12-301-4/+9
|
* [WebUI] Replace spinner with animated glyphiconAlexander Moisseev2016-12-241-1/+3
|
* [WebUI] Prevent multiple clicks on `Refresh`Alexander Moisseev2016-12-231-4/+12
|
* [WebUI] Fix stat widgets timers multiplication on `Refresh` clickAlexander Moisseev2016-12-231-1/+2
|
* Merge pull request #1258 from moisseev/patch-1Vsevolod Stakhov2016-12-131-8/+4
|\ | | | | [WebUI] Hide learning tab in read-only mode
| * [WebUI] Hide learning tab in read-only modeAlexander Moisseev2016-12-131-8/+4
| |
* | [WebUI] Remove unused codeAlexander Moisseev2016-12-131-5/+1
|/ | | I believe this code in not necessary. It doesn't work anyway: `e` != `event`
* Merge pull request #1257 from moisseev/patch-1Vsevolod Stakhov2016-12-131-0/+1
|\ | | | | [WebUI] Disable error ring loading in `read only` mode
| * [WebUI] Disable error ring loading in `read only` modeAlexander Moisseev2016-12-131-0/+1
| |
* | [WebUI] Fix read only2Anna Stakhova2016-12-131-11/+13
| |
* | [WebUI] Fix read onlyAnna Stakhova2016-12-121-2/+25
|/
* [WebUI] fix uptimeAnna Stakhova2016-12-111-0/+20
| | | | Add ajax to timer
* [WebUI] New sec to time functionAnna Stakhova2016-12-091-24/+21
|
* [WebUI] Set focus to password field (#1230)Andrew Lewis2016-12-061-0/+1
| | | | Reported-by: @madorin
* [WebUI] Load graph data on reconnect if the tab is activeAlexander Moisseev2016-11-301-0/+4
|
* Merge pull request #1209 from AnnaStakhova/masterVsevolod Stakhov2016-11-301-1/+4
|\ | | | | Make status responsive
| * [WebUI] Improve uptime responsiveAnna Stakhova2016-11-301-1/+4
| |
* | [WebUI] Fix graph percentage mode resettingAlexander Moisseev2016-11-301-0/+1
| | | | | | | | | | on reconnect / reload Fixes: #1193
* | [WebUI] fix savesymbols absolute url to relativeToni Mattila2016-11-291-1/+1
|/
* Fix scan clear btnAnna Stakhova2016-11-261-4/+3
| | | | | | Fix scan clear btn Add upload btn (for future using) Improve navbar right buttons
* Fix maps displayAnna Stakhova2016-11-251-1/+7
|