aboutsummaryrefslogtreecommitdiffstats
path: root/interface
Commit message (Collapse)AuthorAgeFilesLines
* [WebUI] Display hostname:port/path in the page titleAlexander Moisseev2018-03-201-0/+5
|
* [Fix] Never hide actions from WebUI `configuration` tabAlexander Moisseev2018-03-191-29/+24
| | | | | | - Never hide actions (fixes #1910) - Allow to disable actions from WebUI - Add `rewrite subject` action to `configuration` tab
* [Fix] Fix some typosAndrew Lewis2018-03-181-1/+1
|
* fixes variable conditionfiredranzer2018-03-071-1/+1
|
* Refactores code and added order of actionsfiredranzer2018-03-071-35/+19
|
* alertmessage for each negative valuefiredranzer2018-03-061-2/+20
|
* Add check for all thresholdsfiredranzer2018-03-051-2/+2
|
* Fixes greylist form vanishfiredranzer2018-03-051-8/+22
|
* [Minor] Remove trailing dots from headersAlexander Moisseev2018-03-051-4/+4
|
* corrected headings in interface readmefiredranzer2018-03-031-5/+5
|
* [Minor] Remove redundand condition (#2041)Alexander Moisseev2018-02-281-1/+1
|
* Fix dropbox issueKumar Akshay2018-02-281-1/+5
|
* Fix filter reject on history-page #2010Kumar Akshay2018-02-281-1/+5
|
* [WebUI] Show symbol descriptions as tooltips in historyAndré Hänsel2018-02-201-5/+27
| | | | On the Scan tab there was already an additional explanation shown as a tooltip for each symbol. This adds the same tooltip on the History tab.
* [WebUI] Restore passwordless login support (#2003)Andrew Lewis2018-01-301-0/+13
|
* [Fix] WebUI: use relative path for savemap (#1943)Andrew Lewis2017-12-111-1/+1
|
* [WebUI] Update D3 and jQueryAlexander Moisseev2017-11-284-7/+7
| | | | just while I'm here
* [WebUI] Compact graph selectorsAlexander Moisseev2017-11-281-4/+4
| | | | to save some horizontal space
* [WebUI] Update D3Evolution 1.0.0 -> 1.1.0Alexander Moisseev2017-11-283-3/+12
| | | | + Add logarithmic vertical scale
* [WebUI] Fix message count in throughput summary (#1724)Alexander Moisseev2017-11-031-2/+5
| | | | MFH: rspamd-1.6
* [WebUI] Fix NaNs display on Throughput graphAlexander Moisseev2017-11-031-1/+3
| | | | MFH: rspamd-1.6
* [WebUI] Stop using commas in pie chart tooltipsAlexander Moisseev2017-10-281-1/+1
| | | | Resolves #1886
* Fix undefined symbol name in webui.Gaëtan Duchaussois2017-10-101-4/+4
| | | The EscapeHTML function called with undefined value return "undefined" as string. This PR avoid giving undefined value to sym.name
* [WebUI] Migrate widgets to D3 v4Alexander Moisseev2017-09-236-36/+36
|
* [Fix] Add another workaround to display history properlyVsevolod Stakhov2017-08-101-0/+3
|
* Fix symbol name in historyAlex Hermann2017-08-101-1/+1
| | | Commit 75cfe801 broke the display of the symbols in the history. This patch fixes that.
* [WebUI] Escape strings inside HTML in historyAlexander Moisseev2017-07-231-8/+35
|
* Revert "Merge pull request #1747 from andryyy/patch-11"Alexander Moisseev2017-07-231-28/+11
| | | | | This reverts commit 3be2002b3605f3792221122283cacb3f7c5c0cb9, reversing changes made to df28dfea4a624b9b6d73808817be4967e3f3bfbc.
* Escape all the things \o/André Peters2017-07-121-11/+28
|
* More htmlEscapes.André Peters2017-07-091-2/+4
|
* Also escape message IDAndré Peters2017-07-091-1/+2
|
* Escape HTML in cells by using underscores escaperAndré Peters2017-07-081-2/+18
|
* [WebUI] Round-up throughput summary valuesAlexander Moisseev2017-06-221-4/+4
|
* [WebUI] Use modern protocol for checking messagesVsevolod Stakhov2017-06-081-2/+2
|
* Fixes redirect to "/?" after submitting valuesAndré Peters2017-05-031-2/+2
| | | Default type is submit, which appends "?" to the URL and kicks us back to "Status".
* Fixes saving action scores in WebUIAndré Peters2017-05-031-3/+3
| | | Variable elts was not updated and always returned the previously set values.
* [WebUI] Fix add header filter in historyAndrew Lewis2017-04-211-2/+2
| | | | | - Issue: #1604 - Reported by: @dimejo
* Merge pull request #1584 from moisseev/webuiVsevolod Stakhov2017-04-093-15/+21
|\ | | | | [WebUI] Display multiple alerts at once
| * [WebUI] Display multiple alerts at onceAlexander Moisseev2017-04-083-15/+21
| | | | | | | | Now user have a chance to see all thrown alerts not just the latest one.
* | [WebUI] Fix history v2 displayVsevolod Stakhov2017-04-091-1/+1
|/
* [WebUI] Check if neighbours' history backend versions matchAlexander Moisseev2017-04-081-2/+17
|
* [WebUI] history: break To address lists on commasAlexander Moisseev2017-04-061-6/+3
|
* [WebUI] Save some history table spaceAlexander Moisseev2017-04-042-10/+16
|
* [WebUI] Fix error messageAlexander Moisseev2017-04-011-1/+1
|
* [WebUI] Increase default timeout to 20 secondsVsevolod Stakhov2017-04-011-1/+1
|
* [WebUI] Disable phrase connectors replacement in symbols filteringdehnli2017-03-311-2/+3
|
* [WebUI] Disable phrase connectors replacement in history filteringAlexander Moisseev2017-03-301-3/+6
| | | | Resolves #1561
* [WebUI] Fix legacy historyVsevolod Stakhov2017-03-301-3/+11
| | | | Issue: #1564
* [Minor] Allow subject field to be wrappedVsevolod Stakhov2017-03-281-0/+1
|
* [WebUI] Replace `.values` method with `.map`Alexander Moisseev2017-03-271-1/+4
| | | | as `.values` is unsupported in many browsers