summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_aliases.php
Commit message (Collapse)AuthorAgeFilesLines
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-43/+42
|
* Merge pull request #3046 from phil-davis/portimportRenato Botelho2016-07-081-1/+7
|\
| * Fix #6582 Allow import of portsPhil Davis2016-07-071-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | This change does: 1) Allow bulk import of a port alias. That happens when the Import button is pressed from the Ports tab of the firewall_aliases screen. 2) Allow bulk import of an IP alias, automatically determine if the imported data fits a host or network alias type. That happens when the Import button is pressed from the IP tab of the firewall_aliases screen. 3) When Import is pressed from the "All" tab of the firewall_aliases screen, make an IP alias. 4) Do not display the Import button when on the URL tab of the firewall_aliases screen.
* | Show "cannot delete alias" message as errorPhil Davis2016-07-071-1/+4
|/ | | If I try to delete an alias that is in use, the "cannot delete alias" message was being displayed as the "success" color.
* 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().
* Firewall / Aliases - Remove PersonalizationsNOYB2016-03-301-3/+3
| | | | Remove "you" personalizations.
* Fix alias import icon visibility, and change to a more relevant icon. Fixes ↵jim-p2016-03-081-2/+2
| | | | #5963
* Bring all calls of print_info_box to same standardNewEraCracker2016-02-151-2/+2
| | | | The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.
* 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.
* Delete URL table file when deleting an alias. Ticket #5856Chris Buechler2016-02-121-0/+4
|
* Per #4195Stephen Beaver2016-02-021-1/+1
| | | | Alias table is now sortable
* firewall_aliases add print_apply_box codePhil Davis2016-01-221-0/+1
|
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Internationalize firewall aliases and NATPhil Davis2016-01-191-1/+1
|
* Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-1/+1
|
* Change the automatic information block to look for <div class="infoblock" ↵Stephen Beaver2016-01-071-1/+1
| | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this
* Adjust more calls to print_info_box with unquoted stringsNewEraCracker2016-01-071-1/+1
|
* Add some more Bootsrap panelsColin Fleming2016-01-051-3/+3
| | | | | | | | | | | | | | | | "firewall_aliases.php" - add gettext to the H2 tag - remove debug code "sevices_igmpproxy.php" "services_pppoe.php" "vpn_ipsec_keys.php" "status_gateways.php" "status_gateway_groups.php" "statis_services.php" "diag_arp.php" "diag_ndp.php" - add Bootstrap panels
* Update "firewall_aliases.php"Colin Fleming2015-12-281-1/+8
| | | Add Bootstrap panels to "firewall_aliases.php"
* Fixed #5636Stephen Beaver2015-12-181-3/+3
|
* 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-7/+12
|
* Alternative solution to PR 2117/#5527 preserving tab_array consistency.Stephen Beaver2015-11-281-6/+15
|
* 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.
* Fixed #5397Stephen Beaver2015-11-091-0/+1
|
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-8/+7
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-1/+3
|
* Convert system_certmanager.php to font awesome iconsStephen Beaver2015-11-051-1/+1
| | | | Automatically add confirmation dialog to all fa-trash icons
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-2/+2
|
* AUtomatically add "info" icon where requiredStephen Beaver2015-11-041-1/+0
|
* Revised button style on firewall_aliases.php as a model for all other ↵Stephen Beaver2015-11-041-13/+21
| | | | table-based pages
* convert firewall_aliases to font-awesomeheper2015-10-301-3/+3
|
* Double-click to edit, click to select, multi-delete and drag to re-order now ↵Stephen Beaver2015-09-151-1/+2
| | | | | | | | | supported on: firewall-nat.php firewall-nat-out.php firewall_nat-1to1.php firewall_rules.php
* Merge with latest bootstrap codePhil Davis2015-09-021-1/+1
|\
| * Encode the rule description before displaying back to the user in an error ↵jim-p2015-09-011-1/+1
| | | | | | | | when attempting to delete an in-use alias.
* | bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-13/+13
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-169/+153
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+311
OpenPOWER on IntegriCloud