Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy up "load_balancer_pool_edit.php" XHTML | Colin Fleming | 2014-04-30 | 1 | -4/+6 |
| | | | Backout changes to the the SELECT tag from pull request 1104, further testing shows that it doesn't populate the disabled/enabled server list 100% correctly. | ||||
* | Tidy up "load_balancer_pool" XHTML | Colin Fleming | 2014-04-18 | 1 | -30/+25 |
| | | | | | | | | | | Add SUMMARY to tables Update PHP shorthand Move "fbegin.inc" include between BODY and SCRIPT Add CDATA section to scripts Close INPUT tags Update HTML Boolean operators Move SELECT tag into the PHP IF statement | ||||
* | replaced uppercase html tags with lowercase | ayvis | 2014-03-19 | 1 | -1/+1 |
| | | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript" | ||||
* | Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵ | Renato Botelho | 2014-03-17 | 1 | -6/+6 |
|\ | | | | | | | ayvis-master-br | ||||
| * | xhtml Compliance | ayvis | 2014-03-14 | 1 | -6/+6 |
| | | | | | | replaced <br>, <br/> and </br> with <br /> | ||||
* | | standardize on www.pfsense.org and HTTPS, point package URLs to | Chris Buechler | 2014-03-14 | 1 | -1/+1 |
|/ | | | | packages.pfsense.org | ||||
* | Improve checks for params 'id', 'dup' and other similar ones to make sure ↵ | Renato Botelho | 2014-03-12 | 1 | -3/+3 |
| | | | | they are numeric integer, also, pass them through htmlspecialchars() before print | ||||
* | Fix #3268 - avoid pf table names conflict: | Renato Botelho | 2013-10-16 | 1 | -0/+8 |
| | | | | | | . Create a list of reserved table names for the hardcoded ones . Use this list to validate aliases and load balance pool names . Check if alias names don't conflict with LB pool names and vice-versa | ||||
* | Remove call-time pass by reference for do_input_validation, helps ticket #2565 | Renato Botelho | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | Implement URL Table aliases for ports instead of IP addresses | Renato Botelho | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | Add a new alias type, URLs containing Ports | Renato Botelho | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | Due to the DHCP pool tag needing to be an array, rename the old LB "pool" ↵ | jim-p | 2012-09-26 | 1 | -2/+2 |
| | | | | 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-p | 2012-08-10 | 1 | -3/+1 |
| | |||||
* | use get_alias_list for port field in load_balancer_pool_edit | Darren Embry | 2012-05-10 | 1 | -11/+1 |
| | |||||
* | add autocomplete to load_balancer_pool_edit.php (PEV-394754) | Darren Embry | 2012-05-10 | 1 | -1/+19 |
| | | | | we also enable the json extension here. | ||||
* | update help text in port fields to Firewall -> Aliases (PEV-394754) | Darren Embry | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | Load Balancer: allow port aliases in Pools and Virtual Servers. (PEV-394754) | Darren Embry | 2012-04-05 | 1 | -3/+6 |
| | |||||
* | load balancer: allow IPv4 subnets up to 64 addresses in Pools and Virtual ↵ | Darren Embry | 2012-04-05 | 1 | -4/+10 |
| | | | | Servers (PEV-394754) | ||||
* | description is optional | Chris Buechler | 2011-11-04 | 1 | -1/+1 |
| | |||||
* | Add a retry field to the LB Pool config to allow specifying how many times ↵ | jim-p | 2010-12-14 | 1 | -0/+14 |
| | | | | to retry a server before declaring it dead. | ||||
* | Bring in XSS id fixes from m0n0wall | Scott Ullrich | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | Do not allow spaces in load balancer name fields, they are invalid in relayd. | jim-p | 2010-10-25 | 1 | -0/+4 |
| | |||||
* | desc to descr in Load Balancer config, so they gain CDATA protection and ↵ | jim-p | 2010-10-19 | 1 | -3/+3 |
| | | | | standardize field names. Ticket #320. | ||||
* | Merge remote branch 'mainline/master' | Renato Botelho | 2010-08-12 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php | ||||
| * | Show selected properly for the LB mode. | jim-p | 2010-08-11 | 1 | -2/+2 |
| | | |||||
| * | When adding to a pool in manual failover mode, enforce the one-active limit ↵ | jim-p | 2010-08-11 | 1 | -1/+1 |
| | | | | | | | | also. | ||||
* | | gettext() fixes on load_balancer_pool_edit.php | Carlos Eduardo Ramos | 2010-08-12 | 1 | -4/+4 |
|/ | |||||
* | Add the ability to select a mode for LB pool members, load balance (default) ↵ | jim-p | 2010-08-10 | 1 | -4/+15 |
| | | | | or manual failover. If manual failover is selected, only allow one server to be chosen as active. | ||||
* | Implement gettext() calls on load_balancer_pool_edit.php | Carlos Eduardo Ramos | 2010-07-16 | 1 | -27/+27 |
| | |||||
* | rename slbd pages since this is no longer slbd | Chris Buechler | 2010-07-11 | 1 | -2/+2 |
| | |||||
* | Add status/log links to LB pages. | jim-p | 2010-06-02 | 1 | -0/+4 |
| | |||||
* | Seperate screen into three areas: Add item to pool, add /edit load balancer ↵ | Scott Ullrich | 2009-10-16 | 1 | -5/+9 |
| | | | | pool entry and current pool members | ||||
* | Misc HTML cleanups. Space out elements of add/delete pool memeber area. ↵ | Scott Ullrich | 2009-10-16 | 1 | -14/+32 |
| | | | | Seperate add/remove area with a listtopic element. Add descriptive text for Server IP address in order to make page a little more user friendly for the uninitiated. | ||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -1/+4 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | Do not mount rw when uneeded and even more not mounting ro again. | Ermal Luçi | 2009-07-01 | 1 | -1/+0 |
| | |||||
* | * Reorganize the 'apply' button infrustructure in the GUI. | Ermal Luçi | 2009-06-30 | 1 | -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 | ||||
* | Massive javascript cleanup, all .js files now live in $g['www_path']/javascript | Bill Marquette | 2009-03-14 | 1 | -2/+0 |
| | | | | Purged unused JS | ||||
* | Add missing quota to the titles so pages actually display. | Ermal Luçi | 2008-09-16 | 1 | -1/+1 |
| | |||||
* | Add "Services" to the page title | Bill Marquette | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | Make edit pages look consistent | Bill Marquette | 2008-09-02 | 1 | -0/+3 |
| | | | | Pointed out by: sullrich@ | ||||
* | Bring in relay options for inbound load balancer | Bill Marquette | 2008-08-28 | 1 | -1/+1 |
| | | | | | More work pending, this seems to generate proper configs needs much more testing though | ||||
* | Bring in new server load balancing code, this introduces: | Bill Marquette | 2008-08-05 | 1 | -45/+18 |
| | | | | | | * The ability to create your own monitors (tcp, http, https, send/expect) * A new way of displaying 'standard tables' - MainTable class * monitor_type array type | ||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -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 | ||||
* | remove slbd_configure and start removal of gateway stuff from load balancer ↵ | Bill Marquette | 2008-07-08 | 1 | -163/+7 |
| | | | | screens | ||||
* | Continue interface improvements | Ermal Luçi | 2008-06-21 | 1 | -11/+4 |
| | |||||
* | touch up text. | Chris Buechler | 2008-05-17 | 1 | -3/+3 |
| | | | | ticket #1696 | ||||
* | fix typo | Chris Buechler | 2008-02-12 | 1 | -1/+1 |
| | | | | Ticket #1645 | ||||
* | Do not show LAN related items when the interfafe does not exist. | Scott Ullrich | 2008-02-09 | 1 | -1/+4 |
| | |||||
* | Switch over to array style page titles. Obtained-from: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -2/+1 |
| | |||||
* | Fix Javascript errors. Thanks JSLint!! | Bill Marquette | 2007-10-19 | 1 | -3/+3 |
| |