Commit Graph

31956 Commits

Author SHA1 Message Date
Phil Davis
be59d667c9 Save widget settings per user
For users that have "custom settings" enabled, save the "tool" settings
of their widgets on a per-user basis.
User that do not have "custom settings" enabled will continue to use and
save widget settings to/from the system-wide settings.

(cherry picked from commit 2b7d052081)
2016-08-03 07:46:37 -04:00
NewEraCracker
21915c632c Some tweaks to improve alignment in table with checkbox
1) If a checkbox does not have a description (even if it is empty), layout will be broken as checkbox won't be aligned correctly

2) UPnP checkbox looks better with description instead of help

This commit fixes the two issues

(cherry picked from commit 1a8e5f2f67)
2016-08-03 07:43:51 -04:00
jim-p
af18691bc6 Remove defunct link to the devwiki site. Everything is on doc.pfsense.org now. 2016-08-02 15:35:57 -04:00
jim-p
160d285a75 Fix typo, LT2P->L2TP 2016-08-02 12:55:45 -04:00
Renato Botelho
77074d55bc Read output line by line 2016-08-02 13:16:43 -03:00
Stephen Beaver
c8faf384eb Fixed #6669
Read widget config before adding a new one. (Was starting a new array)

(cherry picked from commit 236e6a54e9)
2016-08-01 20:07:47 -04:00
Renato Botelho
5240e07145 Merge pull request #3074 from phil-davis/gwredir 2016-08-01 18:46:00 -03:00
Daniel Hoffend
9543affb27 dpinger: fixed check for pidfile length #6505
(cherry picked from commit 4aaf387425)
2016-08-01 18:42:45 -03:00
bruno
7fa323084c replace attribute 'name' to 'id' in openvpn status
(cherry picked from commit 5a5a11cd48)
2016-08-01 18:41:18 -03:00
Renato Botelho
3bc220542e Merge pull request #3073 from phil-davis/certs 2016-08-01 18:37:54 -03:00
Renato Botelho
94e3fc6457 Merge pull request #3070 from phil-davis/input_errors2Ajax 2016-08-01 18:36:40 -03:00
Renato Botelho
b40e1c0068 Merge pull request #3069 from phil-davis/LAGG-MTU 2016-08-01 18:36:00 -03:00
Renato Botelho
3d3afbff80 Merge pull request #3068 from phil-davis/subnet_size 2016-08-01 18:35:23 -03:00
Renato Botelho
52342bc49e Merge pull request #3067 from phil-davis/useallcerts 2016-08-01 18:34:48 -03:00
Renato Botelho
69176bedfa Merge pull request #3064 from phil-davis/cloudflare 2016-08-01 18:33:42 -03:00
Renato Botelho
317a06f29e Merge pull request #3063 from phil-davis/dhcpinitbeforera3055_23 2016-08-01 17:54:28 -03:00
jim-p
51d2e7351c Some small improvements to OpenVPN server handling when using CARP VIPs in Gateway Groups. Might help with issue #6607 2016-08-01 11:43:03 -04:00
Jared Dillard
13b2db8791 experiment with tighter styling 2016-07-28 19:19:14 -05:00
Jared Dillard
5068d23924 Fixes #6601 clean up installed packages html 2016-07-28 19:19:07 -05:00
Jared Dillard
0673b5edc1 clean up Installed Packages widget by removing category 2016-07-28 19:19:00 -05:00
jim-p
f1773759e2 Increase filtering tail limit for logging, fixes #6652 2016-07-28 09:57:43 -04:00
jim-p
cad2272f6c Whitespace fixes 2016-07-28 09:56:07 -04:00
Renato Botelho
3b6a57aef0 Build ova by default for releases 2016-07-27 09:52:52 -03:00
Renato Botelho
defa7cab71 Fix pkg repo name for tags 2016-07-26 16:21:18 -03:00
Renato Botelho
42eda7516d Remove stray 'i' 2016-07-26 15:59:03 -03:00
Renato Botelho
c08625fb69 Rename directory where product tarball lies to /distrib. It should fix #6643 2016-07-26 13:08:28 -03:00
Phil Davis
78415e0725 Fix redmine #6640 DHCPv6 server time format
The original code here ended up always applying the time zone offset once, and if you had set dhcpv6leaseinlocaltime then it got applied twice, so Sydney at UTC+10:00 would show UTC+20:00 and presumably somewhere at UTC-04:00 would show UTC-08:00

This change makes the code use the same logic as the V4 status_dhcp_leases.php - which works and is simpler.

Note: both the V4 and V6 code format the output, when using local time, as 12-our clock with AM/PM. That seems a bit odd, but I will leave it for now. I will make a separate pull request to change it to 24-hour clock (like is displayed in V4 leases in UTC)
2016-07-25 23:04:13 -05:00
Phil Davis
efd07e5e11 Remove '-x' flag from dhcpwithoutra launch of dhcp6c
This is the equivalent fix for the RELENG_2_3 branch to pull request #3078
2016-07-26 10:58:09 +09:30
Jeremy Porter
b8e4f5ff4d Section title was wrong, discovered by mfine 2016-07-22 14:24:08 -05:00
Phil Davis
f39ea4c414 Backport openvpn_add_dhcpopts already sets redirect-gateway
Ticket 6633
Original commit to master was
f8038899f2
Adding this PR for completeness so that this is visible as something
that can be back-ported to RELENG_2_3
2016-07-21 11:54:14 +09:30
Phil Davis
dbcc45d113 Backport Add missing recommended key lengths/digest to Cert system
Original pull request to master was #2944
2016-07-21 10:59:53 +09:30
Phil Davis
30505ba6c9 Backport Remove input_errors2Ajax calls
Original commit to master was

86d431a89d
2016-07-20 19:45:28 +09:30
Phil Davis
9cf9f30f44 Backport Fix issue with QinQ on LAGG interfaces where MTU doesn't apply to parent
Original pull request to master was #2905
2016-07-20 19:31:34 +09:30
Phil Davis
f24e175eeb Backport simplify subnet_size()
Original pull request to master was #3007
2016-07-20 19:20:23 +09:30
Phil Davis
eafd9cfb5e Backport Use all certificates in the chain when creating the ca-file for server-side OpenVPN configuration
Original pull request to master was #2966
2016-07-20 17:32:19 +09:30
Phil Davis
b18e885cbc Backport IPv6 support for CloudFlare
Original code for master in pull request #3061
2016-07-20 16:41:11 +09:30
Phil Davis
f50f74a458 Backport DHCP6 init before RA
Original PR to master was #3055
2016-07-20 16:24:32 +09:30
Renato Botelho
c9d6b915da Fix variable name 2016-07-19 17:01:15 -03:00
Renato Botelho
a034c5bdb9 Remove immutable flag before delete directory 2016-07-19 16:13:35 -03:00
Renato Botelho
446ed60e05 Move RELENG_2_3 to 2.3.3-DEVELOPMENT and point stable to 2.3.2 2016-07-19 11:20:42 -03:00
Renato Botelho
d590613260 Set HTTP_PROXY to empty as recommended at https://httpoxy.org/#fix-now 2016-07-18 15:41:10 -03:00
Renato Botelho
7147142e7f Make sure licenses dir is removed to avoid duplicate it in the wrong package 2016-07-18 15:29:10 -03:00
Stephen Beaver
fe179ed6b9 Allow section header to be omitted by specifying "NOTITLE" as the section title.
(cherry picked from commit 9ce54773be)
2016-07-18 11:44:43 -04:00
Phil Davis
b6bd401282 Show "cannot delete alias" message as error
If I try to delete an alias that is in use, the "cannot delete alias" message was being displayed as the "success" color.
(cherry picked from commit 04b571e836)
2016-07-18 11:06:47 -04:00
Chris Buechler
76a0eecb18 Allow AES-GCM for P1 where using IKEv2. Ticket #5990 2016-07-17 23:19:23 -05:00
Chris Buechler
cadcc89814 Clarify that HMAC-MD5 key is required. Ticket #6622 2016-07-17 21:25:16 -05:00
lukehamburg
47de3b0678 Fix "http://pf.sense/UNKNOWN" links in Pkg Manager
I noticed recently that many packages do not have the 'www' field in the database filled, or have it set to UNKNOWN  The way the table is built, this causes bad links to be generated pointing to e.g. http://pf.sense/UNKNOWN.  This patch fixes it, causing only packages with actual links to get the <a> tag.
2016-07-16 00:29:55 -05:00
Chris Buechler
4e0f1a1e9c fix typo 2016-07-15 18:28:08 -05:00
NewEraCracker
cbf5f75ef6 Fix xml syntax after license update
(cherry picked from commit f7057140af)
2016-07-15 16:38:40 -03:00
jim-p
0eef97aa10 Make a function to resync all OpenVPN CSCs and use it when saving an OpenVPN server. Fixes #6139 2016-07-15 15:19:18 -04:00