Commit Graph

57 Commits

Author SHA1 Message Date
Eric Schultz
8537c50fe4 webGui: improve reading docker template xml network settings 2017-06-21 07:24:03 -05:00
bergware
67a42dba98 Fixed time-zone not included in container updates 2017-06-18 12:01:48 +02:00
bergware
37cfde0466 Add list of deployed IP addresses to docker container config 2017-06-09 17:39:37 +02:00
bergware
e09998ce66 fixed docker don't add ":latest" when a tag already exists 2017-06-02 15:22:07 +02:00
Eric Schultz
b18f0f8e5d more docker ipv6 fixes from ronald 2017-05-16 11:03:10 -05:00
Eric Schultz
c30b8c5d93 webGui: allow custom IP addresses for individual Docker containers #2 2017-05-08 17:43:33 -05:00
Eric Schultz
89f7fcbba4 webGui: allow custom IP addresses for individual Docker containers 2017-05-07 15:27:52 -05:00
Eric Schultz
0c5a36741a webgui updates for 6.3.0-rc9 2017-01-27 10:23:44 -06:00
Eric Schultz
ba3d0621a9 Fixed: Device passthrough for Docker 2016-11-08 13:03:35 -06:00
bergware
951abbc9ba Updated PHP to preferred "elseif" sinlge statement 2016-10-29 09:30:21 +02:00
bergware
594db1b286 Replace deprecated HTML5 tags <big> <center> <font> 2016-10-24 09:42:55 +02:00
Eric Schultz
977ebda520 Docker: fix obsolete php functionality for php7 2016-10-18 15:03:17 -05:00
Eric Schultz
75e158ab7f Docker: trim trailing spaces from certain input box values 2016-07-10 19:43:24 -05:00
Eric Schultz
012c3e37ba Docker: inherit text color for basic/advanced view toggle's off state 2016-07-10 11:24:21 -05:00
Eric Schultz
64baf7c34d Docker: fix populate variable descriptions for v1 templates 2016-07-10 11:19:51 -05:00
Eric Schultz
76a742150f Fix Docker update/create to skip any remaining operations and display the error message to the user when 'docker pull' fails 2016-06-29 19:37:35 -05:00
Eric Schultz
5eb5245b38 Merge branch 'master' of github.com:limetech/dynamix-6.2 2016-06-26 18:22:54 -05:00
bergware
4d4f733767 Update copyright [6] 2016-06-26 10:42:29 +02:00
Eric Schultz
8754359c23 Merge branch 'master' of github.com:limetech/dynamix-6.2 2016-06-22 07:40:16 -05:00
gfjardim
0df6f17846 Fix a small regression on filetree browser alignment. 2016-06-21 23:14:18 -03:00
Tom Mortensen
c1589b13d9 Merge pull request #42 from gfjardim/patch-3
Add Description field back to Create Docker.
2016-06-21 11:28:19 -07:00
gfjardim
f3ea85fba0 Add Description field back to Configuration. 2016-06-20 18:27:42 -03:00
Eric Schultz
3c290c3835 Fix Device pass-through for Docker (container target was always coming up empty before) 2016-06-19 00:54:56 -05:00
bergware
1b343a7e61 Update copyright [3]
They keep coming...
2016-06-13 08:19:46 +02:00
bergware
633a799912 Enhanced docker edit box [6] 2016-05-16 14:23:00 +02:00
bergware
cc13536d57 Enhanced docker edit box [5]
Avoid error when no dockers existing
2016-05-16 13:52:33 +02:00
bergware
0d3d24445e Enhanced docker edit box [4]
Some corrections and added display of "deployed ports"
2016-05-16 13:42:55 +02:00
bergware
b4f46e0fbb Enhanced docker edit box [3] 2016-05-15 14:37:32 +02:00
bergware
cebaf8c897 Enhanced docker edit box [2] 2016-05-15 10:40:56 +02:00
bergware
eb1b6e2d22 Enhanced docker edit box 2016-05-14 19:25:06 +02:00
bergware
561d84f6ec Selective disable of fields when editing docker configuration
Avoid user confusion.
2016-05-14 09:26:46 +02:00
Eric Schultz
05cb2f2d7f Docker: remove spaces from container names 2016-04-04 19:15:52 -05:00
Eric Schultz
2d170c267c Docker: Don't override /config Name or Display for V2 templates 2016-04-01 18:15:39 -05:00
Eric Schultz
33101df545 Docker: add 'RO/Slave' path option 2016-03-30 21:38:25 -05:00
gfjardim
cb6d1e2c57 Fix: wrong variable name prevents config creation 2016-03-22 19:42:10 -03:00
gfjardim
16a931b807 Add Template Authoring Mode. 2016-03-20 20:08:55 -03:00
gfjardim
fc5ef34aaf Bug fixes
- Add: ability to hide edit/remove buttons in basic view;
- Add: hide advanced configurations in a collapsable menu - easier than
toggle Advanced View;
- Fix: Load edited Overview when toggle Views;
- Fix: Variable select box doesn’t have the same textPath width;
- Fix: limit the height of Categories dropdown menu to 200px.
- Fix: dropdownchecklist CSS for white theme
2016-03-20 20:07:24 -03:00
gfjardim
357b0bb92a Add the ability to keep templates in sync with the author's modifications 2016-03-20 20:01:48 -03:00
gfjardim
cb57198de0 Set default port mode to TCP and path mode to RW 2016-03-20 19:57:06 -03:00
Eric Schultz
a68898f197 Merge branch 'master' of github.com:limetech/dynamix-6.2 2016-03-16 17:14:28 -05:00
gfjardim
ff93c67e07 Change shared to slave due security reasons
I’ve confirmed that a privileged container can unmount a host target if
the volume map is mounted as shared. With slave propagation, the
unmount only took place inside the container, without affecting the
host target.
2016-03-16 19:09:59 -03:00
gfjardim
0d26dddccd Add dropdowchecklist CSS for black theme 2016-03-15 19:38:35 -03:00
gfjardim
9d81f11c61 Add RW/Shared option to paths 2016-03-15 18:30:05 -03:00
gfjardim
0ba305501d Add a dropdown menu to Category selection
Please note that in black theme the dropdownchecklist widget don’t
inherit colors from the dynamix css.

I’ll remove the “advanced” class from this row until Ronald can fix it.
2016-03-15 10:39:36 -03:00
Eric Schultz
8981389334 Merge branch 'master' of github.com:limetech/dynamix-6.2 2016-03-14 23:46:45 -05:00
Eric Schultz
52ac1d19f8 Docker: always show the 'Add another Path, Port or Variable' button 2016-03-14 09:50:38 -05:00
gfjardim
bd06cae38b Create a default name for config if it's empty 2016-03-14 11:24:57 -03:00
gfjardim
0289168bf1 Patch jQuery Ui widget to Dynamic black theme. 2016-03-14 11:24:11 -03:00
gfjardim
d304921142 Deal with deprecation of auto creating host paths
URL:
https://docs.docker.com/engine/deprecated/#auto-creating-missing-host-pa
ths-for-bind-mounts
2016-03-14 09:30:19 -03:00
gfjardim
9d37b7879a Export ports as variable if Network is set to host 2016-03-14 09:11:48 -03:00