Commit Graph

3430 Commits

Author SHA1 Message Date
Stephen Beaver
02afb60b8b Merge pull request #2688 from NOYB/Don't_Leave_Ancestor(s)_Selected 2016-02-26 08:42:45 -05:00
Stephen Beaver
c24d39e07e Remove callsto updateWidget since widget status is now saved explicitly via the save icon in hte breadcrumbbar. 2016-02-26 08:33:27 -05:00
NOYB
82d4c81b0e Don't Leave Ancestor(s) Selected 2016-02-26 01:47:55 -08:00
Chris Buechler
636918c95f Fix OpenVPN ifconfig. Ticket #5930 2016-02-26 01:50:50 -06:00
Chris Buechler
316d72e211 Show correct direction for in states 2016-02-25 17:25:49 -06:00
Luiz Otavio O Souza
9e7cc828c0 Remove unnecessary includes. Remove an always true if().
No functional changes.
2016-02-25 10:16:09 -06:00
Luiz Otavio O Souza
94bb4420c6 Makes interface_bring_down() remove all the CARP and IP aliases from interface.
Ticket #5913
2016-02-25 10:13:33 -06:00
Luiz Otavio O Souza
84a2ff78a3 Fixes the PPP interface list. List all physical interfaces + VLANs and not the assigned ports.
Ticket #5925
2016-02-25 07:59:44 -06:00
Luiz Otavio O Souza
34938b8d16 It is not necessary check for CARP interfaces. 2016-02-25 07:59:44 -06:00
Renato Botelho
611cc5ca74 Hide additional bootp options when it's disabled, fixes #5914 2016-02-25 07:14:22 -03:00
Renato Botelho
0f0c447305 Fix indent 2016-02-25 07:13:49 -03:00
Chris Buechler
f4d2b8a7b3 Remove old rc.dhclient_cron that hasn't been used in many years 2016-02-24 20:32:06 -06:00
Chris Buechler
510e6f238d Add a space between the gateway name and IP 2016-02-24 20:29:43 -06:00
jim-p
8f36f87aa5 Move the DHCPv6 apply action into a function. Capture the apply and save actions separately and only perform the required task. Fixes #5910 2016-02-24 16:47:50 -05:00
jim-p
1c2b01a74e Do not offer the "CA" type when creating a certificate. CAs should only be made on the CAs tab. Fixes #5924 2016-02-24 15:49:42 -05:00
Luiz Otavio O Souza
0a54f1162a Fix a typo. 2016-02-24 14:38:54 -06:00
Luiz Otavio O Souza
67c6bab59d Add the upgrade code for OpenBGPd and Quagga OSPF packages.
Ticket #5884
2016-02-24 13:08:23 -06:00
jim-p
af7698018f Correct ALTQ interface test for ix interfaces, fixes #5923 2016-02-24 13:55:14 -05:00
Luiz Otavio O Souza
7de4474e19 Fix the rc.carpmaster and rc.carpbackup scripts.
Now, they look for main CARP IP and IP aliases running on supplied vhid.
2016-02-24 10:49:36 -06:00
Luiz Otavio O Souza
19e407c264 Remove unnecessary code. CARP isn't a interface anymore, radvd cannot run on CARP IPs. 2016-02-24 10:49:36 -06:00
Luiz Otavio O Souza
89a7d8d0f8 Make link_interface_to_vips() also return the IP aliases on the specified vhid. 2016-02-24 10:49:36 -06:00
Renato Botelho
1e678c3871 Fix indent 2016-02-24 11:12:30 -03:00
Renato Botelho
4b6c15cd8d Use high level functions 2016-02-24 11:01:49 -03:00
Renato Botelho
30c8a2902a Use high level functions 2016-02-24 11:01:49 -03:00
Renato Botelho
0e6a343409 Check the end of range to make sure it's inside subnet too 2016-02-24 11:01:49 -03:00
Renato Botelho
49aab2599c Use high level functions 2016-02-24 11:01:49 -03:00
Renato Botelho
b90d635e1c Simplify logic and use high level functions 2016-02-24 11:01:49 -03:00
Renato Botelho
cd3a34fec1 Merge pull request #2409 from stilez/patch-13 2016-02-24 11:01:43 -03:00
NOYB
5e5adb2b4e Deletes Even if Say Cancel - Fixes 5907
Touch Action CSS
Bootstrap is applying this to the .btn class.  But that doesn't cover everything for us nor does it make possible to double tap firewall rules (table rows & cells) to edit.

"W3C added a new value for touch-action to the pointer events specification: manipulation."
https://w3c.github.io/pointerevents/#the-touch-action-css-property

Background:
What Exactly Is..... The 300ms Click Delay - November 21, 2013
http://www.telerik.com/blogs/what-exactly-is.....-the-300ms-click-delay

"From a practical point of view, touch-action determines whether you can pinch to zoom or double tap to zoom after touching the targeted element.  Therefore this is perfect for solving our 300ms click delay."
2016-02-24 00:03:55 -08:00
Stephen Beaver
c801e9d74d Merge pull request #2681 from NOYB/Status_/_System_Logs_-_Manage_Log_Form_Submission_Access 2016-02-23 16:48:47 -05:00
Luiz Otavio O Souza
83d8e9abd5 Print help text when passed as "description" for a select_source. 2016-02-23 15:06:43 -06:00
Stephen Beaver
a30d649c7c Merge pull request #2682 from NewEraCracker/array-initialization-fix 2016-02-23 07:57:11 -05:00
NOYB
cf09c2f4d3 Firewall / Rules - Copy/Edit - Interface Change - Separators Update
Correct separators update position when changing interface during a copy or edit.
2016-02-23 00:08:28 -08:00
NewEraCracker
58b07c57bf Initialize variables correctly
1) gmirror.inc: there are two calls to exec(), those calls expect the 2nd parameter to be an array, this commit initializes the variables correctly. 2) system.php: variable dnslist is used as an array without prior type initialization. This is one of the causes for apparent PR #2680 problems (which led to its reversal). Note: After this commit is merged PR #2680 may be safely reapplied for more tough code.
2016-02-22 16:53:28 +00:00
Stephen Beaver
a936104b37 Revert PR 2680 2016-02-22 10:01:40 -05:00
Renato Botelho
2fbac0b2d6 Merge branch 'master' of github.com:dennypage/pfsense
* 'master' of github.com:dennypage/pfsense:
  Add stddev information to the quality graphs.
  Update config version to trigger upgrade of rrd files
  Add standard deviation to quality rrd files
2016-02-22 08:49:33 -03:00
NOYB
308e42be9e Status / System Logs - Manage Log Form Submission Access
If the user does not have access to status logs settings page, then don't accept a manage log form submission.
2016-02-22 00:21:13 -08:00
Luiz Otavio O Souza
89c8934f02 Fixes the handling of MTU with VLANs and PPPoE.
Ticket #5857
2016-02-21 16:38:25 -06:00
Luiz Otavio O Souza
c6555b1d9a Makes get_real_interface() work with VLAN too.
This makes get_parent_interface() safe to use with VLANs.
2016-02-21 16:38:24 -06:00
Luiz Otavio O Souza
4a3a45c430 Properly check the parent's MTU when changing a VLAN MTU. 2016-02-21 16:38:24 -06:00
Luiz Otavio O Souza
4c746b8c83 Fixes the editing of PPP entries.
Fixes the PHP warnings, hide/unhide of selected interface(s) fields, improve the MTU check.
2016-02-21 16:38:24 -06:00
Luiz Otavio O Souza
9fcc75816b If exist, print the friendly interface name next to device name. 2016-02-21 16:38:24 -06:00
Stephen Beaver
9eeb91dd85 Fixed #5914
COntrol panels via jQuery for more control
2016-02-21 15:33:43 -05:00
Stephen Beaver
040d9fbd2d Merge pull request #2678 from TheUbuntuGuy/master 2016-02-21 08:54:54 -05:00
Stephen Beaver
fa119fbfce Merge pull request #2670 from NOYB/HTML_Compliance_-_Diagnostics_/_Configuration_History 2016-02-21 08:37:14 -05:00
Stephen Beaver
0621d6edf6 Merge pull request #2680 from phil-davis/patch-1 2016-02-21 08:36:20 -05:00
Phil Davis
bdfe939c4e Fix #5916 Do not complain about duplicated blank DNS server entries
Reported by redmine https://redmine.pfsense.org/issues/5916
2016-02-21 18:42:26 +05:45
NOYB
f5315ac173 Write_Config Function Notes Update
Add write_config_only input arg to write_config function notes.
2016-02-21 00:40:20 -08:00
Mark Furneaux
c25e42c8e9 Fix regression on general setup page preventing save with blank DNS servers
Introduced in f700dc9
2016-02-21 00:08:22 -05:00
Stephen Beaver
656cf2ac91 Merge pull request #2677 from NOYB/Title_Bar_Shortcuts_Privileges 2016-02-20 07:32:35 -05:00