aboutsummaryrefslogtreecommitdiffstats
path: root/interface
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* [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
|
* [WebUI] Add footableVsevolod Stakhov2017-03-182-0/+11
|
* [WebUI] Display symbolsVsevolod Stakhov2017-03-161-3/+3
|
* [WebUI] Rework history v2 functionVsevolod Stakhov2017-03-151-14/+36
|
* [WebUI] Add preliminary v2 history parserVsevolod Stakhov2017-03-151-1/+34
|
* [WebUI] Allow different history parsersVsevolod Stakhov2017-03-151-31/+71
|