Commit Graph

95 Commits

Author SHA1 Message Date
bergware
f4f59803d9 Minor code changes
Consistency: use the reference [$i,$j] in array for all scripts
2016-05-14 07:57:37 +02:00
bergware
5c3fcb7383 Make netconfig script executable 2016-05-12 18:07:53 +02:00
bergware
bfef74c948 Update to enhanced network settings [3]
Enable interface rules to change via webGUI
2016-05-12 14:00:01 +02:00
bergware
4a43eef8d8 Update IPADDR references 2016-05-12 08:49:48 +02:00
bergware
d147bd1455 Update to enhanced network settings [2] 2016-05-10 20:33:08 +02:00
bergware
77c2d150f9 Update to enhanced network settings 2016-05-10 08:27:13 +02:00
bergware
4978c1a0ff Enhanced network settings 2016-05-09 20:47:57 +02:00
bergware
e5c07ec28f Fixed missing devices in new extended data array and cache pool size on Dashboard page 2016-05-08 11:40:52 +02:00
bergware
ddb3ca7949 Minor code optimization 2016-05-07 09:33:00 +02:00
bergware
289efe00b7 Added "safe mode" indicator [2] 2016-05-06 16:58:14 +02:00
bergware
cf4472fefb Added "safe mode" indicator 2016-05-06 16:42:24 +02:00
bergware
7390691369 Support of extended data array and cache pool size on Dashboard page 2016-04-30 21:11:59 +02:00
bergware
ac86b11fb1 Updated diagnostics utility 2016-04-28 08:59:05 +02:00
Eric Schultz
d8833f4aa5 Improve blacklist detection for docker and vm pages that don't support mouseover help system 2016-04-14 14:05:58 -05:00
Eric Schultz
a20913676b Network Settings: IP address validation 2016-04-14 13:57:03 -05:00
Eric Schultz
05c18478a9 Upgraded jQuery to version 2.2.3 2016-04-12 19:37:20 -05:00
bergware
e586bd63ce Code optimizations 2016-04-07 21:31:40 +02:00
bergware
926354ab59 Fix custom setting in Parity Check Schedule 2016-04-06 21:37:32 +02:00
Tom Mortensen
6322def12b Version 2016.04.05 2016-04-05 19:29:00 -07:00
Eric Schultz
33e7afbd0a Change min width of navbar items (@anthony0030) 2016-04-03 17:22:23 -05:00
bergware
c24d9f0729 Fixed regression error in Browse function
* Fixed regression error in Browse function

* Remove debugging line in Browse page
2016-04-01 17:47:50 -05:00
Eric Schultz
dd6a27759f Upgraded jQuery to version 2.2.2 2016-04-01 06:45:24 -05:00
Eric Schultz
f4e2000b29 Improved core separation display for AMD cpus on System Devices page 2016-03-30 09:14:40 -05:00
bergware
976f1df8a3 Make direct link to plugin update optional in notice
Allows for direct download or redirect to plugin manager
2016-03-30 00:46:20 +02:00
bergware
22139045be Add direct link to plugin update in notice message 2016-03-29 17:57:55 +02:00
bergware
670dd39c4c Show parity history with newest entry at top and oldest entry at bottom 2016-03-29 17:00:15 +02:00
bergware
0100d750ed Add unRAID OS/Dynamix GUI update message in footer 2016-03-29 15:40:00 +02:00
bergware
ff3147b10e API for plugins to test and display a new version message
`<?if (plugin_update_available('commmunity.applications')):?>
$(function() {
showNotice('The plugin <b>community.applications</b> requires an
update!');
});
<?endif;?>`
2016-03-29 11:44:16 +02:00
bergware
081599c7d8 Force refresh of file when content has changed, and file is viewed in browser 2016-03-29 03:59:56 +02:00
bergware
c3454bc2a7 Check for disk not present in status report 2016-03-27 20:58:54 +02:00
bergware
09b9a81fdf Group disk types (parity, data, cache) in status report 2016-03-27 20:57:34 +02:00
bergware
43dba132a4 Improved core separation on Dashboard page 2016-03-27 17:15:40 +02:00
bergware
f8088c93fc Fix single line display of non-hyperthreaded cores on Dashboard page 2016-03-27 10:17:49 +02:00
Eric Schultz
687615e1a2 Version 2016.03.25 2016-03-26 12:57:57 -05:00
Tom Mortensen
99a4df5fc2 Get rid of once-per-week check of SMART database update since it does not work and besides is a possible
exploit vector:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804299
2016-03-25 10:53:28 -07:00
Tom Mortensen
13384a5e64 Version 2016.03.23 2016-03-23 20:26:10 -07:00
Eric Schultz
92ae26e0c9 Merge branch 'master' of github.com:limetech/dynamix-6.2 2016-03-23 16:03:34 -05:00
bergware
5993a4e9b7 Improved context-sensitive help functionality 2016-03-23 20:44:01 +01:00
Eric Schultz
1a42861ba3 Merge branch 'master' of github.com:limetech/dynamix-6.2 2016-03-21 17:55:48 -05:00
bergware
0aab843889 Introduce context -sensitive help
This allows for help of individual settings by clicking on the specific
setting context.
2016-03-20 19:04:02 +01:00
Eric Schultz
b5d7c767f6 Merge branch 'master' of github.com:limetech/dynamix-6.2 2016-03-19 22:39:33 -05:00
Eric Schultz
b09c4fd307 Fix minor spelling errors on OpenDevices page 2016-03-19 22:36:48 -05:00
Eric Schultz
f6e32aba41 Add output of 'lsmod' to diagnostics 2016-03-19 16:34:35 -05:00
bergware
2972b1e4c5 Display related core pairs on Dashboard page 2016-03-19 13:15:42 +01:00
Tom Mortensen
0fd0c59d38 Version 2016.03.17 2016-03-18 00:23:16 -07:00
Tom Mortensen
a4201cf844 Get rid of "Identify" operation. 2016-03-17 12:52:47 -07:00
Tom Mortensen
91a1741b01 Do not display device unassigned parity devices when array is Started. 2016-03-15 13:53:39 -07:00
Eric Schultz
8a7586d500 Fix: when disk rebuild is complete, notification reports status "Canceled" 2016-03-15 00:57:34 -05:00
Eric Schultz
72b7e08e3b Remove deprecated stylesheet (gh-buttons.css) 2016-03-14 23:48:19 -05:00
Eric Schultz
ec4d3c4851 Fix context menu to escape non-safe css selector characters 2016-03-14 22:12:50 -05:00