summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-11/+11
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Fix alias rename and delete bug #4701Phil Davis2015-05-141-5/+5
| | | | The old advancedoutbound key in config.xml is now called outbound.
* Code style firewall_aliasesPhil Davis2015-05-111-37/+46
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* SpellingPhil Davis2014-09-271-1/+1
|
* xhtml Complianceayvis2014-03-141-5/+5
| | | replaced <br>, <br/> and </br> with <br />
* Make sure an alias is not used by a static route before delete, ticket #2941Renato Botelho2013-08-141-0/+2
|
* touch up textChris Buechler2013-07-081-1/+1
|
* Do not show URL twice, it helps ticket #2978Renato Botelho2013-05-061-13/+14
|
* Tidy up "firewall_aliases*.php" XHTMLColin Fleming2013-04-091-16/+16
| | | | | | | | Add CDATA sections to SCRIPT tags Close INPUT and BR tags Update HTML boolean operators Move NOWRAP to class statement Add missing closing TD tag
* Return to correct tab after save or delete an aliasRenato Botelho2013-04-021-6/+4
|
* Fix whitespaces, indent and add a missing <tr>Renato Botelho2013-04-021-105/+110
|
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-091-3/+4
| | | | unless the user is allowed to do that.
* More shortcutsjim-p2012-08-141-0/+2
|
* Handle when the tab is set to host or network that the IP tab should still ↵Warren Baker2012-07-241-1/+3
| | | | be displayed
* Return the user to the tab they were working originally working onWarren Baker2012-07-241-14/+16
|
* Apply same logic and only display 10 UrlsWarren Baker2012-07-241-2/+6
|
* Display the URL's listed and not the word 'array'Warren Baker2012-07-241-2/+3
|
* firewall_alises.php - include all tab to preserve the old behaviormarcelloc2012-06-251-0/+4
|
* firewall_aliases.php include tabs(ip,port,url) , list aliases sorted, use ↵marcelloc2012-06-251-58/+98
| | | | dom_title funcion to show titles.
* don't delete port aliases used by load balancerDarren Embry2012-04-061-0/+3
|
* Adding hook to pre_table for aliasesScott Ullrich2011-07-181-1/+1
|
* Restoring gray background to the right of some tables in GUI.Evgeny Yurchenko2011-06-051-1/+1
|
* Add alias support for source and destination ports on outbound NAT.Erik Fonnesbeck2011-02-131-0/+2
|
* Check for aliases in 1:1 and outbound NAT rules, too.Erik Fonnesbeck2011-02-131-0/+8
|
* Simply code for determining whether an alias is currently in use.Erik Fonnesbeck2011-02-131-74/+49
|
* fix textChris Buechler2010-09-121-1/+1
|
* gettext() fixes on firewall_aliases.phpCarlos Eduardo Ramos2010-08-121-1/+1
|
* Fix improper gettext changes that broke various confirmation prompts, ↵Erik Fonnesbeck2010-08-061-1/+1
| | | | causing them to never show.
* Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-08-031-19/+22
|\ | | | | | | | | | | | | Conflicts: usr/local/www/diag_nanobsd.php usr/local/www/diag_packet_capture.php usr/local/www/firewall_shaper.php
| * Indent checksScott Ullrich2010-07-301-20/+20
| |
| * Handle cases when source or destination is not enabled and you end up with ↵Scott Ullrich2010-07-301-0/+3
| | | | | | | | an offset error
* | Corrections gettext implementation on firewall_aliases.phpCarlos Eduardo Ramos2010-07-081-1/+1
| |
* | Review firewall_aliases.phpRenato Botelho2010-06-301-3/+3
| |
* | Revert "Implemment gettext() calls"Renato Botelho2010-06-301-1/+1
| | | | | | | | | | | | | | | | | | This reverts commit 49031495b501e4477941fa6248fe94cc698f9dcd. A lot of mistakes Conflicts: usr/local/www/firewall_nat.php
* | Implemment gettext() callsJeann2010-06-301-1/+1
| |
* | Implement gettext() callsCarlos Eduardo Ramos2010-06-241-10/+10
| |
* | gettext on archives firewall_aliases.php e firewall_nat.phpme2010-06-231-4/+4
|/
* Merge remote branch 'mainline/master'Renato Botelho2010-04-221-0/+6
|\ | | | | | | | | Conflicts: etc/inc/filter.inc
| * Add a new alias type, urltable, which downloads a file of IP/CIDR addresses ↵jim-p2010-04-211-0/+6
| | | | | | | | and loads them into a pf persist table instead of importing the addresses directly into a traditional alias. This allows for using huge tables of addresses that would otherwise break the GUI and/or fail to load into pf. Part of ticket #512
| * source address is been checked 2 times and destination address no one, fix thisRenato Botelho2010-04-131-1/+1
| |
* | Check if var exist before compare its valueRenato Botelho2010-04-131-10/+10
| |
* | When renaming or removing aliases, deal with new NAT Port Forwarding fieldsRenato Botelho2010-04-121-3/+13
|/
* Rename import to bulk import. Suggested-by: Chris HornScott Ullrich2010-03-201-1/+1
|
* Improve aliases a little bit to show large aliases.Ermal2010-03-181-3/+1
|
* Resolves #401. Fix the ... display on aliases description.Ermal2010-03-161-2/+3
|
* Ticket #338. Remove aliases_sort function and keep the list always sorted in ↵Ermal Luçi2010-02-091-2/+0
| | | | config.xml. This reverts to previous behaviour.
* Remove msort call for aliases sorting, aliases are sorted by aliases_sort() ↵pierrepomes2010-02-081-3/+0
| | | | function. Ticket #338
OpenPOWER on IntegriCloud