move all xml to unRAID-CA repo

This commit is contained in:
dmacias72 2017-06-01 04:13:18 -06:00
parent dbd97cda35
commit 5639feab2b
8 changed files with 0 additions and 879 deletions

View File

@ -1,148 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.plg</PluginURL>
<PluginAuthor>dmacias72</PluginAuthor>
<Beta>False</Beta>
<Category>Tools:System</Category>
<Name>NerdPack GUI</Name>
<Description>
This plugin allows installation of extra packages, mostly CLI, for advanced users. Use at your own risk. Not officially supported by LimeTech.
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=37541.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon>
<Date>2017.02.06</Date>
<Changes>
###2017.02.06
- fix support link
- add perl toggle for vim
###2017.01.31
- move local tablesorter to cdn
- add support link to readme
###2016.10.20
- fix: php7 compatibility
###2016.10.09
- fix: not creating package directory
###2016.10.08
- fix: false positive of installed packages
- fix: packagemanager bug if cookies are missing
###2016.09.18
- fix: packagemanager array errors
###2016.09.16
- fix: empty package list on new install or upgrade
- update tablesorter to 2.27.6
###2016.09.10
- add: popup for unRAID version change or empty downloads folder
- add: always compare package checksums
- fix: remove corrupted packages
- fix: remove failed downloads
- fix: add package desc and json to scandir filter
###2016.03.15
- enable apply button if update ready
- fix: remove old package settings from config after package update
- create separate package repos for 6.1 and 6.2
- update plugin for unRAID 6.2 compatibility
- update packages for 6.2
###2016.02.23
- fix: search for a partial match of packages used in other plugins
###2016.02.17
- remove curl progress bar
- separate plugin depends by comma
- only show update status of selected packages when
###2016.02.15
- update tablesorter
- fix spacing of echoed messages
- remove array start event package install
- move initial package install to plugin install
###2016.02.08
- fix permissions on event script
###2016.02.02
- add check for other plugin dependencies on uninstall
###2016.01.25
- Merge eschultz pull request
- tweaks to tablesorter to restore saved filters
- minor optimizations
###2016.01.24
- Merged eschultz's package repo and following fixes
- Fixed first time running warnings about missing packages.json / desc files
- Fixed bug preventing Select All from being toggle-able
- Fixed bug in Select All and dependent package checkboxes / race condition
- Eliminated vertical space gap between page header and table
###2016.01.16a
- add metric parser to sort units
###2016.01.16
- minor diplay changes
- add tablesorter as a separate package
###2016.01.15
- fix filter save
- add filter reset button
###2016.01.10a-c
- fix name of package description file
###2016.01.10
- added dynamic package description tootips
- updated tablesorter to v2.25.0
- add tablesorter widgets (filter, saveSort, stickyHeaders, hover-highlight)
- added cli options to packagemanager script
###2015.12.30
- create packages directory on install
###2015.12.15a
- remove command output
###2015.12.15
- minor fixes
###2015.12.14
- add update functions
- add delete package function
- fix some minor bugs
###2015.12.13
- initial commit of wrapper plugin for packages in repo
###2015.12.07
- Added perl 5.22.0
- Added vim 7.4.898 (thanks Ryan Detzel)
###2015.09.09
- Keep all packages installed after NerdPack uninstall so we don't break other plugin's dependancies. (thanks David Coppit)
###2015.08.09
- Added p7zip 9.38.1
###2015.07.31
- Added iperf 3.0.11
###2015.06.27
- Added sshfs 2.5
###2015.06.23
- Added python 2.7.9 (fixes iotop dependency)
###2015.05.16
- Added subversion 1.7.16
- Added MD5 checks for all packages
###2015.05.15
- Added lftp 4.6.1
- Replaced installpkg with upgradepkg to allow package upgrading
- Added removal of packages upon uninstall of NerdPack
###2015.04.29
- Added git 2.3.5
###2015.04.24
- Added strace 4.10
###2015.04.23
- Added bwm-ng 0.6
###2015.02.07
- Added unrar 5.2.5
###2015.01.06
- Inital release. includes:
- iftop 1.0pre2
- iotop 0.6
- screen 4.2.1
- lshw B.02.17
- kbd 1.15.3
- inotify-tools 3.14
- cpio 2.11
</Changes>
</Containers>

View File

@ -1,85 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/apache.plg</PluginURL>
<PluginAuthor>dmacias72</PluginAuthor>
<Beta>False</Beta>
<Category>Network:Webserver</Category>
<Name>Apache Web Server</Name>
<Description>
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=33692.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/apache.png</Icon>
<Date>2017.01.28</Date>
<Changes>
###2017.01.28
- update apache to 2.4.25
- update php extensions to 5.6.29
- update libX11, libxcb, libXpm, net-snmp packages
- fix: harfbuzz package for 6.3
- harden code for XSS and CSRF vulnerabilities
- minor code improvements
###2016.10.26
- fix: harfbuzz package for 6.2
###2016.10.24
- fix: docroot permissions on service start
- add: browser based config editor for conf files and php.ini
- add: search functions to editor
- add: drop down list of users
###2016.10.15
- add: min and max version to plg
- update php extensions to 5.6.26 match unRAID 6.3
###2016.09.24
- fix: apr and apr-util packages not installing
- fix: clearing log files
- add: restart button
- add: missing dependencies for gd.so
###2016.09.17a
- fix: php.ini not being used
- update php extensions to 5.6.24 match unRAID 6.2
###2016.09.17
- update plugin for 6.2 only
###2015.09.07
- fix start and stop scripts
###2015.09.06
- change image png
- refomat code for markdown and dynamix inherent functions
###2015.08.31
- add full path to settings page POST script
###2015.08.27
- fix plugin remove script
###2015.08.26
- update extensions to php 5.4.44
- updated for unRAID 6.1
###2015.08.20
- fix rc.apache symlink
###2015.08.19
- update apache to 2.4.16
- update extentions to php 5.4.43
- updates for unRAID 6.1-rc* only
###2015.06.06
- update to apache 2.4.12
- update php extensions to 5.4.40
- remove libpng and libjpeg packages will need to reboot
###2015.05.22
- condense code
- use native v6 code and styling
###2015.04.18
- fix bugs
- add version and link to webserver
###2015.04.17
- update extentions to php 5.4.36
- added directory browser
- reformatted layout
###2015.01.31
- update for beta12+
###2014.09.25
- fix install and remove scripts
###2014.09.25
- reformated github and plugin format
- conf files will now be in /boot/config/plugins/apache/httpd
###2014.06.07
- initial commit
</Changes>
</Containers>

View File

@ -1,101 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/cmdline.plg</PluginURL>
<PluginAuthor>dmacias72</PluginAuthor>
<Beta>False</Beta>
<Category>Tools:System</Category>
<Name>Command Line</Name>
<Description>
Command Line implements Shell In A Box. A web server that can export arbitrary command line tools to a web based terminal emulator. A Command Line tool is created under the Tools menu. Backup and restore user home directory on system shutdown and start. Also includes screenfetch for command line screenshots.
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=42683.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/cmdline.png</Icon>
<Date>2017.05.21</Date>
<Changes>
###2017.05.21
- fix screenfetch not added to bash profile
###2017.02.05
- update some code to jquery
- add support link in readme
###2017.01.28
- update security for XSS and CSRF vulnerabilities
- strip down screenfetch for slackware/unRAID
- add unRAID version to screenshot
###2017.01.22
- update shellinabox unofficial to latest v2.20
- add: security patches
- fix: suppress var.ini parse error
###2016.10.22
- fix: ip connection for 6.2+
- add: tabs for terminal and settings
###2016.06.14
- add: dynamix plugin update api
- add: help content
###2016.03.24
- update shellinabox to unofficial 2.20
- fix: https when ssl is enabled
- remove linux-pam package
###2016.03.11
- add connect button on settings page
- add setting button on tools page
- rename plugin to cmdline since it is more than just shellinabox
- fix: conform screenfetch OS: to 80 columns (remove brackets)
- condense and restructure code
###2016.02.20
- fix: update plugin ovewriting home directory with saved
###2016.02.11a
- fix screenfetch error if emhttp/var.ini were not ready
###2016.02.11
- fix: chmod error
- fix: shutdown not saving
###2016.02.10
- remove array event scripts and move to rc script
- start and stop with system not array
- add: choice for command line screenshot
- add: choice to backup settings in root directory on shutdown
- add: backup restore on reboot e.g. mc settings, bash history
- add: selection of all users of group users for runas
###2016.01.07c
- add option to disable SSL
###2016.01.07b
- remove install cert button for now
###2016.01.07a
- fix cert link
###2016.01.07
- add ip address connection option
- add install certificate button
- fix starting service with changed settings not saving
- default config file
###2016.01.06
- change package path to plugin directory
- fix Tool/Command Line page misspelled cfg file and defaulting to port 8088 instead of 4200
###2015.12.30
- remove old plugin directory on install
###2015.12.21
- move repo to unRAID-plugins
- change plugin name to shellinabox-plugin
- convert install and remove scripts
- add package md5 and unRAID version check
###2015.10.23
- fix "no version information" log errors
###2015.09.20
- update shellinabox packages to 2.19 (revision e30c33d)
- fix color styles
###2015.09.07
- fix start and stop scripts
###2015.09.06
- use markdown syntax and parse_plugin_cfg
- change color styles
###2015.09.05
- fixed start event
- add more color styles
- fixed icon and image on black theme
###2015.09.04
- start and stop events
- update run as user
- update image
###2015.09.03
- initial commit
</Changes>
</Containers>

View File

@ -1,201 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.plg</PluginURL>
<PluginAuthor>dmacias72</PluginAuthor>
<Beta>False</Beta>
<Category>Tools:System</Category>
<Name>IPMI Tools</Name>
<Description>
The ipmi plugin allows you to view your system sensors and events using your ipmi hardware. Allows for local or remote access and event notification.
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon>
<Date>2016-10-24</Date>
<Changes>
###2016.10.24
- update codemirror for sensor and config editor
- add: search and replace functions for config editor
###2016.10.22
- fix: min/max version in plugin
###2016.10.19
- fix: min/max version in plugin
- fix: cached board status set add unknown
###2016.10.17
- fix: board not recognized and fancontrol disbaled
###2016.10.12
- fix: load kernel driver
###2016.10.10
- fix: plugin file
###2016.10.09
- fix: quiet modprobe
- update for min/max and 6.3
###2016.10.07a
- fix: add padding to single digit percentage for ###2016.10.07
- fix: fan page showing config missing for fan ###2016.10.06a
- fix: array_key_error on fans page
###2016.10.06
- add: update to freeipmi-1.5.3
- add: automatic system specific configuration of ipmi fans for ASRock boards
- fix: move boards.json to board.json
- fix: cache board type to speed up settings page
- fix: minor fixes, cleanup and remove depreciated code
- fix: css affecting dashboard
- fix: unRaid 6.3 compatibility
###2016.09.29
- fix: remove quotes from OEM Reserved readings
###2016.09.28a
- add: show readings for OEM Reserved in dashboard
- add: ability to select OEM Reserved to display in footer
###2016.09.28
- add: show readings for OEM Reserved e.g. Supermicro temp readings
- fix: hard drives reading showing 0 when spun down
###2016.09.20
- fix: inaccurate error when running fancontrol while disabled
###2016.09.16
- update tablesorter to 2.27.6
###2016.07.22
- fix: fan control not setting fans to auto when stopped
- fix: fan control not setting fan min (only setting a value of 1)
- fix: fan log percentage 0% when fan min is used
- thanks to piotrasd for the testing
###2016.05.17
- notice: with the latest update you will need to reconfigure your fan control settings
- fix: convert fan control settings to name based instead of number based (you'll need to setup fancontrol again)
- fix: workaround for dynamix plugin update api not refreshing after update (remove update message)
- fix: workaround for dynamix drop down checklists bug (F5 on other tab breaks ddcl)
- fix: refresh Settings tab on tab1 click for ddcl bug
- fix: check for board manufacturer
- add: remove auto board.json update and add manual Check for Updates button
- add: update fan logging: add start/stop messages and fan speed changes are in the form Fan Name(%):Temp Sensor(°C)
- add: ignored sensors to fan control page
- add: ignored sensors and command line arguments to CL helper scripts: ipmisensors, ipmisel and ipmifru
- add: Dashboard settings for all sensors, deselect all to disable Dashboard
- remove: Dashboard switch and types
###2016.05.16
- add: Dashboard will show any sensor if state is not nominal
- fix: Dashboard summary switch default to On
- fix: no sensors if localhost and network enabled
- fix: no sensors displayed if ignore is empty Thanks to ljm42
- fix: remove depreciated network check in footer display Thanks ljm42
###2016.05.15
- fix: condense code, remove excess files
- fix: readings page buttons alignment
- fix: sensors refresh rate first time dash or readings page is loaded
- add: update ipmi check method and network checks (move into fuctions)
- add: color to sensor readings in footer based on sensor state
- add: tablesorter reset for all tables (1st click is ascending, 2nd is descending and third 3rd is unsorted)
- add: settings drop down check list for sensor select and ignore
- add: settings drop down check list for Dashboard sensor type (uncheck all: hides IPMI Dashboard Summary)
- add: Dashboard summary page and hide switch
- fix: motherboard logos not showing
###2016.05.10a
- fix: local ipmi check Thanks to ljm42
###2016.05.10
- add: CL helper scripts ipmisensors and ipmisel that use network settings if network is enabled
- add: motherboard logos
- add: ability to use any fan or temp sensor in footer
- add: settings and readings tabs to Settings and Tools menu
- add: ipmi sensors configuration to readings page
- add: ipmi system configuration editor to settings page
- add: ability to edit, save and load on boot ipmi sensor configuration e.g. sensor thresholds
- add: help button text
- add: Dynamix plugin update API
- add: ipmi fan control for ASRock boards only
- (based on fans being named: CPU_FAN1, CPU_FAN2, REAR_FAN1, REAR_FAN2, FRNT_FAN1, FRNT_FAN2)
- add: select fan control ip address
- add: advanced view for fan control options
- fix: show separate status on each settings page
- add: highest array hard drive temp as a sensor
- add: abbreviated units to readings, change units column to type column
- fix: reduce footer footprint
- fix: network options
###2016.04.27
- fix: network timeout
###2016.03.27
- fix: add check for valid date
###2016.03.26
- fix: change date format function
###2016.03.25
- fix: archived events page update on event delete
- fix: archived events with same timestamp
- fix: archived events tablesorter pager
###2016.03.24
- update for 6.2 to freeipmi 1.5.1
- new installs on 6.2 will work fine
- 6.2 users with previous install will need to reboot or install libgcrypt-1.6.5 (temporarily) to use freipmi 1.5.1
- libgcrypt-1.6.5 is included with unRAID 6.2 and previous versions downgraded it to 1.5.5 to use freeipmi 1.4.11
- http://ftp.slackware.com/pub/slackware/slackware64-current/slackware64/n/libgcrypt-1.6.5-x86_64-1.txz
- fix: bug local ipmi timeout webgui to wait for ipmi (only affected systems without local ipmi)
- changed backup events to archived events
- add archived event page and switch
###2016.03.14
- update freeipmi package
- fix virtual machines not auto starting due to /etc/init.d directory created by freeipmi package
###2016.03.13
- add test button for sending sample notification events
- move ID column to advanced
- fix temp units not showing in footer
- add backup switch to backup events when clearing them
###2016.03.12
- converted to using freeipmi instead of ipmitool
- add support for multiple ipmi hosts local, network or both together
- add an extra fan display so you have 2 temp and 2 fan in footer
- add different warning levels based on event state
- fix race condition on reading of sensors and events
- add highlights and filters to tables
- add settings button to readings page and reading button to settings page
- add polling time to event monitoring
- code optimizations
###2016.02.22
- fix: advanced changed to fixed instead of toggle
###2016.02.15a
- fix: array combine error for sensors with non uniform data
###2016.02.15
- update tablesorter
- add: fan control page and status
- fan control Not functional yet
- add: settings for temps and fan display
- add: temp and fans readings to footer
- move event daemon start and stop functions to rc scripts
- remove daemon start and stop with array
- move daemon start process to plugin install
- move daemon stop process to rc.local_shutdown
###2016.01.17
- add tablesorter as a separate package
- fix values outside of critical showing green
- add icons instead of switches
- minor code changes
###2015.12.30
- remove old plugin directory on install
###2015.12.20
- fixed "Waiting for events" triggering notification on system start
- reorganize events page
- add switchbuttons
- move from UnRAID OS to System Information under Tools menu
- add unRAID version check
###2015.12.14
- make sure to remove old plugin
###2015.12.11
- change repo
- change install and remove method
###2015.11.17
- fix permissions for emhttp events
###2015.11.10b
- whoops deleted sensors page
###2015.11.10
- stop event monitoring on plugin removal
###2015.11.09
- minor bug fixes
###2015.11.08
- add settings page
- add event notifications
- add remote IPMI access
###2015.08.15
- update for unRAID 6.1-rc+ only
###2015.05.07a
- fix bug
###2015.05.07
- initial unRAID 6 release
</Changes>
</Containers>

View File

@ -1,82 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.plg</PluginURL>
<PluginAuthor>dmacias72</PluginAuthor>
<Beta>False</Beta>
<Category>Tools:System</Category>
<Name>Virtual Machine Wake On Lan</Name>
<Description>
Wake On Lan for Virtual Machines. Allows you to recieve a wake on lan packet to wake or start up kvm virtual machines.
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=44017.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.png</Icon>
<Date>2017.04.11</Date>
<Changes>
###2017.04.11
- update python for 6.2, 6.3 and 6.4
###2017.01.30a
- harden code for XSS and CSRF vulnerabilities
- fix form not defined and submitting
- update libvirt-python to 2.5.0 for 6.3
- update python to 2.7.13
- add support link to readme
###2016.11.05
- fix: continue script on exception e.g. error in vm xml
###2016.10.22
- fix: min and max
###2016.10.15
- add: min and max versions
###2016.10.09
- update for 6.3
###2016.09.16
- update python to 2.7.12
#####2016.06.04
- add rc script
- amend dynamix plugin api
###2016.04.16
- add help button comments
- add dynamix plugin API
- add white-space: normal to fix status css formatting
###2016.03.23
- remove libpcap from 6.2 install
###2016.03.19
- add wake on lan to advanced view
###2016.03.14
- update package locations
###2016.03.12
- add dual package support for 6.1 and 6.2+
- add python 2.7.11 for 6.2+
- add libvirt python 1.3.1 for 6.2+
- move settings to php file and include in vm settings
- move all permissions on scripts to plugin package install
###2016.01.22
- update install and remove scripts
- check if config exists
- create a default config file
###2016.01.02
- fix not starting with array
###2015.12.21a
- fix config file and start/stop
- add unRAID version check
- add md5 package ckeck
- convert install and remove scripts
###2015.12.01
- added fix for other packet sizes
###2015.11.18
- update python to 2.7.9
###2015.11.17
- fix start and stop event permissions
###2015.11.16
- added promiscuous mode to listen for all packets
- will recieve all ether proto 0x0842 packets now
###2015.11.15
- added support for ethertype 0x0842
- tested with ether-wake but asus router still not waking
###2015.11.14c
- fix plugin page image and link
- pkg variable typo
###2015.11.14
- initial commit
</Changes>
</Containers>

View File

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.plg</PluginURL>
<PluginAuthor>dmacias72</PluginAuthor>
<Beta>False</Beta>
<Category>Network:Messenger</Category>
<Name>Quassel Notify</Name>
<Description>
The Quassel Notify plugin allows you to receive Pushbullet notifications based on keywords from Quassel Core Server. It uses PyQuassel which is a pure python implementation of QuasselClient. Doesn't depend on any PySide or PyQt libraries.
</Description>
<Support>http://lime-technology.com/forum/</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.png</Icon>
<Date>2016-10-09</Date>
<Changes>
###2016.10.09
- update for 6.3
###2016.10.02
- add: Python 3.5.2 for unRAID 6.2
###2016.06.23
- fix: compile separate Python 3.5.1 for unRAID 6.1
###2016.05.28
- add log file
###2016.05.22
- fix: get token from notification settings
- fix: clear settings when stopping
###2016.05.20
- add dynamix plugin update api
###2016.05.19
- initial unRAID 6 release.
</Changes>
</Containers>

View File

@ -1,172 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.plg</PluginURL>
<PluginAuthor>dmacias72</PluginAuthor>
<Beta>False</Beta>
<Category>Network:Other Tools:System</Category>
<Name>Speedtest</Name>
<Description>
This plugin interacts with the command line interface for testing internet bandwidth using speedtest.net
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
<Date>2017-04-16</Date>
<Changes>
###2017.04.16
- fix: remove my dangling link
- fix: set server default to 0 to prevent null variable if saved before server list loads
###2017.04.11
- update python for 6.2, 6.3 and 6.4
- remove zpeter's speetest script due to end of development
- add sivel script to 1.0.3
###2017.02.13
- version bump
###2017.02.12a
- fix scheduler hourly setting
- fix scheduler tab calculation
###2017.01.30
- update python to 2.7.13
- add support link to readme
###2017.01.27
- update security
###2017.01.23
- remove local tablesorter
- move js depends to cdn
- add sivel version 1.0.2
- harden code for XSS and CSRF vulnerabilities
###2017.01.07
- update scripts
- add support for speedtest-linux script
- fix deleting single result
###2016.11.04
- fix: python min
###2016.10.28
- update min/max version
###2016.10.15
- update zpeters speedtest-linux to 1.0.2-b
###2016.10.09
- update for 6.3
###2016.09.16
- update python to 2.7.12
- update tablesorter to 2.27.6
###2016.06.19
- fix: scheduler not saving changes
###2016.06.10
- fix: make schedule variables unique, so other schedules aren't affected
###2016.06.08
- fix: getting no results because script version 0.3.1 missing timeout option
###2016.06.04
- fix: history table css
###2016.06.03
- add: selectable versions of speedtest-cli
- add: timeout option for those getting 0 values
- move and revise manual list to server side
###2016.05.22
- fix: units error when using bytes
- fix: increase chart size and remove horizontal title so date labels show correctly.
- add: extra speedtest scripts (speedtest-cli and speedtest-linux)
###2016.05.21
- fix: fix scheduler tab count if no mover settings
- fix: blank image not showing with empty table
###2016.05.20
- fix: workaround for dynamix plugin update api not refreshing after update (remove update message)
- fix: change chart sort order
- fix: streamline code
###2016.05.15
- fix: tabs not working due to image path
###2016.05.06
- add tabs for settings, scheduler and history
- add dynamix plugin update api
- add help info
###2016.03.14
- update package locations
###2016.03.12
- fix install python 2.7.11 for unRAID 6.2+
- fix install python 2.7.9 for unRAID 6.1
###2016.02.28
- fix: chart and table sync on changes
- fix: filters save
- fix: page refresh after manual test
- fix: various minor css and code
- add settings icon
- removed stacked charts
- add: persistent chart selection cookie
- tested working on clean install OSX 10.11 and Safari 9.0
- tested working on upgrade to OSX 10.11.3 and Safari 9.03
###2016.02.25
- fix: chart filter cookie
- fix: after deletion of row next image not shown
###2016.02.24
- add modified speedtest.py script
- remove obsolete dependencies from plugin install
- fix share image function hopefully for Safari
- add scheduler and history button to settings page
###2016.02.23
- update packages to NerdPack versions
###2016.02.21
- add save chart type to cookie
- add save chart data type cookie
- move row click to table column click
###2016.02.14
- fix: move delete all outside icon tag
- fix: no quotes on table row id
- add: animation to table row delete
- move: tablesorter to document ready
- add: function to save filters on page refresh
- add: charts: line, area, vertical, horizontal
- date format to fixed yyyy-mm-dd hh:mm day for sorting and charts
- update tablesorter
###2016.01.17
- remove symlink to speedtest-linux
###2016.01.16
- minor diplay changes
- add tablesorter as a separate package
###2016.01.15
- fix filter save
- add filter reset button
- add speedtest-linux command
###2016.01.12
- add checks for failed speedtest
###2016.01.02
- added tablesorter pager plugin
- fix tablesort css padding
- click on row to show share image
- save sort and filter settings
- added default cfg
###2015.12.29
- update tablesorter to v2.25.0 combined
- add tablesorter filters to table
- save speedtest host server
- add shadow box display when running speedtest
###2015.12.20a
- Added cron settings page
- Separated into proper webgui locations
- Speedtest settings under Settings
- Speedtest Cron Settings under Settings/Scheduler
- Speedtest App under Tools/Speedtest
###2015.12.20
- added speedtest-xml script to /usr/sbin/ for cron jobs
- added logging to speedtest.php for start and completion of the script
###2015.12.19
- changed icon thanks to hernandito
- convert to stand alone script for cron jobs
- rearrange setting page layout
- one click remove
###2015.12.11
- update package name
- update install and remove scripts
###2015.12.10
- add date and time to table
- add switchbuttons
- update packages
###2015.10.19
- typos
###2015.10.18b
- update to python 2.7.9
###2015.10.18a
- update install script
###2015.10.17
- initial commit
</Changes>
</Containers>

View File

@ -1,58 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.plg</PluginURL>
<PluginAuthor>dmacias72</PluginAuthor>
<Beta>False</Beta>
<Category>Tools:System</Category>
<Name>Wake On Lan</Name>
<Description>
Wake On Lan plugin allows you to scan your network, add and save computers from your network. Then wake them.
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=38289.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.png</Icon>
<Date>2017-04-09</Date>
<Changes>
2017.04.09
- fix empty ip address resulting in failed scan
###2017.01.29a
- harden code for XSS and CSRF vulnerabilities
- update nmap to 7.40
- fix blank scan.xml causing errors
- misc code improvements
###2016.10.24
- fix: ip address variable
- fix: scan not working
###2016.10.22
- update ip address variable
- update code formatting
###2016.09.16
- update tablesorter to 2.27.6
###2016.01.16
- minor diplay changes
- add tablesorter as a separate package
###2016.01.09a
- saved mac address cannot be blank
- minor code changes
###2016.01.09
- move repo to unRaid-plugins
- add tablesorter fork for better sorting and sort save
- add separate tab for scanning
- completely update layout and revise code
###2015.11.21
- minor fixes
###2015.03.05a
- fix default ethernet interface
###2015.02.24
- button bindings when editing
###2015.02.21
- added autosave
- added table sorting
- disable scan function caching
- loading gifs
- show scan results only after scan
- scan ip after wake
###2015.02.20
- initial unRAID 6 release.
</Changes>
</Containers>