Commit Graph

2458 Commits

Author SHA1 Message Date
tom mortensen
a67af76213 Merge pull request #499 from Squidly271/patch-2
Fix custom case png not surviving reboot
2019-08-13 11:47:06 -07:00
Squidly271
27bed57f01 Fix custom case png not surviving reboot
Fixes https://forums.unraid.net/bug-reports/stable-releases/custom-icon-on-dashboard-r583/
2019-08-10 13:48:37 -04:00
Cody Alton
6fe5a5ddb2 Modified notify script to allow overriding email recipients in notification settings 2019-06-26 13:25:49 -04:00
tom mortensen
eb1860ada3 Merge pull request #492 from Squidly271/patch-4
Don't allow plugin updates to same version
2019-06-08 10:10:45 -07:00
bergware
8bac872f25 Fix OS update banner overhanging in Auzre / Gray themes 2019-06-08 18:51:36 +02:00
Squidly271
d90595c052 Don't allow plugin updates to same version
Should solve the odd problem with CA where updates effectively remove the plugin, due to user clicking the CA link to update itself, but auto update (eg) has already updated the plugin (ie: auto update updated it while the CA page was open)
2019-06-08 11:32:13 -04:00
bergware
38b8437b36 Dokcer: disable button "Update All" instead of hiding it when no updates are available 2019-05-25 10:19:56 +02:00
bergware
71d23a03c4 Revert "Network settings enhancements"
This reverts commit d2bc60215f.
2019-05-18 22:49:54 +02:00
bergware
d2bc60215f Network settings enhancements 2019-05-18 22:24:01 +02:00
bergware
558c7a3b40 Dashboard: enhanced sorting 2019-05-18 10:56:57 +02:00
bergware
340958df92 Docker + VM: enhanced sorting 2019-05-18 10:55:20 +02:00
bergware
702d4519c4 Browser style correction 2019-05-17 20:47:26 +02:00
bergware
8175744502 Dashboard: style corrections 2019-05-17 13:58:59 +02:00
bergware
05f36a0d64 Dashboard: added custom case image selection 2019-05-17 10:14:05 +02:00
bergware
2fbe459147 Dashboard: added draggable fields in table 2019-05-16 17:25:14 +02:00
bergware
e913ffe2b2 Dashboard: added custom case image selection 2019-05-16 15:57:00 +02:00
bergware
b8b5269fbb Dashboard: added custom case image selection 2019-05-16 15:43:23 +02:00
bergware
a7ba07078a Dashboard: added draggable fields in table 2019-05-16 15:43:01 +02:00
bergware
019bc066f0 Dashbaord: wrap long descriptions 2019-05-07 19:12:31 +02:00
bergware
b70a174e50 Share settings: fixed exclude "All' from write function 2019-05-03 18:47:24 +02:00
bergware
4596201441 Dashboard: cut off long container and VM names (revisited) 2019-05-03 18:01:02 +02:00
tom mortensen
81a5982fa6 Merge pull request #487 from bergware/master
Dashboard: cut off long container and VM names
2019-05-01 13:06:43 -07:00
bergware
d669dca3f3 Dashboard: cut off long container and VM names 2019-05-01 10:53:54 +02:00
Squidly271
2c653c7513 Add GameServers to category for docker containers 2019-04-28 16:35:35 -04:00
bergware
3f7a8b25af Minor textual changes 2019-04-26 16:14:24 +02:00
tom mortensen
64f9de23b2 Merge pull request #483 from bergware/master
Dashboard: fixed hanging when no share exports are defined
2019-04-12 08:58:05 -07:00
bergware
48f8100dbd Dashboard: fixed hanging when no share exports are defined 2019-04-12 09:10:51 +02:00
Squidly271
4e3ae0648c Add option to not send updates on dockerupdate 2019-04-06 18:29:57 -04:00
itimpi
9bfd066faf Keep status visible for paused array operations
Change to keep srrary operation status visible when it is paused, but with "(Paused)" added to the status message
2019-04-02 11:59:02 +01:00
bergware
d92b33a5d5 Updated jquery cookie script from 1.3.1 to 1.4.1 2019-04-01 13:27:52 +02:00
tom mortensen
9d25d1d883 Merge pull request #476 from Squidly271/master
Docker: Add More Info link (docker registry) to context menus
2019-03-31 14:05:40 -07:00
tom mortensen
5640a47e29 Merge pull request #478 from bergware/master
Dashboard: add settings shortcuts
2019-03-31 14:05:28 -07:00
bergware
94980149a9 Dashboard: add settings shortcuts 2019-03-31 21:19:50 +02:00
Squidly271
d2981ee243 Revert switch case
It is correct, because the line in DockerClient is
                        $tmp['registry'] = $tmp['registry'] ?? $this->getTemplateValue($image, 'Registry');

And if I switch that, then god knows what else has to change in addition
2019-03-25 21:46:07 -04:00
Squidly271
d658e525af Switch case 2019-03-25 19:50:40 -04:00
Squidly271
63b0402964 Fix plugin download routine
Typo in my original PR #473 that prevents any plugin from installing.  My bad -> happened because I was too lazy to merge into my fork the tested code and simply manually did a patch.
2019-03-24 14:41:35 -04:00
Andrew Z
a28c810baa Docker: Add More Info link (docker registry) to context menus 2019-03-24 13:36:20 -04:00
bergware
c1084ab335 Revert "Added hover event to help text"
This reverts commit 8533ed73fc.
2019-03-21 03:32:18 +01:00
bergware
ba089a63c4 Revert "Added hover event to help text"
This reverts commit 69eb06119d.
2019-03-21 03:32:12 +01:00
bergware
3989678221 Revert "Added hover event to help text"
This reverts commit ac8e853e4c.
2019-03-21 03:32:07 +01:00
bergware
a5a4e8e1e0 Revert "Added hover event to help text"
This reverts commit 6c4edd7a7b.
2019-03-21 03:31:58 +01:00
Tom Mortensen
7ae2b69294 Remove wireguard from 'master' for 6.7 release. 2019-03-19 17:01:01 -07:00
tom mortensen
79d1c9575b Merge pull request #473 from Squidly271/patch-1
Switch plugins to a compressed download
2019-03-19 16:58:14 -07:00
bergware
6c4edd7a7b Added hover event to help text 2019-03-17 15:57:52 +01:00
bergware
ac8e853e4c Added hover event to help text 2019-03-17 13:57:20 +01:00
bergware
69eb06119d Added hover event to help text 2019-03-16 17:57:51 +01:00
bergware
8533ed73fc Added hover event to help text 2019-03-15 08:28:43 +01:00
Squidly271
99305f2015 Switch plugins to a compressed download 2019-03-14 21:24:53 -04:00
bergware
1bf3a46011 Revert "Wireguard: added statistics"
This reverts commit b8b940b793.
2019-03-13 11:16:34 +01:00
bergware
d78232b997 Updated Unraid icons 2019-03-13 11:11:51 +01:00