Eric Schultz
fc55ec66b1
Merge pull request #13 from gfjardim/patch-1
...
Fix: Templates not updating
2016-03-30 08:41:03 -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
gfjardim
6c1df6b987
Fix: Templates not updating
2016-03-29 12:36:17 -03: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
Eric Schultz
42b1cc876c
Merge pull request #10 from bergware/master
...
Improved context-sensitive help functionality
2016-03-23 16:02:57 -05:00
Eric Schultz
c5060ae161
Merge pull request #9 from gfjardim/master
...
Fix: wrong variable name prevents config creation
2016-03-23 15:11:20 -05:00
bergware
5993a4e9b7
Improved context-sensitive help functionality
2016-03-23 20:44:01 +01:00
gfjardim
cb6d1e2c57
Fix: wrong variable name prevents config creation
2016-03-22 19:42:10 -03:00
Eric Schultz
c8a595f51e
Docker formatting / cleanup
2016-03-21 19:10:28 -05:00
Eric Schultz
45ed2b32c7
Docker: allow use of IP or PORT variables in WebUI to be independent of each other
2016-03-21 18:06:57 -05:00
Eric Schultz
8b8fb70d63
Fix Docker WebUI persistence in certain cases
2016-03-21 18:03:34 -05:00
Eric Schultz
1a42861ba3
Merge branch 'master' of github.com:limetech/dynamix-6.2
2016-03-21 17:55:48 -05:00
Eric Schultz
eadfabdeb3
Merge pull request #8 from gfjardim/master
...
Docker bug fixes and enhancements
2016-03-21 15:01:04 -05:00
gfjardim
16a931b807
Add Template Authoring Mode.
2016-03-20 20:08:55 -03:00
gfjardim
fc5ef34aaf
Bug fixes
...
- Add: ability to hide edit/remove buttons in basic view;
- Add: hide advanced configurations in a collapsable menu - easier than
toggle Advanced View;
- Fix: Load edited Overview when toggle Views;
- Fix: Variable select box doesn’t have the same textPath width;
- Fix: limit the height of Categories dropdown menu to 200px.
- Fix: dropdownchecklist CSS for white theme
2016-03-20 20:07:24 -03:00
gfjardim
357b0bb92a
Add the ability to keep templates in sync with the author's modifications
2016-03-20 20:01:48 -03:00
gfjardim
cb57198de0
Set default port mode to TCP and path mode to RW
2016-03-20 19:57:06 -03: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
Eric Schultz
87ffefa5c0
Fix VM Manager to use SATA cdrom bus type when Q35 machine type is used (editing a VM)
2016-03-16 17:15:50 -05:00
Eric Schultz
a68898f197
Merge branch 'master' of github.com:limetech/dynamix-6.2
2016-03-16 17:14:28 -05:00
gfjardim
ff93c67e07
Change shared to slave due security reasons
...
I’ve confirmed that a privileged container can unmount a host target if
the volume map is mounted as shared. With slave propagation, the
unmount only took place inside the container, without affecting the
host target.
2016-03-16 19:09:59 -03:00
gfjardim
0113515de9
Docker: Fix black theme for dropdownchecklist
2016-03-16 08:12:07 -03:00
gfjardim
0d26dddccd
Add dropdowchecklist CSS for black theme
2016-03-15 19:38:35 -03:00
gfjardim
9d81f11c61
Add RW/Shared option to paths
2016-03-15 18:30:05 -03:00
Tom Mortensen
91a1741b01
Do not display device unassigned parity devices when array is Started.
2016-03-15 13:53:39 -07:00
gfjardim
0ba305501d
Add a dropdown menu to Category selection
...
Please note that in black theme the dropdownchecklist widget don’t
inherit colors from the dynamix css.
I’ll remove the “advanced” class from this row until Ronald can fix it.
2016-03-15 10:39:36 -03: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
8981389334
Merge branch 'master' of github.com:limetech/dynamix-6.2
2016-03-14 23:46:45 -05:00
Eric Schultz
ec4d3c4851
Fix context menu to escape non-safe css selector characters
2016-03-14 22:12:50 -05:00
Eric Schultz
52ac1d19f8
Docker: always show the 'Add another Path, Port or Variable' button
2016-03-14 09:50:38 -05:00
gfjardim
bd06cae38b
Create a default name for config if it's empty
2016-03-14 11:24:57 -03:00