Renato Botelho
06896c6a9d
Actually there is no reason to set a variable just to use once
2013-10-18 11:38:02 -03:00
Renato Botelho
4e8a79a830
Fix #3242 and some code cleanup:
...
- Only explode '/' and set address_subnet when address is a subnet, it
fixes issue reported at #3242
- While I'm here, do some cleanup on the way addresses are treated
- Remove unecessary variable $tracker, we already have $counter set
with the same value
- Use if:endif and while:endwhile where there is html block inside the
block
- Use more meaning names for variables instead of item, item2, item3
and item4
- Use while($counter <= $count()) instead of using foreach referencing
array using $counter inside
2013-10-18 11:26:03 -03:00
Renato Botelho
c48fdaa40e
Fix #3268 - avoid pf table names conflict:
...
. 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
2013-10-16 09:18:10 -03:00
Charlie Marshall
b18a99d3c0
some tidying up
2013-10-14 20:33:43 +01:00
Charlie Marshall
e5e0fd39f5
make dashboard responsive
2013-10-14 20:27:47 +01:00
Jared Dillard
cfa352c643
added favicon to logged in pages
2013-10-10 21:46:20 -05:00
Warren Baker
2df0e712cd
Replace pfSense with the rebrand
2013-10-07 19:35:40 +02:00
jim-p
2dd9b12038
Now that doc.pfsense.org does https and redirects http to https, we may as well send the help links to the https destinations.
2013-10-04 08:39:57 -04:00
jim-p
c1e48e9b40
Fix display of pools in the LB status widget and on the LB Virtual Server status.
2013-10-03 10:10:04 -04:00
phildd
1ed963d7b1
Traffic graphs widget has old interface names
...
Fixes bug #3245
2013-09-29 22:49:51 -07:00
Renato Botelho
8ad84ebb49
Remove redundant copies of getNasIP(), it should fix #3234
2013-09-28 10:16:42 -03:00
Renato Botelho
97c78e19e6
Merge pull request #810 from ExolonDX/branch_04
...
Update "status_rrd_graph_settings.php" XHTML
2013-09-26 06:53:39 -07:00
Renato Botelho
b914743063
Merge pull request #809 from ExolonDX/branch_02
...
Update "status_rrd_graph.php" XHTML
2013-09-26 06:53:13 -07:00
Renato Botelho
61ba12f0f0
Merge pull request #808 from ExolonDX/branch_01
...
Update "pkg_edit.php" XHTML
2013-09-26 06:52:49 -07:00
Renato Botelho
c92ccc701b
require service-utils.inc for find_service_by_openvpn_vpnid()
2013-09-26 10:45:06 -03:00
Renato Botelho
a5eb046f72
Add missing td
2013-09-26 10:40:39 -03:00
Renato Botelho
7717ee0b4d
Remove use of undefined var $conn and fix some td class
2013-09-26 10:32:12 -03:00
Colin Fleming
75f4bdbd31
Update "status_rrd_graph_settings.php" XHTML
...
Close INPUT tags
Update HTML Boolean operators
Update TABLE tag with summary statement
2013-09-26 12:41:27 +01:00
Colin Fleming
c2cc17212e
Update "status_rrd_graph.php" XHTML
...
Update SCRIPT statements with CDATA
Move the close HEAD statement
Move the FORM statement outside the main table
Close INPUT tag
Update HTML Boolean operators
Add closing table cell (TD) and table row (TR) tags so that the rows are
closed properly before the IMG (RRD graph) tags
Tidy up the IMG (RRD graph) tag
Close HR tag
2013-09-26 12:35:19 +01:00
Colin Fleming
5655d48be0
Update "pkg_edit.php" XHTML
...
Update HTML Boolean operator
2013-09-26 12:18:45 +01:00
ccesario
2d9063afe9
Set network interfaces description as interface name.
2013-09-25 17:16:53 -03:00
Renato Botelho
93ee603200
Respect default gateway option when adding a gateway from interfaces page. It fixes #3230
2013-09-24 21:28:23 -03:00
jim-p
a338d381f7
Allow multiple valid time servers to be entered in the wizard, as they are allowed under System > General
2013-09-24 09:32:06 -04:00
jim-p
c48776161b
Include the CP zone in the form parameters if one is defined. Fixes access to concurrent graph on zones other than the first/default.
2013-09-23 10:00:36 -04:00
jim-p
9e3784217b
Fix CP stats generation for concurrent users. Fixes #3225
2013-09-23 09:56:35 -04:00
Renato Botelho
472ad9a0e5
Fix #3218 , reaload filter rules when activate or deactivate dhcpdv6
2013-09-21 15:16:38 -03:00
Renato Botelho
c13a7052e1
Merge pull request #795 from razzfazz/ia-pd-hint
...
add option to send prefix hint for requesting desired prefix length for delegation (for master branch)
2013-09-18 03:14:04 -07:00
jim-p
336e899a39
Fix ufslabels.sh logic to avoid trying to convert slices which are already using appropriate labels. Fixes #3207
2013-09-17 16:30:13 -04:00
Renato Botelho
2e9d9ede6b
Merge pull request #803 from PiBa-NL/outboundnat_disable_checkbox
...
outboundnat, disable rule checkbox
2013-09-16 12:57:48 -07:00
PiBa-NL
6ae8c4f281
outboundnat, disable checkbox
2013-09-16 20:46:33 +02:00
Warren Baker
1cddd59c4e
Split SSL/TLS into separate checkboxes so that plaintext connections can be made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180
2013-09-16 15:13:29 +02:00
Renato Botelho
81ce28d870
Remove unecessary blockedmacs db and read it directly from config
2013-09-14 10:54:08 -03:00
Renato Botelho
01ba8ec63d
Convert mac address to lowercase when saving to avoid duplicates. It fixes #3195
2013-09-12 15:01:43 -03:00
Renato Botelho
4f7bba4647
Do not allow local mac address to be added to passtrumac list in CP. It fixes #3122
2013-09-12 14:53:26 -03:00
Renato Botelho
30cbc0070c
Fix php short tag opening and silent php -l
2013-09-12 11:29:51 -03:00
Renato Botelho
ea51e9f8bf
Remove call-time pass by reference from traffic shaper files, it should fix #2565
2013-09-12 11:29:21 -03:00
Renato Botelho
1e9b461124
Remove call-time pass by reference for do_input_validation, helps ticket #2565
2013-09-12 11:28:14 -03:00
Renato Botelho
8d5ddc0931
Redirect blocked macs to desired URL or show an error message
2013-09-12 09:43:16 -03:00
Renato Botelho
2f1548d69f
Add a redirect url option to blocked macs
2013-09-12 09:42:25 -03:00
Renato Botelho
a7c00d8dba
Delete the old mac when action changes, not the current one
2013-09-12 08:44:51 -03:00
Renato Botelho
5eee375564
Make captiveportal_passthrumac_delete_entry() return rules instead of execute them as other similar functions do
2013-09-12 08:44:51 -03:00
Renato Botelho
736c36c674
Use same tab name on all pages
2013-09-12 08:44:51 -03:00
Renato Botelho
ed8899b59b
Change 'Pass-through MAC' tab name to reflect current reality
2013-09-12 08:44:50 -03:00
Renato Botelho
666f88e0c8
Add actions (block or pass) to Captive Portal passtrumac
2013-09-12 08:44:50 -03:00
Renato Botelho
cfd88fbc83
Fix indent and whitespaces
2013-09-12 08:44:50 -03:00
jim-p
611f2910bd
Make sure to account for IP aliases on lo0 here, or they get duplicated on each CARP sync
2013-09-11 14:33:17 -04:00
jim-p
eed5b50764
Include CA in generated .p12 file. Fixes #2147 the way it was originally intended.
2013-09-10 14:02:26 -04:00
jim-p
1e940f77ff
Test growl whether or not growl is disabled.
2013-09-08 19:57:08 -04:00
jim-p
cf07d57433
Do not sync DHPCv6, it must operate independetly. Ticket #3184
2013-09-06 13:56:56 -04:00
jim-p
d3b3240bd0
Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support failover the way that DHPv4 did. Fixes #3184
2013-09-06 13:56:55 -04:00