Commit Graph

226 Commits

Author SHA1 Message Date
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
4bb76902a5 [WebUI] Compact graph selectors
to save some horizontal space
2017-11-28 13:54: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
Alexander Moisseev
a76a46dae6 [WebUI] Fix error message 2017-04-01 15:59:13 +03:00
Vsevolod Stakhov
5a19519ed2 [WebUI] Increase default timeout to 20 seconds 2017-04-01 10:19:44 +01:00
dehnli
c5a467d925 [WebUI] Disable phrase connectors replacement in symbols filtering 2017-03-31 12:02:13 +04:00
Alexander Moisseev
9f5f8cf8e0 [WebUI] Disable phrase connectors replacement in history filtering
Resolves #1561
2017-03-30 16:06:37 +03:00
Vsevolod Stakhov
6861798ac3 [WebUI] Fix legacy history
Issue: #1564
2017-03-30 11:23:13 +01:00
Vsevolod Stakhov
bf9139ff2a [Minor] Allow subject field to be wrapped 2017-03-28 16:39:15 +01:00
Alexander Moisseev
60e9726274 [WebUI] Replace .values method with .map
as `.values` is unsupported in many browsers
2017-03-27 19:51:09 +03:00
Vsevolod Stakhov
f07448bca8 [WebUI] Fix history display 2017-03-27 10:57:59 +01:00
Andrew Lewis
93fd1765f6 [Minor] Fix English 2017-03-27 09:46:56 +02:00
Vsevolod Stakhov
c06d8386eb [WebUI] Allow message-id break 2017-03-25 14:08:45 +00:00
Vsevolod Stakhov
8cb2eea8f6 [WebUI] Fix history clustering 2017-03-25 14:01:29 +00:00
andryyy
05caad5caa Fix saving after table updates 2017-03-23 10:55:32 +01:00
andryyy
fcf5395e8a Better update handling, especially when updating empty table to non-empty table 2017-03-23 10:13:57 +01:00
Alexander Moisseev
ce88ad8519 [WebUI] Unbreak WebUI 2017-03-23 10:29:28 +03:00
Vsevolod Stakhov
b094456905 [WebUI] Remove datatables 2017-03-22 15:43:32 +00:00
Alexander Moisseev
37452d1570 [WebUI] Use Footable to draw Throughput summary table 2017-03-21 19:25:51 +03:00
Vsevolod Stakhov
3f72bccd49 [WebUI] Try to normalize frequencies 2017-03-20 14:11:58 +00:00
Vsevolod Stakhov
92d4711385 [WebUI] Add sender, recipients and subject columns 2017-03-20 13:55:37 +00:00
Vsevolod Stakhov
c2f00fb418 [WebUI] Rework v2 symbols display 2017-03-20 13:43:29 +00:00
Vsevolod Stakhov
0a0615b1b7 [WebUI] Fix sorting 2017-03-20 13:23:26 +00:00
Vsevolod Stakhov
deb2a10153 [WebUI] Humanize sizes 2017-03-20 11:39:31 +00:00