Commit Graph

98 Commits

Author SHA1 Message Date
bergware 476100cf58 Display progress messages in blue 2017-07-08 22:51:02 +02:00
Tom Mortensen 3606fdb700 Remove remnants and references to 'dynamix.plg'.
The 'unRAID' attribute of an existing dynamix.plg file is used as the 'max' compatible version.  This
prevents stale dyanamix.plg files being loaded.
2017-06-23 16:01:38 -07:00
bergware 1c097759d2 Emhanced plugin manager with seprate plugin and OS sections 2017-06-18 10:28:13 +02:00
bergware 1d33bd2905 Changed copyright in footer to 2017 2017-06-16 06:59:19 +02:00
bergware d2050b43a0 Fixed regression error in display of custom banner introduced in rc3 2017-06-16 06:04:45 +02:00
bergware 54d70d2d9b Add generation of custom icon in header (sidebar) for themes AZURE and GRAY 2017-06-07 17:41:37 +02:00
bergware 55cb5ce9c6 Remove refresh button and refresh timer (force real-time) 2017-05-27 12:07:21 +02:00
Tom Mortensen 0c223514d2 Registration page refinements 2017-05-13 12:19:36 -07:00
Eric Schultz f55f57515d webGui: new watchdog service with websockets instead of ajax polling 2017-05-08 08:11:11 -05:00
Eric Schultz 5d9ba70520 Add NchanSubscriber.js and include it for all pages 2017-03-23 11:43:11 -05:00
Tom Mortensen 37cf5778bd Ampersand handling fix. 2017-03-11 12:48:42 -08:00
Eric Schultz 0c5a36741a webgui updates for 6.3.0-rc9 2017-01-27 10:23:44 -06:00
bergware 0eff0a94c8 Use new naming of font-awesome 4.7.0 2016-11-15 21:22:06 +01:00
bergware 1ae589d6f1 Additional enhancements 2016-10-24 09:38:05 +02:00
bergware b0813b884e Fixed: suppress new GUI message when unRAID-OS is newer 2016-09-25 20:13:39 +02:00
bergware ce576b4c73 Make GUI real-time updating a little more relaxed 2016-08-27 22:17:50 +02:00
bergware 6b8678a3b7 Remove unneeded title messages in links 2016-08-27 18:36:16 +02:00
Eric Schultz 38c444b22f Merge pull request #55 from bergware/master
Updated footer
2016-07-23 16:55:14 -05:00
bergware d2f327338c Updated footer 2016-07-22 19:21:48 +02:00
Eric Schultz f36f7f0423 Show reboot required status bar notice when a unRAID OS update was applied but hasn't been rebooted yet.
Bonus side effect of hiding 'Dynamix update available' status bar notice when all that needs to be done is reboot to get the updated Dynamix included in the unRAID OS update.
2016-07-16 09:34:03 -05:00
Squidly271 b5b4b0a11b Update DefaultPageLayout.php
Still surprised that you haven't included anywhere in the OS a direct link to the online manual
2016-07-01 11:02:37 -04:00
bergware dd18173e3f Updated footer unRAID® 2016-06-27 09:17:32 +02:00
bergware 3a08bee756 Update copyright [7] 2016-06-26 11:53:24 +02:00
bergware e7032eaff3 Update copyright [6]
2005 it is....
2016-06-14 13:31:56 +02:00
bergware 600930a263 Made copyright consistent and updated to 2016 2016-06-12 08:01:52 +02:00
bergware 77c2d150f9 Update to enhanced network settings 2016-05-10 08:27:13 +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
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
bergware e586bd63ce Code optimizations 2016-04-07 21:31:40 +02: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 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
Eric Schultz 687615e1a2 Version 2016.03.25 2016-03-26 12:57:57 -05:00
bergware 5993a4e9b7 Improved context-sensitive help functionality 2016-03-23 20:44:01 +01: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 9482eb39a3 Merge upstream webgui changes from Ronald 2016-03-03 13:39:57 -08:00
Eric Schultz 3f1b43c135 make the trial countdown less like a doomsday clock 2016-02-22 00:53:48 -08:00
Eric Schultz 27ffe89882 Abbreviated trial time remaining shown in header 2016-02-21 09:45:18 -08:00
Eric Schultz fa46d8be68 Add trial expire countdown to header bar 2016-01-28 16:02:25 -08:00
Eric Schultz 20977c5210 Several VM Manager and general webui fixes/tuning for 6.2
- move qemu script out of the docroot

- added latest virtio-win-iso (0.1.112-1)

- mark all drive/usb controllers blacklisted that contain disks in the array from pci passthough

- fix regex to include nameless usb devices

- default to usb2 for new VMs

- show pci and usb device IDs next to device labels

- dont show help on/off splash image

- VM Manager help section updates
2016-01-14 22:33:18 -08:00
Eric Schultz 8095de8759 merge ronalds changes from upstream + some vm and dashboard fixes 2016-01-12 19:59:16 -08:00
Eric Schultz 5209fff381 Upgraded font-awesome to 4.5 (css/fonts) 2015-12-06 17:23:56 -06:00
Tom Mortensen 0bac948356 6.2-beta12 2015-11-04 08:21:09 -08:00
Tom Mortensen 1c7de063ea 6.2-beta9 2015-10-29 17:28:17 -07:00
Eric Schultz 30ca111094 initial commit 2015-10-24 10:17:28 -07:00