aboutsummaryrefslogtreecommitdiffstats
path: root/interface/js
Commit message (Collapse)AuthorAgeFilesLines
* [WebUI] Remove unused variablesAlexander Moisseev2018-07-064-8/+6
|
* [Minor] JS: Remove redundant quotesAlexander Moisseev2018-07-067-265/+265
| | | | around object literal property names
* [Minor] JS: Add space before parenthesesAlexander Moisseev2018-07-058-62/+62
| | | | of anonymous functions
* [Minor] JS: Align elementsAlexander Moisseev2018-07-051-1/+2
|
* [WebUI] Remove duplicated path from RequireJS configAlexander Moisseev2018-07-051-1/+0
|
* [Minor] JS: Remove useless escapeAlexander Moisseev2018-07-051-1/+1
|
* [Minor] JS: Remove useless concatenationAlexander Moisseev2018-07-051-2/+2
|
* [Minor] JS: Simplify conditionalAlexander Moisseev2018-07-051-5/+3
|
* [Minor] JS: Disable "no-alert" rule for a lineAlexander Moisseev2018-07-051-1/+1
|
* [WebUI] Do not accept passwords containing control charactersAlexander Moisseev2018-07-051-1/+1
|
* [Minor] JS: Disable "no-bitwise" rule for specific linesAlexander Moisseev2018-07-052-1/+3
|
* [Minor] JS: Add missed spacesAlexander Moisseev2018-07-051-2/+2
|
* [Minor] JS: Move dots to the same lines as the propertiesAlexander Moisseev2018-07-051-6/+6
|
* [Minor] JS: Remove extra spacesAlexander Moisseev2018-07-056-11/+11
|
* [Minor] JS: Add spaces at comments startAlexander Moisseev2018-07-043-8/+8
|
* [Minor] JS: Add spaces at blocks edgesAlexander Moisseev2018-07-043-4/+4
|
* [Minor] JS: Add missing spaces before block bracketsAlexander Moisseev2018-07-044-8/+8
|
* [Minor] JS: Fix indentationAlexander Moisseev2018-07-041-14/+14
|
* [Minor] JS: Remove spaces inside object's curly bracesAlexander Moisseev2018-07-042-7/+7
|
* [Minor] JS: Remove spaces inside array bracketsAlexander Moisseev2018-07-043-7/+7
|
* [Minor] JS: Remove trailing spacesAlexander Moisseev2018-07-041-1/+1
|
* [Minor] JS: Replace tabs with spaces in indentationAlexander Moisseev2018-07-042-16/+16
|
* [Minor] JS: Add spaces after commasAlexander Moisseev2018-07-043-16/+16
|
* [Minor] JS: Add missed semicolonsAlexander Moisseev2018-07-036-22/+22
|
* [Minor] JS: Use consistent indentationAlexander Moisseev2018-07-038-1957/+1957
|
* [Minor] JS: Use double quotes wherever possibleAlexander Moisseev2018-07-038-429/+429
|
* Merge pull request #2319 from moisseev/constVsevolod Stakhov2018-07-023-5/+5
|\ | | | | [WebUI] Stop using "const" declaration
| * [WebUI] Stop using "const" declarationAlexander Moisseev2018-07-023-5/+5
| | | | | | | | as it is not compatible with ES5
* | [WebUI] Update RequireJS to 2.3.5Alexander Moisseev2018-07-022-5/+5
|/
* Add a sort value to frequency; fixes #2298André Peters2018-06-221-1/+1
|
* [WebUI] Limit recipients list in history column to 3Alexander Moisseev2018-06-131-4/+41
| | | | The full list can be displayed in the expanded row along with symbols
* [WebUI] Update column headerAlexander Moisseev2018-05-291-1/+1
|
* [WebUI] Fix elements disabling in "Symbols" tabAlexander Moisseev2018-05-291-3/+7
|
* Don't mark "neutral" symbol weights as negativeMarcel Menzel2018-05-251-1/+1
|
* [WebUI] Match envelope and mime addresses following in arbitrary orderAlexander Moisseev2018-05-221-1/+1
|
* [WebUI] Wrap addresses in historyAlexander Moisseev2018-05-221-3/+9
|
* [WebUI] Display smtp sender/recipient in historyAlexander Moisseev2018-05-221-3/+10
| | | | if it doesn't match From/To..Cc..Bcc
* [WebUI] Config: Load list on demandbjoe2k42018-04-081-48/+31
|
* [WebUI] Remove a previously-attached event handlerAlexander Moisseev2018-04-061-1/+1
| | | | from symbols order selector
* [WebUI] Add symbols order selector to historyAlexander Moisseev2018-04-051-3/+16
|
* [WebUI] Add messages total to throughput summaryAlexander Moisseev2018-04-031-0/+4
|
* [WebUI] Fix modalBody for maps that appear more than oncebjoe2k42018-03-301-1/+1
|
* [Fix] add 'rewrite subject' to History dropdownKlaus Umbach2018-03-281-1/+1
|
* Provide more specific numbers on statsEyePulp2018-03-261-1/+2
| | | Use a `title` attribute on the stats widgets to show full specific values in addition to the `Humanize.compactInteger()` values.
* Merge pull request #2115 from bjoe2k4/patch-2Vsevolod Stakhov2018-03-261-12/+23
|\ | | | | [WebUI] History: Fix Tooltips on paging, filtering and sorting
| * [WebUI] History: Fix Tooltips on paging, filtering and sortingbjoe2k42018-03-251-12/+23
| | | | | | Also adds Tooltips to history of specific nodes.
* | [WebUI] Update D3 to v5.0.0 and jQuery to v3.3.1Alexander Moisseev2018-03-254-7/+5
|/
* [WebUI] Display hostname:port/path in the page titleAlexander Moisseev2018-03-201-0/+5
|
* [Fix] Never hide actions from WebUI `configuration` tabAlexander Moisseev2018-03-191-29/+24
| | | | | | - Never hide actions (fixes #1910) - Allow to disable actions from WebUI - Add `rewrite subject` action to `configuration` tab
* [Fix] Fix some typosAndrew Lewis2018-03-181-1/+1
|