summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Firewall / Rules - Consolidate Move Separators FunctionNOYB2016-02-121-9/+3
| | | | Consolidate the moving of separators for add/copy/dup/delete into a generic function.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Fixed issues where a rule is duplicated (cloned) and the new rule is ↵Stephen Beaver2016-01-291-1/+5
| | | | inserted above a separator bar location
* Include a tracker ID in new associated firewall rules.Chris Buechler2016-01-291-0/+1
|
* Separator bar stuff moved to pfSenseHelpers.js so that it can be more easily ↵Stephen Beaver2016-01-281-0/+8
| | | | | | applied to other pages Separators added to firewall_nat.php
* Internationalize firewall aliases and NATPhil Davis2016-01-191-21/+21
|
* Continued:NOYB2016-01-121-17/+12
| | | | | | | | | Fix port aliases (Seems you can't autosuggest an element of type "number") Also apply to src too. remove is_numeric check remove min/max (not valid on text fields; does not work) add pattern in place of min/max
* Fix port aliases (Seems you can't autosuggest an element of type "number")Stephen Beaver2016-01-121-4/+5
|
* 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">
* Correction to #5710Stephen Beaver2015-12-291-1/+1
|
* Fixed #5710Stephen Beaver2015-12-291-2/+2
|
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Coe style firewall *Phil Davis2015-12-141-25/+40
|
* FIxed #5597Stephen Beaver2015-12-071-0/+24
|
* Fixed #5599Stephen Beaver2015-12-071-24/+37
|
* 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
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Merge pull request #2060 from phil-davis/patch-6Stephen Beaver2015-11-111-1/+1
|\
| * No XMLRPC Sync checkbox layoutPhil Davis2015-11-111-1/+1
| | | | | | | | If null is passed for the text to go after the checkbox, then the checkbox does not line up nicely on the page with the other items above and below it. If some text (or even the empty string) is passed then the lineup is all good. In this case it seems reasonable to put some text here, like is done higher up for "Disable" and "No RDR" checkboxes.
* | Fixed #5412Stephen Beaver2015-11-111-1/+1
|/
* Fix #5411 firewall_nat_edit source negationPhil Davis2015-11-111-8/+14
| | | | And make the "not" checkboxes have the same layout as in firewall_rules_edit. That seems a better place to put the checkbox and consistency between similar GUI screens seems a good thing.
* Fix calls to ipsec_enabled() added in 179ab6b364Renato Botelho2015-11-101-0/+1
|
* Eliminate a few more cases of $config['ipsec']['enable'].Luiz Otavio O Souza2015-11-101-3/+2
| | | | Mostly when dealing with enc0 interface.
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-2/+1
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-2/+3
|
* Preparation #5159 (Javascript refactoring)Stephen Beaver2015-10-011-22/+0
| | | | | | javascript/pfSenseHelpers.js created and populated with common hide/show/disable/enable functions file included via foot.inc Those functions removed from firewall_nat_edit.php to test
* Fixed #5013Stephen Beaver2015-09-211-1/+3
| | | | Incorrect element name used
* Fixed #5013Stephen Beaver2015-09-161-49/+51
|
* Retire PPTP server, fixes #4226:Renato Botelho2015-09-151-11/+1
| | | | | | | - Remove PPTP server and all related code - Bump config version 12.2 - Write upgrade config code to remove pptpd section and also cleanup firewall and NAT rules using PPTP interface or src/des
* Revised all pages with autocomplete to accommodate host names in validation ↵Stephen Beaver2015-09-111-5/+5
| | | | and change port inputs to 'text'
* jQuery autocomplete added as requiredStephen Beaver2015-09-111-1/+12
|
* Merge pull request #1858 from phil-davis/bootstrap-fjim-p2015-09-021-32/+32
|\
| * Merge with latest bootstrap codePhil Davis2015-09-021-1/+1
| |\
| * | bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-32/+32
| | |
* | | Merge pull request #1853 from PiBa-NL/bootstrap_fix1jim-p2015-09-021-1/+1
|\ \ \ | |_|/ |/| |
| * | bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |/
* | Fixed #5012Stephen Beaver2015-09-011-1/+1
|/ | | | Corrected value name
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-539/+780
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+1016
OpenPOWER on IntegriCloud