Commit Graph

212 Commits

Author SHA1 Message Date
bergware
d6caf03fc8 Add missing csrf_token when adding new container 2018-04-12 00:05:52 +02:00
bergware
33a04f59b7 DockerCreate: show unassigned IP addresses as 0.0.0.0 2018-04-06 07:52:29 +02:00
bergware
a25f490e0c Docker minor code update 2018-04-05 17:57:02 +02:00
bergware
1c4d832865 Docker minor code update 2018-04-05 17:28:52 +02:00
bergware
1957869501 Docker minor code adjustment 2018-04-05 16:47:12 +02:00
bergware
843ba47478 Docker: optimized URL caching 2018-04-05 16:31:18 +02:00
bergware
c4a8c69f34 Minor code correction 2018-04-05 13:46:02 +02:00
bergware
70b5308463 Fixed return of IPv4 or IPv6 address 2018-04-05 12:47:20 +02:00
bergware
78c1b545bb Remove redundant statement 2018-04-05 09:32:27 +02:00
bergware
6780c7292c Docker consistency: move functions to DokcerUitl 2018-04-05 08:51:01 +02:00
bergware
012ef2aa7c Smarter IP address caching 2018-04-04 22:57:08 +02:00
bergware
9545093f09 Remove caching of URL to cope with dynamic IP assignments 2018-04-04 20:28:18 +02:00
bergware
613b0257d5 Fixed ContainerManager regression error 2018-04-04 08:45:21 +02:00
bergware
7370ee786f Make "bridge" first network choice in new container creation 2018-04-04 08:37:44 +02:00
bergware
b48a00e366 Fixed DockerCreate regression error 2018-04-04 08:28:21 +02:00
bergware
bc03b43a38 Code consistency 2018-04-02 17:15:47 +02:00
bergware
699d6591e8 Fixed orphan images not shown when no containers defined 2018-04-02 14:18:20 +02:00
bergware
408650ddcb Minor code optimization 2018-04-02 14:06:46 +02:00
bergware
27ff3bb7fa Fixed missing protocol type in container list 2018-04-02 14:02:32 +02:00
bergware
b6d86dc5f7 Docker enhancements and corrections
- delete cache files when container is deleted
- improved handling of user defined networks
-  optimized reading of container and image settings
- improved handling of container IP address assignment
- code optimization and consistency
2018-04-02 13:18:31 +02:00
bergware
b59da9ac37 Fixed corner case when 'confName' variable is not defined 2018-03-29 11:48:40 +02:00
bergware
ad4cb2d0d1 Restore Apply button to previous behavior
+ little rewrite to PHP7 syntax
2018-03-28 02:49:20 +02:00
Squidly271
a1bbf6fb40 Fix Create Docker php warning
Fixes #316
2018-03-27 17:20:06 -04:00
bergware
87aee2e8e5 Docker: more support for selective deletion of icon files 2018-03-26 17:21:48 +02:00
bergware
6f0b4664d0 Docker only remove icons when container/image is deleted 2018-03-26 16:37:58 +02:00
bergware
8e59dca50b DockerClient: sort container names alphabetically and port numbers numerically 2018-03-26 13:33:39 +02:00
bergware
8229bc8020 Dokcer code optimization 2018-03-26 11:14:36 +02:00
bergware
70a9ba12bc Dokcer combine used ports and ips in single list 2018-03-25 16:59:05 +02:00
bergware
2be8b2e0d5 Docker code optimizations 2018-03-25 14:24:12 +02:00
bergware
d98a36df5d Docker code optimization 2018-03-25 10:30:26 +02:00
bergware
c863905b73 Removed "timeout" from dcoker execution
It has no effect when docker hangs
2018-03-25 08:50:19 +02:00
bergware
d2d2f67b4f Reduced container list to one call to docker only for all containers at once 2018-03-24 21:02:04 +01:00
bergware
f3b0417fd8 Changed container list to a single docker call 2018-03-24 19:47:26 +01:00
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
45c22fa47f Do version checking on source file loading 2018-03-22 18:00:07 +01:00
bergware
4ed9f457de Apply button disabled by default 2018-03-22 14:04:46 +01:00
bergware
bd2a3fc0ec CreateDocker: minor code optimization 2018-03-21 23:28:55 +01: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
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
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
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