Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
48f08ba1 11/15/2017 05:37 PM Jim Pingle

Tweak the formatting of the disk usage section of the system info widget

3bb0275d 11/15/2017 05:31 PM Steve Beaver

Fixed #8098 by converting the '.' in interfaces names to '_' when used to compose an HTML element class name

947394d2 11/14/2017 04:53 PM Steve Beaver

Fixed #8053
value vs text on Gateway selector

37f05e97 11/13/2017 04:44 PM Jim Pingle

Add a separate checkbox for OpenVPN servers to redirect an IPv6 gateway now that OpenVPN has a native flag for it. Implements #8082

While here, since local network boxes are hidden when redirect gateway is enabled, do not use the values in those boxes when crafting the configuration. That way the GUI configuration is consistent with the backend.

5bd94e5f 11/13/2017 04:04 PM Jim Pingle

Fix saving the CRL choice for OpenVPN clients. Fixes #8088

6bb69034 11/10/2017 08:20 PM Steve Beaver

Fixed #8053 Revised page JavaScript to update gateway selector on IP family change

(cherry picked from commit ae381698db23f260027c27c9aa12694a38c2f9ce)

8d5ff32b 11/10/2017 02:20 PM Renato Botelho

Detect when system is running a newer version than the one available on remote repository

a9b0a7a3 11/10/2017 12:10 PM Renato Botelho

Fix #7946: Display installed packages missing on remote repo to let user to delete it

d70eaff5 11/09/2017 07:52 PM Stephen Jones

Fixed #8039 Changed to on sanitizing data. This is to help so if the user has previous cookie data it shouldn't try and sanitize it.

e00f69c8 11/09/2017 04:40 PM Stephen Jones

Fixed #7966 added a moving average smoothing factor to help out with some of the jagged graphs. Since the quickest update will be every other second this will help make it look smoother. Also added this to the widget and added some functionality to the status page so it can display in two different styles. Setting smoothing to 0 will make the graph the same as before this was added. Raising it will allow for a moving average to be taken into account to smooth out the graphs.

00d0c66e 11/07/2017 05:32 PM Steve Beaver

Provide mechanism to allow for transition to a new package repository server

373513a5 11/07/2017 04:15 AM Luiz Souza

Fix a bug in interfaces.php that will cause a failure on first 'Save' of 'OPT1' with some hardware configurations.

3b135582 11/07/2017 03:10 AM Luiz Souza

Remove stray white space.

9b36e210 11/06/2017 09:01 PM Stephen Jones

fixed the ipsec widget to show splitconnections for ikev2

2807660f 11/06/2017 02:59 PM Stephen Jones

removed extra quote

153f09b8 11/03/2017 09:45 PM Stephen Jones

Fixed an issue where it was showing the escaped apostrophes on all info boxes. This will fix the issue of the javascript getting terminated in the ipsec status page in french. and not print it to the user

46b9efdd 11/03/2017 09:05 PM Stephen Jones

Fixed #8043 It didn't like one of the french characters being saved in the config so it would rollback the config and not allow you to enable mobile clients. Added an html entities to replace it with safe characters. Also added some escapes when it tried to print certain words using a ['] and terminating a string in javascript for the ipsec_status page. This is a possibly a potential problem for multiple pages in French.

8c2831e1 11/03/2017 05:46 PM Steve Beaver

Cosmetic changes to repo branch switching

73d5b5d2 11/03/2017 05:23 PM Steve Beaver

Provide a firmware branch selector on the System->Update page to allow the user to change their mind.
On changing the selector, refresh the page to show the revised version information.

87c67243 11/02/2017 06:30 PM Jim Pingle

Add an option for LDAP servers to use the global root CA list as a peer CA. Fixes #8044

b42a43f7 11/02/2017 04:39 PM Doktor Notor

Add option to disable HSTS for nginx (Bug #6650)

7f9b646c 11/02/2017 02:07 PM Renato Botelho

Merge pull request #3847 from luckman212/pftop-extras-1

7ddc3024 11/02/2017 02:07 PM Renato Botelho

Merge pull request #3842 from PiBa-NL/20171004-vip-uniqueid

bff36903 11/02/2017 11:53 AM Renato Botelho

Fix #6459: Skip interfaces config in AWS EC2 wizard

eb809299 11/02/2017 11:52 AM Renato Botelho

Implement <skip_flavors> tag in wizards to skip specific steps on specific flavors

c31dacf2 11/02/2017 11:51 AM Renato Botelho

Set title and description after $stepid changes

9e608d7a 10/31/2017 06:58 PM Jim Pingle

Ensure that a certificate authority entry is capable of acting as a CA when importing. Fixes #7885

92c27793 10/31/2017 06:17 PM Jim Pingle

Reindex the user and group arrays after deleting items, to avoid operating on incorrect array entries. Fixes #7733

2d07b58d 10/30/2017 07:35 PM Jim Pingle

Change a few more instances of using the physical interface to the friendly interface in status_queues.php, which allows root queues to function with the new VLAN interface names. Fixes #8007

d1630d95 10/30/2017 04:12 PM Luiz Souza

Check the correct variable.

All the IPv6 verification code block was being ignored before this commit.

Ticket #8024

80392e01 10/30/2017 02:58 PM Stephen Jones

added some security to strip html characters

f32e9531 10/27/2017 08:52 PM Jim Pingle

Do not print JS when there are input errors on diag_dns.php; fix json_encode syntax. Ticket #7999

29c1ecb8 10/26/2017 03:50 PM Stephen Jones

Added a description to mobile client to reflect description in phase1

5f6eca75 10/25/2017 07:31 PM Stephen Jones

Fixed #7978 I added a section in the css that is only parsed by IE10+ and it just sets the margin for tables to 1px instead of 0 this stops it from collapsing

f2286620 10/25/2017 06:58 PM Luiz Souza

The members of a LAGG cannot be assigned, used in VLANs, QinQ, or PPP.

This commit removes the LAGG members from the list of available interfaces.

63a480cb 10/25/2017 02:47 PM Jim Pingle

Fix status_queues.php for the new VLAN interface format. Fixes #8007

edd492df 10/24/2017 10:17 PM Steve Beaver

Revise timeout message

c0339bdc 10/24/2017 10:04 PM Steve Beaver

Provide a mechanism to display a warning if the session times out and the dashboard is no longer updating

e3907730 10/24/2017 07:50 PM Jim Pingle

Encode uses of $widgetkey in various contexts so it isn't echoed back to the user raw. Fixes #7998

7b973ceb 10/24/2017 06:17 PM Jim Pingle

Widget instance counter must be numeric. Fixes #8000

43746e1b 10/24/2017 06:08 PM Jim Pingle

Encode hostname parameter contents in javascript for diag_dns.php. Fixes #7999

b47d7ccf 10/24/2017 05:08 PM Stephen Jones

Made it so it doesn't display an error when the session expires it just
stops updating the graph. It will display in the console that it caught
and error when the session expires.

130f3c92 10/24/2017 02:13 PM Stephen Jones

Fixed #7856 fixed an issue with a slightly different array format. Also
updated the child key and id to be more robust.

8d90095a 10/24/2017 01:06 PM Steve Beaver

Merge pull request #3811 from trunet/add-cloudns-to-dynamicdns

80cd3d66 10/20/2017 03:29 PM Stephen Jones

fixed indentation

fe814d92 10/20/2017 03:12 PM Stephen Jones

Fixed #7714 Edited it to show correct timezone

9006d84f 10/20/2017 10:47 AM Renato Botelho

Fix #7976: Do not add button value to gettext

df89ed3a 10/19/2017 09:07 AM Renato Botelho

Do not show Serial when it's empty

63f686bd 10/17/2017 08:03 PM Stephen Jones

Added JSON checks for widgets to prevent parsing errors.

2e155305 10/17/2017 07:45 PM Luiz Souza

Use the new function to validate the VLAN tags.

0793de1a 10/17/2017 07:42 PM Luiz Souza

Fix the QinQ support.

Bring the QinQ support to the VLAN dotted format.

To avoid breaks third party software (such as dhcpd), we silently ignore the interfaces with names bigger than the maximum size in FreeBSD.

Ticket #7942

cbd7c398 10/17/2017 07:03 PM Steve Beaver

Restore auth_check()

6a6c0b16 10/17/2017 06:43 PM Stephen Jones

Added back the previous commit since it got overwritten.

58f31015 10/17/2017 06:37 PM Stephen Jones

Related to redmine #6318 helps fix some times when it would get back null data after a session ended

b87f0429 10/17/2017 04:57 PM Steve Beaver

IPSec widget no longer includes session timout code

e8972c2f 10/17/2017 12:10 PM Renato Botelho

Fix 7868 - Allow to enable hostres on all platforms after fix on FreeBSD-src

12bcf7e9 10/16/2017 07:49 PM Luiz Souza

Change the VLAN inteface names to use the 'dotted' format of FreeBSD, which is shorter and helps to keep the interface name smaller than the limit (16).

This fixes the 4 digit VLAN issues when the NIC name is 6 bytes long.

Ticket #294

ee0e2507 10/16/2017 07:07 PM Renato Botelho

Merge pull request #3848 from PiBa-NL/20171011-xmlrpc-prevent-lost-lock

8734adf8 10/16/2017 07:06 PM Renato Botelho

Merge pull request #3838 from doktornotor/patch-9

840a290e 10/16/2017 06:31 PM Renato Botelho

Merge pull request #3831 from luckman212/patch-1

f96376a3 10/16/2017 06:07 PM Jim Pingle

Allow both AES-NI and Crypto modules to be loaded at the same time. Fixes #7810

5e5b13a9 10/16/2017 05:53 PM Renato Botelho

Merge pull request #3821 from PiBa-NL/20170916-bsnmp-hostrest-check

a69a9182 10/16/2017 05:14 PM Jim Pingle

Change OpenVPN to retry client auth when it fails by default, rather than making the process exit which confuses users. Fixes #7506

84ec58b7 10/16/2017 04:05 PM Martin Wasley

Unbound Serve expired

Serve expired – Records stay in cache after TTL expires, with a TTL value of 0, if a new lookup is requested the cached record will be served for maximum performance, but at same time the resolver will ask for a new value from upstream to refresh the value and TTL.

dc91c949 10/16/2017 02:28 PM Stephen Jones

Fixed #7896
Handled the case where there is no picture and made it simpler to load
a picture.

893b6091 10/16/2017 01:53 PM Steve Beaver

Fixed #7714
Added JS code to formate the date/time for UCT

5fce3e8e 10/16/2017 12:24 PM Steve Beaver

Fixed #7921

0b2d1547 10/15/2017 02:00 AM Jim Pingle

Fix voucher test and expire pages. Fixes #7939

855aab21 10/12/2017 03:00 PM Wagner Sartori Junior

Merge branch 'master' into add-cloudns-to-dynamicdns

8239af2d 10/11/2017 12:41 AM Pi Ba

xmlrpc, webgui, prevent that a xmlrpc.lock is placed that is never unlocked, thus hanging php and the webgui after a few more sync request are trying to acquire the lock and all are waiting..

10085279 10/10/2017 07:17 AM → luckman212

Add filtering to pfTop page

f9a6637a 10/09/2017 10:43 PM Renato Botelho

Use include() to add logo content and use complete path

9ae8ade5 10/09/2017 08:46 PM Jared Dillard

update svg logos to pull from file

10e93284 10/06/2017 01:52 PM Jim Pingle

Unbreak PRIQ queue creation for VoIP, Penalty Box, and P2P options. Fixes #7913

31c8b40b 10/05/2017 01:27 PM Renato Botelho

Only show copynotice when version changes

807160e9 10/03/2017 10:49 PM Pi Ba

VirtualIP, FIX, VIPs should have a <uniqueid> property inside the config.xml, however if they are added as 'proxy-arp' or 'other' and then modified to ipalias or carp, the uniqueid stays empty.

35e5c404 10/03/2017 03:34 PM Jim Pingle

Fix PPP log reference in status.php

401e2ac7 09/28/2017 01:31 PM Doktor Notor

Remove no-op code

See https://redmine.pfsense.org/issues/7889 for related discussion

cbbb8fdb 09/28/2017 01:26 PM Doktor Notor

Remove no-op code

See https://redmine.pfsense.org/issues/7889 for related discussion

5f63cb40 09/28/2017 12:49 PM Steve Beaver

Fixed #7889
Increase max number of characters allowed in a tab array to 256 to prevent automatic conversion to pull-down

f3c5f4c5 09/27/2017 08:06 PM Steve Beaver

Add copyright notice to dashboard page (but only once per upgrade)

ce6d6fdb 09/25/2017 03:12 AM → luckman212

Tiny typo

Just removed an extra `'.'`

7a813102 09/22/2017 03:57 PM Steve Beaver

Dashboard refresh system should not call the widget callback function if no data was returned

1144e24c 09/21/2017 04:27 PM Steve Beaver

Fixed #7856

dbef7a85 09/19/2017 05:46 PM Steve Beaver

Authentication selector JavaScript changed to eliminate lag

09237040 09/19/2017 02:29 PM Steve Beaver

Setup wizard revisions

9a65d4a2 09/18/2017 01:49 PM Jim Pingle

Populate more default values in the OpenVPN configuration generated by the wizard and rearrange some options so there is less of a difference when editing the configuration for the first time. Fixes #7864

(cherry picked from commit 95a8ebeb5b7d73e7e72eba27c22d2b2b312f92de)

7af38087 09/18/2017 12:59 PM Jim Pingle

Do not show group privilege controls unless the user is editing an existing group. Fixes #7865

d4d86e3e 09/16/2017 06:05 PM Pi Ba

SNMP, check for several hypervisors that cause hostres module high cpu usage
also skip setting it in the bnsmp config when such platform is detected without needing the user to save settings again

d8455e10 09/15/2017 03:57 PM Steve Beaver

Implements PR170013 - Revise setup wizardwording and links

4ff3adec 09/15/2017 03:06 AM Luiz Souza

If /boot/loader.conf is not presetn check /boot/loader.conf.local.

00d5594c 09/12/2017 05:49 PM Jim Pingle

Relax OpenVPN wizard cert validation to match that of the cert manager and encode values before using them. Fixes #7854
Also, CDATA escape these fields in config.xml since they will most likely contain characters which are invalid in XML.
While here, fix a cert display issue where a SAN value could be reused from a previous entry in the cert list display.

aec3a259 09/11/2017 05:44 PM Jim Pingle

Add a field to pick a digest algo when signing a CSR, otherwise it ends up with SHA1. Fixes #7853
While here, add the cert serial number and sig digest type to the info block for each cert.

529dac21 08/31/2017 01:08 PM Jim Pingle

Merge pull request #3809 from doktornotor/patch-5

634d6870 08/29/2017 06:14 PM Steve Beaver

Fixed #7827

fddb73c7 08/28/2017 04:02 PM Steve Beaver

Partially addresses #7805
Bios date and version check date formats now match other timestamps on the dashboard

745d3779 08/28/2017 10:30 AM Wagner Sartori Junior

dyndns: Adding support for ClouDNS (https://www.cloudns.net)

8cb29dac 08/28/2017 02:40 AM Doktor Notor

Use spaces in the write_config() message to prevent text wrapping issues in webGUI

See https://redmine.pfsense.org/issues/6363

1562b46a 08/24/2017 06:19 PM Steve Beaver

Fixed #7811

a1c3244c 08/24/2017 12:50 PM Steve Beaver

Fixed #7804 Replace Math.trunc with Math.floor to make IE happy