Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Minor] Destroy symbols table on disconnect | Alexander Moisseev | 2018-08-27 | 1 | -5/+2 | |
| | ||||||
* | [WebUI] Avoid history table reinitialization | Alexander Moisseev | 2018-08-26 | 1 | -2/+4 | |
| | ||||||
* | [Minor] Refactor upload.js module to use query function | Alexander Moisseev | 2018-08-16 | 1 | -2/+4 | |
| | ||||||
* | [Minor] Use query function for authentication | Alexander Moisseev | 2018-08-15 | 1 | -13/+11 | |
| | ||||||
* | [Minor] Use Ajax "headers" parameter | Alexander Moisseev | 2018-08-15 | 1 | -9/+1 | |
| | | | | to set custom headers | |||||
* | [WebUI] Fix disabling and hiding controls on page reload | Alexander Moisseev | 2018-08-15 | 1 | -28/+14 | |
| | ||||||
* | [WebUI] Fix maps loading from neighbours | Alexander Moisseev | 2018-08-12 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Use query function to get maps | Alexander Moisseev | 2018-08-05 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Do not consider request as failed | Alexander Moisseev | 2018-08-05 | 1 | -4/+2 | |
| | | | | if returned object is empty | |||||
* | [Minor] Use query function to get maps list | Alexander Moisseev | 2018-08-04 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Hide colon if status text is empty | Alexander Moisseev | 2018-08-04 | 1 | -1/+2 | |
| | ||||||
* | [Minor] Use queryServer function for "neighbours" request | Alexander Moisseev | 2018-08-01 | 1 | -32/+23 | |
| | ||||||
* | [Minor] Add "errorOnceId" parameter to query function | Alexander Moisseev | 2018-07-30 | 1 | -3/+15 | |
| | ||||||
* | [Minor] Add "errorMessage" parameter to query function | Alexander Moisseev | 2018-07-30 | 1 | -3/+4 | |
| | ||||||
* | [Minor] Refactor query function to use named parameters | Alexander Moisseev | 2018-07-28 | 1 | -20/+44 | |
| | ||||||
* | [Minor] Use query function to get and update symbols | Alexander Moisseev | 2018-07-28 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Use query function to get actions, | Alexander Moisseev | 2018-07-27 | 1 | -1/+1 | |
| | | | | | get actions from "local" if "All SERVERS" option is selected, sort conditional operators by action index | |||||
* | [Minor] Remove obsolete HTTP request | Alexander Moisseev | 2018-07-27 | 1 | -13/+0 | |
| | ||||||
* | [Minor] Allow to query specific host | Alexander Moisseev | 2018-07-26 | 1 | -5/+6 | |
| | | | | For now we need just `local` | |||||
* | [WebUI] Refactor query functions into one | Alexander Moisseev | 2018-07-25 | 1 | -133/+113 | |
| | ||||||
* | [WebUI] Fix query URL for selected server | Alexander Moisseev | 2018-07-24 | 1 | -2/+2 | |
| | ||||||
* | [WebUI] Unify arguments of query functions | Alexander Moisseev | 2018-07-22 | 1 | -1/+2 | |
| | ||||||
* | [WebUI] Do not execute `on_success` callback | Alexander Moisseev | 2018-07-22 | 1 | -14/+11 | |
| | | | | if all requests to neighbours failed | |||||
* | [Minor] Use consistent brace style for blocks (1tbs) | Alexander Moisseev | 2018-07-15 | 1 | -14/+7 | |
| | ||||||
* | [Minor] Remove unused empty function | Alexander Moisseev | 2018-07-15 | 1 | -1/+0 | |
| | ||||||
* | [Minor] Do not use identifiers before their declarations | Alexander Moisseev | 2018-07-15 | 1 | -11/+10 | |
| | ||||||
* | [Minor] Do not reassign function parameters | Alexander Moisseev | 2018-07-15 | 1 | -4/+5 | |
| | ||||||
* | [Minor] Do not shadow variables | Alexander Moisseev | 2018-07-14 | 1 | -10/+10 | |
| | ||||||
* | [WebUI] Enable strict mode, | Alexander Moisseev | 2018-07-12 | 1 | -32/+31 | |
| | | | | | rename `interface` oblect as it is a reserved keyword, declare $span and $tbody variables | |||||
* | [Test] Specify JS Globals | Alexander Moisseev | 2018-07-08 | 1 | -0/+3 | |
| | ||||||
* | [WebUI] Remove unused variable | Alexander Moisseev | 2018-07-08 | 1 | -1/+0 | |
| | ||||||
* | [WebUI] Avoid using "undefined" property | Alexander Moisseev | 2018-07-08 | 1 | -6/+6 | |
| | | | | of the global object | |||||
* | [Minor] JS: Remove redundant quotes | Alexander Moisseev | 2018-07-06 | 1 | -53/+53 | |
| | | | | around object literal property names | |||||
* | [Minor] JS: Add space before parentheses | Alexander Moisseev | 2018-07-05 | 1 | -11/+11 | |
| | | | | of anonymous functions | |||||
* | [WebUI] Do not accept passwords containing control characters | Alexander Moisseev | 2018-07-05 | 1 | -1/+1 | |
| | ||||||
* | [Minor] JS: Remove extra spaces | Alexander Moisseev | 2018-07-05 | 1 | -2/+2 | |
| | ||||||
* | [Minor] JS: Add spaces at comments start | Alexander Moisseev | 2018-07-04 | 1 | -5/+5 | |
| | ||||||
* | [Minor] JS: Add spaces at blocks edges | Alexander Moisseev | 2018-07-04 | 1 | -2/+2 | |
| | ||||||
* | [Minor] JS: Add missing spaces before block brackets | Alexander Moisseev | 2018-07-04 | 1 | -2/+2 | |
| | ||||||
* | [Minor] JS: Replace tabs with spaces in indentation | Alexander Moisseev | 2018-07-04 | 1 | -1/+1 | |
| | ||||||
* | [Minor] JS: Add missed semicolons | Alexander Moisseev | 2018-07-03 | 1 | -1/+1 | |
| | ||||||
* | [Minor] JS: Use consistent indentation | Alexander Moisseev | 2018-07-03 | 1 | -472/+472 | |
| | ||||||
* | [Minor] JS: Use double quotes wherever possible | Alexander Moisseev | 2018-07-03 | 1 | -74/+74 | |
| | ||||||
* | [WebUI] Stop using "const" declaration | Alexander Moisseev | 2018-07-02 | 1 | -1/+1 | |
| | | | | as it is not compatible with ES5 | |||||
* | [WebUI] Restore passwordless login support (#2003) | Andrew Lewis | 2018-01-30 | 1 | -0/+13 | |
| | ||||||
* | [WebUI] Stop using commas in pie chart tooltips | Alexander Moisseev | 2017-10-28 | 1 | -1/+1 | |
| | | | | Resolves #1886 | |||||
* | [WebUI] Display multiple alerts at once | Alexander Moisseev | 2017-04-08 | 1 | -11/+10 | |
| | | | | Now user have a chance to see all thrown alerts not just the latest one. | |||||
* | [WebUI] Fix error message | Alexander Moisseev | 2017-04-01 | 1 | -1/+1 | |
| | ||||||
* | [WebUI] Increase default timeout to 20 seconds | Vsevolod Stakhov | 2017-04-01 | 1 | -1/+1 | |
| | ||||||
* | [WebUI] Fix history clustering | Vsevolod Stakhov | 2017-03-25 | 1 | -2/+2 | |
| |