Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Simplify conditional expression | Alexander Moisseev | 2018-07-15 | 1 | -5/+1 |
| | |||||
* | [Minor] Use consistent brace style for blocks (1tbs) | Alexander Moisseev | 2018-07-15 | 6 | -34/+17 |
| | |||||
* | [Minor] Avoid using empty blocks | Alexander Moisseev | 2018-07-15 | 1 | -3/+2 |
| | |||||
* | [Minor] Remove unused empty function | Alexander Moisseev | 2018-07-15 | 2 | -2/+0 |
| | |||||
* | [Minor] Do not use identifiers before their declarations | Alexander Moisseev | 2018-07-15 | 2 | -13/+12 |
| | |||||
* | [Minor] Do not reassign function parameters | Alexander Moisseev | 2018-07-15 | 1 | -4/+5 |
| | |||||
* | [Minor] Do not shadow variables | Alexander Moisseev | 2018-07-14 | 3 | -25/+24 |
| | |||||
* | [WebUI] Avoid unused indexes | Alexander Moisseev | 2018-07-13 | 1 | -2/+2 |
| | |||||
* | [WebUI] Enable strict mode, | Alexander Moisseev | 2018-07-12 | 8 | -68/+72 |
| | | | | | rename `interface` oblect as it is a reserved keyword, declare $span and $tbody variables | ||||
* | [WebUI] Remove unused block | Alexander Moisseev | 2018-07-11 | 1 | -4/+0 |
| | |||||
* | [WebUI] Initialize variables at declaration | Alexander Moisseev | 2018-07-11 | 1 | -6/+2 |
| | |||||
* | [WebUI] Do not redeclare variables | Alexander Moisseev | 2018-07-11 | 2 | -4/+6 |
| | |||||
* | [WebUI] Use self-explanatory notation | Alexander Moisseev | 2018-07-11 | 3 | -7/+7 |
| | | | | for type conversion | ||||
* | [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 |