Commit Graph

2739 Commits

Author SHA1 Message Date
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
tom mortensen a4f17cf176 Merge pull request #491 from bergware/master
Dashboard enhancements
2019-05-25 12:55:33 -07: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
tom mortensen c6f2668ee3 Merge pull request #490 from bergware/master
Dashboard: wrap long descriptions
6.7.0
2019-05-07 18:44:59 -07:00
bergware 019bc066f0 Dashbaord: wrap long descriptions 2019-05-07 19:12:31 +02:00
tom mortensen e2b55a8a34 Merge pull request #488 from bergware/master
Dashboard: cut off long container and VM names (revisited)
2019-05-06 20:56:33 -07: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
tom mortensen f92116a568 Merge pull request #486 from Squidly271/patch-2
Add GameServers to category for docker containers
6.7.0-rc8
2019-04-30 12:48:43 -07:00
Squidly271 2c653c7513 Add GameServers to category for docker containers 2019-04-28 16:35:35 -04:00
tom mortensen f8c359a20a Merge pull request #485 from bergware/master
Minor textual changes
2019-04-26 09:20:53 -07: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
tom mortensen 0fb1ee158f Merge pull request #482 from Squidly271/master
Allow optional notifications on background docker update checks
2019-04-10 12:17:22 -07:00
Squidly271 4e3ae0648c Add option to not send updates on dockerupdate 2019-04-06 18:29:57 -04:00
Squidly271 564b67577a Merge pull request #1 from limetech/master
LT Catchup
2019-04-06 18:22:33 -04:00
tom mortensen 1edefa440b Merge pull request #480 from itimpi/itimpi
Keep status visible for paused array operations
6.7.0-rc7
2019-04-02 10:38:29 -07: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
tom mortensen 7fbfef6ad2 Merge pull request #479 from bergware/master
Updated jquery cookie script from 1.3.1 to 1.4.1
2019-04-01 17:42:37 -07: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
tom mortensen 6d2fdd384e Merge pull request #477 from Squidly271/patch-1
Fix plugin download routine
6.7.0-rc6
2019-03-25 09:38:43 -07: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
tom mortensen cfd8358671 Merge pull request #474 from bergware/master
Revert "Added hover event to help text"
2019-03-21 09:44:29 -07: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
tom mortensen 220f956b2d Merge pull request #472 from bergware/master
Updated Unraid icons
2019-03-19 16:57:52 -07:00