Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nuke old utility to take interface statistics | Ermal Luçi | 2008-09-16 | 1 | -0/+0 |
| | |||||
* | Fix the Traffic Graph for Firefox case, which caches agressively and makes ↵ | Ermal Luçi | 2008-09-16 | 2 | -1/+11 |
| | | | | the XMLHttpRequest calls return the same result and the output is just a red line at the end of the graph since the difference between the old and new traffic is always 0. | ||||
* | * Fix 'descr'setting and displaying. | Ermal Luçi | 2008-09-16 | 1 | -18/+19 |
| | | | | * Some white space cleanup. | ||||
* | Fix a few minor problems with the IPsec configuration interface. Make sure | Matthew Grooms | 2008-09-16 | 2 | -12/+7 |
| | | | | | | we don't copy the ikeid when duplicating a phase1 entry. Simplify the code that deletes all associated phase2 entries when a phase1 is deleted. I was and still am learning the finer points of php. | ||||
* | Make it possible for pakages to insert additional tabbed pages into an | Matthew Grooms | 2008-09-16 | 4 | -16/+20 |
| | | | | | | | | existing tab group. This requires that each page in the tab group call add_package_tabs() with the tab group name before display_top_tabs() so pages can be inserted. While far from optimal, this system is really a stop-gap measure until a more intelligent menu/tab system can be implemented. Discussed with Scott on IRC. | ||||
* | Fix empty wep array | Seth Mos | 2008-09-15 | 1 | -1/+1 |
| | |||||
* | Correctly handle 802.11x setting. | Ermal Luçi | 2008-09-15 | 1 | -2/+2 |
| | |||||
* | Some style and consistency fixes, no functional change. | Ermal Luçi | 2008-09-12 | 1 | -9/+11 |
| | |||||
* | Fix the Status->Traffic Graph graphic. | Ermal Luçi | 2008-09-12 | 2 | -31/+13 |
| | |||||
* | Bring the ppp frontend to functionality. | Ermal Luçi | 2008-09-11 | 2 | -22/+83 |
| | | | | Add a more options like max connection attempt, support for static ip setups, username and password configs. | ||||
* | Add ability to hook into tabs on various screens. Each tab area will | Scott Ullrich | 2008-09-11 | 1 | -1/+18 |
| | | | | | | | | | | need to hook into this sytem similar to: $tab_array = array(); $tab_array[] = array("Port Forward", true, "firewall_nat.php"); $tab_array[] = array("1:1", false, "firewall_nat_1to1.php"); $tab_array[] = array("Outbound", false, "firewall_nat_out.php"); $tab_array[] = add_package_tab_hooks("firewallnat") display_top_tabs($tab_array); | ||||
* | Remove (not parsed) from description. It IS parsed and checked for XSS | Scott Ullrich | 2008-09-10 | 1 | -1/+1 |
| | | | | problems now that we can assign owners of interfaces. | ||||
* | Backout last change, we need to think about this some more. | Scott Ullrich | 2008-09-10 | 1 | -2/+2 |
| | |||||
* | Learn how to spell "Acknowledge" | Scott Ullrich | 2008-09-10 | 1 | -1/+1 |
| | | | | Pointed-out-by: billm | ||||
* | We already escape characters. Do not worry about notifying user that | Scott Ullrich | 2008-09-10 | 1 | -2/+0 |
| | | | | | the description field is invalid as it will be escaped again during firewall_rules.php | ||||
* | Require_once instead of require. | Scott Ullrich | 2008-09-10 | 1 | -4/+4 |
| | |||||
* | Increase the page redirect time after switching between http and https. It | Matthew Grooms | 2008-09-10 | 1 | -2/+2 |
| | | | | can take longer on slower embedded systems. | ||||
* | Whitespace and minor bug fixes for package manager pages. | Matthew Grooms | 2008-09-10 | 2 | -188/+209 |
| | |||||
* | Show correct interface. | Ermal Luçi | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | Catch up with backend modification and synchronize some fields in the GUI ↵ | Ermal Luçi | 2008-09-10 | 2 | -31/+18 |
| | | | | itself. | ||||
* | Catch up with function renaming. | Ermal Luçi | 2008-09-10 | 1 | -6/+6 |
| | |||||
* | * Correctly show dhcp tabs for the service | Ermal Luçi | 2008-09-10 | 1 | -16/+14 |
| | | | | * Do not display tabs for the interface not elligible for running a dhcp service. | ||||
* | Array checks too. | Ermal Luçi | 2008-09-09 | 1 | -1/+2 |
| | |||||
* | Add missing quote char. | Ermal Luçi | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | Array checks too. | Ermal Luçi | 2008-09-09 | 2 | -3/+6 |
| | |||||
* | Add some check if we are working with arrays and fix the check for not ↵ | Ermal Luçi | 2008-09-09 | 1 | -32/+38 |
| | | | | allowing dhcpd to be configured on nonstatic ip interfaces. | ||||
* | * Introduce an apply button before the changes get effect. | Ermal Luçi | 2008-09-09 | 1 | -37/+34 |
| | | | | * Actually fix the form submit action to work correctly. | ||||
* | Modify the OpenVPN server configuration to allow the DH parameter length | Matthew Grooms | 2008-09-09 | 1 | -4/+27 |
| | | | | to be specified. Upgraded 1.2.x configurations will default to 1024 bits. | ||||
* | Move the 'advanced users only' notice into the tab body so the tab headers | Matthew Grooms | 2008-09-09 | 5 | -76/+56 |
| | | | | are not displaced by this message. | ||||
* | Whitespace and minor bug fixes for system general setup page. | Matthew Grooms | 2008-09-09 | 1 | -133/+183 |
| | |||||
* | Rename interfaces_wan_configure to interface_configure now that it is used ↵ | Ermal Luçi | 2008-09-09 | 5 | -5/+6 |
| | | | | for all assigned interface configuration. | ||||
* | Merge interfaces_wlan.inc into interfaces.php there is no need for the to be ↵ | Ermal Luçi | 2008-09-09 | 1 | -20/+464 |
| | | | | different files so when one is edited the other can be broken. | ||||
* | NOTE: Part of the interfaces history is located on interfaces_lan.php and ↵ | Ermal Luçi | 2008-09-09 | 1 | -1/+1 |
| | | | | interfaces_opt.php. | ||||
* | Catch up with file rename. | Ermal Luçi | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | Catch up with file rename. | Ermal Luçi | 2008-09-09 | 3 | -7/+7 |
| | |||||
* | Oops, this is a test and not an assignment. | Ermal Luçi | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | Oops, this is a test and not an assignment. | Ermal Luçi | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | Cleanup the tab format of the system user/group/server management pages. | Matthew Grooms | 2008-09-09 | 6 | -963/+1013 |
| | | | | | | The edges were square instead of rounded like most pfSense pages. Also make sure tabs and cancel buttons are present in the add privilege and add certificate pages. | ||||
* | Cleanup the tab format of the system ca/certificate pages. The edges were | Matthew Grooms | 2008-09-09 | 2 | -617/+623 |
| | | | | | square instead of rounded like most pfSense pages. While here, fix a bug that made the submit button disappear when it shouldn't. | ||||
* | Cleanup the tab format of the system advanced pages. The edges were square | Matthew Grooms | 2008-09-09 | 5 | -642/+643 |
| | | | | instead of rounded like most pfSense pages. | ||||
* | Whitespace and html cleanup of the configuration history page. | Matthew Grooms | 2008-09-09 | 1 | -59/+65 |
| | |||||
* | Moves the protocol and certificate options out of the general config page | Matthew Grooms | 2008-09-09 | 3 | -135/+146 |
| | | | | | | | | | | | | | to the Advanced admin access tab. The thought is that they should be next to each other. The certificate management has also been modified to use the centralized certificate manager. I took the liberty of removing the default certificate/key definitions from the web server configuration function as it is now trivial to create these locally. The global SSH authorized keys have also been removed. Any existing key data will be migrated to the admin account. I also added some new checks to ensure the sshd process is only restarted when its configuration has actually changed. | ||||
* | Add "Services" to the page title | Bill Marquette | 2008-09-09 | 9 | -9/+9 |
| | |||||
* | * Rename to interfaces.php | Scott Ullrich | 2008-09-08 | 1 | -2/+2 |
| | | | | * Fix tab style issues | ||||
* | Rename to interfaces.php | Scott Ullrich | 2008-09-08 | 1 | -1/+1 |
| | | | | Repocopy following up to this commit. | ||||
* | Add my name to the copyrights, i think i changed enough of this file! | Ermal Luçi | 2008-09-07 | 2 | -0/+2 |
| | |||||
* | Delete interfaces_lan.php we have a unified interface config. | Ermal Luçi | 2008-09-07 | 1 | -235/+0 |
| | |||||
* | Try to reconfigure interfaces if assigned when edited. For gif and gre this ↵ | Ermal Luçi | 2008-09-07 | 2 | -0/+9 |
| | | | | does not make sense. | ||||
* | Merge lan configuration to the interfaces_wan.php page wich does the ↵ | Ermal Luçi | 2008-09-07 | 6 | -36/+37 |
| | | | | | | configuration of all other assigned interfaces. | ||||
* | Use different names for pppoe and pptp fields so that problems reported by | Ermal Luçi | 2008-09-07 | 2 | -32/+48 |
| | | | | | | | http://forum.pfsense.org/index.php/topic,11220.0.html is fixed. Reflect the changes even on config conversion part. Add even some code in preparation of merging even lan on the same page. |