summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-1920-43/+43
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Fix the config patch to the dhcp6 relayxsmos2012-01-191-1/+1
|
* Ensure timezone is setScott Ullrich2012-01-181-0/+6
|
* Ensure timezone is setScott Ullrich2012-01-182-0/+12
|
* replacing prototype with jQuery on load balancer pagesVinicius Coque2012-01-163-96/+95
|
* Remove 32 bit subnetmask limitation for IPv6smos2012-01-152-13/+11
|
* Converting headjs javascript code from prototype to jQueryVinicius Coque2012-01-151-35/+35
|
* Show the interface Link Local addresses on the status_interfaces.phpsmos2012-01-151-2/+9
|
* Fix for ticket 2071, this allows link local addresses for gateways.smos2012-01-151-3/+6
| | | | Backend already added the interface scope for link local addresses, hurrah.
* Allow using subnets and special nets in the CLI version of easyrulejim-p2012-01-131-0/+5
|
* Fix help textjim-p2012-01-131-1/+1
|
* Fix ssh key note to refer to DSA not just RSA since both work.jim-p2012-01-131-1/+1
|
* Add some protocol filtering capability to the packet capture pagejim-p2012-01-111-1/+24
|
* Add a button to re-view the packet capture file if one exists in /root/jim-p2012-01-111-2/+3
|
* Fix tab name to be consistent.jim-p2012-01-111-1/+1
|
* Fix botched tag, add some line breaksjim-p2012-01-111-4/+4
|
* Remove a second, redundant temperature block (there is already one higher up ↵jim-p2012-01-111-13/+0
| | | | that appears to be functional, this one is not.)
* Change system info widget fields from <input> to <span> so they don't appear ↵jim-p2012-01-112-13/+13
| | | | editable, and we aren't bound by their width constraints. (One long one was messing up table width).
* Merge pull request #37 from Joecowboy/masterJim P2012-01-115-39/+74
|\ | | | | Dashboard widget fixes and mods
| * I did a block comment out the fist time because I wanted to leave that code ↵Joecowboy2012-01-061-6/+6
| | | | | | | | in for later use when start adding more OID checks for different hardware drivers. So made comment change per request.
| * Fixed the get_time() out put fixed. Tweaked my changes made a tighter code.Joecowboy2012-01-051-13/+7
| |
| * Update usr/local/www/widgets/widgets/system_information.widget.phpJoecowboy2012-01-051-1/+3
| |
| * Disabled the line jQuery('#' + graph['spans'][count - 1]).fadeIn(500); ↵Joecowboy2012-01-051-3/+2
| | | | | | | | causing javascript error exception to be thrown while displaying span
| * Added Temperature back inJoecowboy2012-01-051-1/+10
| |
| * Tweaked the bar graph width.Joecowboy2012-01-051-4/+4
| |
| * Fixed Javascript error in function updateInterfaces(x) Joecowboy2012-01-051-22/+25
| | | | | | | | Removed the return that revented the updates to widgets in function stats(x) Tweaked Javascript code in function updateTemp(x) for temperature output
| * Changed the output of function get_uptime() to display: 00 Hours 00 Minutes ↵Joecowboy2012-01-051-6/+34
| | | | | | | | | | 00 Seconds Added code function get_temp() to get the OID values for temperature.
* | Merge pull request #38 from Joecowboy/patch-1Ermal Luçi2012-01-061-1/+1
|\ \ | | | | | | Increased the Uptime input field size from 30 to 50 because it was trunc...
| * | Increased the Uptime input field size from 30 to 50 because it was ↵Joecowboy2012-01-061-1/+1
| |/ | | | | | | truncating the uptime tweak output text I made.
* | Check userid better here, 0 is also validjim-p2012-01-061-1/+1
| |
* | Fix permission and certificate display for the admin userjim-p2012-01-061-1/+1
| |
* | Cleanup html, make tables sortable, implements #2040jim-p2012-01-061-44/+47
|/
* Merge pull request #24 from nunnione/masterErmal Luçi2012-01-052-4/+71
|\ | | | | Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portal
| * - Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portalRoberto Nunnari2011-11-292-4/+71
| | | | | | | | - Corrected bug in javascript funtion enable_change(enable_change)
* | Added support for failover radius server on wireless interfaceNamezero2012-01-021-1/+35
| |
* | Clarify the potential pitfalls when setting the Frequency Probe and Down ↵jim-p2011-12-291-14/+28
| | | | | | | | parameters.
* | Add SelfHost (German Provider) to Dynamic DNS ServiceGerald Raaf2011-12-262-4/+4
| |
* | fix textChris Buechler2011-12-251-3/+3
| |
* | "Destination server" is a required fieldChris Buechler2011-12-251-1/+1
| |
* | Local port must be specified, fix input validationChris Buechler2011-12-251-2/+2
| |
* | Add ability to kill all states matching an IP or subnet filter. Also display ↵jim-p2011-12-221-1/+19
| | | | | | | | count of states matching filter.
* | Don't let the browser auto-fill username and password on voucher config, as ↵jim-p2011-12-211-2/+2
| | | | | | | | it can interfere with the settings being properly saved if sync isn't fully configured, which this can make happen accidentally.
* | Do not redirect on saving services status widget, the headers have been sent ↵jim-p2011-12-211-1/+0
| | | | | | | | by this point and it can't happen.
* | Add a checkbox that disabled automatically generates negate rules for ↵smos2011-12-201-0/+16
| | | | | | | | | | | | directly connected networks and VPNs Ticket #2057 in redmine
* | Clarify the DHCPv6 server textsmos2011-12-141-1/+4
| |
* | Some sections should just be copied and not merged or we end up unable to ↵jim-p2011-12-121-1/+14
| | | | | | | | sync the deletion of the last item in a section.
* | Adapted the AjaxQueue code to work with jQueryVinicius Coque2011-12-111-17/+19
| |
* | Fix easyrule on 2.1jim-p2011-12-081-4/+2
| |
* | Fix for this: http://redmine.pfsense.org/issues/2037Michele Di Maria2011-12-064-8/+8
| | | | | | | | | | Just changed some padding/margin in the CSS in order to avoid wrapping the menu. Tested with Firefox 8, Chrome 15.0.874.121 and IE 9.
* | Require guiconfig.incScott Ullrich2011-12-032-0/+4
| |
OpenPOWER on IntegriCloud