summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #5620 change css classes from icon- to text-Jared Dillard2015-12-121-9/+9
|
* Ticket #5518 update firewall rule icon colorsJared Dillard2015-12-021-9/+9
|
* Merge pull request #2134 from ExolonDX/branch_04Stephen Beaver2015-11-291-1/+3
|\
| * Type up SCRIPT tagsColin Fleming2015-11-291-1/+3
| |
* | Tidy up Boolean operators for HTML5Colin Fleming2015-11-291-1/+1
|/ | | | | Remove the XHTML standard Boolean operators (makes reading HTML much simpler).
* ALternative to PR 2118/#5527Stephen Beaver2015-11-281-3/+15
|
* change reject icon to handJared Dillard2015-11-251-2/+2
|
* clean up firewall rules tablesJared Dillard2015-11-251-4/+1
|
* 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.
* Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-181-12/+12
|
* Make block bogon rule display consistentPhil Davis2015-11-181-1/+1
| | | | The block private networks and anti-lockout rules display in the firewall rules display with the schedule column blank. But the block bogon networks has an asterisk. That looks odd. I noticed it just now when looking at firewall rules in 2.3 and looked back in 2.2.5 also - it is the same there.
* Fix tooltip text for associated filter rulesPhil Davis2015-11-181-8/+13
| | | | | | | | | | | | | | 1) Add a port forward with associated filter rule 2) Go to firewall_rules and hover over the icon on the left of the rule. It says "traffic is ed". The problem is that, for whatever reason, an associated rule does not have ['type'] specified, even in config.xml. It is that way in 2.2.5, so not a new thing or regression. I guess that the back-end rule generation works by assuming that a rule in config.xml that does not have 'type' defined should be a pass rule. So we can't write code anywhere that assumes that every rule has a defined 'type'. This text was different fixed stuff in 2.2.5, so there was no problem there. In fixing this I also made the text explicit for each type. This will help with the gettext translation. The way it did it before, putting "ed" on the end, would not have worked for translation.
* Ticket #5471 partial convert to font-awesome fontsJared Dillard2015-11-171-7/+7
|
* Remove debuggingStephen Beaver2015-11-111-1/+1
|
* Minor cosmetic changes (whitespace, capitalization etc)Stephen Beaver2015-11-111-13/+15
|
* Fixed #5420Stephen Beaver2015-11-111-20/+25
| | | | | by adding new "Add to top of list" button. Also tidied up the HTML and moved the legend inside hte info-block
* Fixed # 5419Stephen Beaver2015-11-111-7/+7
|
* Eliminate a few more cases of $config['ipsec']['enable'].Luiz Otavio O Souza2015-11-101-5/+3
| | | | 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-3/+3
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-1/+1
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-3/+3
|
* Firewall rules pages updated with new button styleStephen Beaver2015-11-041-20/+27
|
* Completed #5356Stephen Beaver2015-10-291-43/+1
| | | | Refactor row toggle javascript
* Perform table striping via jquery function so that it is correct after ↵Stephen Beaver2015-10-281-5/+15
| | | | selection/de-selection and after re-ordering
* firewall_rules Edit textPhil Davis2015-10-281-4/+4
| | | | | Standardise capitals Pair up double quotes
* Converted the background color javascript to jQuery and used it to maintain ↵Stephen Beaver2015-10-271-6/+10
| | | | correct table striping
* Add confirmation to rule deletionStephen Beaver2015-10-271-1/+1
|
* Remove debuggeryStephen Beaver2015-10-261-1/+0
|
* Page actions convverted to font-awesome iconsStephen Beaver2015-10-261-17/+25
|
* Completed #5333Stephen Beaver2015-10-221-1/+3
|
* Fixed #5293Stephen Beaver2015-10-101-2/+2
|
* Ditch the pencilsStephen Beaver2015-10-071-12/+0
|
* Fixed #5282Stephen Beaver2015-10-071-1/+2
|
* Retire PPTP server, fixes #4226:Renato Botelho2015-09-151-7/+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
* Double-click to edit, click to select, multi-delete and drag to re-order now ↵Stephen Beaver2015-09-151-50/+115
| | | | | | | | | supported on: firewall-nat.php firewall-nat-out.php firewall_nat-1to1.php firewall_rules.php
* bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-17/+17
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-750/+489
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+944
OpenPOWER on IntegriCloud