summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix all unterminated character class for patternNewEraCracker2016-01-063-3/+3
|
* Fixed #5723Stephen Beaver2016-01-061-4/+7
|
* Fix a bunch of text issues on DNS resolver advanced optionsjim-p2016-01-061-25/+25
|
* Added new method setRequired() (shortcut for setAttribute("required", true) )Stephen Beaver2016-01-061-0/+7
|
* Validate pppoe_subnet before use it in calculation. Ticket #5720Renato Botelho2016-01-061-0/+5
|
* Change number of PPPoE users range to 1-255 and add an extra POST validationRenato Botelho2016-01-061-1/+4
|
* Fix field name validationRenato Botelho2016-01-061-1/+1
|
* Replace n_l2tp_units field by a drop-down from 1 to 255 and add a post ↵Renato Botelho2016-01-061-3/+6
| | | | validation just to be sure. Ticket #5720
* Fix success message colorStephen Beaver2016-01-061-2/+5
|
* Fixed #5738Stephen Beaver2016-01-061-0/+2
|
* Merge pull request #2358 from NOYB/HTML_Compliance_-_Firewall_/_Rules_/_WANStephen Beaver2016-01-061-1/+2
|\
| * HTML Compliance - Firewall / Rules / WANNOYB2016-01-061-1/+2
| | | | | | | | | | | | | | | | Attribute name not allowed on element table at this point. <table name="ruletable" class="table table-hover table-striped table-condensed"> Unclosed element div. End tag for body seen, but there were unclosed elements.
* | Merge pull request #2356 from phil-davis/lognginxStephen Beaver2016-01-061-10/+10
|\ \ | |/ |/|
| * Status logs common changes for nginxPhil Davis2016-01-061-10/+10
|/
* Include limit_conn config for CP maxprocperipChris Buechler2016-01-051-2/+10
|
* Only log to remote syslog server(s) if remote logging is enabledChris Buechler2016-01-051-8/+10
|
* Fixed #5633Stephen Beaver2016-01-051-2/+2
|
* Merge pull request #2353 from ↵Stephen Beaver2016-01-051-8/+8
|\ | | | | | | NOYB/HTML_Compliance_-_Firewall_/_NAT_/_Outbound_/_Edit
| * Remove errant bracket from character class.NOYB2016-01-051-1/+1
| |
| * HTML Compliance - Firewall / NAT / Outbound / EditNOYB2016-01-051-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class <input class="form-control" name="source" id="source" type="text" pattern="[0-9, a-z, A-Z and ."> <input class="form-control" name="destination" id="destination" type="text" value="" pattern="[0-9, a-z, A-Z and ."> Element ul not allowed as child of element span in this context. (Suppressing further errors from this subtree.) Contexts in which element ul may be used: Where flow content is expected. Content model for element span: Phrasing content. Element br not allowed as child of element ul in this context. (Suppressing further errors from this subtree.) Contexts in which element br may be used: Where phrasing content is expected. Content model for element ul: Zero or more li and script-supporting elements.
* | Merge pull request #2354 from ExolonDX/branch_01Stephen Beaver2016-01-0515-34/+128
|\ \
| * | Add some more Bootsrap panelsColin Fleming2016-01-059-4/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "firewall_aliases.php" - add gettext to the H2 tag - remove debug code "sevices_igmpproxy.php" "services_pppoe.php" "vpn_ipsec_keys.php" "status_gateways.php" "status_gateway_groups.php" "statis_services.php" "diag_arp.php" "diag_ndp.php" - add Bootstrap panels
| * | add dark beta themeJared Dillard2016-01-051-0/+3
| | |
| * | back out design changes for nowJared Dillard2016-01-051-7/+7
| | |
| * | It's time to go BETA \o/Renato Botelho2016-01-051-1/+1
| | |
| * | Welcome 2016Renato Botelho2016-01-051-1/+1
| | |
| * | Avoid mounting / rw without need when it's possibleRenato Botelho2016-01-051-12/+24
| | |
| * | Force update if code reaches this pointRenato Botelho2016-01-051-1/+1
| | |
| * | Fix nginx startup on NanoBSDjim-p2016-01-051-0/+3
| | |
| * | Make sure filesystem is rw state when pkg operations are calledRenato Botelho2016-01-051-0/+10
| | |
| * | Set necessary env vars for pkg db and cache dir on nanobsd or when MFS ↵Renato Botelho2016-01-051-14/+23
|/ / | | | | | | partition is being used
* | Merge branch 'Status_-_System_Logs_-_Consolidation' of ↵Stephen Beaver2016-01-057-1206/+1183
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NOYB/pfsense * 'Status_-_System_Logs_-_Consolidation' of https://github.com/NOYB/pfsense: Redmine #5731 Error when setting various system log settings from factory default config HTML Compliance - Status - System Logs - Firewall Summary View Fixup AJAX stuff so dynamic updating works. Rename functions per Phil suggestions. Remove commented out test code. Can' t do that here. Remove space between php tags. Status - System Logs - Consolidate - Firewall Summary View Status - System Logs - Consolidate - Firewall Dynamic View Status - System Logs - Consolidate - Common Functions
| * | Redmine #5731 Error when setting various system log settings from factory ↵NOYB2016-01-041-1/+3
| | | | | | | | | | | | | | | | | | default config From PR #2350 By Phil Davis
| * | HTML Compliance - Status - System Logs - Firewall Summary ViewNOYB2016-01-041-1/+1
| | | | | | | | | | | | | | | The align attribute on the div element is obsolete. Use CSS instead. Replace with bootstrap class="text-center".
| * | Fixup AJAX stuff so dynamic updating works.NOYB2016-01-044-31/+68
| | | | | | | | | | | | Move getGETPOSTsettingvalue function to be more centrally located in guiconfig.inc.
| * | Rename functions per Phil suggestions.NOYB2016-01-045-12/+12
| | | | | | | | | | | | | | | | | | | | | s/miscellaneous_common_code/status_logs_common_code/ s/build_if_list/status_logs_build_if_list/ As for getGETPOSTsettingvalue I'm open to it going anywhere that makes sense. Would be nice not to need too many additional inc's to get it though. Anything in guiconfig.inc or filter_logs.inc hierarchy shouldn't require anything additional.
| * | Remove commented out test code.NOYB2016-01-041-1/+0
| | |
| * | Can' t do that here. Remove space between php tags.NOYB2016-01-041-8/+4
| | |
| * | Status - System Logs - Consolidate - Firewall Summary ViewNOYB2016-01-041-74/+103
| | | | | | | | | | | | Update summary view log selection method to same method as firewall and system logs.
| * | Status - System Logs - Consolidate - Firewall Dynamic ViewNOYB2016-01-041-33/+76
| | | | | | | | | | | | | | | | | | Add advanced filtering to firewall dynamic view. Add manage log to dynamic view. Update dynamic view view log selection method to same method as firewall and system logs.
| * | Status - System Logs - Consolidate - Common FunctionsNOYB2016-01-043-1084/+955
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Factor common code section into to functions and place in include file. getGETPOSTsettingvalue miscellaneous_common_code tab_array_logs_common log_filter_form_system_submit filter_form_system log_filter_form_firewall_submit filter_form_firewall build_if_list manage_log_code manage_log_section
* | | Merge pull request #2296 from NOYB/HTML_Compliance_-_Form_Button_-_HRefStephen Beaver2016-01-050-0/+0
|\ \ \
| * | | HTML Compliance - Form Button - HRefNOYB2015-12-181-0/+3
| | | | | | | | | | | | | | | | | | | | The name attribute is obsolete. Consider putting an id attribute on the nearest container instead. The <a> name attribute is not supported in HTML5. Use the id attribute instead.
* | | | HTML Compliance - Form Button - HRefNOYB2016-01-051-0/+3
| | | | | | | | | | | | | | | | | | | | The name attribute is obsolete. Consider putting an id attribute on the nearest container instead. The <a> name attribute is not supported in HTML5. Use the id attribute instead.
* | | | Merge pull request #2343 from phil-davis/patch-3Renato Botelho2016-01-051-14/+12
|\ \ \ \
| * | | | Fix redmine #5722 DHCP validation for masterPhil Davis2016-01-011-14/+12
| | | | |
* | | | | Merge pull request #2253 from calvinbui/patch-1Renato Botelho2016-01-051-3/+1
|\ \ \ \ \
| * | | | | Stop DynDNS from turning off CloudFlarecalvinbui2015-12-171-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By having 'proxiable' and 'proxied' values set to false, CloudFlare is turned off (i.e. not go through CloudFlare) for the domain when updating the DNS records. Setting them to 'true' would turn CloudFlare on that domain, however the user may have disabled it for their own reasons and would not like it changed. Instead, removing these two values will not alter the status of CloudFlare on the domain. Tested with false/false, true/false, false/true, true/true in all scenarios.
* | | | | | Fix spaces and indentRenato Botelho2016-01-051-14/+15
| | | | | |
* | | | | | fix redirurl for nginxChris Buechler2016-01-051-1/+1
| | | | | |
OpenPOWER on IntegriCloud