Commit Graph

850 Commits

Author SHA1 Message Date
Eric Schultz 2e10386817 Merge pull request #189 from Squidly271/patch-1
Display dynamically rendered back to top icon
2017-10-17 08:42:34 -05:00
Eric Schultz f90e3e0b89 fix typo on Registration page 2017-10-17 08:41:41 -05:00
Squidly271 84c2a929ff Update DefaultPageLayout.php 2017-10-13 16:56:03 -04:00
Squidly271 df539da66d Display dynamically rendered back to top icon 2017-10-13 16:52:06 -04:00
Eric Schultz 22410f1873 Merge pull request #176 from realies/patch-1
Addition of Error Correction Type information
2017-10-12 09:44:29 -05:00
Eric Schultz 0096c69a1b reorder $star = "" 2017-10-12 09:43:19 -05:00
realies 472d699a4a Reduce dmidecode calls 2017-10-11 04:52:57 +03:00
Squidly271 61a863c20d Support tooltipster on bottom / left / right 2017-10-10 17:17:37 -04:00
Eric Schultz 27db350e36 Merge pull request #185 from Squidly271/patch-2
Prevent cron error entering syslog.
2017-10-10 10:45:54 -05:00
Eric Schultz db30f14039 Merge pull request #184 from bergware/6.4-wip
Take both parity disks in consideration on scheduler page
2017-10-10 10:45:01 -05:00
bergware 8b5b6f283d Normalize NVMe attributes list 2017-10-10 08:32:48 +02:00
bergware b8a86026ce Fix VLAN icon alignment for all themes 2017-10-09 22:01:42 +02:00
bergware fca315d3a4 Encryption benchmark: highlight default settings 2017-10-09 11:54:46 +02:00
bergware 1bcfe21981 Minor code optimizations 2017-10-09 09:53:54 +02:00
bergware 0a7a38eab7 Use user selected number notation in footer messages 2017-10-09 09:52:58 +02:00
bergware 233c2f5652 Normalize NVMe attributes list 2017-10-09 09:17:28 +02:00
Squidly271 8b37e27f70 Prevent cron error entering syslog.
If parity check schedule is set to 1st week, 2nd week, etc a cron error is logged when when not on the selected week due to return value of 1 from the date check.  Return a value of zero instead.
2017-10-08 12:57:01 -04:00
bergware 3e11e0c0f5 Round disk sizes to the nearest unit 2017-10-08 14:32:45 +02:00
bergware 08fea421d7 Round disk sizes to the nearest unit 2017-10-08 14:16:14 +02:00
bergware c871c9dae7 Round disk sizes to the nearest unit 2017-10-08 11:43:09 +02:00
bergware b47289c7a9 Round disk sizes to the nearest unit
E.g. 999.4 GB becomes 1 TB
2017-10-08 11:40:30 +02:00
Eric Schultz 5ce3ede734 fix smart controller type arguments 2017-10-07 10:55:49 -05:00
bergware bfc9c566d3 Add extra warning to Format confirmation checkbox 2017-10-07 11:23:09 +02:00
bergware db5a45146c Remove unused code 2017-10-07 11:00:47 +02:00
bergware 4012309726 Code alignment [2] 2017-10-07 10:48:43 +02:00
bergware b4864c73e7 Code alignment 2017-10-07 10:38:27 +02:00
bergware c5f2693e58 Disable Format button when Parity rebuild is running 2017-10-07 10:32:33 +02:00
bergware 6c79b1be2f Disable Format button when Parity rebuild is running 2017-10-07 10:24:40 +02:00
bergware d2028d1d5a Change button label to correct state 2017-10-07 09:47:14 +02:00
bergware 01e736745b Show parity and mover schedules unconditionally, but give warning when missing items 2017-10-07 08:12:52 +02:00
bergware fd636d598c Corrected regression 2017-10-07 07:55:37 +02:00
bergware 060ccdce6f Show shares when array is online and has formatting disks 2017-10-07 07:52:32 +02:00
bergware 66d7f1bd26 Take both parity disks in consideration on scheduler page 2017-10-06 20:10:53 +02:00
Tom Mortensen 29a7c83ba9 do not log actual csrf token values when missing or wrong 2017-10-03 08:04:16 -07:00
tom mortensen 44b878c8fb Merge pull request #180 from bergware/6.4-wip
Tablesorter updates
2017-10-03 07:38:14 -07:00
bergware 63ca930ec1 Tablesorter optimization 2017-10-03 09:44:05 +02:00
Eric Schultz 700edc2d92 Improve SMART Attributes display for NVMe and certain SAS devices 2017-10-02 09:39:30 -05:00
bergware 6df6b0e2eb Fix location misplacement in browse function 2017-09-30 15:19:20 +02:00
bergware 59812a9c93 Line consolidations 2017-09-30 10:08:09 +02:00
bergware 938e3ae1ad Line consolidations 2017-09-30 10:06:34 +02:00
bergware 2d47a9d661 Encryption refinements 2017-09-30 08:24:07 +02:00
bergware 1976c81b30 Encryption refinements 2017-09-29 22:43:45 +02:00
bergware c6eac025fc Updated tablesorter to version 2.29.0 2017-09-29 19:23:08 +02:00
bergware d5ab271d77 Change "Array Formatting" to "Array Started • Formatting device(s)" 2017-09-29 19:22:13 +02:00
bergware 949bd47282 Make Parity Check and Mover Settings unconditional
Show a warning message instead when selection is unavailable
2017-09-24 12:17:25 +02:00
realies 4b48bf768f Addition of Error Correction Type information
It would be great to start integrating ECC/EDAC support to unRAID, one of the first steps might be the relevant information from the BIOS/UEFI.

It would be good to reduce the `dmidecode -t 16` calls to one, I'm not aware if `Maximum Capacity` and `Error Correction Type` can be extracted with `awk` in one go without having to `explode` the row, otherwise it would be fine.
2017-09-22 01:30:59 +03:00
bergware ace879f568 Correct read/write speeds for 4K drives (fixed value of 512 bytes) 2017-09-20 19:15:11 +02:00
bergware 3c6a50ad35 Fix division by zero in Dashboard 2017-09-19 21:34:00 +02:00
bergware 0f71c8c0d7 Minor correction 2017-09-19 21:00:15 +02:00
bergware 1d51097572 Minor code optimization 2017-09-19 20:56:02 +02:00