Commit Graph

194 Commits

Author SHA1 Message Date
bjoe2k4
c22d025e9c [WebUI] Config: Load list on demand 2018-04-08 15:15:37 +02:00
Alexander Moisseev
5a957e4547 [WebUI] Remove a previously-attached event handler
from symbols order selector
2018-04-06 11:22:49 +03:00
Alexander Moisseev
263eee0655 [WebUI] Add symbols order selector to history 2018-04-05 20:26:50 +03:00
Alexander Moisseev
72eb849b21 [WebUI] Add messages total to throughput summary 2018-04-03 17:54:27 +03:00
bjoe2k4
c7e2d434a2
[WebUI] Fix modalBody for maps that appear more than once 2018-03-30 13:52:10 +02:00
Klaus Umbach
0dfa5c7a78 [Fix] add 'rewrite subject' to History dropdown 2018-03-28 15:23:30 +02:00
EyePulp
ef6236d3b7
Provide more specific numbers on stats
Use a `title` attribute on the stats widgets to show full specific values in addition to the `Humanize.compactInteger()` values.
2018-03-26 07:49:16 -05:00
Vsevolod Stakhov
2fd75a5ace
Merge pull request #2115 from bjoe2k4/patch-2
[WebUI] History: Fix Tooltips on paging, filtering and sorting
2018-03-26 10:33:37 +01:00
bjoe2k4
2ff0b674eb
[WebUI] History: Fix Tooltips on paging, filtering and sorting
Also adds Tooltips to history of specific nodes.
2018-03-25 18:05:31 +02:00
Alexander Moisseev
091cacf8f7 [WebUI] Update D3 to v5.0.0 and jQuery to v3.3.1 2018-03-25 15:07:16 +03:00
Alexander Moisseev
dd963c8ba5 [WebUI] Display hostname:port/path in the page title 2018-03-20 19:03:03 +03:00
Alexander Moisseev
0c78ea6747 [Fix] Never hide actions from WebUI configuration tab
- Never hide actions (fixes #1910)
- Allow to disable actions from WebUI
- Add `rewrite subject` action to `configuration` tab
2018-03-19 19:48:04 +03:00
Andrew Lewis
5bc4c06dd6 [Fix] Fix some typos 2018-03-18 02:26:07 +02:00
firedranzer
ba09e88aec fixes variable condition 2018-03-07 14:26:14 +05:30
firedranzer
46334417c2 Refactores code and added order of actions 2018-03-07 02:13:09 +05:30
firedranzer
ba9d6870d7 alertmessage for each negative value 2018-03-06 10:34:41 +05:30
firedranzer
e6ea42a49d Add check for all thresholds 2018-03-05 23:13:50 +05:30
firedranzer
8fdc578225 Fixes greylist form vanish 2018-03-05 20:59:22 +05:30
Alexander Moisseev
9b1715cb1c
[Minor] Remove redundand condition (#2041) 2018-02-28 18:53:09 +00:00
Kumar Akshay
d5b1653974 Fix dropbox issue 2018-02-28 08:40:16 -08:00
Kumar Akshay
c81d77d9e4 Fix filter reject on history-page #2010 2018-02-28 06:55:45 -08:00
André Hänsel
7211d003d8 [WebUI] Show symbol descriptions as tooltips in history
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.
2018-02-20 14:55:35 +01:00
Andrew Lewis
6e37e194a6 [WebUI] Restore passwordless login support (#2003) 2018-01-30 23:09:59 +02:00
Andrew Lewis
cb80955dc6 [Fix] WebUI: use relative path for savemap (#1943) 2017-12-11 11:46:50 +02:00
Alexander Moisseev
ded6a52191 [WebUI] Update D3 and jQuery
just while I'm here
2017-11-28 14:09:19 +03:00
Alexander Moisseev
c51c8068dc [WebUI] Update D3Evolution 1.0.0 -> 1.1.0
+ Add logarithmic vertical scale
2017-11-28 13:46:54 +03:00
Alexander Moisseev
4f14254d5b [WebUI] Fix message count in throughput summary (#1724)
MFH: rspamd-1.6
2017-11-03 18:57:48 +03:00
Alexander Moisseev
f6a4970acf [WebUI] Fix NaNs display on Throughput graph
MFH: rspamd-1.6
2017-11-03 13:52:21 +03:00
Alexander Moisseev
a4b06fe15d [WebUI] Stop using commas in pie chart tooltips
Resolves #1886
2017-10-28 11:55:32 +03:00
Gaëtan Duchaussois
d8a35de805 Fix undefined symbol name in webui.
The EscapeHTML function called with undefined value return "undefined" as string. This PR avoid giving undefined value to sym.name
2017-10-10 09:50:24 +02:00
Alexander Moisseev
206c7ace04 [WebUI] Migrate widgets to D3 v4 2017-09-23 20:41:00 +03:00
Vsevolod Stakhov
6f45464121 [Fix] Add another workaround to display history properly 2017-08-10 19:07:22 +01:00
Alex Hermann
0feec26168 Fix symbol name in history
Commit 75cfe801 broke the display of the symbols in the history. This patch fixes that.
2017-08-10 10:55:40 +02:00
Alexander Moisseev
75cfe801fb [WebUI] Escape strings inside HTML in history 2017-07-23 12:59:57 +03:00
Alexander Moisseev
e43e23c47e Revert "Merge pull request #1747 from andryyy/patch-11"
This reverts commit 3be2002b36, reversing
changes made to df28dfea4a.
2017-07-23 09:22:32 +03:00
André Peters
e67e6b32f2 Escape all the things \o/ 2017-07-12 11:05:43 +02:00
André Peters
32b9279009 More htmlEscapes. 2017-07-09 18:30:01 +02:00
André Peters
cad34f0bc5 Also escape message ID 2017-07-09 10:26:06 +02:00
André Peters
b19560aa3f Escape HTML in cells by using underscores escaper 2017-07-08 22:56:21 +02:00
Alexander Moisseev
42a91d777a [WebUI] Round-up throughput summary values 2017-06-22 18:48:04 +03:00
Vsevolod Stakhov
e5fbc287dc [WebUI] Use modern protocol for checking messages 2017-06-08 11:14:13 +01:00
André Peters
2bbd85fb14 Fixes redirect to "/?" after submitting values
Default type is submit, which appends "?" to the URL and kicks us back to "Status".
2017-05-03 13:11:36 +02:00
André Peters
c22319afc6 Fixes saving action scores in WebUI
Variable elts was not updated and always returned the previously set values.
2017-05-03 13:05:50 +02:00
Andrew Lewis
9286495fc2 [WebUI] Fix add header filter in history
- Issue: #1604
 - Reported by: @dimejo
2017-04-21 17:01:01 +02:00
Vsevolod Stakhov
d49b91da3f Merge pull request #1584 from moisseev/webui
[WebUI] Display multiple alerts at once
2017-04-09 11:07:02 +01:00
Vsevolod Stakhov
3aa4586c6e [WebUI] Fix history v2 display 2017-04-09 10:40:30 +01:00
Alexander Moisseev
fa5125be25 [WebUI] Display multiple alerts at once
Now user have a chance to see all thrown alerts not just the latest one.
2017-04-08 19:03:53 +03:00
Alexander Moisseev
9e7ace03e8 [WebUI] Check if neighbours' history backend versions match 2017-04-08 10:58:14 +03:00
Alexander Moisseev
b7853e057a [WebUI] history: break To address lists on commas 2017-04-06 10:34:17 +03:00
Alexander Moisseev
c4da0db178 [WebUI] Save some history table space 2017-04-04 18:20:32 +03:00