Commit Graph

1769 Commits

Author SHA1 Message Date
bergware 3569ce6663 Docker code optimization 2018-03-23 14:15:10 +01:00
bergware 63356dbf52 Use absolute path in docker call 2018-03-23 12:52:07 +01:00
bergware 1b99f04f01 Docker code optimization 2018-03-23 12:39:22 +01:00
bergware 84674ba64e Docker code optimization 2018-03-23 12:31:46 +01:00
bergware ec1344d43c Minor syntax change 2018-03-23 11:38:23 +01:00
bergware fbe5252618 Execute docker commands with timeout 2018-03-23 11:28:54 +01:00
bergware 08dbf442eb Minor code adjustment 2018-03-23 00:41:42 +01:00
bergware 1ca35de46a Minor css adjustment 2018-03-23 00:27:08 +01:00
bergware ca4767236a Minor css adjustment 2018-03-23 00:24:33 +01:00
bergware 1562f8a0b7 Merge remote-tracking branch 'limetech/master' 2018-03-22 20:55:21 +01:00
bergware 45c22fa47f Do version checking on source file loading 2018-03-22 18:00:07 +01:00
bergware 60d6c22851 CSS code optimization 2018-03-22 16:31:03 +01:00
bergware 6792999662 Copyright 2018 for newly changed files 2018-03-22 16:09:57 +01:00
bergware e0090e7f34 Set vertical scroll bar only in VM dropdown file lists 2018-03-22 15:51:48 +01:00
bergware ee934a7bdf Minor code change 2018-03-22 15:31:15 +01:00
bergware 1bb613db50 Made "Update OS" list inline update without complete page reload 2018-03-22 15:02:23 +01:00
bergware 4ed9f457de Apply button disabled by default 2018-03-22 14:04:46 +01:00
bergware 06a4c3f668 Added version checking on css files 2018-03-22 12:19:17 +01:00
bergware fd071f7eb2 Fixed disk share cycling 2018-03-22 12:04:15 +01:00
bergware 46fa0ac9ab Minor visual updates 2018-03-22 11:57:31 +01:00
bergware 12d8d2caaf Made "spinner" consistent in every display theme 2018-03-22 11:38:49 +01:00
bergware 5367943166 Made "Check for Updates" and "Update All Plugins" with inline list update without complete page refresh
added animation while list loads
2018-03-22 10:01:37 +01:00
bergware bd2a3fc0ec CreateDocker: minor code optimization 2018-03-21 23:28:55 +01:00
Eric Schultz dd91923acd VM manager: fix increasing vdisk size 2018-03-21 13:50:02 -05:00
bergware 67c15c92e7 Added "Update all Plugins" button to plugins page 2018-03-21 17:37:27 +01:00
tom mortensen 2a0216ac49 Merge pull request #309 from bergware/master
Minor code optimization in Docker sort
2018-03-21 09:28:43 -07:00
bergware 725c30357f Docker add/edit: corrected list of exposed ports and assigned IPs 2018-03-21 14:08:57 +01:00
bergware ab389a5c8d Docker: unrestricted edit in authoring mode 2018-03-21 13:23:35 +01:00
bergware 802637f905 Minor code optimization in Docker sort 2018-03-21 10:43:51 +01:00
tom mortensen 0263efc1ed Merge pull request #308 from bergware/master
Fixed wrong cpu references in popup window in VM list
6.5.1-rc1
2018-03-20 11:28:30 -07:00
bergware ca7f4260d7 Fixed wrong cpu references in popup window in VM list 2018-03-20 17:39:04 +01:00
tom mortensen 48bab75aa1 Merge pull request #306 from Squidly271/patch-5
Docker: Don't automatically update webUI entry on templates
2018-03-19 14:22:22 -07:00
tom mortensen 3e18417980 Merge pull request #305 from bergware/master
Make disk spin up/down inline without refresh of complete page
2018-03-19 14:21:56 -07:00
tom mortensen ae7bcad956 Merge pull request #304 from Squidly271/patch-4
Docker Security: Remove <script> and <iframe>
2018-03-19 14:21:44 -07:00
Squidly271 d1a8df72ea Add in project 2018-03-19 15:14:16 -04:00
Squidly271 9b49e08396 Docker: Don't automatically update webUI entry on templates
webUI being automatically updated by dockerMan on updates results in people that have as an example reverse proxied their containers and needing to have a different webUI always having to redo their changes.
2018-03-19 15:11:42 -04:00
bergware 5517aa1b3d VM manager: replace pause icon for refresh when updating 2018-03-19 10:53:55 +01:00
bergware 82f4c05422 Change animation to spinning "refresh" 2018-03-19 10:00:03 +01:00
bergware c73dcb52d5 Minor correction: let container list start in basic view with collapsed rows when no cookie is set yet 2018-03-19 08:27:03 +01:00
bergware dfa76e6600 Moved NchanSubscriber.js into dynamix.js (single file load) 2018-03-19 08:15:49 +01:00
bergware 31208231c4 Fix "Schedule" reference in tabbed/non-tabbed mode and return to Main page 2018-03-18 23:20:39 +01:00
bergware 298b88e152 Do Clear Statistics inline without complete page refresh 2018-03-18 22:46:27 +01:00
bergware b0f991841a Do Clear Statistics inline without complete page refresh 2018-03-18 22:19:13 +01:00
bergware 93ab98844f Change state using socket call to emhttpd 2018-03-18 20:17:32 +01:00
bergware e36e0bcc86 Change state using socket call to emhttpd 2018-03-18 20:15:11 +01:00
bergware a1da91914c Change state using socket call to emhttpd 2018-03-18 20:10:37 +01:00
bergware 9c13913429 Make disk spin up/down inline without refresh of complete page
+ added animation to spin up/down indicator
2018-03-18 15:15:06 +01:00
Squidly271 742af14804 Switch from tabs to spaces 2018-03-17 17:18:19 -04:00
Squidly271 79f4fce086 Docker Security: Remove <script> and <iframe>
Recursively remove any <script> or <iframe> from all elements in a template
2018-03-17 17:08:00 -04:00
tom mortensen 30dc063bb2 Merge pull request #303 from Squidly271/patch-3
Plug security hole in docker template Post Args
2018-03-17 11:09:29 -07:00