summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Standardize Certificate Manager breadcrumbsPhil Davis2015-12-073-3/+3
|
* Run ping_hosts.sh once after IPsec start if it's enabled, to avoid a wait of ↵Chris Buechler2015-12-041-0/+7
| | | | up to 4 minutes for minicron to run it.
* Remove the second Disconnect VPN button. Its function is different, but it ↵Chris Buechler2015-12-041-3/+0
| | | | doesn't really have a practical use (child SAs can be deleted elsewhere) and the presence of two buttons is confusing.
* make text consistentChris Buechler2015-12-041-1/+1
|
* Fix VIP listing in firewall_nat_edit.php dst fieldChris Buechler2015-12-041-3/+5
|
* fix missing spaces in textChris Buechler2015-12-041-2/+2
|
* undo title capitalizationJared Dillard2015-12-041-5/+0
|
* add styles for different color progress barsJared Dillard2015-12-041-0/+12
|
* revert 4afd1362bd57d0e4ce362dc105085b8c8d9f64c1 and add BETA stylesheetJared Dillard2015-12-043-740/+358
|
* Include ipsec.inc here otherwise the global is undefined when called when ↵jim-p2015-12-041-0/+1
| | | | restoring a config in the GUI.
* Address a potential LFI in pkg.php and wizard.php without breaking the ↵jim-p2015-12-042-4/+16
| | | | ability to pass relative paths Restricts them to files under their intended base directories.
* Add descriptive name field to CSR completion formStephen Beaver2015-12-041-0/+7
|
* Remove deprecated Bootstap decoration from badgesStephen Beaver2015-12-041-4/+5
| | | | | Fix quotes Make column selector numeric and add limits
* pfSense.css has been moved to pfSense-EXP.cssStephen Beaver2015-12-042-355/+740
| | | | | pfSense.css has been reverted to the version from about a week ago Please go to System->General setup->Web configurator and select the css file you would prefer to work with
* Merge pull request #2160 from ExolonDX/branch_02Stephen Beaver2015-12-042-44/+63
|\
| * Tidy up "firewall_shaper*.php"Colin Fleming2015-12-042-44/+63
| | | | | | | | | | | | Tidy up coding style Add PROPERTY statement to LINK tag Remove self closing statement from ANCHOR tag
* | Merge pull request #2159 from ExolonDX/branch_01Stephen Beaver2015-12-041-17/+26
|\ \
| * | Tidy up "diag_defaults.php"Colin Fleming2015-12-041-17/+26
| |/ | | | | | | Add Bootstrap look-n-feel to diag_defaults.php
* | Merge branch 'Status-System_Logs-Firewall-Filter' of ↵Stephen Beaver2015-12-042-41/+72
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NOYB/pfsense * 'Status-System_Logs-Firewall-Filter' of https://github.com/NOYB/pfsense: Revert "gettext it up" gettext it up Src & Dst port fields as number breaks regex. Fix filter button. Status-System Logs-Firewall-Filter
| * | Revert "gettext it up"NOYB2015-12-031-24/+24
| | | | | | | | | | | | This reverts commit 7597524ba9afab6fabd86d98baa624026702e095.
| * | gettext it upNOYB2015-12-021-24/+24
| | |
| * | Src & Dst port fields as number breaks regex.NOYB2015-12-021-2/+2
| | | | | | | | | | | | ex: using anchors to return only the exact port.
| * | Fix filter button.NOYB2015-12-021-7/+14
| | |
| * | Status-System Logs-Firewall-FilterNOYB2015-12-022-40/+98
| | | | | | | | | | | | | | | | | | | | | Spruce it up. Use the cool filter button. Use the cool clear button. Add no logs to display notice.
* | | Merge pull request #2156 from heper/patch-1Stephen Beaver2015-12-040-0/+0
|\ \ \ | |_|/ |/| |
| * | fix #5591heper2015-12-031-3/+2
| | |
* | | Merging PRsStephen Beaver2015-12-031-1/+1
| | |
* | | fix #5591heper2015-12-031-3/+2
| | |
* | | Fix SCRIPT tag in "diag_arp.php"Colin Fleming2015-12-031-2/+3
| | | | | | | | | | | | | | | Add missing double quote Tidy up coding style
* | | missed a '.' (dot)NOYB2015-12-031-1/+1
| | |
* | | gettext it upNOYB2015-12-031-17/+17
| | |
* | | else if vs elseif code style consistencyNOYB2015-12-031-28/+28
| | |
* | | PID filter field as number breaks regex.NOYB2015-12-031-1/+1
| | | | | | | | | | | | ex: using anchors to return only the exact PID.
* | | Fix filter button for raw mode.NOYB2015-12-031-7/+14
| | |
* | | Status - System Logs - FilterNOYB2015-12-032-40/+341
| | | | | | | | | | | | | | | | | | Add advanced log filter form Break out log listing fields in to columns (Time, Process, PID, Message). Basic log filter form is still used in raw mode.
* | | net.inet.ipsec.debug in 10-STABLE and newer is extremely noisy and has a ↵Chris Buechler2015-12-031-0/+3
| | | | | | | | | | | | serious performance impact, where that wasn't the case on 10.1 base versions. Change it to 0 on upgrade to avoid problems for those who had it set previously.
* | | keep consistency with RFC-defined capitalization, IPsec.Chris Buechler2015-12-033-5/+5
|/ /
* | capitalize titles and labelsJared Dillard2015-12-031-0/+9
| |
* | Remove txtsupport from Unbound. Of limited use, and the back end code was ↵Chris Buechler2015-12-031-12/+0
| | | | | | | | never ported over from the package (and is messy to do so). Ticket #5545
* | Merge pull request #2154 from heper/patch-1Stephen Beaver2015-12-031-2/+2
|\ \
| * | fix syntax errorsheper2015-12-031-2/+2
|/ /
* | Support the fieldtype "<sethelp>" for checkboxes.Stephen Beaver2015-12-031-3/+5
| |
* | Revise collapsible section behavior to use defines (COLLAPSIBLE, SEC_OPEN, ↵Stephen Beaver2015-12-032-5/+8
| | | | | | | | SEC_CLOSED)
* | SpellingStephen Beaver2015-12-031-4/+4
| |
* | Further changes to Section.class.php and to diag_logs_filter.phpStephen Beaver2015-12-032-14/+31
| | | | | | | | | | | | | | | | | | | | Experimental section collapse Form_Section() now accepts up to 4 arguments: Form_section(title, id, collapsable, initiall_collapsed) collapsable = true specifies that the panel should be collapsable and should have a plus/minus icon in the title bar to allow that. Defaults to false A unique ID is required when collapsable is specified (per page) so we know which panel to collapse If initially_collapsed is true, the panel starts out collapsed (defaults to false)
* | Fix updating of CSR by correcting button nameStephen Beaver2015-12-032-22/+25
| | | | | | | | Cosmetic fixes to ldapacpicker to make it usable in 2.3
* | Revert previous commit which obsoleted fend.incdoktornotor2015-12-031-0/+2
| |
* | Revert previous commit which obsoleted fend.incdoktornotor2015-12-031-1/+0
| | | | | | | | | | | | Reason: https://github.com/pfsense/FreeBSD-ports/search?utf8=%E2%9C%93&q=fend.inc https://forum.pfsense.org/index.php?topic=103449.0
* | Use new link for CLA instructions here.jim-p2015-12-031-1/+1
| |
* | update stylesJared Dillard2015-12-032-2/+4
| |
OpenPOWER on IntegriCloud