Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
f81e7cc4 08/18/2016 07:42 PM Renato Botelho

Ticket #3734: Convert xmlrpc.php to use XML/RPC2/Server.php

29cffce7 08/18/2016 07:42 PM Renato Botelho

Initialize variable properly

a49413cb 08/18/2016 07:42 PM Renato Botelho

Do not enable debug

512f2c10 08/18/2016 03:41 PM Stephen Beaver

Added control to set dashboard widget refresh period
Start each widget refresh system after a short random delay to prevent all widgets hitting the server at the exactsame time
Fix issues wherein two widgets were resetting the refresh timer from the AJAX call, not the call-back function, thereby risking stepping on themselves

f30e6bd4 08/18/2016 01:16 PM Stephen Beaver

Completed #6723\
by making the OpenVPN widget update dynamically

9b6e0737 08/18/2016 10:55 AM Renato Botelho

Remove debug leftover

0f3f6cc9 08/17/2016 09:08 PM Jared Dillard

Revert "change traffic graphs to d3"

This reverts commit 9f33ec64330d0b50896772abd73156abbd762305.

9f33ec64 08/17/2016 07:46 PM Jared Dillard

change traffic graphs to d3

01c2735c 08/17/2016 07:42 PM Jim Pingle

Add an option to push "block-outside-dns" to clients of an RA OpenVPN. Fixes #6719

86e94bec 08/17/2016 01:19 PM Stephen Beaver

diag-edit.php: Perform "Goto line #" action on pressing enter key within the line number element

4d5df679 08/16/2016 10:21 PM Renato Botelho

Merge pull request #3113 from NewEraCracker/patch-11

200728c9 08/16/2016 10:12 PM Renato Botelho

Ticket #3734: Convert remaining xmlrpc_client.inc consumers to use XML_RPC2

80f38d81 08/16/2016 08:34 PM Renato Botelho

Retire /etc/rc.filter_configure_xmlrpc

81891d1d 08/16/2016 08:26 PM Renato Botelho

Remove unused functions

d5b993fc 08/16/2016 08:18 PM NewEraCracker

Fix messup caused by 9d3e872

b885c8cf 08/16/2016 06:20 PM Renato Botelho

Silence pgrep stderr when pidfile contains an invalid PID

ffd2056a 08/16/2016 06:03 PM Renato Botelho

Ticket: #3734: Convert rc.filter_synchronize to use pear-XML_RPC2

3c982605 08/16/2016 06:03 PM Renato Botelho

Fix indent

6173d1f5 08/16/2016 02:50 PM Colin Fleming

Tidy up filenames

Make sure the filenames represent the actual file

ea8e683a 08/16/2016 01:23 PM Stephen Beaver

Merge pull request #3109 from phil-davis/patch-1

a5a55231 08/16/2016 01:18 PM Phil Davis

Fix DDNS domain for static map DHCP entries

If you specify DDNS Domain in a DHCP static map entry, it does not make its way through to dhcpd.conf
This is because the var name $pdnscfg is wrong from an old copy-paste that first made this code.

9d3e8723 08/16/2016 04:45 AM Phil Davis

Code style and comments

No functional change - just making style consistent

0ed3b159 08/15/2016 07:30 PM Stephen Beaver

Improved solution to #6716

4d4782fc 08/15/2016 06:48 PM Stephen Beaver

Fixed #6716

40eca7e3 08/15/2016 02:55 PM Stephen Beaver

Fixed #6700

dba59021 08/15/2016 02:28 PM Stephen Beaver

Fixed #6710

(cherry picked from commit 13b92290e0fa367a76016a15ccf5e76ff77b0706)

3726918d 08/15/2016 01:53 PM Stephen Beaver

Fixed #6709

e5343844 08/15/2016 01:45 PM Stephen Beaver

Fixed #6703

b86938e7 08/15/2016 01:38 PM Stephen Beaver

Fixed #6706

d526fc2d 08/15/2016 01:33 PM Stephen Beaver

Fixed #6705

03fd538e 08/15/2016 01:19 PM Stephen Beaver

Fixed #6701

fd778d8b 08/15/2016 12:59 PM Stephen Beaver

Fixed #6704

8b46747e 08/12/2016 04:42 PM Renato Botelho

Merge pull request #3099 from NewEraCracker/patch-3

ebf83322 08/12/2016 04:41 PM Renato Botelho

Merge pull request #3098 from NewEraCracker/patch-2

42481352 08/12/2016 04:40 PM Renato Botelho

Merge pull request #3097 from NewEraCracker/patch-1

1707b6c6 08/12/2016 04:38 PM Francisco Cavalcante

Fixed to properly save configs in PPPs interfaces

(cherry picked from commit 545a7850ea37cd8c379cc75428353ad0089f2bd3)

56798d9d 08/12/2016 04:33 PM Renato Botelho

Retire extensions.ini

f97cd756 08/12/2016 02:59 PM NewEraCracker

Fix typo leading to syntax error

5eda5816 08/12/2016 02:55 PM NewEraCracker

Protect package_reinstall_all()

If one restores a config.xml without packages, there will be a warning about invalid argument supplied for foreach(). This commit fixes the problem.

5aad7323 08/12/2016 02:27 PM NewEraCracker

Be sure that user_settings for widgets is an array

07c208ff 08/11/2016 07:36 PM Renato Botelho

Ticket #3734: Retire growl.class

e7cf30eb 08/11/2016 07:36 PM Renato Botelho

Ticket #3734: Convert growl related code to use pear-Net_Growl port

50950d06 08/11/2016 05:59 PM Renato Botelho

Be more verbose and let user know results of SMTP settings test

f2b0bf18 08/11/2016 05:53 PM Renato Botelho

Pass along send_smtp_message() return, otherwise message will not be shown when testing SMTP settings

c8c46e5a 08/11/2016 05:38 PM Renato Botelho

Ticket #3734:

- Added timeout parameter for SMTP configuration
- Removed STARTTLS option, it's enabled automatically by pear-Mail when
server supports it

626ff13a 08/11/2016 02:41 PM Renato Botelho

Ticket #3734: Retire smtp.inc, sasl.inc and *sasl_client.inc in favor of pear-Mail port

d4c5ada9 08/11/2016 02:41 PM Renato Botelho

Ticket #3734: Convert notify_via_smtp() to use pear-Mail

238603f5 08/11/2016 01:41 PM Renato Botelho

Ticket #3734: Retire PEAR.inc and use PEAR.php from ports

470fddb1 08/10/2016 07:10 PM Renato Botelho

Ticket #3734: Replace etc/inc/IPv6.inc by pear-Net_IPv6 port

6989a7c5 08/10/2016 04:27 PM Renato Botelho

Remove copy of pear-Crypt_CHAP from repo and use ports

1bdfe40a 08/10/2016 04:27 PM Renato Botelho

Fix path to require pear-Crypt_CHAP installed file. Ticket #3734

ea0e22ee 08/10/2016 04:26 PM Renato Botelho

Add pear directory to PHP include_path. Ticket #3734

3c36d8ce 08/09/2016 05:17 PM Jim Pingle

Fix wording of the "Reject leases from" option for a DHCP interface.

495527b1 08/09/2016 02:07 PM Renato Botelho

Remove workarounds to sort extensions.ini since ports tree now has a better solution in place to track PHP modules dependencies

bf6ae0ad 08/08/2016 03:56 AM Phil Davis

Text typo

Noted by Daryl Morse in comment on Redmine bug 6637.

88871e26 08/05/2016 06:13 PM Renato Botelho

Ignore linkup eventos for interfaces that are member of bridges and have no IP address configured

e8382f7f 08/05/2016 02:58 PM Renato Botelho

Verify if interface is active gw for gw group before update dynamic DNS

77413c25 08/04/2016 10:02 PM Jared Dillard

Merge pull request #3084 from jlduran/native-font-stack

3691302f 08/04/2016 09:46 PM Renato Botelho

Merge pull request #3083 from doktornotor/patch-2

03ff3448 08/04/2016 09:36 PM Renato Botelho

Merge pull request #3082 from philipsoeberg/fix-redundant-http-user-agent-string

b0478d98 08/04/2016 09:25 PM Renato Botelho

Merge pull request #3086 from jlduran/ignore-bootp-queries

da0f70ed 08/03/2016 02:48 PM Jim Pingle

Add a field to CA/Cert pages for OU, which is required by some external CAs and users. Fixes #6672

e7dc4d04 08/03/2016 11:53 AM Stephen Beaver

Merge pull request #3080 from phil-davis/local24

ebdf2532 08/03/2016 11:47 AM Stephen Beaver

Merge pull request #3089 from NOYB/NAT_Delete_Associated_Firewall_Separators

b5123dfc 08/03/2016 11:46 AM Stephen Beaver

Merge pull request #3088 from phil-davis/widgetconfig

440f621a 08/03/2016 11:43 AM Stephen Beaver

Merge pull request #3056 from NewEraCracker/design-tweaks

7475d7b3 08/03/2016 05:17 AM NOYB NOYB

Update firewall rules separators when NAT associated rule is deleted.

Bug: https://redmine.pfsense.org/issues/6676

deda621a 08/02/2016 07:35 PM Jim Pingle

Remove defunct link to the devwiki site. Everything is on doc.pfsense.org now.

f680e46c 08/02/2016 05:33 PM Jim Pingle

Fix typo, LT2P->L2TP

2b7d0520 08/02/2016 05:19 AM Phil Davis

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.

236e6a54 08/02/2016 12:06 AM Stephen Beaver

Fixed #6669
Read widget config before adding a new one. (Was starting a new array)

090fcccc 08/01/2016 09:42 PM Renato Botelho

Merge pull request #3077 from dhoffend/ticket-6505-fix

72693cbe 08/01/2016 09:41 PM Renato Botelho

Merge pull request #3075 from brunostein/replace_attribute_name_to_id

ad73ced6 08/01/2016 08:56 PM Phil Davis

Remove '-x' flag from dhcpwithoutra launch of dhcp6c

This is the equivalent fix for the RELENG_2_3 branch to pull request #3078

f2a230d9 08/01/2016 08:56 PM Renato Botelho

Merge pull request #3062 from phil-davis/patch-1

f003f8db 08/01/2016 03:45 PM Jim Pingle

Some small improvements to OpenVPN server handling when using CARP VIPs in Gateway Groups. Might help with issue #6607

f720117b 08/01/2016 03:36 PM Jose Luis Duran

Experiment using the OS' native font stack

Following the steps of bfbfa4dd254c110db4122925d0a3716a34d4c664,
experiment using the OS' native font stack.

Obtained from the Bootstrap project (twbs/bootstrap#19098,
twbs/bootstrap@0a31dacf3e0c43a73b2e61e266155b9dcce35339)

4372f8a4 08/01/2016 03:36 PM Jose Luis Duran

pfSense.css: Fix sortable tables' font

6d53301b 07/31/2016 12:49 PM Jose Luis Duran

services_dhcp: Ignore BOOTP queries

BOOTP leases do not have a maximum lease time by default, this could
potentially lead to a DHCP address pool exhaustion.

This commit adds an option to ignore BOOTP queries.

Redmine #4351

51c5313d 07/31/2016 09:49 AM Doktor Notor

Update pfSense.pot

c411661a 07/31/2016 09:27 AM Doktor Notor

Allow URLs for TFTP Server (Bug #6634)

The setPattern() thing ain't usable for this and just causes regressions.

8ff248d6 07/31/2016 08:38 AM Doktor Notor

Allow URLs for TFTP Server (Bug #6634)

is_URL() from util.inc is way too limited for this purpose.

ef726c3e 07/31/2016 08:35 AM Doktor Notor

Update pfSense.pot

4b79a9d4 07/31/2016 08:25 AM Doktor Notor

Typo fix

48381631 07/31/2016 08:21 AM Doktor Notor

Allow URLs for TFTP Server (Bug #6634)

is_URL() from util.inc is way too limited for this purpose.

ce9a9572 07/29/2016 02:55 PM Philip Soeberg

Fix a redundant HTTP "User-Agent" string.

CURLOPT_USERAGENT expect the value to the user-agent string, not the entire key-value pair.
Before this fix, HTTP header "User-Agent: User-Agent: phpDynDNS/0.7" was sent for DDNS updates.
NGINX configuration at GratisDNS will not accept a user-agent formatted in the above way....

bfbfa4dd 07/29/2016 12:17 AM Jared Dillard

experiment with tighter styling

1cba7db4 07/29/2016 12:17 AM Jared Dillard

Fixes #6601 clean up installed packages html

13b03802 07/29/2016 12:17 AM Jared Dillard

clean up Installed Packages widget by removing category

363c7d41 07/28/2016 01:58 PM Jim Pingle

Increase filtering tail limit for logging, fixes #6652

f26a81c9 07/28/2016 01:58 PM Jim Pingle

Whitespace fixes

ede53465 07/26/2016 04:58 AM Phil Davis

Display local DHCP lease times in 24-hour clock

It seems odd to me that when the times are displayed in UTC they have
24-hour clock, but when displayed in local time they are formatted with
12-our clock and AM/PM.
24-hour format takes less screen space, and I would have thought that...

ffe1a068 07/26/2016 03:42 AM Phil Davis

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...

4aaf3874 07/23/2016 10:15 PM Daniel Hoffend

dpinger: fixed check for pidfile length #6505

a869a931 07/22/2016 06:16 PM Jeremy Porter

Section title was wrong, discovered by mfine

5a5a11cd 07/21/2016 01:58 PM Bruno Ferri

replace attribute 'name' to 'id' in openvpn status

f8038899 07/21/2016 12:56 AM Chris Buechler

openvpn_add_dhcpopts already sets redirect-gateway, don't add it a second time. Ticket #6633

1cdf2c91 07/20/2016 06:37 AM Phil Davis

Formatting tidy of interfaces.inc

After #3055

2039a3c1 07/18/2016 06:40 PM Renato Botelho

Set HTTP_PROXY to empty as recommended at https://httpoxy.org/#fix-now

9ce54773 07/18/2016 03:43 PM Stephen Beaver

Allow section header to be omitted by specifying "NOTITLE" as the section title.