summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateway_groups_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-5/+5
| | | | functions
* GET/POST conversion system_gateway_groups*Steve Beaver2017-02-101-7/+4
|
* Required fields for System pagesPhil Davis2017-01-301-4/+4
|
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Code style and commentsPhil Davis2016-08-161-1/+1
| | | | No functional change - just making style consistent
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* 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().
* Provide better messages for invalid alias name errorsPhil Davis2016-04-281-1/+1
|
* Merge pull request #2841 from ↵Stephen Beaver2016-04-051-1/+1
|\ | | | | | | NOYB/System_-_Miscellaneous_-_Remove_Personalizations
| * System - Miscellaneous - Remove PersonalizationsNOYB2016-04-051-1/+1
| | | | | | | | Remove "you" personalizations.
* | Remove "we" personalizationsPhil Davis2016-04-051-1/+1
|/
* Fixed #6017Stephen Beaver2016-03-211-1/+30
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Only show VIPs on the correct interface. Ticket #5844Chris Buechler2016-02-101-3/+6
|
* Fix style issues.Chris Buechler2016-02-091-2/+4
|
* Review of CARP uniqid changes.Luiz Otavio O Souza2016-02-091-35/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that current CARP implementation is not much different from an IP alias. This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with: - A friendly interface name (lan, wan, opt1, etc.); - A Virtual IP - VIP alias (_vip{$uniqid}) - CARP or IP Alias. The parent of a CARP is always a friendly interface. The parent of an IP alias can be a friendly interface or a CARP (this is the only case of recursion of a VIP). This commit removes a few cases where CARP were still considered a interface (the old CARP implementation), fixes all the wrong cases of strpos() being used to detect a VIP address (wont work as it returns '0' which fails when tested as 'TRUE'), review the usage of CARP and IP alias as services bind addresses, fixes general issues of adding and editing VIP addresses. The following subsystems were affected by this changes: - IPSEC; - OpenVPN; - dnsmasq; - NTP; - gateways and gateway groups; - IPv6 RA; - GRE interfaces; - CARP status; - Referrer authentication. Fixes (and/or revisit) the following tickets: - Ticket #3257 - Ticket #3716 - Ticket #4450 - Ticket #4858 - Ticket #5441 - Ticket #5442 - Ticket #5500 - Ticket #5783 - Ticket #5844
* $interface isn't used here. Wasn't before either, otherwise it would have ↵Chris Buechler2016-02-051-2/+0
| | | | broken the get_configured_carp_interface_list. Ticket #5844
* Just show the IP to the user, the VIP's uniqid is meaningless noise to the ↵Chris Buechler2016-02-051-1/+1
| | | | user. Ticket #5844
* Only show VIPs associated with the correct interface. Ticket #5844Chris Buechler2016-02-051-4/+5
|
* Select appropriate VIP where one is configured. Ticket #5844Chris Buechler2016-02-051-1/+1
|
* Internationalization of various system*.phpPhil Davis2016-02-031-1/+1
|
* Fixed #5789Stephen Beaver2016-01-211-9/+10
|
* Update system_gateway_groups_edit.phpheper2015-12-211-1/+1
|
* Bug #5527heper2015-12-211-2/+2
|
* Code style system_*Phil Davis2015-12-171-18/+23
|
* 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
* 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.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+0
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Fixed #5209Stephen Beaver2015-09-291-5/+14
|
* Fixed #5192Stephen Beaver2015-09-241-33/+62
| | | | Element names corrected
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-200/+178
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+378
OpenPOWER on IntegriCloud