pfsense/usr/local/www
2012-04-04 14:51:22 +02:00
..
classes fix double click to edit 2010-07-11 18:50:02 -04:00
code-syntax-highlighter
csrf Clear \r from these files to be readble 2011-07-22 17:34:30 +00:00
filebrowser Require guiconfig.inc 2011-12-03 17:54:37 -05:00
includes I did a block comment out the fist time because I wanted to leave that code in for later use when start adding more OID checks for different hardware drivers. So made comment change per request. 2012-01-06 10:34:33 -06:00
installer Converting javascript code to jQuery on installer webgui 2012-01-21 17:39:05 -02:00
javascript feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input 2012-03-28 18:50:02 -04:00
protochart
themes Fix for this: http://redmine.pfsense.org/issues/2037 2011-12-06 21:29:21 +01:00
tree Optimized all images using Yahoo Smush.it service. 2011-03-23 11:39:35 -03:00
tree-images Optimized all images using Yahoo Smush.it service. 2011-03-23 11:39:35 -03:00
widgets Move CARP settings from pkg XML to a real PHP page 2012-03-22 21:25:58 -04:00
wizards Unbreak a number of explode() replacements which required preg_split() 2012-01-20 12:18:13 +01:00
apple-touch-icon.png Optimized all images using Yahoo Smush.it service. 2011-03-23 11:39:35 -03:00
bandwidth_by_ip.php Resolves #879. Commit patch referenced in ticket to properly parse rate output. 2010-10-15 13:42:08 +00:00
carp_status.php Move CARP settings from pkg XML to a real PHP page 2012-03-22 21:25:58 -04:00
crash_reporter.php Clear the PHP errors when 'no' is pressed also. 2011-11-23 10:56:41 -05:00
diag_arp.php Converting from prototype to jQuery 2011-10-16 18:05:23 -02:00
diag_authentication.php Fix XSS issues 2010-11-12 11:36:20 -05:00
diag_backup.php The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone. 2012-01-19 20:33:41 +01:00
diag_confbak.php Also show the config version in the backup history. 2011-11-22 11:55:42 -05:00
diag_defaults.php Make the reboot time estimate a little more realisitic. 2012-02-23 08:36:54 -05:00
diag_dns.php The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone. 2012-01-19 20:33:41 +01:00
diag_dump_states_sources.php Converting javascript code from scriptaculous to jQuery 2011-11-15 16:09:31 -02:00
diag_dump_states.php The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone. 2012-01-19 20:33:41 +01:00
diag_ipsec_sad.php Show how much data has passed on an SAD entry. 2011-06-02 12:47:53 -04:00
diag_ipsec_spd.php Reverting class="sortable" damaged by commit 17d5077f61 2011-06-05 16:09:59 -04:00
diag_ipsec_xml.php Add the diag_ipsec_xml.php page, this provides a XML interface to the 2011-02-21 19:23:48 +01:00
diag_ipsec.php Add a button to connect a non-mobile IPsec VPN from Status > IPsec. Sends a ping from a local IP in the p2 subnet (if one exists on the router) to the remote p2 subnet. 2010-11-08 17:21:27 -05:00
diag_limiter_info.php Converting from prototype to jQuery 2011-10-16 18:05:23 -02:00
diag_logs_auth.php Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
diag_logs_dhcp.php Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
diag_logs_filter_dynamic.php Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file 2012-01-21 19:24:24 -02:00
diag_logs_filter_summary.php Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
diag_logs_filter.php Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
diag_logs_gateways.php Add the new pages for the relocated logfiles and messages. 2012-03-30 22:40:58 +02:00
diag_logs_ipsec.php Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
diag_logs_ntpd.php Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
diag_logs_openvpn.php Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
diag_logs_ppp.php Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
diag_logs_relayd.php Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
diag_logs_resolver.php Add the new pages for the relocated logfiles and messages. 2012-03-30 22:40:58 +02:00
diag_logs_settings.php Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
diag_logs_vpn.php Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
diag_logs_wireless.php Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
diag_logs.php Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
diag_nanobsd.php Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file 2012-01-21 19:24:24 -02:00
diag_ndp.php Converting from prototype to jQuery 2011-10-16 18:05:23 -02:00
diag_packet_capture.php Add some protocol filtering capability to the packet capture page 2012-01-11 16:41:12 -05:00
diag_patterns.php Fix pattern upload, button text check was incorrect. 2012-03-20 10:08:23 -04:00
diag_pf_info.php Converting from prototype to jQuery 2011-10-16 18:05:23 -02:00
diag_ping.php So gethostbyname() does not work for ipv6, instead run both ping and ping6. That works too. 2010-10-23 12:28:14 +02:00
diag_pkglogs.php Make use of the new tab menu and use _GET instead of _POST for pkg name passed in URL. 2010-12-02 19:21:59 +02:00
diag_resetstate.php If sticky is enabled, show a tab under Diag > States to view the source tracking table and clear it if needed. 2011-11-03 13:30:11 -04:00
diag_routes.php Use correct table header class. 2011-06-28 15:17:03 +02:00
diag_smart.php Use a better regex here, sometimes ad devices can be numbered >=10. 2011-02-16 11:31:21 -05:00
diag_states_summary.php Add IPv6 love to diag states Summary. For Ticket #1816 2011-08-29 09:59:04 +02:00
diag_system_activity.php Converting from prototype to jQuery 2011-10-16 18:05:23 -02:00
diag_system_pftop.php Converting from prototype to jQuery 2011-10-16 18:05:23 -02:00
diag_tables.php Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file 2012-01-21 19:24:24 -02:00
diag_traceroute.php Merge remote branch 'upstream/master' 2011-06-28 11:21:28 -04:00
easyrule.php add a ipprotocol variable to the easy add rules 2011-02-14 22:27:46 +01:00
edit.php fix for: Output from CSRF magic mangles files in Diagnostics > Edit File 2012-03-21 12:47:25 -04:00
exec_raw.php Implement gettext() calls on exec_raw.php 2010-07-30 08:41:57 -03:00
exec.php Redirect stderr to stdout on exec.php so errors are visible. 2012-02-27 16:51:17 -05:00
favicon.ico
fbegin.inc Move CARP settings from pkg XML to a real PHP page 2012-03-22 21:25:58 -04:00
fend.inc Use complete path to call bottom-loader.js because we have chdir on some places that break it (e.g. status -> rrd_graph) 2010-08-30 15:28:11 -03:00
firewall_aliases_edit.php feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input 2012-03-28 18:50:02 -04:00
firewall_aliases_import.php Merge remote branch 'mainline/master' into 2_firewall 2010-08-03 10:59:34 -03:00
firewall_aliases.php Adding hook to pre_table for aliases 2011-07-18 18:17:23 -04:00
firewall_nat_1to1_edit.php Bug #1403. Filter Rules description do not get saved when "(quote) present as character 2011-05-27 21:55:22 +00:00
firewall_nat_1to1.php Fix note width for 1:1 NAT 2011-08-30 15:16:31 -04:00
firewall_nat_edit.php Local port must be specified, fix input validation 2011-12-25 16:16:26 -05:00
firewall_nat_npt_edit.php Fix edit bug that duplicated records. 2011-03-18 10:07:45 +01:00
firewall_nat_npt.php Add the firewall_nat_npt* pages so that you can enter use binat for Network prefix translation 2011-01-21 09:35:25 +01:00
firewall_nat_out_edit.php replacing prototype by jQuery on firewall_* 2011-10-10 21:00:06 -03:00
firewall_nat_out.php Add per-rule delete ("X") button to Outbound NAT rules 2012-03-21 14:05:45 -04:00
firewall_nat.php The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone. 2012-01-19 20:33:41 +01:00
firewall_rules_edit.php feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input 2012-03-28 18:50:02 -04:00
firewall_rules.php If no rules are defined on the floating rules tab, show a more relevant message. 2012-02-23 08:48:14 -05:00
firewall_schedule_edit.php Form image buttons are submit buttons and thus default buttons, causing unwanted behavior with the enter key. Use links instead, where possible. 2010-11-12 22:44:11 -07:00
firewall_schedule.php Just fix some space and tab problems 2010-08-12 14:17:28 -03:00
firewall_shaper_layer7.php Fix typo in comment. 2010-11-16 23:47:56 -05:00
firewall_shaper_queues.php Fix XSS issues 2010-11-12 11:36:20 -05:00
firewall_shaper_vinterface.php makes correct use of printf and gettext 2011-07-18 14:33:20 -03:00
firewall_shaper_wizards.php Fixing gettext calls on firewall_shaper_wizards.php 2010-07-02 16:09:36 -03:00
firewall_shaper.php Use the new daemon for status->queues until a proper chart javascript library is availble 2011-10-01 17:52:02 +00:00
firewall_virtual_ip_edit.php feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input 2012-03-28 18:50:02 -04:00
firewall_virtual_ip.php Move CARP settings from pkg XML to a real PHP page 2012-03-22 21:25:58 -04:00
getserviceproviders.php Include guiconfig.inc for auth 2010-11-29 16:48:23 -05:00
getstats.php Add no cache header 2011-09-12 15:32:56 -04:00
graph_cpu.php Enforce session establishment. 2011-03-04 22:00:51 +00:00
graph.php Unbreak graphs 2010-11-10 23:14:31 -05:00
green_dot.jpg
gui.css
guiconfig.inc Fix a logical bug on gettext 2012-03-15 21:19:12 -03:00
halt.php Make the reboot time estimate a little more realisitic. 2012-02-23 08:36:54 -05:00
head.inc Converting from scriptaculous to jQuery 2011-11-16 00:12:21 -02:00
headjs.php Converting headjs javascript code from prototype to jQuery 2012-01-15 12:51:33 -02:00
help.php Move CARP settings from pkg XML to a real PHP page 2012-03-22 21:25:58 -04:00
ifstats.php Ticket #682. Use pfSense modules function to collect interface stats. 2010-08-20 19:30:50 +00:00
index.php Show the PHP errors reported on the index page in the crash report so users are not confused by an empty report screen. Include them in the report and also clear them after sending. 2011-11-23 10:23:36 -05:00
interfaces_assign.php Add small patch from #466 to make interface names clickable on Interfaces > (assign). Implements #466 2012-02-27 11:07:17 -05:00
interfaces_bridge_edit.php correctly read/write the priority/path cost settings to the main XML configuration file. 2012-03-22 12:51:09 -04:00
interfaces_bridge.php gettext() fixes on interfaces_bridge.php 2010-08-12 13:00:51 -03:00
interfaces_gif_edit.php feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input 2012-03-28 18:50:02 -04:00
interfaces_gif.php gettext() fixes on interfaces_gif.php 2010-08-12 13:40:30 -03:00
interfaces_gre_edit.php Remove 32 bit subnetmask limitation for IPv6 2012-01-15 14:38:23 +01:00
interfaces_gre.php Fix double click editing of GRE interfaces 2010-12-21 16:26:19 -05:00
interfaces_groups_edit.php Don't run mb_convert_encoding on descr field, it's cdata protected in the config now and this just causes some characters to be lost on input. Ticket #1168 2011-01-06 13:52:52 -05:00
interfaces_groups.php Resolves #1703. Correct array key value. 2011-07-25 19:05:47 +00:00
interfaces_lagg_edit.php Make sure we tell the code that the interface exists otherwise multiple laggs might get created. 2011-03-03 16:30:07 +00:00
interfaces_lagg.php Fix gettext on interfaces_lagg.php 2010-08-12 10:23:16 -03:00
interfaces_ppps_edit.php The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone. 2012-01-19 20:33:41 +01:00
interfaces_ppps.php Work around the fact that get_configured_interface_list re-parses the config and kills the reference made before it, which was making it impossible to delete a pppoe instance. 2011-08-03 12:38:47 -04:00
interfaces_qinq_edit.php Correct saving of qinq specified members and also correctly destroy parent vlan when deleteing the interfaces. Also take care of attaching to netgraph now that we detach by default. 2011-04-28 21:21:11 +00:00
interfaces_qinq.php Fix QinQ note width. 2011-08-30 15:00:13 -04:00
interfaces_vlan_edit.php When editing a vlan and chaning its tag id and the vlan is assigned correct even the interface name of the assignment otherwise we result in breaking the install. 2011-06-27 19:01:43 +00:00
interfaces_vlan.php Fix height of plus button, reported at http://forum.pfsense.org/index.php/topic,28764.0.html 2010-10-01 12:40:44 -06:00
interfaces_wireless_edit.php Fix page title text. Replace "Firewall" with "Interfaces" in title. 2011-03-02 11:51:30 +07:00
interfaces_wireless.php Checked gettext() implementation on interfaces_wireless.php 2010-07-12 09:07:23 -03:00
interfaces.php Add a command that should be able to extract the DUID for us. 2012-04-03 14:54:07 +02:00
license.php Fixing gettext calls on license.php 2010-08-10 11:27:39 -03:00
load_balancer_monitor_edit.php replacing prototype with jQuery on load balancer pages 2012-01-16 23:43:00 -02:00
load_balancer_monitor.php Ticket #2205 - Main logic for relayd global settings screen, still need to add stuff (input validation, etc) before closing ticket 2012-02-19 19:25:09 -05:00
load_balancer_pool_edit.php description is optional 2011-11-04 02:04:44 -04:00
load_balancer_pool.php Ticket #2205 - Main logic for relayd global settings screen, still need to add stuff (input validation, etc) before closing ticket 2012-02-19 19:25:09 -05:00
load_balancer_relay_action_edit.php replacing prototype with jQuery on load balancer pages 2012-01-16 23:43:00 -02:00
load_balancer_relay_action.php desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320. 2010-10-19 12:39:01 -04:00
load_balancer_relay_protocol_edit.php replacing prototype with jQuery on load balancer pages 2012-01-16 23:43:00 -02:00
load_balancer_relay_protocol.php desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320. 2010-10-19 12:39:01 -04:00
load_balancer_setting.php Ticket #2205 - Add prefork setting 2012-02-27 15:44:32 -05:00
load_balancer_virtual_server_edit.php making small fixes on jQuery code 2012-01-21 18:08:09 -02:00
load_balancer_virtual_server.php Ticket #2205 - Main logic for relayd global settings screen, still need to add stuff (input validation, etc) before closing ticket 2012-02-19 19:25:09 -05:00
logobig.jpg Optimized all images using Yahoo Smush.it service. 2011-03-23 11:39:35 -03:00
niftycssCode.css Restore this change, it breaks Nifty. We will need to come up with an alternate plan to get rid of the 2px of white space between the tabs and tabcont 2010-08-05 15:46:07 -04:00
niftycssprintCode.css
pkg_edit.php Fix missing description in rowhelper. 2011-10-27 19:09:20 -02:00
pkg_mgr_install.php don't show version on this page either, to match the other pages 2011-01-25 05:32:14 -05:00
pkg_mgr_installed.php Ensure timezone is set 2012-01-18 15:05:39 -05:00
pkg_mgr_settings.php Merge branch 'master' from http://gitweb.pfsense.org/pfsense/pfsense-gettext.git 2010-08-12 15:51:13 -06:00
pkg_mgr.php Ensure timezone is set 2012-01-18 15:05:39 -05:00
pkg.php Converting javascript code from scriptaculous to jQuery 2011-11-15 16:09:31 -02:00
preload.php Implement gettext() calls on preload.php 2010-07-29 12:01:42 -03:00
progress.php Small logic fixes, gettext fixes and make php -l happy 2010-08-12 12:34:00 -03:00
reboot.php Make the reboot time estimate a little more realisitic. 2012-02-23 08:36:54 -05:00
restart_httpd.php Fix gettext implementation on restart_httpd.php 2010-07-29 13:24:26 -03:00
services_captiveportal_filemanager.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_hostname_edit.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_hostname.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_ip_edit.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_ip.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_mac_edit.php Do not try to add mac passthrough to a not loaded ipfw since the macs might be added to the wrong zone. 2011-09-15 19:23:46 +00:00
services_captiveportal_mac.php Correct disconnection of macs 2012-02-10 19:49:25 +00:00
services_captiveportal_vouchers_edit.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_vouchers.php Unset previously set voucher sync information 2012-02-06 16:12:18 +00:00
services_captiveportal_zones_edit.php To avoid any possible issues during the different paths of the workflow create the zone since its first step 2011-09-15 19:28:25 +00:00
services_captiveportal_zones.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal.php fix for bug #2322: Fix CP secondary RADIUS auth source GUI 2012-03-29 12:29:39 -04:00
services_dhcp_edit.php Updated DHCP IPv4 and IPv6 to allow global and host based filename and root-path. 2011-12-01 17:33:27 +00:00
services_dhcp_relay.php fix text 2011-12-25 19:23:29 -05:00
services_dhcp.php Changed the variable name to dhcpleaseinlocaltime from timeformatchange per jim-p request and moved xml tag into dhcpd. 2012-02-25 16:57:50 -06:00
services_dhcpv6_edit.php Updated DHCP IPv4 and IPv6 to allow global and host based filename and root-path. 2011-12-01 17:33:27 +00:00
services_dhcpv6_relay.php Add DHCPv6 relay pages for the DHCPv6 relay. Ticket #1663 2011-08-29 10:33:34 +02:00
services_dhcpv6.php Add more possible prefix lengths for the DHCPv6 server for prefix delegation. 2012-04-03 08:34:11 +02:00
services_dnsmasq_domainoverride_edit.php Accept # for a DNS override domain DNS server, this makes dnsmasq ignore a previous less specific domain and use system default name servers instead. So you can override example.com to 10.10.10.2 but www.example.com will consult normal DNS. 2010-12-23 11:21:43 -05:00
services_dnsmasq_edit.php Allow someone to add a host DNS override twice, so long as the IP type isn't the same. Lets you add a host override for both IPv4 and IPv6 for the same hostname. 2011-06-11 20:51:05 -04:00
services_dnsmasq.php Reformat the DNS Forwarder page a bit so it conforms with the other pages. Add some headers to make it more clear what each section does. Cosmetic changes only. 2011-10-28 11:32:44 -04:00
services_dyndns_edit.php This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure. 2012-04-01 02:03:49 -03:00
services_dyndns.php This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure. 2012-04-01 02:03:49 -03:00
services_igmpproxy_edit.php feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input 2012-03-28 18:50:02 -04:00
services_igmpproxy.php gettext fixes 2010-08-12 10:32:15 -03:00
services_rfc2136_edit.php Fixes #1327. Put description that a full qualified hostname is required. 2011-06-10 19:20:47 +00:00
services_rfc2136.php Merge remote branch 'mainline/master' into 4_load_balancer_and_services 2010-08-03 11:11:57 -03:00
services_snmp.php Correct population of the temp version of this variable. Fixes #2158 (drop-down preselection issue) 2012-03-15 16:04:13 -04:00
services_wol_edit.php Bring in XSS id fixes from m0n0wall 2010-11-12 11:03:51 -05:00
services_wol.php Restoring gray background to the right of some tables in GUI. 2011-06-05 15:15:15 -04:00
stats.php Enforce session establishment. 2011-03-04 22:00:51 +00:00
status_captiveportal_test.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
status_captiveportal_voucher_rolls.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
status_captiveportal_vouchers.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
status_captiveportal.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
status_dhcp_leases.php Improve the memory use while processing the leases file. 2012-03-22 15:19:46 +01:00
status_dhcpv6_leases.php I now parses the xml tags in the dhcpdv6 to check if an interface for DHCPv6 lease is using local time if not defaults to UTC time. 2012-02-25 18:58:36 -06:00
status_filter_reload.php Move CARP settings from pkg XML to a real PHP page 2012-03-22 21:25:58 -04:00
status_gateway_groups.php Fix tab name to be consistent. 2012-01-11 14:58:34 -05:00
status_gateways.php Show RTT and Loss on Status > Gateways, not just on the widget 2011-10-24 16:47:55 -04:00
status_graph_cpu.php Implement gettext() calls on status_graph_cpu.php 2010-07-22 09:11:30 -03:00
status_graph.php Change to embed to prevent IE9 from misbehaving. Ticket #2165 2012-02-07 23:38:56 -07:00
status_interfaces.php Add section for the dhcp6link status 2012-04-04 14:51:22 +02:00
status_lb_pool.php Move some lb status parsing functions to a common area so they can be reused by the widget. 2010-12-14 10:42:38 -05:00
status_lb_vs.php Show session detail in Virtual Server status 2011-09-29 15:13:30 -04:00
status_openvpn.php Converting ajax code from prototype to jQuery 2011-10-22 20:13:06 -02:00
status_queues.php making small fixes on jQuery code 2012-01-21 18:08:09 -02:00
status_rrd_graph_img.php The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone. 2012-01-19 20:33:41 +01:00
status_rrd_graph_settings.php Add a button to reset the RRD data (rm's rrd files and reinitializes). 2011-06-27 13:11:41 -04:00
status_rrd_graph.php pull jquery-ui.custom.css from themes/THEME if it exists there 2012-03-23 14:00:24 -04:00
status_services.php Add relayd to Status > Services and widget. Add capability to kill when restarting instead of a simple reload. Implements #1913 2011-09-28 11:39:49 -04:00
status_upnp.php Merge remote branch 'mainline/master' 2010-07-26 16:17:16 -03:00
status_wireless.php Cleanup html, make tables sortable, implements #2040 2012-01-06 12:51:57 -05:00
status.php Reset firewall_shaper_queues.php and status.php on this branch 2010-08-03 12:48:59 -03:00
system_advanced_admin.php Moved beep option to notifications page 2012-02-28 17:33:32 -05:00
system_advanced_firewall.php Add a checkbox that disabled automatically generates negate rules for directly connected networks and VPNs 2011-12-20 21:02:06 +01:00
system_advanced_misc.php Ticket #2157. Add missing call to relayd_configure() 2012-02-14 21:57:44 -05:00
system_advanced_network.php Fix typo 2011-10-19 13:59:52 -04:00
system_advanced_notifications.php Fix formatting and move setting back to system. 2012-02-28 16:03:23 -07:00
system_advanced_sysctl.php No need to include head.inc twice 2011-04-26 14:37:43 -04:00
system_authservers.php Resolves #2018. Add an id to the html object to make javascript work 2011-11-22 13:29:26 +00:00
system_camanager.php Describe the serial field on imported CA more clearly. Resolves #2031 2011-11-29 10:20:36 -05:00
system_certmanager.php Carry over the key length on input errors when creating a certificate signing request. Fixes #2233 2012-02-23 18:00:06 -07:00
system_crlmanager.php Shift OpenVPN require, it was causing CRLs to not save changes properly. 2011-07-27 12:05:48 -04:00
system_firmware_auto.php Add global to hide download tab 2011-09-26 18:22:13 -04:00
system_firmware_check.php convert javascript code to jQuery on system* files 2011-09-27 19:38:56 -03:00
system_firmware_restorefullbackup.php Add global to hide download tab 2011-09-26 18:22:13 -04:00
system_firmware_settings.php The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone. 2012-01-19 20:33:41 +01:00
system_firmware.php Add global to hide download tab 2011-09-26 18:22:13 -04:00
system_gateway_groups_edit.php Only show gateways from the same address family on the groups edit page. Ticket #1659 2011-08-24 14:31:06 +02:00
system_gateway_groups.php Add a note to the Gateway Groups page reminding users that they must be used in firewall rules, and don't work just by defining the groups. Also, add thead/tbody/tfoot. 2010-09-23 12:51:38 -04:00
system_gateways_edit.php Fix the link local check when trying to add a link local gateway 2012-03-13 20:39:42 +01:00
system_gateways.php Display delete(x) buttons. 2010-09-16 17:26:32 +00:00
system_groupmanager_addprivs.php Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file 2012-01-21 19:24:24 -02:00
system_groupmanager.php Fix XSS issues 2010-11-12 11:36:20 -05:00
system_hasync.php more changes CARP -> HA where CARP != CARP. 2012-03-31 00:44:37 -04:00
system_routes_edit.php Add the ability to disable static routes without deleting them 2012-03-02 23:02:22 +02:00
system_routes.php Add the ability to disable static routes without deleting them 2012-03-02 23:02:22 +02:00
system_usermanager_addprivs.php Sort user privileges so dashboard/index.php come first, so if a user has those permissions, they get redirected there first and not to another page. 2011-08-11 14:02:21 -04:00
system_usermanager_passwordmg.php Oops correct the POST destination page. 2011-06-07 08:08:13 +00:00
system_usermanager_settings_ldapacpicker.php Ticket #1052. Enforce certificates if they are present for authenticating to ldap. Allow to select a CA under ldap type authentication backend to be used for this. 2011-07-15 13:10:40 +00:00
system_usermanager_settings_test.php
system_usermanager_settings.php Correct the test which displays an error if someone chose to save+test but doesn't have an ldap backend. Also, fix a typo. 2011-02-24 13:20:49 -05:00
system_usermanager.php Convert strtotime() to DateTime object to fix 2038 roll-over issue. 2012-02-14 20:29:20 -05:00
system.php Adding multi-language support to WebGUI 2012-02-27 20:58:53 -03:00
treeview.css
upload_progress.php Fix gettext implementation on upload_progress.php 2010-07-30 15:52:51 -03:00
uploadconfig.php Fix gettext implementation on uploadconfig.php 2010-07-30 15:47:15 -03:00
vpn_ipsec_keys_edit.php Fix XSS issues 2010-11-12 11:36:20 -05:00
vpn_ipsec_keys.php Don't show empty user IPsec keys. 2010-11-03 10:26:12 -04:00
vpn_ipsec_mobile.php Correct whitespace and some problems in the just merged ldap auth sorce for racoon 2011-07-27 20:31:30 +00:00
vpn_ipsec_phase1.php Merge remote-tracking branch 'upstream/master' 2011-07-12 19:57:42 -04:00
vpn_ipsec_phase2.php Reject an interface without a subnet as a network source in the IPsec Phase 2 GUI. Fixes ticket #2201 2012-02-14 13:03:05 -05:00
vpn_ipsec.php Merge remote branch 'upstream/master' 2011-06-03 15:34:54 -04:00
vpn_l2tp_users_edit.php Bring in XSS id fixes from m0n0wall 2010-11-12 11:03:51 -05:00
vpn_l2tp_users.php Bring l2tp users page back to latest world of 2.0 to avoid errors. Reported-by: http://forum.pfsense.org/index.php/topic,28829.0.html 2010-10-04 13:00:49 +00:00
vpn_l2tp.php Sync note for "server address" between PPTP/PPPoE/L2TP for consistency. 2011-08-30 13:20:31 -04:00
vpn_openvpn_client.php Actually save the value typed in the bandwidth limit box for the openvpn client instead of ignoring it. 2011-11-16 12:02:47 -05:00
vpn_openvpn_csc.php Fix variable so CSC/Overrides for OpenVPN are actually deleted from the fs when deleted from the GUI. 2011-07-27 11:50:16 -04:00
vpn_openvpn_server.php Rework this a little since using tap+tunnel network is valid, but using tap+tunnel network+bridging is not (will not do what the user expects/wants) 2011-11-09 12:48:38 -05:00
vpn_pppoe_edit.php Sync note for "server address" between PPTP/PPPoE/L2TP for consistency. 2011-08-30 13:20:31 -04:00
vpn_pppoe.php fix text 2010-12-25 16:32:51 -05:00
vpn_pptp_users_edit.php Relax PPTP password restrictions, just prevent starting with a !, and limit to common printable/keyboard characters so it doesn't result in invalid xml. Fixes #1720 2011-07-27 12:54:12 -04:00
vpn_pptp_users.php Add quotes back that were incorrectly removed when implementing gettext and add php tags around gettext where needed. 2010-08-10 16:54:27 -06:00
vpn_pptp.php Sync note for "server address" between PPTP/PPPoE/L2TP for consistency. 2011-08-30 13:20:31 -04:00
wizard.php The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone. 2012-01-19 20:33:41 +01:00
xmlrpc.php Move CARP settings from pkg XML to a real PHP page 2012-03-22 21:25:58 -04:00