summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-1/+1
|
* do #2467 only show GWs from same addr fam oncreateDarren Embry2012-06-071-8/+72
|
* minor indentation fixDarren Embry2012-06-071-3/+3
|
* Detour through check_reload_status and only when the settings get applied ↵Ermal2012-06-071-7/+0
| | | | not when the gateway has been changed.
* Add Gateway Group support to the IPsec interface drop down.smos2012-06-031-0/+5
| | | | | | Edit of gateway group correctly reflects the new IP Address. We need to make a blacklist for interface names in the gateway group edit page. Redmine ticket #1965
* Allow for failover DynDNS hostnames.smos2012-06-031-0/+4
| | | | | | replace get_real_interface() calls with get_failover_interface. If it isn't a group we call get_real_interface() anyhow. We can't put the logic inside get_real_interface() as this would create a recursion Redmine ticket #1965
* The gateway groups array now knows about vips to be tied into that gateway ↵smos2012-06-021-15/+26
| | | | | | group so we can tie the groups into services. Redmine ticket #1965
* Add a virtual IP field to a interface in the gateway groups edit screen.smos2012-06-021-3/+37
| | | | Redmine ticket #1965
* Allow modification of gateway groups even if the gateways are down.smos2012-05-201-1/+2
|
* Revert "Use 'Packet Loss or High Latency' as the default option when ↵Warren Baker2012-04-251-6/+4
| | | | | | creating a new gateway group" This reverts commit 6ee04b69c8ace44e798e29e665039455aad1c439.
* Revert "Use 'Packet Loss or High Latency' - use a fullstop, fixes #2397"Warren Baker2012-04-251-1/+1
| | | | This reverts commit 1cc71979e44d7955084a0cdb50d7698239fac770.
* Use 'Packet Loss or High Latency' - use a fullstop, fixes #2397Warren Baker2012-04-241-1/+1
|
* Use 'Packet Loss or High Latency' as the default option when creating a new ↵Warren Baker2012-04-241-4/+6
| | | | gateway group
* Only show gateways from the same address family on the groups edit page. ↵Seth Mos2011-08-241-0/+5
| | | | Ticket #1659
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Whitespace fixes.Ermal2010-09-161-5/+4
|
* Correct my email address, adjust copyright to 2010smos2010-07-241-1/+1
|
* Add status links to gateway/route pages.jim-p2010-06-021-0/+2
|
* remove duplicate cancel buttonChris Buechler2010-05-111-1/+0
|
* Prevent gateway groups of having the same name as a gateway because this is ↵Ermal2010-05-071-0/+3
| | | | not valid.
* Adding missing gettext() callsVinicius Coque2010-05-031-1/+1
|
* Removing invalid string from codeVinicius Coque2010-05-031-1/+0
|
* Merge remote branch 'mainline/master'Vinicius Coque2010-05-031-9/+10
|\ | | | | | | | | | | | | Conflicts: usr/local/www/system_gateway_groups.php usr/local/www/system_gateway_groups_edit.php usr/local/www/system_gateways_edit.php
| * Show descriptive name not the internal used one.Ermal2010-04-301-1/+1
| |
| * Use correct gateway name instead of the descriptive ones to adapt to dynamic ↵Ermal2010-04-301-8/+8
| | | | | | | | gateways which use the interface name not the interface description as a reference. While here do not use history.back for cancel button but redirect to the groups page directly.
| * Allow for each gateway a weight to be choosen if the gateway has to be used ↵Ermal2010-04-301-2/+2
| | | | | | | | in Gateway groups. This will create that many entries in the route-to statement as the weight says.
* | Fix gettext issuesRenato Botelho2010-04-291-6/+5
| |
* | Reviewing gettext() implementationVinicius Coque2010-04-281-2/+2
| |
* | Implement gettext()Carlos Eduardo Ramos2010-04-281-28/+28
|/
* Make sure that the upgraded load balancer configuration reflects the new ↵Seth Mos2009-12-181-1/+1
| | | | gateway names
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-1/+1
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* * Make sure the trigger level on the gateway groups edit page loads it's ↵Seth Mos2009-03-131-7/+16
| | | | | | | settings from the config. * Add the settings tab to the tabs * Add a settings page that allows you to define the global trigger levels for all the gateways which are monitored
* Add input validation on the gateway groups page as well, fix the check on ↵Seth Mos2009-03-111-8/+13
| | | | the gateways page.
* Make sure we set the ID as a hidden input otherwise it will never be ↵Seth Mos2009-03-101-1/+1
| | | | | | possible to edit a existing entry. This was a copy and paste error.
* Ensure item is an arrayScott Ullrich2008-11-251-1/+1
|
* Remove optionSeth Mos2008-10-301-1/+0
|
* Add trigger levelSeth Mos2008-10-301-6/+17
|
* Correctly load groups arraySeth Mos2008-10-281-0/+3
|
* Remove first checkScott Ullrich2008-10-281-3/+0
|
* Alert when no gateways are setScott Ullrich2008-10-281-7/+12
|
* Add CSS headerScott Ullrich2008-08-301-0/+3
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Define typeSeth Mos2008-07-031-1/+1
|
* Add gateway groups edit page.Seth Mos2008-06-181-0/+192
OpenPOWER on IntegriCloud