Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [WebUI] Use type-safe equality operators | Alexander Moisseev | 2018-07-11 | 5 | -19/+19 | |
| | ||||||
* | [Test] Specify JS Globals | Alexander Moisseev | 2018-07-08 | 6 | -2/+15 | |
| | ||||||
* | [WebUI] Remove unused variable | Alexander Moisseev | 2018-07-08 | 1 | -1/+0 | |
| | ||||||
* | [WebUI] Add missed declarations | Alexander Moisseev | 2018-07-08 | 2 | -7/+8 | |
| | ||||||
* | [WebUI] Fix variable assignment | Alexander Moisseev | 2018-07-08 | 1 | -1/+2 | |
| | | | | I think `var full = shrt = "";` is `var full = (shrt = "");` effectively, so `full = true`. | |||||
* | [WebUI] Avoid using "undefined" property | Alexander Moisseev | 2018-07-08 | 3 | -10/+10 | |
| | | | | of the global object | |||||
* | [WebUI] Remove unused variables | Alexander Moisseev | 2018-07-06 | 4 | -8/+6 | |
| | ||||||
* | [Minor] JS: Remove redundant quotes | Alexander Moisseev | 2018-07-06 | 7 | -265/+265 | |
| | | | | around object literal property names | |||||
* | [Minor] JS: Add space before parentheses | Alexander Moisseev | 2018-07-05 | 8 | -62/+62 | |
| | | | | of anonymous functions | |||||
* | [Minor] JS: Align elements | Alexander Moisseev | 2018-07-05 | 1 | -1/+2 | |
| | ||||||
* | [WebUI] Remove duplicated path from RequireJS config | Alexander Moisseev | 2018-07-05 | 1 | -1/+0 | |
| | ||||||
* | [Minor] JS: Remove useless escape | Alexander Moisseev | 2018-07-05 | 1 | -1/+1 | |
| | ||||||
* | [Minor] JS: Remove useless concatenation | Alexander Moisseev | 2018-07-05 | 1 | -2/+2 | |
| | ||||||
* | [Minor] JS: Simplify conditional | Alexander Moisseev | 2018-07-05 | 1 | -5/+3 | |
| | ||||||
* | [Minor] JS: Disable "no-alert" rule for a line | Alexander Moisseev | 2018-07-05 | 1 | -1/+1 | |
| | ||||||
* | [WebUI] Do not accept passwords containing control characters | Alexander Moisseev | 2018-07-05 | 1 | -1/+1 | |
| | ||||||
* | [Minor] JS: Disable "no-bitwise" rule for specific lines | Alexander Moisseev | 2018-07-05 | 2 | -1/+3 | |
| | ||||||
* | [Minor] JS: Add missed spaces | Alexander Moisseev | 2018-07-05 | 1 | -2/+2 | |
| | ||||||
* | [Minor] JS: Move dots to the same lines as the properties | Alexander Moisseev | 2018-07-05 | 1 | -6/+6 | |
| | ||||||
* | [Minor] JS: Remove extra spaces | Alexander Moisseev | 2018-07-05 | 6 | -11/+11 | |
| | ||||||
* | [Minor] JS: Add spaces at comments start | Alexander Moisseev | 2018-07-04 | 3 | -8/+8 | |
| | ||||||
* | [Minor] JS: Add spaces at blocks edges | Alexander Moisseev | 2018-07-04 | 3 | -4/+4 | |
| | ||||||
* | [Minor] JS: Add missing spaces before block brackets | Alexander Moisseev | 2018-07-04 | 4 | -8/+8 | |
| | ||||||
* | [Minor] JS: Fix indentation | Alexander Moisseev | 2018-07-04 | 1 | -14/+14 | |
| | ||||||
* | [Minor] JS: Remove spaces inside object's curly braces | Alexander Moisseev | 2018-07-04 | 2 | -7/+7 | |
| | ||||||
* | [Minor] JS: Remove spaces inside array brackets | Alexander Moisseev | 2018-07-04 | 3 | -7/+7 | |
| | ||||||
* | [Minor] JS: Remove trailing spaces | Alexander Moisseev | 2018-07-04 | 1 | -1/+1 | |
| | ||||||
* | [Minor] JS: Replace tabs with spaces in indentation | Alexander Moisseev | 2018-07-04 | 2 | -16/+16 | |
| | ||||||
* | [Minor] JS: Add spaces after commas | Alexander Moisseev | 2018-07-04 | 3 | -16/+16 | |
| | ||||||
* | [Minor] JS: Add missed semicolons | Alexander Moisseev | 2018-07-03 | 6 | -22/+22 | |
| | ||||||
* | [Minor] JS: Use consistent indentation | Alexander Moisseev | 2018-07-03 | 8 | -1957/+1957 | |
| | ||||||
* | [Minor] JS: Use double quotes wherever possible | Alexander Moisseev | 2018-07-03 | 8 | -429/+429 | |
| | ||||||
* | Merge pull request #2319 from moisseev/const | Vsevolod Stakhov | 2018-07-02 | 3 | -5/+5 | |
|\ | | | | | [WebUI] Stop using "const" declaration | |||||
| * | [WebUI] Stop using "const" declaration | Alexander Moisseev | 2018-07-02 | 3 | -5/+5 | |
| | | | | | | | | as it is not compatible with ES5 | |||||
* | | [WebUI] Update RequireJS to 2.3.5 | Alexander Moisseev | 2018-07-02 | 3 | -6/+6 | |
|/ | ||||||
* | Add a sort value to frequency; fixes #2298 | André Peters | 2018-06-22 | 1 | -1/+1 | |
| | ||||||
* | [WebUI] Limit recipients list in history column to 3 | Alexander Moisseev | 2018-06-13 | 1 | -4/+41 | |
| | | | | The full list can be displayed in the expanded row along with symbols | |||||
* | [WebUI] Update column header | Alexander Moisseev | 2018-05-29 | 1 | -1/+1 | |
| | ||||||
* | [WebUI] Fix elements disabling in "Symbols" tab | Alexander Moisseev | 2018-05-29 | 1 | -3/+7 | |
| | ||||||
* | Don't mark "neutral" symbol weights as negative | Marcel Menzel | 2018-05-25 | 1 | -1/+1 | |
| | ||||||
* | [WebUI] Match envelope and mime addresses following in arbitrary order | Alexander Moisseev | 2018-05-22 | 1 | -1/+1 | |
| | ||||||
* | [WebUI] Wrap addresses in history | Alexander Moisseev | 2018-05-22 | 1 | -3/+9 | |
| | ||||||
* | [WebUI] Display smtp sender/recipient in history | Alexander Moisseev | 2018-05-22 | 1 | -3/+10 | |
| | | | | if it doesn't match From/To..Cc..Bcc | |||||
* | [WebUI] Config: Load list on demand | bjoe2k4 | 2018-04-08 | 1 | -48/+31 | |
| | ||||||
* | [WebUI] Remove a previously-attached event handler | Alexander Moisseev | 2018-04-06 | 1 | -1/+1 | |
| | | | | from symbols order selector | |||||
* | [WebUI] Add symbols order selector to history | Alexander Moisseev | 2018-04-05 | 3 | -7/+33 | |
| | ||||||
* | [WebUI] Add messages total to throughput summary | Alexander Moisseev | 2018-04-03 | 3 | -0/+12 | |
| | ||||||
* | [WebUI] Fix modalBody for maps that appear more than once | bjoe2k4 | 2018-03-30 | 1 | -1/+1 | |
| | ||||||
* | [Fix] add 'rewrite subject' to History dropdown | Klaus Umbach | 2018-03-28 | 1 | -1/+1 | |
| | ||||||
* | Provide more specific numbers on stats | EyePulp | 2018-03-26 | 1 | -1/+2 | |
| | | | Use a `title` attribute on the stats widgets to show full specific values in addition to the `Humanize.compactInteger()` values. |