Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebUI] Upgrade Font Awesome to v6.6.0 | Alexander Moisseev | 2024-11-09 | 1 | -1/+1 |
| | |||||
* | [Minor] Move server selection logic to common.js | moisseev | 2024-01-02 | 1 | -6/+5 |
| | |||||
* | [Minor] Move common stuff to separate files | moisseev | 2023-12-27 | 1 | -17/+17 |
| | |||||
* | [Minor] Convert callbacks to arrow functions | moisseev | 2023-11-22 | 1 | -18/+12 |
| | |||||
* | [Minor] Use destructuring | moisseev | 2023-11-20 | 1 | -1/+1 |
| | |||||
* | [Test] Enforce maximum line length | moisseev | 2023-11-19 | 1 | -3/+4 |
| | |||||
* | [Minor] Get rid of 'var' declarations | moisseev | 2023-11-17 | 1 | -21/+21 |
| | |||||
* | [Minor] Remove temporary IIFEs | moisseev | 2023-11-16 | 1 | -97/+96 |
| | |||||
* | [WebUI] Load modules dynamically | moisseev | 2023-11-16 | 1 | -14/+18 |
| | |||||
* | [Minor] Remove obsolete code | moisseev | 2023-11-14 | 1 | -9/+0 |
| | | | | ES6 is required now for WebUI anyway. | ||||
* | [WebUI] Update map editor | moisseev | 2023-10-27 | 1 | -1/+3 |
| | | | | CodeJar 3.7.0 -> 4.2.0 | ||||
* | [WebUI] Restore contrasting foreground color | moisseev | 2023-08-08 | 1 | -2/+2 |
| | | | | for badges | ||||
* | [WebUI] Migrate to Bootstrap v5.2 | moisseev | 2023-03-23 | 1 | -5/+5 |
| | |||||
* | [WebUI] Wrap Prism.highlightElement | moisseev | 2022-08-31 | 1 | -1/+1 |
| | | | | antonmedv/codejar#85 | ||||
* | [WebUI] Add option to choose map editor | moisseev | 2022-05-28 | 1 | -15/+25 |
| | | | | | | | | Issue: #4172 and restrict to text area if an opened map larger then 5 KiB as the advanced editor is unresponsive when editing a large amount of text. | ||||
* | [WebUI] Fix config editor read-only mode attribute | moisseev | 2020-10-27 | 1 | -15/+14 |
| | |||||
* | [WebUI] Escape reserved HTML characters in editor | moisseev | 2020-10-17 | 1 | -1/+1 |
| | | | | Issue: #3522 | ||||
* | [WebUI] Use actions names as labels | moisseev | 2020-08-07 | 1 | -16/+3 |
| | |||||
* | [Minor] Fix maps list layout | moisseev | 2020-07-18 | 1 | -6/+7 |
| | |||||
* | [WebUI] Add map editor (requires a modern browser) | moisseev | 2020-07-14 | 1 | -7/+37 |
| | |||||
* | [WebUI] Rework actions form | moisseev | 2020-07-11 | 1 | -70/+69 |
| | |||||
* | [WebUI] Rework maps modal | moisseev | 2020-07-10 | 1 | -31/+19 |
| | |||||
* | [WebUI] Replace widget boxes with Bootstrap cards | moisseev | 2020-07-04 | 1 | -2/+2 |
| | |||||
* | [Minor] Remove line break | moisseev | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | [Minor] Update classes removed in Bootstrap 4 | moisseev | 2020-07-01 | 1 | -2/+2 |
| | |||||
* | [WebUI] Migrate to Bootstrap 4.5 | moisseev | 2020-07-01 | 1 | -5/+5 |
| | |||||
* | [Minor] Fix style | Alexander Moisseev | 2019-11-02 | 1 | -2/+2 |
| | |||||
* | Remove prev form when clicking outside the modal | André Peters | 2019-11-02 | 1 | -2/+2 |
| | | | | 1. Function is triggered by click on close button **and** by clicking anywhere outside the modal to close it. 2. Form is being removed instead of hidden. | ||||
* | [Minor] WebUI: Use public getSelector() function | moisseev | 2019-08-20 | 1 | -5/+1 |
| | |||||
* | [Minor] WebUI: Remove unused code | moisseev | 2019-06-15 | 1 | -1/+0 |
| | |||||
* | [Minor] Remove extra parentheses | Alexander Moisseev | 2018-09-17 | 1 | -2/+2 |
| | |||||
* | [Minor] Enforce consistent key-value spacing | Alexander Moisseev | 2018-09-16 | 1 | -2/+2 |
| | |||||
* | [Minor] Initialize variables at declaration | Alexander Moisseev | 2018-09-15 | 1 | -7/+4 |
| | |||||
* | [WebUI] Fix maps loading from neighbours | Alexander Moisseev | 2018-08-12 | 1 | -1/+6 |
| | |||||
* | [Minor] Combine saveMap functions | Alexander Moisseev | 2018-08-11 | 1 | -39/+11 |
| | |||||
* | [Minor] Use query function to get maps | Alexander Moisseev | 2018-08-05 | 1 | -42/+33 |
| | |||||
* | [Minor] Use query function to get maps list | Alexander Moisseev | 2018-08-04 | 1 | -40/+31 |
| | |||||
* | [Minor] Add "errorMessage" parameter to query function | Alexander Moisseev | 2018-07-30 | 1 | -3/+1 |
| | |||||
* | [Minor] Fix save map on cluster messages | Alexander Moisseev | 2018-07-29 | 1 | -3/+8 |
| | |||||
* | [Minor] Refactor query function to use named parameters | Alexander Moisseev | 2018-07-28 | 1 | -13/+23 |
| | |||||
* | [Minor] Use query function to get actions, | Alexander Moisseev | 2018-07-27 | 1 | -19/+11 |
| | | | | | get actions from "local" if "All SERVERS" option is selected, sort conditional operators by action index | ||||
* | [Minor] Allow to query specific host | Alexander Moisseev | 2018-07-26 | 1 | -3/+3 |
| | | | | For now we need just `local` | ||||
* | [WebUI] Refactor query functions into one | Alexander Moisseev | 2018-07-25 | 1 | -6/+6 |
| | |||||
* | [Minor] Do not shadow variables | Alexander Moisseev | 2018-07-14 | 1 | -2/+2 |
| | |||||
* | [WebUI] Enable strict mode, | Alexander Moisseev | 2018-07-12 | 1 | -9/+8 |
| | | | | | rename `interface` oblect as it is a reserved keyword, declare $span and $tbody variables | ||||
* | [WebUI] Do not redeclare variables | Alexander Moisseev | 2018-07-11 | 1 | -2/+3 |
| | |||||
* | [Test] Specify JS Globals | Alexander Moisseev | 2018-07-08 | 1 | -1/+3 |
| | |||||
* | [WebUI] Remove unused variables | Alexander Moisseev | 2018-07-06 | 1 | -1/+0 |
| | |||||
* | [Minor] JS: Remove redundant quotes | Alexander Moisseev | 2018-07-06 | 1 | -1/+1 |
| | | | | around object literal property names | ||||
* | [Minor] JS: Add space before parentheses | Alexander Moisseev | 2018-07-05 | 1 | -6/+6 |
| | | | | of anonymous functions |