Commit Graph

575 Commits

Author SHA1 Message Date
bergware e15810b08c Fixed: show history button after new config and array start 2016-09-08 21:05:24 +02:00
bergware deacba4b9c Fix possible 'race condition' when populating slots after a "new array" execution
It might happen that an array reset occurs before the "retain" list is
created, resulting in an empty list.

There is one open point:
When the form is submitted and the page returns then $var['mdState']
variable isn't updated yet by emhttp, this only occurs after a full page
reload or page switch. As a result the GUI doesn't show the correct
message after pressing Apply.

Is there a way to let emhttp update the $var variable before returning
the page?
2016-09-06 22:12:35 +02:00
bergware 80375ca8cd Merge remote-tracking branch 'limetech/master' 2016-09-05 08:30:50 +02:00
Tom Mortensen fddef09532 Version 2016.09.04 2016.09.04 2016-09-04 15:56:28 -07:00
bergware 96b0044ec9 Removed anchor symbol from archived notifications 2016-09-04 08:45:31 +02:00
tom mortensen da027db40f Merge pull request #67 from bergware/master
Remove custom time zone choice
2016-09-03 09:46:32 -07:00
bergware cb47a0445d Remove custom time zone choice 2016-09-03 18:38:37 +02:00
tom mortensen c40baf50a7 Merge pull request #66 from bergware/master
Add configurable display of WWN in device ID
2016-09-03 09:17:36 -07:00
bergware cc97a81002 Add configurable display of WWN in device ID 2016-09-03 14:35:14 +02:00
Eric Schultz ab2642381d Merge pull request #65 from Squidly271/patch-2
Delete failed downloads on template updates
2016-09-01 20:29:25 -05:00
Squidly271 5a02ad8f86 Delete failed downloads on template updates 2016-09-01 21:14:30 -04:00
Eric Schultz d8388245a8 Add option to anonymize diagnostics for a bug report 2016-08-31 14:14:24 -05:00
tom mortensen f7d8ebca4d Merge pull request #64 from bergware/master
rc5 based modifications
2016-08-30 15:17:16 -07:00
bergware b3bd5e78d9 Restore css files to latest version 2016-08-29 13:48:46 +02:00
bergware 844cf94f00 Strip WWN part from disk identifier (if present) 2016-08-29 13:36:56 +02:00
bergware b82a915e94 Strip WWN part from disk identifier (if present) 2016-08-29 13:35:11 +02:00
bergware 6ad69f9d9f Strip WWN part from disk identifier (if present) 2016-08-29 11:44:17 +02:00
bergware 5595bd5a98 Refresh page after clone operation 2016-08-29 11:43:42 +02:00
Eric Schultz 3c62e2ebc4 Merge pull request #63 from bergware/master
Restore latest version of DeviceList.php
2016-08-28 14:48:49 -05:00
bergware 30f19a1375 Restore latest version of DeviceList.php
For some reason the older version got included in the latest pull,
restored.
2016-08-28 17:06:57 +02:00
Eric Schultz 0c33217c24 Merge pull request #62 from bergware/master
Add collapsible network details in Dashboard
Make GUI real-time updating a little more relaxed
2016-08-27 17:43:52 -05:00
bergware ce576b4c73 Make GUI real-time updating a little more relaxed 2016-08-27 22:17:50 +02:00
bergware 5aac984bf2 Add collapsable network details in Dashboard 2016-08-27 19:39:29 +02:00
bergware 436f034338 Add collapsable network details in Dashboard 2016-08-27 19:27:36 +02:00
Eric Schultz af693f432f Merge pull request #61 from bergware/master
Add collapsable CPU load details in Dashboard
2016-08-27 11:47:51 -05:00
bergware 6b8678a3b7 Remove unneeded title messages in links 2016-08-27 18:36:16 +02:00
bergware c82a7c8cfe Add collapsable CPU load details in Dashboard 2016-08-27 17:38:26 +02:00
bergware 3c527c6811 Add collapsable CPU load details in Dashboard 2016-08-27 17:34:24 +02:00
bergware 1e4323fb2c add underlining when hoovering over links
Improved feedback for clickabke links
2016-08-27 17:26:53 +02:00
bergware 7f9dbd7aa1 Add collapsable CPU load details in Dashboard 2016-08-27 17:08:57 +02:00
bergware f02565dd49 Add collapsable CPU load details in Dashboard 2016-08-27 17:03:06 +02:00
Eric Schultz 82d4af2090 Merge pull request #60 from bergware/master
Added confirmation dialog when "parity is already valid" is checked
2016-08-27 08:00:48 -05:00
bergware cde26f1cf4 Added confirmation dialog when "parity is already valid" is checked 2016-08-27 14:49:40 +02:00
Eric Schultz f08759a8a8 Merge branch 'master' of github.com:limetech/dynamix-6.2 2016-08-26 20:58:07 -05:00
Eric Schultz a843d1015c Merge pull request #59 from bergware/master
Enhanced date and time settings
Changed truncation of log files and generation of last200 logs
Add CLONE functionality to user shares and disk shares settings
Save mail password encrypted in configuration file
Fixed NewConfig display of array status
2016-08-26 20:45:34 -05:00
bergware 3e7064185c Fixed NewConfig display of array status 2016-08-25 01:15:52 +02:00
bergware 674613c656 Update of date and time selection list
This removes the world map feature and is just a update of the selection
list (time zones as of July 2016)
2016-08-24 14:40:44 +02:00
Tom Mortensen 8ab4edc483 Added "Tunable (Direct IO)" setting in Global Share Settings page. 2016-08-23 23:47:12 -07:00
Eric Schultz c100570505 Fixed: allow ';' (semicolon) character in Docker variables 2016-08-22 06:44:07 -05:00
bergware eebb9c1b4b Save mail password encrypted in configuration file 2016-08-21 12:55:03 +02:00
bergware fef1a7f75e Code optimization SystemInformation.php 2016-08-21 12:31:22 +02:00
bergware 563f39e3d6 Save mail password encrypted in configuration file 2016-08-21 12:30:14 +02:00
bergware f82fdef257 Merge remote-tracking branch 'limetech/master' 2016-08-18 21:04:47 +02:00
Tom Mortensen bdbe2d7721 Version 2016.08.18 2016.08.18 2016-08-18 10:16:08 -07:00
bergware e4d8c36983 Add CLONE functionality to user shares and disk shares settings 2016-08-18 13:56:31 +02:00
bergware a0bdde4545 Add CLONE functionality to user shares and disk shares settings 2016-08-18 13:47:12 +02:00
bergware b8825bcc38 Add CLONE functionality to user shares and disk shares settings 2016-08-18 13:36:08 +02:00
bergware cd634f017e Updated "no user shares" message 2016-08-18 13:07:12 +02:00
bergware dcf9f8fc15 Add CLONE functionality to user shares and disk shares settings 2016-08-17 10:52:13 +02:00
bergware 1247609cb0 Add CLONE functionality to user shares and disk shares settings 2016-08-17 10:29:26 +02:00