summaryrefslogtreecommitdiffstats
path: root/src/usr
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.
* | Status logs common changes for nginxPhil Davis2016-01-061-10/+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.
* | 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
| |
* | Merge branch 'Status_-_System_Logs_-_Consolidation' of ↵Stephen Beaver2016-01-056-1196/+1158
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-043-21/+43
| | | | | | | | | | | | 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
* | | 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
| | | |
* | | | clean up lighttpdChris Buechler2016-01-057-50/+34
| | | |
* | | | clean up lighttpdChris Buechler2016-01-051-4/+4
| | | |
* | | | Keeping the disable logging option. Revert "clean up lighttpd bits"Chris Buechler2016-01-058-8/+135
| | | | | | | | | | | | | | | | This reverts commit 9de0332dec955ec513b74be9361de72d12aa7245.
* | | | clean up lighttpd bitsChris Buechler2016-01-058-135/+8
| |_|/ |/| |
* | | Fix interface listStephen Beaver2016-01-041-0/+2
| | |
* | | Improve error message when the user forget to "Apply"Stephen Beaver2016-01-041-2/+2
| |/ |/|
* | Merge pull request #2352 from phil-davis/status_graphStephen Beaver2016-01-041-0/+1
|\ \
| * | Add back display description option for status_graphPhil Davis2016-01-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The code that provides the data for this is already in bandwidth_by_ip.php in both 2.2.* and master 2.3. The description option is in the Display dropdown list in 2.2.*, but it got missed in the bootstrap conversion and integration process. With just this 1-line addition the Display Description option can be selected and works.
* | | Fixed #5733Stephen Beaver2016-01-041-3/+10
|/ /
* | Correct "noWrap" in text areas. (Function is not actually used by anyone, ↵Stephen Beaver2016-01-041-1/+1
| | | | | | | | but it might as well work just in case.
* | Merge pull request #2351 from NOYB/HTML_Compliance_-_Firewall_/_NAT/_1_1_/_EditStephen Beaver2016-01-041-2/+2
|\ \
| * | HTML Compliance - Firewall / NAT/ 1:1 / EditNOYB2016-01-041-2/+2
| | | | | | | | | | | | | | | | | | Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class <input class="form-control" name="src" id="src" type="text" pattern="[0-9, a-z, A-Z and ."> <input class="form-control" name="dst" id="dst" type="text" pattern="[0-9, a-z, A-Z and .">
* | | Redmine #5731 Error when setting various system log settings from factory ↵Phil Davis2016-01-042-2/+6
|/ / | | | | | | | | | | default config Forum https://forum.pfsense.org/index.php?topic=104762.0
* | Redmine #5728 Fix delete row button in Firewall Schedule EditPhil Davis2016-01-031-3/+3
| | | | | | | | The calls to delete_row() were going off to some other delete_row() function and not doing what was needed. Give delete_row() here a unique name and it all works again.
* | Merge pull request #2347 from ↵Stephen Beaver2016-01-031-10/+10
|\ \ | | | | | | | | | NOYB/HTML_Compliance_-_Firewall_/_NAT_/_Port_Forward_/_Edit
| * | HTML Compliance - Firewall / NAT / Port Forward / EditNOYB2016-01-031-10/+10
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Attribute min/max not allowed on element input at this point. <input class="form-control" name="srcbeginport_cust" id="srcbeginport_cust" type="text" value="any" min="1" max="65536"> <input class="form-control" name="srcendport_cust" id="srcendport_cust" type="text" value="any" min="1" max="65536"> Attribute min/max not allowed on element input at this point. <input class="form-control" name="dstbeginport_cust" id="dstbeginport_cust" type="text" value="any" min="1" max="65536"> <input class="form-control" name="dstendport_cust" id="dstendport_cust" type="text" value="any" min="1" max="65536"> Attribute min/max not allowed on element input at this point. <input class="form-control" name="localbeginport_cust" id="localbeginport_cust" type="text" min="1" max="65536">
* | Merge pull request #2346 from NOYB/HTML_Compliance_-_Firewall_/_Aliases_/_EditStephen Beaver2016-01-031-1/+1
|\ \
OpenPOWER on IntegriCloud