Commit Graph

1397 Commits

Author SHA1 Message Date
bergware 925e2c452c Minor code optimizations 2018-02-22 14:37:36 +01:00
Squidly271 2c6ac74a14 Support special characters in dashboard and docker tab links (webGUI, Support, Project) 2018-02-19 23:17:08 -05:00
tom mortensen c8a6b682dc Merge pull request #258 from Squidly271/pluginMan-No-install
Add ability for pluginMan to not install the .plg file
2018-02-19 16:54:27 -08:00
tom mortensen 162cd371d4 Merge pull request #259 from bergware/6.4-wip
Enhancements to Docker custom network settings
2018-02-19 16:53:51 -08:00
ljm42 601dc379a0 code simplification 2018-02-17 19:50:05 -08:00
ljm42 04a3f823c0 enhancement to diagnostics
Don't anonymize system share names (such as appdata,domains,isos,system), this will make it easier to find the right file when troubleshooting system shares.
2018-02-17 19:38:41 -08:00
bergware 02fbe2aa3b fixed width of notice class in themes white and black 2018-02-14 08:27:42 +01:00
bergware cccf09c6dd Fixed container update hanging when network doesn't exist
Plus some minor code cleanup
2018-02-08 20:53:06 +01:00
bergware 698171abb2 Merge remote-tracking branch 'limetech/6.4-wip' into 6.4-wip 2018-02-08 07:47:48 +01:00
bergware 4ea4e98cae Major network enhancements 2018-02-06 18:59:43 +01:00
Eric Schultz 345f89000a bug fix: dashboard cpu bar updates using Safari browser (now uses SSE instead of Websockets) 2018-02-06 11:03:51 -06:00
bergware d582a65e45 Fixed port list in routing table 2018-02-05 15:52:25 +01:00
bergware aefbaba801 Fixed number display when >=10000 2018-02-05 15:52:02 +01:00
bergware 134d536dc5 Enhamcements to Docker custom network settings 2018-02-05 12:51:51 +01:00
bergware d82296d329 Revert "Change "Address" to "Subnet" in Docker custom network settings"
This reverts commit 51a110592f.
2018-02-05 09:22:11 +01:00
bergware 51a110592f Change "Address" to "Subnet" in Docker custom network settings 2018-02-05 08:14:36 +01:00
Squidly271 9d8806e8b1 fix spacing on code 2018-02-02 21:00:48 -05:00
Squidly271 b2cf6fec8d Add ability for pluginMan to not install the .plg
Currently, to use the plugin manager as an easy method of running one-off scripts that DO NOT need to be re-run at boot time, the script needs to exit with a non-zero return code to force pluginMan to not copy the .plg to /boot/config/plugins.

The trigger for this is a new <PLUGIN> attribute of "noInstall"  When its value is non-null, the .plg will not get saved to /bot/config/plugins, but the .plg can still exit with a proper zero return code.

Admittedly, not too much call for this, but it would have come in handy for my Support / Project template update script for 6.4.1-rc2
2018-02-02 20:58:41 -05:00
ljm42 b917b3f809 fix placement of help text 2018-01-31 20:44:26 -08:00
bergware 576c6fe819 More enhancements in Docker settings
Simplification of networks display
2018-01-31 21:42:09 +01:00
bergware 240f5922fa Updated HELP text in Docker settings 2018-01-31 21:12:52 +01:00
bergware 21b5d51d2e More enhancements & corrections in Docker settings 2018-01-31 20:59:07 +01:00
tom mortensen 4e68bc5f4e Merge pull request #254 from bergware/6.4-wip
Docker settings enhancements
2018-01-31 08:12:18 -08:00
Eric Schultz 06152c092a docker: improve escaping arguments to docker create/run 2018-01-31 09:00:02 -06:00
bergware cbc5fb60a9 Docker settings enhancements 2018-01-31 11:49:13 +01:00
tom mortensen be205d2c6f Merge pull request #253 from bergware/6.4-wip
Enhancements for docker custom networks
2018-01-30 19:10:30 -08:00
bergware 466391524e Corrections in latest Docker settings PR 2018-01-31 03:00:08 +01:00
bergware ee128325e8 Enhancements for docker custom networks 2018-01-31 02:13:46 +01:00
Eric Schultz 57db2ee258 vm manager: fix table display when no VMs are in the list; added cache buster for css + js 2018-01-30 17:21:50 -06:00
tom mortensen adacaa9b4f Merge pull request #250 from Squidly271/6.4-wip
Add in Support & Project Links to Docker Context Menus
2018-01-29 21:53:33 -08:00
tom mortensen 10bcec66cd Merge pull request #251 from Squidly271/patch-1
Add warning about running New Perms against appdata share
2018-01-29 21:53:06 -08:00
tom mortensen 07568501dc Merge pull request #252 from bergware/6.4-wip
Miscellaneous updates
2018-01-29 21:52:36 -08:00
Eric Schultz 919b4ff407 vm manager: Only show VM Templates when Adding a VM; clean up vm list code; eliminate extra libvirt file require 2018-01-29 09:37:02 -06:00
bergware 6a3cd24d22 Give warning when non-recommended HTTP or HTTPS ports are chosen 2018-01-28 18:49:51 +01:00
Squidly271 017bd26b41 Internet Explorer Compatibility 2018-01-28 08:55:29 -05:00
bergware 536a3723ef Disable array STOP button when BTRFS operation is running
With automatic re-enabling
2018-01-28 10:18:20 +01:00
bergware cc6f8ebe20 Round size in parity operation progress indicators 2018-01-28 08:20:12 +01:00
bergware e85f84abad Disable array STOP button when BTRFS operation is running
+ more descriptive message when parity operation is running
2018-01-28 08:19:15 +01:00
Squidly271 e702137b8c Add warning about running New Perms against appdata share 2018-01-27 14:00:48 -05:00
Squidly271 82f3bc98be Revert "Revert "Support the most common CA xml entries in dockerMan""
This reverts commit 2cb9c1c947.
2018-01-27 11:48:11 -05:00
Squidly271 2cb9c1c947 Revert "Support the most common CA xml entries in dockerMan"
This reverts commit dda6319794.
2018-01-27 11:40:07 -05:00
Squidly271 dda6319794 Support the most common CA xml entries in dockerMan
Currently all template authors / maintainers have to manually edit the templates to add in these entries, which is a recipe for disaster, and in the future unRaid may support the entries outside of the Apps tab.

MinVer support is currently very rarely used (only a single template), but I foresee that it'll become more common as time goes on (eg: 32 bit binaries only supported on 6.4.0+)
2018-01-27 11:33:59 -05:00
Squidly271 7c82796731 Adjust spacing in code 2018-01-27 10:17:06 -05:00
Squidly271 6965583061 Add in Support & Project Links to Docker Context Menu
Every container added in via CA should already have the Support Link present (if added post 6.3)
Majority of apps in CA also have a project link present, but this will only thus far dockerMan hasn't saved that entry on user templates, so the Project link on the context menus will only appear for new containers added after the PR is aproved
2018-01-27 10:13:15 -05:00
Eric Schultz 430859ca5c vm manager: improve table vertical alignment with page header 2018-01-26 10:00:24 -06:00
Eric Schultz fb8dd764a6 vm manager: re-style vm sublist elements 2018-01-26 00:07:55 -06:00
Eric Schultz 5d9f15eb5f vm manager: re-style vm list elements 2018-01-25 22:31:42 -06:00
Eric Schultz 73262da03f vm manager: remove Log column 2018-01-25 12:13:48 -06:00
Eric Schultz a93c3e40e9 vm manager: consolidate vm icon content menu code 2018-01-25 12:09:57 -06:00
Eric Schultz 1a812dfe45 vm manager: consolidate logic to determine vm icon url + fix vm icon display for custom icons 2018-01-25 10:28:28 -06:00