summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/include
Commit message (Collapse)AuthorAgeFilesLines
* Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).01101001c2013-03-181-0/+27
| | | | Original post: http://forum.pfsense.org/index.php/topic,59193.0.html
* Merge pull request #460 from ExolonDX/branch_31Jim P2013-03-051-0/+5
|\ | | | | Tidy up "smart" widget XHTML
| * Tidy up "smart" widget XHTMLColin Fleming2013-03-051-0/+5
| | | | | | | | | | Added a new include file. Added summart to table tag
* | Tidy up "gateways" widgets XHTMLColin Fleming2013-03-051-0/+5
|/ | | | | | Added summary to table tags Created new INC file to jump from the dashboard to the gateway status page
* Make a Dynamic DNS status widget available for use on the Status Dashboard ↵Stanley P. Miller2013-02-131-0/+7
| | | | page. See forum toipic: http://forum.pfsense.org/index.php/topic,58278.msg312146.html#msg312146 for the discussion on this.
* Add contributed WOL widget. Resolves #1103jim-p2010-12-151-0/+7
|
* Ticket #1023. Correct the widget code bringing it full speed with latest ↵Ermal2010-11-231-1/+1
| | | | carp code.
* Add first revision of rewritten OpenVPN status widget to 2.0 resolves #496.jim-p2010-04-271-0/+4
|
* AJAX-ify the gmirror status widget. Add license header while I'm here.jim-p2010-02-271-2/+61
|
* New Widget: Gmirror Statusjim-p2009-04-051-0/+31
|
* Fix log widget title/linkjim-p2009-04-051-0/+6
|
* Filter log parsing updatejim-p2009-04-041-170/+0
| | | | | | | | | | | | * Share filter log parsing code instead of using copy/paste/code duplication. * Reworked the JavaScript a little so it could also be shared * Fix a large number of bugs, especially in the AJAX-based dynamic log viewer. * Picks up some more detail from the logs, and more accurately determines the protocol of a given log entry. * Adds a CLI log parser (filterparser.php) * Removed some redundant/unused code * Code cleanup/style fixes * Added support for finding logged rdr rules from miniupnpd NOTE: Due to the dynamic nature of upnp rules, the rule may not be present when checked.
* Jettison clog and replace with fifolog which is included in FreeBSD 7.1Scott Ullrich2009-03-151-1/+1
|
* Add ajax mojo to gateway status widgetScott Ullrich2009-03-111-2/+0
|
* Correctly close opened [ arrays and such.Scott Ullrich2009-03-081-1/+1
|
* Use ) instead of ]Scott Ullrich2009-03-081-1/+1
|
* Do the same for filter logs on dashboard as on the System logs.Ermal Luçi2009-03-081-7/+1
|
* * Rename get_current_wan_address to get_interface_ipErmal Luçi2008-10-231-4/+2
| | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one.
* Overhaul IPsec related code. Shared functions have been consolidated intoMatthew Grooms2008-07-111-81/+0
| | | | | | | | | | | | | | a new file named /etc/ipsec.inc. Tunnel definitions have been split into phase1 and phase2. This allows any number of phase2 definitions to be created for a single phase1 definition. Several facets of configuration have also been improved. The key size for variable length algorithms can now be selected and the phase1 ID options have been extended to allow for more flexible configuration. Several NAT-T related issues have also been resolved. Please note, IPsec remote access functionality has been temporarily disabled. An improved implementation will be included in a follow up commit.
* Change /sbin/setkey to ipsec-tools /usr/local/sbin/setkeySeth Mos2008-07-081-1/+1
|
* Continue interface improvementsErmal Luçi2008-06-211-3/+4
|
* Fix multicast traffic display in widget.Scott Ullrich2008-02-101-27/+35
|
* touch up textChris Buechler2008-01-081-1/+1
| | | | Ticket #1569
* change href linkScott Dale2007-12-301-1/+1
|
* Fix broken ipsec logicSeth Mos2007-10-051-14/+1
|
* Fix ipsec overview for wan interface, carp already workedSeth Mos2007-10-051-0/+2
|
* reorganize ipsec codeScott Dale2007-08-031-1/+67
|
* improved load times for ipsec tunnelsScott Dale2007-08-031-29/+0
|
* show configuration screen to allow option to display detail IPsec info (will ↵Scott Dale2007-07-241-6/+7
| | | | help with load times for many tunnels)
* new ipsec widgetScott Dale2007-07-231-0/+54
|
* add support to change widget titles and add links.Scott Dale2007-07-156-0/+38
|
* Update reg ex to accommodate extra data thrown into logScott Dale2007-07-041-7/+6
| | | | MFC: asap
* * Only process 8 events since we only show 5 lines * Change update rate to ↵Scott Ullrich2007-05-241-2/+2
| | | | be a tad higher
* Widget base. Note: changes to widgets are not saved yet.Scott Dale2007-05-071-0/+166
OpenPOWER on IntegriCloud