Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
cd41643d 01/05/2016 11:08 AM Renato Botelho

Rename pid files from lighty to nginx

40880eec 01/05/2016 11:08 AM Renato Botelho

Rename php-fpm pool from lighty to nginx

d15f76be 01/05/2016 11:08 AM Renato Botelho

Retire system_generate_lighty_config()

57cc06af 01/05/2016 11:08 AM Chris Buechler

un-break SVG graphs

4877ae1e 01/05/2016 11:08 AM Chris Buechler

start converting CP to nginx

c4a278f2 01/05/2016 11:08 AM Chris Buechler

start switching CP to nginx

f77f43ff 01/05/2016 11:08 AM Chris Buechler

Skip error_log when disabled.

c4104141 01/05/2016 11:08 AM Chris Buechler

add config upgrade code for lighty->nginx logging

05f9712d 01/05/2016 11:08 AM Chris Buechler

clean up lighttpd

7bbe5013 01/05/2016 11:08 AM Chris Buechler

clean up lighttpd

8811dfc3 01/05/2016 11:08 AM Chris Buechler

Keeping the disable logging option. Revert "clean up lighttpd bits"

This reverts commit 9de0332dec955ec513b74be9361de72d12aa7245.

84a7c17d 01/05/2016 11:08 AM Chris Buechler

clean up lighttpd bits

33d69e81 01/05/2016 11:08 AM Chris Buechler

clean up restart_webgui

c74719cd 01/05/2016 11:08 AM Chris Buechler

add all of /usr/local/lib/lighttpd to obsoletedfiles

be6da8a4 01/05/2016 11:08 AM Chris Buechler

fix up nginx logging

1e8599e5 01/05/2016 11:08 AM Chris Buechler

first run through, replacing lighttpd with nginx.

bba669d9 01/05/2016 07:21 AM Chris Buechler

Merge pull request #1959 from davidjwood/rfc4638

b1895639 01/05/2016 02:42 AM Stephen Beaver

Fix interface list

f7d2d5aa 01/05/2016 02:41 AM Stephen Beaver

Improve error message when the user forget to "Apply"

af8397ca 01/04/2016 08:34 PM Jim Pingle

Add a default case for IPv6 in rc.banner, otherwise whatever trips first gets used for the later interfaces as well.

49882789 01/04/2016 06:18 PM Stephen Beaver

Further fix on saving shaper->queue->mask

3957ee34 01/04/2016 04:45 PM Stephen Beaver

Merge pull request #2352 from phil-davis/status_graph

bbb5d7a5 01/04/2016 04:37 PM Stephen Beaver

Fixed #5733

1c185172 01/04/2016 04:25 PM Phil Davis

Add back display description option for status_graph

The code that provides the data for this is already in
bandwidth_by_ip.php in both 2.2.* and master 2.3.
The description option is in the Display dropdown list in 2.2.*, but it
got missed in the bootstrap conversion and integration process....

187f96b9 01/04/2016 02:08 PM Stephen Beaver

Correct "noWrap" in text areas. (Function is not actually used by anyone, but it might as well work just in case.

951a7169 01/04/2016 01:01 PM Stephen Beaver

Merge pull request #2351 from NOYB/HTML_Compliance_-_Firewall_/_NAT/_1_1_/_Edit

85560dbb 01/04/2016 01:01 PM Phil Davis

Redmine #5731 Error when setting various system log settings from factory default config

Forum https://forum.pfsense.org/index.php?topic=104762.0

deff3aed 01/04/2016 10:13 AM Renato Botelho

Adjust dpinger default values to match recent changes in dpinger project

fc589cce 01/04/2016 08:09 AM NOYB NOYB

HTML Compliance - Firewall / NAT/ 1:1 / Edit

Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class
<input class="form-control" name="src" id="src" type="text" pattern="[0-9, a-z, A-Z and .">
<input class="form-control" name="dst" id="dst" type="text" pattern="[0-9, a-z, A-Z and .">

90d9dcec 01/03/2016 04:11 PM Phil Davis

Redmine #5728 Fix delete row button in Firewall Schedule Edit

The calls to delete_row() were going off to some other delete_row() function and not doing what was needed.
Give delete_row() here a unique name and it all works again.

9109177f 01/03/2016 01:29 PM Stephen Beaver

Merge pull request #2347 from NOYB/HTML_Compliance_-_Firewall_/_NAT_/_Port_Forward_/_Edit

09e989f9 01/03/2016 01:27 PM Stephen Beaver

Merge pull request #2346 from NOYB/HTML_Compliance_-_Firewall_/_Aliases_/_Edit

96453559 01/03/2016 01:26 PM Stephen Beaver

Merge pull request #2345 from NOYB/HTML_Compliance_-_Services_Status_Widget

1f0092d6 01/03/2016 08:06 AM NOYB NOYB

HTML Compliance - Firewall / NAT / Port Forward / Edit

Attribute min/max not allowed on element input at this point.
<input class="form-control" name="srcbeginport_cust" id="srcbeginport_cust" type="text" value="any" min="1" max="65536">
<input class="form-control" name="srcendport_cust" id="srcendport_cust" type="text" value="any" min="1" max="65536">...

d54d028f 01/03/2016 01:52 AM Stephen Beaver

Fix reading of server list on page load

5ab32eac 01/02/2016 07:08 PM Stephen Beaver

Fixed #5724

42af67f4 01/02/2016 08:05 AM NOYB NOYB

HTML Compliance - Firewall / Aliases / Edit

Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class
<input class="form-control" name="address0" id="address0" type="text" value="" pattern="[0-9, a-z, A-Z and ." placeholder="Address">

710f12d2 01/01/2016 06:30 PM NOYB NOYB

HTML Compliance - Services Status Widget

Element option without attribute label must not be empty.
<option selected></option>

13500a22 01/01/2016 09:57 AM Phil Davis

Remove extra spaces on welcome text

Must be feeling OCD today. The console output had 2 spaces between "2.3-ALPHA" and "on the". I also removed the space before "..." because all the subsequent lines of console output have no space before the "...'.
Actually this is a title line, so maybe the "..." could be deleted here also :)

60e15be2 12/31/2015 01:46 PM David Wood

Merge remote-tracking branch 'upstream/master' into rfc4638, fix conflict with c399d0d

4606583c 12/31/2015 01:43 PM Stephen Beaver

Merge pull request #2341 from NOYB/HTML_Compliance_-_Interfaces_/_VLAN

ee0e5e6e 12/31/2015 01:40 PM Stephen Beaver

Merge pull request #2339 from BBcan177/patch-2

efb86be8 12/31/2015 08:16 AM NOYB NOYB

HTML Compliance - Interfaces / VLAN

A table row was 5 columns wide and exceeded the column count established by the first row (4).

9665798a 12/31/2015 05:00 AM BBcan177 .

pkg_mgr_installed - Fix disablepackagehistory

  • Improve if/else/endif
152c01be 12/31/2015 04:59 AM BBcan177 .

pkg_mgr - Fix disablepackagehistory

  • Version title should always print
  • $g['disablepackagehistory'] only disables the changelog hyperlink
8dccfb20 12/30/2015 08:46 PM Stephen Beaver

Fixed #5717

dae9ce3f 12/30/2015 05:53 PM Renato Botelho

Merge pull request #2325 from stilez/patch-7

921a14bd 12/30/2015 05:02 PM Stephen Beaver

Merge pull request #2337 from BBcan177/patch-1

8924af1a 12/30/2015 04:51 PM BBcan177 .

Update pkg_mgr.php

Update syntax to 4 space indent

a6d58665 12/30/2015 04:41 PM Stephen Beaver

Add password confirmation and change to Form_* framework

4832ed98 12/30/2015 04:39 PM BBcan177 .

Update pkg_mgr.php

  • Note - There are two lines previously commented out at Lines! (L127-128)
  • Mods to if/else/elseif/endif statements for consistency.
  • Change package dependency href link icon from "paper-clip" to "globe".
  • Put package dependency links into a < ul > for a cleaner output when dependencies span over two lines....
29c0d920 12/30/2015 02:44 PM Stephen Beaver

Fixed #5714

62d61a2f 12/30/2015 01:31 PM Stephen Beaver

Merge pull request #2335 from NOYB/HTML_Compliance_-_Interfaces_/_Assign_network_ports

cab15e51 12/30/2015 01:29 PM Stephen Beaver

Merge pull request #2334 from BBcan177/patch-2

6fb95fa2 12/30/2015 11:40 AM jeroen van breedam

Fix typo password confirm

https://forum.pfsense.org/index.php?topic=104629.0

87b30cfa 12/30/2015 11:09 AM Renato Botelho

Remove workaround to get dpinger running when interface is in tentative state

290566ed 12/30/2015 08:03 AM NOYB NOYB

HTML Compliance - Interfaces / Assign network ports

A table row was 3 columns wide and exceeded the column count established by the first row (2).

c154b9f5 12/30/2015 04:52 AM BBcan177 .

Update pkg_mgr_installed.php

  • Mods to if/else/elseif/endif statements for consistency.
  • Change font red to span class.
  • Change package dependency href link icon from "paper-clip" to "globe".
  • Remove redundant <i> in package dependency href link
  • Put package dependency links into a <ul> for a cleaner output when dependencies span over two lines....
dc6927bc 12/30/2015 01:46 AM Chris Buechler

Add output validation here too. Ticket #5351

0f1a4483 12/29/2015 06:48 PM Jared Dillard

complete breadcrumbs for each tab

646e33ff 12/29/2015 05:56 PM Renato Botelho

Do not start dpinger processes due to rrd

6395ff86 12/29/2015 05:53 PM Renato Botelho

No need to restart dpinger to get new rrd data, it's not like apinger that send data to rrd

e1ef8082 12/29/2015 04:46 PM Stephen Beaver

Fixed #5694

d395af26 12/29/2015 04:09 PM Stephen Beaver

Final updates in support of hidden passwords

c399d0dd 12/29/2015 03:49 PM Renato Botelho

Restore default MTU when field is cleared. Fixes #3926

3f4e6035 12/29/2015 03:35 PM Renato Botelho

Make sure source and target addresses have scope id when they are link-local. It should fix #5695

4fc47b2f 12/29/2015 03:35 PM Renato Botelho

Add a seatbelt to prevent 2 dpinger instances for same GW

43636c23 12/29/2015 02:33 PM Stephen Beaver

Merge pull request #2333 from NOYB/HTML_Compliance_-_System_/_User_Manager_/_Users

854c2bb6 12/29/2015 01:39 PM Stephen Beaver

Correction to #5710

1311f25e 12/29/2015 01:34 PM Stephen Beaver

Fixed #5710

3a335f07 12/29/2015 12:19 PM Renato Botelho

Collect dpinger processes that failed to start and try again after 1 second, this should be enough to fix #5711

b42177b9 12/29/2015 12:18 PM Renato Botelho

No need to return 0 here

61c45d84 12/29/2015 12:15 PM Renato Botelho

Change start_dpinger() to return dpinger return code

7e1d7724 12/29/2015 11:57 AM Renato Botelho

Do not overwrite $params

45b032ed 12/29/2015 10:47 AM Renato Botelho

Merge pull request #2332 from dennypage/master

06587e2d 12/29/2015 10:44 AM Renato Botelho

Follow dpinger and change default loss_interval to 4* send_interval

d825dfea 12/29/2015 06:54 AM NOYB NOYB

HTML Compliance - System / User Manager / Users

A table row was 6 columns wide and exceeded the column count established by the first row (5).
End tag div seen, but there were open elements.
Unclosed element form.
Close php tag.

135fc32a 12/29/2015 12:55 AM Stephen Beaver

Fixed saving password when the ols password needs to be retained

522265f8 12/28/2015 11:28 PM Stephen Beaver

Merge pull request #2331 from BBcan177/patch-1

80e85b99 12/28/2015 10:14 PM Denny Page

Disable unused stdout reporting thread

76d6d925 12/28/2015 09:59 PM Stephen Beaver

FInished password hiding logic by ensuring $_POST['password'] != DMYPWD before updating

c8b10b4c 12/28/2015 09:11 PM Stephen Beaver

Added new addPassword method and password == password_confirm validation where required.

6605a2df 12/28/2015 08:04 PM BBcan177 .

Add href for package dependencies (pkg_mgr_installed)

  • Case typo
  • Change package dependency text to href link(s).
690026d8 12/28/2015 07:47 PM Stephen Beaver

Merge pull request #2330 from ExolonDX/master

ddffa78c 12/28/2015 07:44 PM Stephen Beaver

Don't display dummy password if configured pwd is empty

5ea90990 12/28/2015 07:33 PM Stephen Beaver

Experimental: Fixed #5693
Added new functionality to PHP classes, and used it ONLY in system_advanced_notifications.php -> smtp password

b40fb789 12/28/2015 07:13 PM Colin Fleming

Update "firewall_aliases.php"

Add Bootstrap panels to "firewall_aliases.php"

f1b7a0b1 12/28/2015 06:40 PM Renato Botelho

Disable IPsec phase1 or phase2 using DES and inform user why they were disabled since DES is no longer supported. It should fix #5543

92c2bd7f 12/28/2015 04:27 PM Renato Botelho

Revert "Delete package XML only on post-deinstall, otherwise it'll do it twice"

This reverts commit 92b3ac622cc3789ca00b625052621f0dc4262f1f.

a0790c86 12/28/2015 04:27 PM Renato Botelho

Revert "Silent accept deinstall and pre-install on rc.packages"

This reverts commit d7c8eb30ddad2140a2790a7a8989158e52f74bc9.

6b861ecd 12/28/2015 04:27 PM Renato Botelho

Only remove config.xml items on post-deinstall, fixes #5689

33baf237 12/28/2015 02:36 PM Renato Botelho

Disable all IPsec P1 entries when old version has IPsec globally disabled. Fixes #5699

23f4c08f 12/28/2015 02:20 PM Stephen Beaver

Fixes issue where limiter mask does not save (from forum)

f7a28f98 12/28/2015 02:07 PM Stephen Beaver

Change alert box color to success

9aa4c72c 12/28/2015 01:50 PM Stephen Beaver

Merge pull request #2321 from ch1c4um/Fix_dns_resolver

f2c6628a 12/28/2015 01:43 PM NOYB NOYB

HTML Compliance - System / Package Manager / Available Packages

Bad value #search-panel .panel-body for attribute href on element a: Illegal character in fragment: space is not allowed.
<a data-toggle="collapse" href="#search-panel .panel-body" name="search-panel">...

15646fc7 12/28/2015 12:43 PM Renato Botelho

Replace inetd by xinetd, it should fix #5707

a011566d 12/27/2015 04:33 PM Stephen Beaver

Fixed #5697

d8d97c76 12/27/2015 03:28 PM Stephen Beaver

Merge pull request #2327 from NOYB/HTML_Compliance_-_System_/_Package_Manager_/_Available_Packages

c195c8e0 12/27/2015 03:25 PM Stephen Beaver

Merge pull request #2326 from NOYB/HTML_Compliance_-_System_/_Certicate_/_CAs