Project

General

Profile

Download (29.4 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a68f7a3d 01/03/2024 06:26 AM Luiz Souza

Update the years in the Copyright notice.

e6f78714 11/22/2023 04:25 PM Marcos M

Update fontawesome references in form buttons

ac0a027f 10/31/2023 09:00 PM Christian McDonald

Rector some direct config array accesses with pure scalar paths.

3ad1e1cb 08/11/2023 07:05 PM Jim Pingle

Certificate digest strength changes

Part of ongoing changes for OpenSSL 3.x

  • Consolidate and improve checks for weak digest algorithms.
    Fixes #14678
  • Ensure that incompatible CA/Certs are not listed for use by the GUI
    (Issue #14672), Captive Portal (same), or OpenVPN (Issue #14677)...
402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

2568e151 12/08/2022 09:03 PM Christian McDonald

Rector direct global g accesses

721fafba 11/28/2022 03:04 PM Christian McDonald

Rector some direct config sets with pure scalar paths.

4864d7f6 11/15/2022 06:49 PM Josh Soref

Spelling fixes. Fix #13357

Bugs:
  • Incorrect input validation for `dhcp6c` `keyinfo expire` `forever` keyword in `interfaces.inc`.
  • Incorrect input validation for associated rule's `Source Port` in `firewall_rules_edit.php`.
  • Incorrect `voucher*.` file lock reference in `status_captiveportal_voucher_rolls.php`....
345d9f0e 08/23/2022 11:24 PM Reid Linnemann

Replace some direct config array accesses in wizard.php

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

002a038f 01/26/2021 08:51 PM Jim Pingle

Update OpenVPN Wizard to match current server options. Fixes #10919

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

573ec19d 12/10/2020 03:31 PM Renato Botelho

Add product_label global variable

Introduce product_label global variable, by default with same value of
product_name. The idea is to make it easier for rebranded products to
change the name on all visual texts while internal structures are
preserved.

While here, remove deprecated $g['platform'] and also replace places...

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

f3f98e97 10/02/2019 07:11 AM Phillip Davis

Fix random typos

52f686a9 09/12/2019 02:36 PM Jim Pingle

Add wizard select_source & use for OpenVPN DH. Fixes #9748

cb442cfa 08/22/2019 01:38 PM Steve Beaver

Fix is_set/isset

7f486e5a 08/22/2019 01:20 PM Steve Beaver

Fixed #8907
Support field size option in select control

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

1e0016bb 08/21/2018 12:47 AM Steve Beaver

Make config_array_from_str() function more general

19a99203 08/21/2018 12:19 AM Steve Beaver

Fixed #8803

a34bab9f 08/20/2018 10:52 PM Steve Beaver

Fixed #8803
Don't attempt to access $config elements that don't exist. PHP7 doesn't like it

bb7af0ee 08/08/2018 04:58 PM Steve Beaver

Remove pfsense => pfSense nonsense that was breaking wizrd hyperlinks that included hte product name

50e0d399 07/06/2018 01:45 PM Jim Pingle

wizard.php: Ensure CA and Certs are arrays before using in foreach.

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

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

a828f612 05/17/2017 03:53 PM Steve Beaver

Revert "Updated d3.js and d3pie.js to latest versions"

This reverts commit 47d4784602466d723a84bb1af6d313c4ba5a0115.

5a433494 03/09/2017 02:03 PM Doktor Notor

Add reason to write_config() call

8d58ebae 02/14/2017 09:31 PM Steve Beaver

GET/POST conversion

5baea4da 02/07/2017 07:30 PM Jim Pingle

Rather than setting the value directly, minimize exposure to eval() in update_config_field() from wizard.php by constructing a variable reference, then set the value using the reference rather than passing user input through eval(). Fixes #7230

702fa4d0 02/01/2017 10:58 AM Phil Davis

Code with multiple %s in usr/local/www

edcd7535 01/10/2017 02:48 PM Phil Davis

Breadcrumb links

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

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

Code style and comments

No functional change - just making style consistent

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

d1ee3405 04/19/2016 06:05 PM Jared Dillard

Fixed #6095 remove logo from wizards

827a3812 03/10/2016 05:52 PM Jim Pingle

More icon/button inconsistencies. Ticket #5965

820562e8 02/18/2016 10:02 AM NewEraCracker

Quote the 1st parameter (constant name) when calling define()

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

0919644d 01/25/2016 01:13 PM Luiz Souza

Fixes the GUI URL in the last step of the setup wizard.

The SERVER_NAME variable is not available anymore, use HTTP_HOST instead.

3b3a95e5 01/22/2016 05:21 PM Phil Davis

Fix #5794 remove print_info_box_np chackes for gettext("apply")

1) Get rid of the stristr() checks to "guess" if an apply button should
be used.
2) Change print_info_box() so it can take a button name of "close"
, "apply" or none to decide which button to show....

3f98044a 01/22/2016 04:20 PM Francisco Cavalcante

Replaced jQuery to $ in same files

5c0ab3cd 01/14/2016 03:59 PM NewEraCracker

All simple php echo to short

Short version is far more used than long php echo. This brings all code to same standard where possible.

47661d0d 01/10/2016 08:28 AM NOYB NOYB

HTML Compliance - Wizard / pfSense Taffic Shaper /

Empty heading.
<h1 class="page-header">

The align attribute on the img element is obsolete. Use CSS instead.
<img border="0" src="logo-black.png" alt="logo-black" align="middle" height="45" width="180" />...

124a6adc 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

This would require some minor adjustments to the wizards xml , for it to make sense everywhere.

8ae9a909 12/21/2015 03:29 PM Jim Pingle

Encode hostname before printing; remove some related dead code.

8952a4de 12/21/2015 11:58 AM Renato Botelho

Merge pull request #2300 from ExolonDX/branch_02

b77cef66 12/19/2015 10:29 PM Colin Fleming

Use Bootstraps text alignment classes

As per "http://getbootstrap.com/css/#type-alignment", use CLASS
statement instead in inline STYLE statement (much tidier)

4b1d882f 12/19/2015 09:57 PM Colin Fleming

Remove $closehead variable

Remove unused variable $closehead

c86c14dc 12/17/2015 12:02 PM Phil Davis

Code style v w

44bcf766 12/04/2015 08:49 PM Jim Pingle

Address a potential LFI in pkg.php and wizard.php without breaking the ability to pass relative paths Restricts them to files under their intended base directories.

de90f855 12/01/2015 03:22 PM Jim Pingle

Fix some variable re-use and other issues to correct the OpenVPN wizard behavior when using pre-existing CAs and Certs

5230f468 11/25/2015 04:48 PM Jim Pingle

Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.

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

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

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.

f8ae3586 11/09/2015 01:44 PM Stephen Beaver

Fixes #5380

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

919d91f9 11/09/2015 08:47 AM Phil Davis

EOL whitespace and header consistency for www

3d8c7228 10/19/2015 05:48 PM Stephen Beaver

Comment typo

d190da6a 10/19/2015 05:43 PM Stephen Beaver

Fixed #5316

16fd8f4a 10/17/2015 12:59 PM Stephen Beaver

Corrected invalid "onchange" handling

e79dc517 10/16/2015 07:47 PM Stephen Beaver

Partial fix to #5310
wizard.php updated to generate jquery not javascript
traffic_shaper_dedicated.xml and .inc updated to correct multiple "Next" buttons and other display issues.
(Need to do same for the other TS wizard)

60ff91f1 09/30/2015 09:21 PM Renato Botelho

Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726

40547fe4 09/30/2015 03:48 PM Stephen Beaver

Corrected logo hyperlink
Changed Jumbotron font to white so you can actually read the text

4e43ef22 09/30/2015 01:28 PM Stephen Beaver

Wizard system completed and tested agains all wizard files
Progress bar added to show progess through wizard steps

89dcfa01 09/29/2015 09:41 PM Stephen Beaver

Bootstrap conversion mostly complete.
Tested with setupwizard.xml and looks good. Couple more thankgs to check so don't test yet please.

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/