Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] WebUI: use relative path for savemap (#1943) | Andrew Lewis | 2017-12-11 | 1 | -1/+1 |
| | |||||
* | [WebUI] Update D3 and jQuery | Alexander Moisseev | 2017-11-28 | 4 | -7/+7 |
| | | | | just while I'm here | ||||
* | [WebUI] Compact graph selectors | Alexander Moisseev | 2017-11-28 | 1 | -4/+4 |
| | | | | to save some horizontal space | ||||
* | [WebUI] Update D3Evolution 1.0.0 -> 1.1.0 | Alexander Moisseev | 2017-11-28 | 3 | -3/+12 |
| | | | | + Add logarithmic vertical scale | ||||
* | [WebUI] Fix message count in throughput summary (#1724) | Alexander Moisseev | 2017-11-03 | 1 | -2/+5 |
| | | | | MFH: rspamd-1.6 | ||||
* | [WebUI] Fix NaNs display on Throughput graph | Alexander Moisseev | 2017-11-03 | 1 | -1/+3 |
| | | | | MFH: rspamd-1.6 | ||||
* | [WebUI] Stop using commas in pie chart tooltips | Alexander Moisseev | 2017-10-28 | 1 | -1/+1 |
| | | | | Resolves #1886 | ||||
* | Fix undefined symbol name in webui. | Gaëtan Duchaussois | 2017-10-10 | 1 | -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 v4 | Alexander Moisseev | 2017-09-23 | 6 | -36/+36 |
| | |||||
* | [Fix] Add another workaround to display history properly | Vsevolod Stakhov | 2017-08-10 | 1 | -0/+3 |
| | |||||
* | Fix symbol name in history | Alex Hermann | 2017-08-10 | 1 | -1/+1 |
| | | | Commit 75cfe801 broke the display of the symbols in the history. This patch fixes that. | ||||
* | [WebUI] Escape strings inside HTML in history | Alexander Moisseev | 2017-07-23 | 1 | -8/+35 |
| | |||||
* | Revert "Merge pull request #1747 from andryyy/patch-11" | Alexander Moisseev | 2017-07-23 | 1 | -28/+11 |
| | | | | | This reverts commit 3be2002b3605f3792221122283cacb3f7c5c0cb9, reversing changes made to df28dfea4a624b9b6d73808817be4967e3f3bfbc. | ||||
* | Escape all the things \o/ | André Peters | 2017-07-12 | 1 | -11/+28 |
| | |||||
* | More htmlEscapes. | André Peters | 2017-07-09 | 1 | -2/+4 |
| | |||||
* | Also escape message ID | André Peters | 2017-07-09 | 1 | -1/+2 |
| | |||||
* | Escape HTML in cells by using underscores escaper | André Peters | 2017-07-08 | 1 | -2/+18 |
| | |||||
* | [WebUI] Round-up throughput summary values | Alexander Moisseev | 2017-06-22 | 1 | -4/+4 |
| | |||||
* | [WebUI] Use modern protocol for checking messages | Vsevolod Stakhov | 2017-06-08 | 1 | -2/+2 |
| | |||||
* | Fixes redirect to "/?" after submitting values | André Peters | 2017-05-03 | 1 | -2/+2 |
| | | | Default type is submit, which appends "?" to the URL and kicks us back to "Status". | ||||
* | Fixes saving action scores in WebUI | André Peters | 2017-05-03 | 1 | -3/+3 |
| | | | Variable elts was not updated and always returned the previously set values. | ||||
* | [WebUI] Fix add header filter in history | Andrew Lewis | 2017-04-21 | 1 | -2/+2 |
| | | | | | - Issue: #1604 - Reported by: @dimejo | ||||
* | Merge pull request #1584 from moisseev/webui | Vsevolod Stakhov | 2017-04-09 | 3 | -15/+21 |
|\ | | | | | [WebUI] Display multiple alerts at once | ||||
| * | [WebUI] Display multiple alerts at once | Alexander Moisseev | 2017-04-08 | 3 | -15/+21 |
| | | | | | | | | Now user have a chance to see all thrown alerts not just the latest one. | ||||
* | | [WebUI] Fix history v2 display | Vsevolod Stakhov | 2017-04-09 | 1 | -1/+1 |
|/ | |||||
* | [WebUI] Check if neighbours' history backend versions match | Alexander Moisseev | 2017-04-08 | 1 | -2/+17 |
| | |||||
* | [WebUI] history: break To address lists on commas | Alexander Moisseev | 2017-04-06 | 1 | -6/+3 |
| | |||||
* | [WebUI] Save some history table space | Alexander Moisseev | 2017-04-04 | 2 | -10/+16 |
| | |||||
* | [WebUI] Fix error message | Alexander Moisseev | 2017-04-01 | 1 | -1/+1 |
| | |||||
* | [WebUI] Increase default timeout to 20 seconds | Vsevolod Stakhov | 2017-04-01 | 1 | -1/+1 |
| | |||||
* | [WebUI] Disable phrase connectors replacement in symbols filtering | dehnli | 2017-03-31 | 1 | -2/+3 |
| | |||||
* | [WebUI] Disable phrase connectors replacement in history filtering | Alexander Moisseev | 2017-03-30 | 1 | -3/+6 |
| | | | | Resolves #1561 | ||||
* | [WebUI] Fix legacy history | Vsevolod Stakhov | 2017-03-30 | 1 | -3/+11 |
| | | | | Issue: #1564 | ||||
* | [Minor] Allow subject field to be wrapped | Vsevolod Stakhov | 2017-03-28 | 1 | -0/+1 |
| | |||||
* | [WebUI] Replace `.values` method with `.map` | Alexander Moisseev | 2017-03-27 | 1 | -1/+4 |
| | | | | as `.values` is unsupported in many browsers | ||||
* | [WebUI] Fix history display | Vsevolod Stakhov | 2017-03-27 | 1 | -2/+3 |
| | |||||
* | [Minor] Fix English | Andrew Lewis | 2017-03-27 | 2 | -2/+2 |
| | |||||
* | [WebUI] Allow message-id break | Vsevolod Stakhov | 2017-03-25 | 1 | -4/+4 |
| | |||||
* | [WebUI] Fix history clustering | Vsevolod Stakhov | 2017-03-25 | 3 | -156/+186 |
| | |||||
* | Fix saving after table updates | andryyy | 2017-03-23 | 1 | -6/+5 |
| | |||||
* | Better update handling, especially when updating empty table to non-empty table | andryyy | 2017-03-23 | 2 | -246/+280 |
| | |||||
* | [WebUI] Unbreak WebUI | Alexander Moisseev | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | [WebUI] Remove datatables | Vsevolod Stakhov | 2017-03-22 | 4 | -202/+0 |
| | |||||
* | [WebUI] Use Footable to draw Throughput summary table | Alexander Moisseev | 2017-03-21 | 2 | -20/+24 |
| | |||||
* | [WebUI] Try to normalize frequencies | Vsevolod Stakhov | 2017-03-20 | 1 | -0/+28 |
| | |||||
* | [WebUI] Add sender, recipients and subject columns | Vsevolod Stakhov | 2017-03-20 | 1 | -4/+32 |
| | |||||
* | [WebUI] Rework v2 symbols display | Vsevolod Stakhov | 2017-03-20 | 1 | -2/+15 |
| | |||||
* | [WebUI] Fix sorting | Vsevolod Stakhov | 2017-03-20 | 1 | -14/+51 |
| | |||||
* | [WebUI] Humanize sizes | Vsevolod Stakhov | 2017-03-20 | 1 | -2/+4 |
| | |||||
* | [WebUI] Add flexible columns | Vsevolod Stakhov | 2017-03-20 | 1 | -50/+210 |
| |