Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
312f01a0 11/23/2015 05:55 PM Jared Dillard

remove trash icon coloring

d98409f1 11/23/2015 05:43 PM Jim Pingle

Fix links to logs in shortcuts

d8af270c 11/23/2015 05:43 PM Jim Pingle

Address some security issues in diag_logs.php. While I'm here, fixup page names and shortcuts.

3478ac16 11/23/2015 05:32 PM Stephen Beaver

Change Form_TextArea to Form_Textarea
(autoload now makes the classes case sensitive)

33ed4d60 11/23/2015 05:26 PM Stephen Beaver

Fixed #5505

7409fde6 11/23/2015 05:13 PM Stephen Beaver

Fixed #5521

82e379a5 11/23/2015 05:03 PM Stephen Beaver

IPSec statistis updated dynamically
Partial fix to #5520

97d41945 11/23/2015 04:20 PM Jim Pingle

Interface widget icon adjustments

33000031 11/23/2015 03:26 PM Jim Pingle

Use some icons here that have a somewhat more relevant appearance (no exact matches, unfortunately)

0520c675 11/23/2015 03:26 PM Jim Pingle

Don't reuse $icon here - results should be two different icons. Fixes #5519

e7c1f181 11/23/2015 03:14 PM Renato Botelho

Move pkg data around early and fix #5493

09f65382 11/23/2015 03:14 PM Renato Botelho

Improve sh syntax

de038a27 11/23/2015 03:04 PM Stephen Beaver

Completed #5407

97433447 11/23/2015 02:24 PM Jim Pingle

Also get time zones three levels deep. Fixes #5517

de73f5e9 11/23/2015 02:20 PM Renato Botelho

Teach pfSense-upgrade to run gitsync after upgrade

1fcfea39 11/23/2015 01:15 PM Stephen Beaver

Correct Form_TextArea -> Form_Textarea

7aaa0663 11/23/2015 01:07 PM Stephen Beaver

List CSS file in alpha order

02cc81ef 11/23/2015 12:54 PM Doug Wollison

Added use of class autoloading (GUI stuff only)

Any GUI script that loads the guiconfig.inc file will have access to
the autoloader.

f4001737 11/23/2015 12:41 PM Renato Botelho

Define user-agent on pfSense-upgrade

3138b2e3 11/23/2015 12:40 PM Renato Botelho

Use new host_uuid option name when changing User-Agent

0c310d67 11/23/2015 12:40 PM Renato Botelho

Re-add host_uuid user-agent option lost during bootstrap import. While here, change its name to be more clear what it does

b959a495 11/23/2015 10:35 AM Renato Botelho

Tunable value can be zero, use isset() to validate it

ba144b19 11/23/2015 10:24 AM Renato Botelho

Merge pull request #2103 from jlduran/escape-strongswan-radius-key

c0d3b49b 11/23/2015 10:22 AM Renato Botelho

Merge pull request #2102 from doktornotor/patch-6

55b1b47d 11/23/2015 10:21 AM Renato Botelho

Merge pull request #2101 from doktornotor/patch-5

7d0e01e1 11/23/2015 09:37 AM Renato Botelho

Merge pull request #2100 from doktornotor/patch-2

efef9c1b 11/23/2015 09:37 AM Renato Botelho

Move recently added config upgrade for IPsec enable to last config upgrade

5540759e 11/23/2015 09:35 AM Renato Botelho

Optimize upgrade_128_to_129()

da6f8482 11/23/2015 09:30 AM Renato Botelho

Move recently added upgrade code to a new config version

8d48b23f 11/22/2015 03:45 PM Luiz Souza

When necessary, unset $config['ipsec']['enable'] in upgrade code.

fef38e5a 11/22/2015 03:37 PM Luiz Souza

Fix ipsec_enabled() to return true only when at least one of the phase 1 entries are enabled.

1a2de6d6 11/22/2015 03:27 PM Luiz Souza

Remove the last usage cases of $config['ipsec']['enable'].

IPSEC is always on in 2.3, where necessary (IPSEC rules, IPSEC daemon), we check the existence of phase 1 entries.

aa4c2db3 11/22/2015 02:45 PM Luiz Souza

Do not allow the same interface be part of two different bridges.

This is already forbidden in OS, so just add a warning to prevent this kind of misconfiguration.

Issue: #4595

c42dde05 11/22/2015 01:38 PM Luiz Souza

Preserve bridge name while editing bridge settings, otherwise a new bridge is created every time you edit a bridge.

39a7f091 11/22/2015 01:31 PM Luiz Souza

Fix the interfaces widget to show the IP address of v6 only interfaces.

fe4b5548 11/22/2015 01:23 PM Luiz Souza

Unset "net.inet.ip.fastforwarding" when upgrading from older versions.

Issue: #5370

dc0f709e 11/22/2015 01:21 PM Luiz Souza

Convert all the occurrences of $config['ipsec']['enable'] in filter.inc, ipsec.inc and service-utils.inc

Fix ruleset when IPSEC is enabled but there are no Phase 1 entries.

Issue: #5487

53e8d0a3 11/22/2015 12:30 AM Jose Luis Duran

Escape RADIUS secret in strongswan.conf

If a RADIUS secret is, for example, `#secret-key#`, EAP-RADIUS
authentication will fail, as the `#` can be interpreted by the
strongswan.conf parser as a comment.

To avoid this from happening, set the key within double quotes.

21f239d3 11/21/2015 09:50 PM Doktor Notor

Stick xmlrpc.inc include back to avoid breaking packages

Removing this broke 29 packages which rely on it for configuration sync and include pkg-utils.inc instead of xmlrpc.inc.

86f28390 11/21/2015 09:17 PM Doktor Notor

Always honor the required tag in package XML fields

Dunno whose idea it was to restrict this to input. WTH really.

6855f25d 11/21/2015 08:46 PM Doktor Notor

restart_service() - do not attempt to stop service that is not running

Attempting to stop service that's not running just produces useless log noise.

BTW - dunno what was the idea behind restart_service_if_running() but it appears to be completely unused both in pfSense and in packages, suspect mainly because it doesn't make any sense as implemented.

ea792608 11/21/2015 06:15 PM Colin Fleming

Tidy up "services_status.widget.php"

Update code style
Close TH tags properly

5cc910f3 11/21/2015 06:15 PM Colin Fleming

Remove "orphaned" closing SPAN tag

Remove "orphaned" closing SPAN tag

eeb2b056 11/21/2015 08:16 AM Chris Buechler

add ipfw-classifyd to obsoletedfiles list. Ticket #5508

01eacb56 11/21/2015 06:31 AM Chris Buechler

Bind to IP aliases correctly in Unbound. Ticket #5464

133684ab 11/21/2015 02:26 AM Chris Buechler

add layer7 files to obsoletedfiles list. Ticket #5508

d65c6113 11/21/2015 02:06 AM Chris Buechler

Remove layer7 components. Ticket #5508

d036bc07 11/20/2015 08:41 PM Stephen Beaver

Revise System->Routing menu entry and page titles

3985c038 11/20/2015 07:49 PM Stephen Beaver

Removed no longer needed jQuery

f8a9fabe 11/20/2015 07:37 PM Jared Dillard

remove old function call

18e5d0ce 11/20/2015 06:46 PM Jared Dillard

clean up interface statistics widget

1aa84acb 11/20/2015 06:38 PM Jared Dillard

clean up installed packages widget

14c0d104 11/20/2015 06:05 PM Jared Dillard

add common background color classes for dark theme

d08c2c3a 11/20/2015 06:05 PM Jared Dillard

clean up gateways widget

d7e7a132 11/20/2015 05:11 PM Stephen Beaver

Fix search box icon color

b5b51aa6 11/20/2015 04:53 PM Renato Botelho

Always define $last_update_file to avoid calling file_put_contents with empty filename. Fixes #5502

e88df207 11/20/2015 04:29 PM Stephen Beaver

NTP -> NTPD

f02e3e2d 11/20/2015 04:28 PM Stephen Beaver

Fixed duplicate NTP

9c9617a5 11/20/2015 04:13 PM Jared Dillard

remove inline styles

3d312f56 11/20/2015 04:13 PM Jared Dillard

update dark theme

437a1779 11/20/2015 04:08 PM Stephen Beaver

Merge pull request #2097 from phil-davis/timeupdateinterval

d958a08d 11/20/2015 04:02 PM Phil Davis

Remove unused time-update-interval

There is no longer any code for a UI field in 2.3 master.
In RELENG_2_2 system.php the code for the field display is commented
out.
The commented out code has been removed in the bootstrap conversion.
This removes the various bits of leftover processing and validation code...

929068aa 11/20/2015 03:58 PM Stephen Beaver

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

9022eb39 11/20/2015 03:38 PM Stephen Beaver

Completes #5263

f0a9dec4 11/20/2015 03:15 PM Phil Davis

Better test for webguicss being not set

As discussed in https://github.com/pfsense/pfsense/pull/2094

31194ebd 11/20/2015 03:00 PM Stephen Beaver

Fixed #5497

f4a15d29 11/20/2015 02:42 PM Stephen Beaver

Completed #5499

be472219 11/20/2015 02:36 PM Renato Botelho

Merge pull request #2088 from phil-davis/bindlan

c85b1242 11/20/2015 02:28 PM Stephen Beaver

Fixes #5488

aea98e01 11/20/2015 01:32 PM Renato Botelho

Remove /etc/inc/uuid.php and /etc/inc/dot.hushlogin, both unused files

59236c21 11/20/2015 01:24 PM Stephen Beaver

Move timeout value to PHP definition for easier modification

c040eeda 11/20/2015 12:53 PM Phil Davis

If webguicss is not yet specified then default to pfSense

On systems where webguicss (the theme) was not yet set in the config, the selection here was defaulting to other than pfSense.
Now that pfSense-dark has come along, it happened to be first in the list. When I changed something else in General Setup today, my them went to pfSense-dark because I did not notice the (accidentally) selected value that was in the field....

4b1a8a6c 11/20/2015 12:53 PM Phil Davis

Redmine #5492 case of acronyms in widget names

I am not sure how else to do this. If someone in future writes a widget about "Smart Carp" (an intelligent species of fish) then it will get turned into "SMART CARP". The other strings are not English words, or parts of English words, so not likely to be matched wrongly in future....

75ae3d1c 11/20/2015 12:53 PM Phil Davis

Fix widgetname variables

These were wrong. But actually I don't think any widgets use this mechanism of $config['widgets']['mywidget-config'] - they seem to do their own thing making names for the keys they use in $config['widgets'] to store their settings. So I didn't find anything actually broken because of this.

31fd8dff 11/20/2015 12:13 PM Renato Botelho

PEAR.inc is already required by radius.inc

9859f355 11/20/2015 11:55 AM Renato Botelho

Break long lines

3c0b8833 11/20/2015 11:55 AM Renato Botelho

Delete code that is commented out since 2005

d17bd596 11/20/2015 11:43 AM Renato Botelho

Remove debug leftover

8540bdcb 11/20/2015 11:30 AM Renato Botelho

Fix #5329

Since PHP 5.6, fsockopen() is checking SSL certificates, xmlrpc_client
is used only for HA today so it's safe to disable this check.

Since fsockopen() doesn't provide a way to disable it, move code to use
stream_socket_client()

14c8170d 11/20/2015 10:55 AM Renato Botelho

Remove unused function http_post()

1ebd1b10 11/20/2015 06:42 AM Chris Buechler

correct igmpproxy command for new version.

08551b56 11/20/2015 03:30 AM Stephen Beaver

Cosmetic fixes

a4a224ac 11/20/2015 03:03 AM Stephen Beaver

Partial fix to #5495

0b965ed9 11/20/2015 01:01 AM Stephen Beaver

Fixed #5489

e6d97c6e 11/20/2015 12:50 AM Stephen Beaver

Fixed #5490

bcc5aeed 11/20/2015 12:33 AM Chris Buechler

-d4 doesn't exist in updated igmpproxy version, remove.

ed492eaa 11/20/2015 12:27 AM Stephen Beaver

Work-around for #5488

2734d2db 11/19/2015 06:03 PM Jared Dillard

Ticket #5470 fix dashboard breadcumbs

1908003a 11/19/2015 05:48 PM Jared Dillard

Fixed #5478 clean up title text

32e3df81 11/19/2015 04:53 PM Stephen Beaver

Make text areas fixed width font with a tabstop of 4

cf3db8b4 11/19/2015 04:26 PM Stephen Beaver

Merge pull request #2090 from brunostein/add_identification_form_section

e4a78780 11/19/2015 04:17 PM Bruno Ferri

add attribute 'id' for the Form_Section

d3a7e1f5 11/19/2015 04:15 PM Stephen Beaver

Merge pull request #2089 from brunostein/fix_move_options

c2e566f4 11/19/2015 03:59 PM Stephen Beaver

Fixed #5486

95b59cdc 11/19/2015 03:39 PM Bruno Ferri

fix moveOption function

821a4351 11/19/2015 03:23 PM Renato Botelho

Use full 'Local Database' name to be sure it's authmode is local, fixes #4469

05419ce6 11/19/2015 03:11 PM Stephen Beaver

Remove comment

82afb104 11/19/2015 03:05 PM Stephen Beaver

Add tr/td to empty tbodys for Microsoft IE

77764580 11/19/2015 02:48 PM Renato Botelho

Duplicate slice before upgrade, fixes #5483

81425815 11/19/2015 01:54 PM Stephen Beaver

Revised order of input fields in edit form