Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | ||||
* | [Minor] JS: Remove extra spaces | Alexander Moisseev | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | [Minor] JS: Add spaces at blocks edges | Alexander Moisseev | 2018-07-04 | 1 | -1/+1 |
| | |||||
* | [Minor] JS: Remove trailing spaces | Alexander Moisseev | 2018-07-04 | 1 | -1/+1 |
| | |||||
* | [Minor] JS: Add spaces after commas | Alexander Moisseev | 2018-07-04 | 1 | -1/+1 |
| | |||||
* | [Minor] JS: Add missed semicolons | Alexander Moisseev | 2018-07-03 | 1 | -4/+4 |
| | |||||
* | [Minor] JS: Use consistent indentation | Alexander Moisseev | 2018-07-03 | 1 | -218/+218 |
| | |||||
* | [Minor] JS: Use double quotes wherever possible | Alexander Moisseev | 2018-07-03 | 1 | -92/+92 |
| | |||||
* | [WebUI] Config: Load list on demand | bjoe2k4 | 2018-04-08 | 1 | -48/+31 |
| | |||||
* | [WebUI] Fix modalBody for maps that appear more than once | bjoe2k4 | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | [Fix] Never hide actions from WebUI `configuration` tab | Alexander Moisseev | 2018-03-19 | 1 | -29/+24 |
| | | | | | | - Never hide actions (fixes #1910) - Allow to disable actions from WebUI - Add `rewrite subject` action to `configuration` tab | ||||
* | fixes variable condition | firedranzer | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Refactores code and added order of actions | firedranzer | 2018-03-07 | 1 | -35/+19 |
| | |||||
* | alertmessage for each negative value | firedranzer | 2018-03-06 | 1 | -2/+20 |
| |