summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixup text for delete rule confirmation popupPhil Davis2016-01-281-1/+1
| | | | It is was asking "Are you sure you wish to delete?" On any buttons that have a confirmation popup the title text needs to be something that works on the end of "Are you sure you wish to".
* Update typo spotted by @phil-davisRenato Botelho2016-01-281-1/+1
|
* Remove href to prevent page scrolling on clickStephen Beaver2016-01-281-4/+4
|
* Cosmetic changes - part deuxStephen Beaver2016-01-281-5/+10
| | | | | Calculate colspans in casenumber of columns change again "bytes" => "B" to reduce column width
* Cosetic update - Part 1Stephen Beaver2016-01-281-5/+7
|
* Show rule state details in firewall rules.Luiz Otavio O Souza2016-01-281-2/+53
| | | | | | Inspired by pull request #1901 from marcelloc/hitcount_23_02. State visualization and kill will be committed in a subsequent commit.
* Fixed variable names for power save modesStephen Beaver2016-01-261-0/+2
|
* HTML Compliance - Firewall Rules - SeparatorNOYB2016-01-261-2/+2
| | | | | The font element is obsolete. Use CSS instead. <font class="bg-danger">The Bad</font>
* TypoStephen Beaver2016-01-251-1/+1
|
* Fixed #5810Stephen Beaver2016-01-241-10/+29
|
* Fix PR syntax errorStephen Beaver2016-01-241-1/+1
|
* Tidy up "firewall_rules.php"Colin Fleming2016-01-221-9/+21
| | | | | | | - add missing closing anachor tags - close input tag correctly - add missing closing TD tag - remove invalid ALT
OpenPOWER on IntegriCloud