aboutsummaryrefslogtreecommitdiffstats
path: root/interface
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* 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
* Fixes saving action scores in WebUIAndré Peters2017-05-031-3/+3
* [WebUI] Fix add header filter in historyAndrew Lewis2017-04-211-2/+2
* Merge pull request #1584 from moisseev/webuiVsevolod Stakhov2017-04-093-15/+21
|\
| * [WebUI] Display multiple alerts at onceAlexander Moisseev2017-04-083-15/+21
* | [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
* [WebUI] Fix legacy historyVsevolod Stakhov2017-03-301-3/+11
* [Minor] Allow subject field to be wrappedVsevolod Stakhov2017-03-281-0/+1
* [WebUI] Replace `.values` method with `.map`Alexander Moisseev2017-03-271-1/+4
* [WebUI] Fix history displayVsevolod Stakhov2017-03-271-2/+3
* [Minor] Fix EnglishAndrew Lewis2017-03-272-2/+2
* [WebUI] Allow message-id breakVsevolod Stakhov2017-03-251-4/+4
* [WebUI] Fix history clusteringVsevolod Stakhov2017-03-253-156/+186
* Fix saving after table updatesandryyy2017-03-231-6/+5
* Better update handling, especially when updating empty table to non-empty tableandryyy2017-03-232-246/+280
* [WebUI] Unbreak WebUIAlexander Moisseev2017-03-231-1/+1
* [WebUI] Remove datatablesVsevolod Stakhov2017-03-224-202/+0
* [WebUI] Use Footable to draw Throughput summary tableAlexander Moisseev2017-03-212-20/+24
* [WebUI] Try to normalize frequenciesVsevolod Stakhov2017-03-201-0/+28
* [WebUI] Add sender, recipients and subject columnsVsevolod Stakhov2017-03-201-4/+32
* [WebUI] Rework v2 symbols displayVsevolod Stakhov2017-03-201-2/+15
* [WebUI] Fix sortingVsevolod Stakhov2017-03-201-14/+51
* [WebUI] Humanize sizesVsevolod Stakhov2017-03-201-2/+4
* [WebUI] Add flexible columnsVsevolod Stakhov2017-03-201-50/+210
* Fix styles of symbols tableandre.peters2017-03-191-7/+7
* Fix date for all history items, draw error table with footableandre.peters2017-03-191-29/+26
* Re-add table-hover class, remove table-log class to apply styles with footablesandre.peters2017-03-191-13/+2
* Use FooTable to draw symbol tableandre.peters2017-03-191-42/+99
* Use data id to identify input fieldandre.peters2017-03-191-3/+4
* Prepare table for FooTableandre.peters2017-03-191-14/+1
* Removed unused values and renamed othersandre.peters2017-03-191-23/+13
* [WebUI] Initial move towards footableVsevolod Stakhov2017-03-183-90/+113