summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_virtual_server_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-315/+0
|
* Merge pull request #1749 from phil-davis/cancel-refererRenato Botelho2015-07-151-1/+6
|\
| * Cancel button after input errorPhil Davis2015-07-131-1/+6
| | | | | | | | | | | | | | | | | | | | | | If there is an input error then the edit page is redrawn showing the input errors. The HTTP_REFERER becomes the current page, rather than the true original referer. Then if you click Cancel the current page is just redrawn. This change makes the code remember the original referer, so if the user enters some invalid data, presses Save, reads the input error messages then presses Cancel they are taken back out to the original page - the same as if Cancel was used before Save.
* | Fix references to Load Balancer Virtual Server redirect_modePhil Davis2015-07-131-4/+4
|/ | | | When adding a Virtual Server, if you press Save with blank fields, the validation does not show. That was because the switch statement selecting the fields to validate had wrong case values. Actually the "mode" here is locked to "redirect_mode" (later code to allow the mode to be selected by the user is commented out - not implemented. I fixed the reqdfieldsn array also for relay_mode case, even though it is never used. It looked dodgy the way it was.
* Code spacingPhil Davis2015-06-151-4/+4
| | | | | | | 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.
* Code style Load BalancerPhil Davis2015-05-131-128/+143
|
* Fix a few misc encoding issues in load balancer code.jim-p2015-03-311-0/+3
|
* Fix aliases popup width when fields are hidden when page is loaded. It ↵Renato Botelho2015-02-021-1/+1
| | | | should fix #4238
* Fix lineup of copyright linesPhil Davis2015-01-011-28/+28
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+2
|
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+3
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Tidy up "load_balancer_virtual_server" XHTMLColin Fleming2014-04-181-17/+18
| | | | | | | | | | Add SUMMARY to tables Update PHP shorthand Move "fbegin.inc" inbetween BODY and SCRIPT Close INPUT tags Update HTML Boolean operators Move closing SELECT into the PHP IF statement Move the "save" and "cancel" buttons into right-hand column
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-10/+10
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-10/+10
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
|/ | | | packages.pfsense.org
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-3/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Prevent a Fall Back Pool from being selected when the DNS protocol is in ↵jim-p2013-11-011-1/+5
| | | | use. If one is present in the config, ignore it. Fixes #3300
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* When renaming or deleting a virtual server, clean up the old relayd anchor ↵jim-p2013-08-151-2/+6
| | | | name. Otherwise the rules are still there and valid, and will cause problems as they will override the new VS settings. Also clear out the anchors when stopping relayd or starting fresh that way no old settings could conflict.
* Implement URL Table aliases for ports instead of IP addressesRenato Botelho2013-07-081-1/+1
|
* Add a new alias type, URLs containing PortsRenato Botelho2013-07-041-1/+1
|
* Encode some more parameters before showing them to users.jim-p2012-10-311-6/+6
|
* restrict '/' from virtual server name fieldDarren Embry2012-10-261-2/+2
| | | | fixes #2656
* Due to the DHCP pool tag needing to be an array, rename the old LB "pool" ↵jim-p2012-09-261-3/+3
| | | | variable to something else so it's not interpreted as an array.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* remove the stuff triggering display of relay protocol rowDarren Embry2012-05-111-32/+0
|
* allow port in virtual servers to be left blankDarren Embry2012-05-111-7/+8
| | | | in which case listening port would be inherited from the pool
* allow aliases for the ipaddr field in virtual servers (PEV-394754)Darren Embry2012-05-111-5/+12
|
* add autocomplete for port (PEV-394754)Darren Embry2012-05-101-1/+11
|
* update help text in port fields to Firewall -> Aliases (PEV-394754)Darren Embry2012-05-101-1/+1
|
* Load Balancer: allow port aliases in Pools and Virtual Servers. (PEV-394754)Darren Embry2012-04-051-2/+3
|
* load balancer: allow IPv4 subnets up to 64 addresses in Pools and Virtual ↵Darren Embry2012-04-051-2/+4
| | | | Servers (PEV-394754)
* making small fixes on jQuery codeVinicius Coque2012-01-211-1/+1
|
* description is optionalChris Buechler2011-11-041-1/+1
|
* Converting from prototype to jQueryVinicius Coque2011-10-221-6/+6
|
* Fixup relayd to handle DNS load balancing as well as standard TCP load ↵jim-p2011-09-271-17/+18
| | | | balancing.
* Fix XSS issuesScott Ullrich2010-11-121-4/+4
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Do not allow spaces in load balancer name fields, they are invalid in relayd.jim-p2010-10-251-0/+3
|
* desc to descr in Load Balancer config, so they gain CDATA protection and ↵jim-p2010-10-191-2/+2
| | | | standardize field names. Ticket #320.
* Just fix some space and tab problemsRenato Botelho2010-08-121-8/+8
|
* Fix gettext on load_balancer_virtual_server_edit.phpVinicius Coque2010-08-121-6/+6
|
* Move : to gettext stringRenato Botelho2010-08-111-2/+2
|
* Implement gettext() calls on load_balancer_virtual_server_edit.phpCarlos Eduardo Ramos2010-07-151-26/+26
|
* remove warning for redirect mode since it's not supportedChris Buechler2010-07-111-1/+0
|
* rename slbd pages since this is no longer slbdChris Buechler2010-07-111-2/+2
|
* Add status/log links to LB pages.jim-p2010-06-021-0/+4
|
* Hard code mode to redirect and comment out the mode option. Suggested-by: ↵Scott Ullrich2010-05-111-0/+3
| | | | BillM
* Do not write out <sitedown></sitedown> if the Fall Back Pool is set to ↵Scott Ullrich2009-10-161-1/+3
| | | | none.. Simply unset() it.
OpenPOWER on IntegriCloud