summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
Commit message (Collapse)AuthorAgeFilesLines
* standardize pfsense.com references to https://www.pfsense.orgChris Buechler2014-03-141-1/+1
|
* XHTML ComplianceN0YB2014-02-261-62/+72
| | | | Firewall - Rules
* Update "firewall_rules.php"Colin Fleming2013-04-221-1/+1
| | | Remove double quotes
* Tidy up "firewall_rules.php" XHTMLColin Fleming2013-04-171-13/+13
| | | | | | Add summary to TABLE tags Move space character to within the SPAN tag Tidy up P tag
* Tidy up "firewall_rules.php" XHTMLColin Fleming2013-04-091-70/+73
| | | | | | | | | Close INPUT, BR and IMG tags and add ALT to IMG tags Deprecate the ampersand in ANCHOR tags Move NOWRAP to class statement Add missing closing FONT Add missing opening and closing TR tags Add CDATA sections to SCRIPT tags
* Fix extra curly that is breaking firewall rulesjim-p2013-03-011-1/+1
|
* Fix indent and whitespacesRenato Botelho2013-02-281-402/+404
|
* Spelling mistakeColin Fleming2013-01-141-1/+1
|
* Update PHP shorthand tagColin Fleming2013-01-141-3/+3
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* Encode the if parameter before using it in redirects, too.jim-p2012-10-311-4/+4
| | | | | | Conflicts: usr/local/www/firewall_rules.php
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-091-8/+4
| | | | unless the user is allowed to do that.
* Don't offer to apply changes if no changes actually happened.jim-p2012-10-091-8/+12
|
* fix some imbalanced HTML tagsDarren Embry2012-09-061-7/+7
| | | | hopefully this will fix #2625 but this needs to be done anyway.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* improve alias popup in firewall_rulesCharlie Root2012-06-161-11/+6
| | | | | | | | include url_table list up to 10000 items read alias only on mouseover use table to list columns show edit shortcut show total items value on popup description
* Add a inet46 filter type on the firewall rules page. I have locked down a ↵smos2012-05-311-0/+3
| | | | | | | few of the most common limitations. Still arguing if we should lock this down even further to aliases only. Redmine ticket #2466
* Switch to a common function to determine anti-lockout ports, and fix a bug ↵jim-p2012-05-251-12/+2
| | | | that was getting the ports wrong with custom https+redirect on.
* fix for #2289: Logic error in firewall rule interface selection for ↵Darren Embry2012-04-061-2/+6
| | | | drop-down menu case
* If no rules are defined on the floating rules tab, show a more relevant message.jim-p2012-02-231-2/+6
|
* now we use the Chosen javascript plugin for jQueryVinicius Coque2011-11-151-1/+1
|
* replacing prototype by jQuery on firewall_*Vinicius Coque2011-10-101-3/+3
|
* Fix bottom note when viewing Floating rules to better reflect how they operate.jim-p2011-08-301-6/+15
|
* Fix display of ssh port on anti-lockout rule display in GUI.jim-p2011-07-281-4/+2
|
* Adding hook for first trScott Ullrich2011-07-231-0/+3
|
* Load chosen but do not use it (for pkgs)Scott Ullrich2011-07-231-0/+2
|
* Move hook up someScott Ullrich2011-07-231-1/+1
|
* Adding hooks that will be used for filtering pluginsScott Ullrich2011-07-231-0/+4
|
* Move hook code up a few linesScott Ullrich2011-07-231-2/+2
|
* Add hook for overriding interfacesScott Ullrich2011-07-231-0/+2
|
* Add hook for bottom icon rowScott Ullrich2011-07-231-0/+3
|
* Add hook and fix style for anti lockoutScott Ullrich2011-07-231-3/+7
|
* Add missing ;Scott Ullrich2011-07-231-1/+1
|
* Adding pre_id_tablerow hookScott Ullrich2011-07-231-0/+1
|
* Adding apply hooksScott Ullrich2011-07-221-0/+2
|
* Make name similarScott Ullrich2011-07-171-1/+1
|
* Adding hooksScott Ullrich2011-07-171-15/+25
|
* Merge remote branch 'upstream/master'jim-p2011-06-011-1/+1
|\
| * Make the ICMP echo request type less ambiguous, and since it's likely the ↵jim-p2011-06-011-1/+1
| | | | | | | | main one to get used, move it to the top.
* | Merge remote branch 'upstream/master'Seth Mos2011-04-121-1/+1
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/filter.inc usr/local/www/themes/the_wall/rrdcolors.inc.php
| * In IPsec, s/mobileclients/client/, this was changed long ago in the config ↵jim-p2011-03-281-1/+1
| | | | | | | | but not everywhere followed.
* | Merge remote branch 'upstream/master'Seth Mos2011-02-161-1/+1
|\ \ | |/
| * Break on 'You can also monitor the reload progress' instead of letting it ↵Scott Ullrich2011-02-151-1/+1
| | | | | | | | wrap into a newline.
* | Merge remote branch 'upstream/master'Seth Mos2011-02-031-3/+5
|\ \ | |/
| * Test for arrach before foreach'ing. Reported-by: ↵Ermal2011-02-011-3/+5
| | | | | | | | http://forum.pfsense.org/index.php/topic,32865.0.html
* | Merge remote branch 'upstream/master'Seth Mos2011-02-011-3/+3
|\ \ | |/
| * Show PPPoE tab if any of the PPPoE server instances are enabled. Fixes #1243jim-p2011-01-311-3/+3
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-01-261-3/+0
|\ \ | |/ | | | | | | Conflicts: etc/inc/system.inc
| * fix textChris Buechler2011-01-211-3/+0
| |
* | Merge remote branch 'upstream/master'Seth Mos2010-12-201-3/+20
|\ \ | |/ | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/vslb.inc usr/local/www/interfaces.php
| * Ticket #1060. Escape even the alias entry descritpions.Ermal2010-12-011-1/+1
| |
OpenPOWER on IntegriCloud