summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules.php
Commit message (Collapse)AuthorAgeFilesLines
* improve CSS handling for icmp types (overflow/table)stilez2016-12-301-1/+1
| | | | | Minor CSS and formatting improvement to layout for icmp types in rules table. With this change, if several icmp types are specified in the rule, if they won't fit into 2 lines the GUI automatically switches to a scrollable overflow instead, to preserve the table layout. Also underlining is per icmptype so commas etc aren't underlined which is much easier to read (cherry picked from commit 675c9e59db5e41bc6cf922a07fa262bfc5656f1c)
* coding layout fixstilez2016-12-301-1/+3
| | | | (cherry picked from commit 97eebb23531bc95af2cde686641080851107c42c)
* remove gettext() not neededstilez2016-12-301-1/+1
| | | | (cherry picked from commit c7e31e37c1aa0a8e4154528a99a121c46ebf018d)
* move implode() to same line as previous changestilez2016-12-301-8/+10
| | | | (cherry picked from commit 91822dc6d0b829a34254638c5d15db72fe70932d)
* simplify avoiding loop. Also localise with gettext()stilez2016-12-301-4/+8
| | | | (cherry picked from commit 16b91b19e08e0778522c16e811754c22f03b5150)
* Enhance ICMP types in rulesstilez2016-12-301-7/+6
| | | | | See main PR for details (cherry picked from commit cf1aaf9c5afcd34ed6d2bebc577fd527c42c80b4)
* Fix display of the number of states in the firewall rules pageplumbeo2016-12-211-1/+1
| | | | | | For numbers greater than 1000 format_number() returns strings formatted like N.NNN K/M/G/T, that get cut to only the integer part if '%d' is used. (cherry picked from commit ef0e956e48ec1b97a307a546cbc24d00872cde1f)
* Fixed #6939 by moving CSS only to the two pages that require itSteve Beaver2016-11-211-1/+10
|
* Fixed #6895Steve Beaver2016-11-041-0/+3
| | | | by setting overflow-x: visible; in CSS
* Simplify logicstilez2016-10-061-7/+3
| | | | (cherry picked from commit 9a2d3fe1bf9bdad73fbffca44d5c1f02aa9825ae)
* Fixed #6801Steve Beaver2016-09-211-1/+4
| | | | (cherry picked from commit 00098bc80b6f85eb74f2f3bc2b4eb7430614110d)
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-43/+42
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Link to correct schedule from firewall_rules.php. Ticket #6428Chris Buechler2016-05-311-1/+1
|
* Miscellaneous Textual Correction - Firewall / RulesNOYB2016-05-071-1/+1
| | | | (cherry picked from commit 1fd8a5520602803108ef8bbb56b8ffd6493f2a00)
* Show insertion point icons only if one or more rules have been selectedStephen Beaver2016-04-211-4/+16
| | | | (cherry picked from commit c6a8ddf8135881d6e11bd4f17fe4e5d827eea73d)
* ALternative fix for #6092 uses icon to indicate insertion point rather than ↵Stephen Beaver2016-04-211-3/+5
| | | | | | cell border. (cherry picked from commit 995454f305ac46606af0e3a289d98c7519a41498)
* Updated #6092 as requestedStephen Beaver2016-04-211-3/+10
| | | | (cherry picked from commit a7893b72fe9405293ad23d29d03e8985ede796d4)
* Firewall / Rules - Underscore Line WrapNOYB2016-04-181-9/+9
| | | | | | Replace underscore with space in display text of certain fields to allow them to line wrap. ex: long alias names (cherry picked from commit ece727a7b64a8766ad3087f8f59c0f1784e7a514)
* Fixed #6092Stephen Beaver2016-04-111-11/+40
|
* Merge pull request #2809 from NOYB/Firewall_/_Rules_-_Remove_PersonalizationsStephen Beaver2016-04-041-5/+5
| | | | (cherry picked from commit 1cde3afb4c048f66ffd670c373a14d3d3cfa2a71)
* HTML Compliance - Firewall / RulesNOYB2016-03-241-2/+2
| | | | | Error: Duplicate ID frrfc1918. <tr id=frrfc1918>
* Comment typos - firewall_rulesPhil Davis2016-03-161-4/+4
|
* Highlight moved rows to confirm moveStephen Beaver2016-03-151-0/+7
|
* Re-commit changeStephen Beaver2016-03-141-1/+25
|
* Revert "Fixed #5983"Stephen Beaver2016-03-141-25/+1
| | | | This reverts commit 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Fixed #5983Stephen Beaver2016-03-141-1/+25
| | | | Added the ability to move multiple firewall rules via a "movre to here" icon (anchor)
* Firewall / Rules - Simplify Order-Store LoopsNOYB2016-02-161-11/+18
| | | | | Replace indexing for loops with more easily readable key/value foreach loops. Make the order-store rules selection logic consistent with the display rules selection logic.
* Firewall / Rules - for/foreach VarsNOYB2016-02-151-10/+8
| | | | Replace for $i var with foreach $filteri var.
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Firewall Rules - for/foreachNOYB2016-02-131-15/+21
| | | | Replace indexing for loops with more readable, and faster on arrays, key/value foreach loops.
* Firewall / Rules - Consolidate Move Separators FunctionNOYB2016-02-121-19/+6
| | | | Consolidate the moving of separators for add/copy/dup/delete into a generic function.
* Merge pull request #2619 from ↵Stephen Beaver2016-02-111-4/+13
|\ | | | | | | NOYB/Firewall_/_Rules_-_Display_Separators_Efficiency
| * Firewall / Rules - Display Separators EfficiencyNOYB2016-02-111-4/+13
| | | | | | | | Use a list of separator rows to call the display separator function only for rows which there are separator(s). More efficient than looping through the list of separators on every row.
* | Convert section titles to title casek-paulius2016-02-101-1/+1
|/
* Merge pull request #2600 from NOYB/Firewall_/_Rules_-_Page_Efficiency_UpgradeStephen Beaver2016-02-091-30/+31
|\
| * Make display separators function generic and move to filter.inc.NOYB2016-02-081-18/+3
| |
| * Firewall / Rules - Page Efficiency UpgradeNOYB2016-02-081-30/+46
| | | | | | | | | | | | | | | | | | | | | | | | 1) Only load the rules of the selected interface instead of loading all the rules of all interfaces and hiding them. Very inefficient and can result in sluggishness. Especially with large number of rules and/or large alias tables. 1.1) Rule separators indexed to their position within their interface so they work with only loading the selected interface rules. 2) Supports consecutive separators. 3) Fixes #5559 - horizontal scrollbar when no rules to display (all hidden). No longer hiding rules. 4) Corrects case where a single rule defined on any interface would prevent the alert messages from being displayed on all interfaces.
* | Added "Quick" icon to legendStephen Beaver2016-02-091-0/+1
| |
* | Typo in icon colorStephen Beaver2016-02-091-1/+1
| |
* | Fixed #5860Stephen Beaver2016-02-091-1/+5
|/
* Implemented #5846 as requestedStephen Beaver2016-02-081-2/+3
|
* Fixed #5841Stephen Beaver2016-02-041-2/+2
|
* Remove bonus spaceStephen Beaver2016-01-291-1/+1
|
* Possible fix for #5752Stephen Beaver2016-01-291-1/+6
|
* Minor cleanupNewEraCracker2016-01-291-6/+6
| | | | 1) Undo typos in sasl.inc. 2) Remove unused code from CSS. 3) Correct typos in some comments. 4) Convert short_open_tag to full tags. 5) Make 'else' block look like the others.
* Separator bar stuff moved to pfSenseHelpers.js so that it can be more easily ↵Stephen Beaver2016-01-281-158/+12
| | | | | | applied to other pages Separators added to firewall_nat.php
* Remove no longer needed codeStephen Beaver2016-01-281-3/+2
|
* Adjest separators on rule move or deleteStephen Beaver2016-01-281-0/+34
|
OpenPOWER on IntegriCloud