Project

General

Profile

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

# Date Author Comment
9896389b 01/08/2020 01:34 PM Jim Pingle

Use central download function

Reduce duplicated/inconsistent code by using the new download function.

(cherry picked from commit ecb594d094ce0e11cacd9062ebd0aa0ba190444a)

f00e1450 01/08/2020 01:34 PM Jim Pingle

Add central file download function for use throughout the GUI.

(cherry picked from commit 1342f80fb512cf2f6a5925f03e61930ac41445af)

880ed461 01/03/2020 04:36 PM Jim Pingle

This is 2020. Issue #9245

4a762cf0 05/10/2019 07:52 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

(cherry picked from commit 0b4c14a491664053aad3cc76e1ffd67b70ff2da1)

51b58d81 02/07/2019 04:24 PM Renato Botelho

Ticket #9308: Sort country codes

a56762ba 02/07/2019 03:37 PM Renato Botelho

Ticket #9308: Implement get_cert_country_codes() to get the list of country codes to be used by CAs and Certs

988640d3 02/07/2019 03:37 PM Renato Botelho

Make get_countr_code() parameter default to 'ALL'

2ce775ca 12/03/2018 03:49 PM Renato Botelho

Add Korean to the list of available languages

ea0dd417 11/21/2018 06:31 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

7f40e4a9 11/05/2018 06:51 PM Jim Pingle

Make MBT prefer video console. Fixes #9094

Avoids foot-shooting by restoring a config with serial enabled.

(cherry picked from commit 5e5df38fcd3116c4d0f3fc71622643e962f982a8)

2887721c 11/05/2018 06:51 PM Jim Pingle

Use EFI console when needed. Fixes #8978

(cherry picked from commit 2f73f2f9eca656c2de5b836f4d0292186147e788)

ddfda1d6 10/02/2018 02:02 PM Jim Pingle

Prevent a reference error w/o rules in the config. Fixes #8993

(cherry picked from commit 67807c9536ae1810a067155049c96e8d2b634777)

635ea24e 09/18/2018 04:35 PM Renato Botelho

Fix #8911: Keep configured pkg repository when restoring config

9ed4813c 09/17/2018 02:36 PM Luiz Souza

Fix an obvious mistake.

Reported by: stevew
Ticket: #8906
Pointy-hat to: loos

(cherry picked from commit 0285d8e5c721491c7e8ae8dea0f0fdef95bb5cff)

9c614946 09/14/2018 08:01 PM Luiz Souza

Always pass the $local variabled to load_loader_conf(), it makes the code easier to read.

(cherry picked from commit 1ef4cbdbb03791f5c3541df44da5a61d00db6e46)

6b3bff74 09/14/2018 08:01 PM Luiz Souza

Sync the know variables with factory.

(cherry picked from commit fe7523cbbdee119bf71abb93009f44a9f8e47963)

f8d1fe02 09/14/2018 08:01 PM Luiz Souza

Filter properly the know variables in loader.conf.

The know variables should be used as prefix not as literals.

(cherry picked from commit 21bacf010021d34012f6869ce1d55268fad7b0ec)

2456ecc9 08/27/2018 03:58 PM Jim Pingle

Fix some integer assumptions with calculate_ipv6_delegation_length()

a436447f 08/20/2018 11:15 PM PiBa-NL

add getarraybyref() utility function for general use (used also to avoid php7 'Cannot create references to/from string offsets' messages)

9ceace25 07/31/2018 08:30 PM Jim Pingle

Validation for GUI custom settings. Fixes #8726

Add validation for customizable GUI setting fields and test submitted
values before allowing them to be stored.
Also ensure that dashboardcolumns is an integer before using it in the
GUI.

857533db 07/18/2018 08:59 PM Stephen Jones

Fixes #8661 PHP7 illegal string offset

7f943a22 06/13/2018 02:58 PM Jim Pingle

Rework loader.conf(.local) filtering. Fixes #8571

If this isn't aggressive enough, we could remove the "local" changes and only
keep the new matching method.

33d28154 04/26/2018 07:02 PM Steve Beaver

PHP7 system.php Resolve min/max undefined constants

0a031fc7 03/23/2018 03:32 PM Renato Botelho

Rename RCC-DFF to SG-2220

7ae13d1f 03/02/2018 04:04 PM Luiz Souza

Fix the loader settings for the console on SG-2320 and SG-2340.

9c17359f 02/27/2018 02:14 PM Jim Pingle

Add tracker ID to firewall rule list and edit page. Implements #8348

130fe575 02/25/2018 12:28 AM Luiz Souza

Fix my broken code, continue would not work from another loop.

40a530a1 02/24/2018 08:22 PM Luiz Souza

Filter vm.pmap.pti entries on loader.conf when necessary.

https://forum.pfsense.org/index.php?topic=144390.msg786182#msg786182

26a38669 02/23/2018 05:59 PM Luiz Souza

Add GUI support to display and set the PTI state.

ab105bf8 02/19/2018 12:25 AM Luiz Souza

Do not wipe the existing file contents. Return the actual data.

56b72761 02/17/2018 07:39 PM Luiz Souza

Fix the variable name.

Pointy-hat to: me

d0af08f5 02/15/2018 05:12 PM Luiz Souza

Remove duplicate entries on loader.conf and loader.conf.local.

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

Update the Copyright notice for pfSense.

48a6bb92 12/29/2017 02:58 PM Steve Beaver

Update language selections

884ea644 11/29/2017 02:07 PM Steve Beaver

Merge pull request #3820 from phil-davis/status-if-disabled

cc2187c3 10/30/2017 11:25 AM Renato Botelho

Do not display logo.css as a valid theme

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

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

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

c5007d58 09/10/2017 02:06 PM Phillip Davis

show disabled status on status-interfaces

2e6e11f4 08/21/2017 11:49 AM Renato Botelho

Add French to GUI

ea4f7b62 08/17/2017 05:30 PM Renato Botelho

Add Polish to GUI, it's over 75% complete

3cf5ed75 08/10/2017 01:45 PM Renato Botelho

Sort languages alphabetically (in English)

0ced79ef 08/10/2017 01:44 PM Renato Botelho

Add Dutch to GUI, it's over 75% complete

9b18dc1b 07/31/2017 08:01 PM Renato Botelho

Add pt_BR back to GUI since it's over 75% complete

6cc74faa 07/05/2017 04:27 PM Renato Botelho

Remove extra spaces from User Agent

2bf67a6f 07/05/2017 04:21 PM Renato Botelho

Send uniqueid instead of UUID on user-agent

fd4e14b8 06/20/2017 02:48 PM Jim Pingle

Match whitespace after $vhid when checking CARP status to avoid partial matches. Fixes #7638
While here, fix variable references with braces and combine the two calls to grep into a single pattern.

7f4b697f 06/20/2017 11:53 AM Steve Beaver

Don't display login CSS files in theme list

aa8b282d 06/09/2017 08:43 PM Renato Botelho

Add Spanish (Argentina) to the list of available languages

6e0474ed 05/23/2017 04:54 PM Renato Botelho

Merge pull request #3732 from phil-davis/rule-created-updated

b0572bad 05/23/2017 01:17 PM Renato Botelho

Add Bosnian to GUI since it's over 75% translated

2c1a08a8 05/22/2017 07:42 PM Jim Pingle

Standardize privilege page and sorting between users and groups. Fixes #7587

f0dc8b68 05/19/2017 07:55 AM Phillip Davis

Make consistent rule information section

8b3345dc 05/02/2017 07:41 PM Renato Botelho

Detect SG-2320/SG-2340 models and set initial config for them

e0b87e1a 04/25/2017 05:09 PM Renato Botelho

Merge pull request #3659 from PiBa-NL/plugin_optimize_20170321

fdcde31b 04/24/2017 10:05 AM Renato Botelho

Add German (Germany) to GUI after it reached 75%

d900c7f6 04/20/2017 07:08 PM Renato Botelho

Merge pull request #3629 from doktornotor/patch-18

95996cd7 04/20/2017 06:47 PM Renato Botelho

Merge pull request #3695 from phil-davis/refactor_if_list_functions

80fe8369 04/16/2017 11:19 AM Phil Davis

Refactor get_configured_interface_list remove unused parameter

24807bfe 04/16/2017 09:14 AM Phil Davis

Refactor update_alias_names_upon_change

a6f3daf0 04/11/2017 07:44 PM Renato Botelho

Enable Russian translation since it's over 75%

42190719 04/04/2017 04:20 PM Renato Botelho

Enable Norwegian since it's over 75% complete. Remove pt_BR and tr while they are below 75%

1d3510cf 03/30/2017 04:16 AM Phil Davis

Add user option to sort interface names

804fecdd 03/29/2017 06:18 PM Pi Ba

pkg_call_plugins put includefile and supported plugins in the normal config.xml so there is no need to parse the package xml for them. this improves performance significantly for several pages like such as 'ipsec overview' and 'openvpn server edit page' which use certificates and gatewaygroups which acquire some information from plugins.

593e9fe3 03/27/2017 04:30 PM Phil Davis

Add underscores to is_port* function names

4081ecac 03/26/2017 07:59 AM Phil Davis

Provide functions for checking port range alias combinations

61fe6d83 03/24/2017 08:02 PM Doktor Notor

Merge branch 'master' into patch-18

04b80934 03/20/2017 04:33 PM Steve Beaver

Merge pull request #3639 from doktornotor/patch-26

d9058974 03/13/2017 08:26 AM Phil Davis

Redmine #7381 Disable detail in alias popup

c6c55ee7 03/10/2017 02:40 AM Doktor Notor

Add unknown service for Bug #4287

2b359eda 03/09/2017 01:17 PM Renato Botelho

Revert "C2758 is VGA only too"

This reverts commit 3244266fd8a99a66611334b8ae945de61eb9a0da.

3244266f 03/09/2017 12:47 PM Renato Botelho

C2758 is VGA only too

c35d1294 03/08/2017 06:46 PM Doktor Notor

Relocate pfSenseHeader() function to pfsense-utils.inc

c7300778 03/08/2017 04:40 PM Renato Botelho

Setup XG-154x console to VGA only

f11ac397 03/05/2017 03:27 PM Doktor Notor

Remove no longer needed split() re-implementation

2c98383f 02/28/2017 07:28 PM Jim Pingle

Add GUI components for loading cryptodev as a module, and upgrade code so users have it on upgrade since it was in-kernel before. Fixes #5976
Having both aesni and cryptodev loaded at the same time appears to only negatively impact performance, no gains, so at the moment there is no need to load them at the same time.

6378ef45 02/20/2017 01:52 PM Renato Botelho

Add Chinese (Taiwan) to the list of available languages

e8813e51 02/12/2017 02:25 PM Steve Beaver

Allow up to siz dashboard columns

e402b079 02/04/2017 08:21 PM Steve Beaver

Do not sort the list of locales. That way it is easier to get to the language you want afte accidentally selecting something you no longer understand.

314a088a 02/03/2017 03:27 AM Phil Davis

Remove unneeded sprint and gettext in setHelp

5ea71ebd 02/02/2017 08:47 PM Renato Botelho

Add Spanish and Chinese Simplified to the list of available languages

edba33b5 01/31/2017 07:30 PM Doktor Notor

Remove unused broken functions

Not sure what was the idea here, but these are not used anywhere, do nothing as they immediately call ```return false;``` plus the second one is also misnamed.

f0b1358d 01/22/2017 08:57 AM Phil Davis

Force compress for where_is_ipaddr_configured check_localip

cde28bfa 01/22/2017 08:52 AM Phil Davis

Force compress for where_is_ipaddr_configured

587995fb 01/22/2017 08:28 AM Phil Davis

Always force compress when calling Net_IPv6

b38e0fbd 01/11/2017 11:35 AM Renato Botelho

Merge pull request #3367 from derelict-pf/require_state_filter

029d6129 01/09/2017 03:14 AM NOYB NOYB

RAM Disk Management - Update II - Restore RAM Disk Soon as it is Created and Include Logs

Restoring the RAM disk as soon as it is available will make it easier to include additional content that needs to persist across reboots for packages etc.
Include the logs in the RAM disk store so they will persist across reboots.

08696051 01/09/2017 03:14 AM NOYB NOYB

RAM Disk Management - Update I - Eliminate RRD XML Dump/Restore & Alias Tables Backup Age Logic

Eliminate rrd dump/restore to/from xlm file. Backup and restore the entire /var/db/rrd/ to/from the RAM Disk Store.
Add logic to backup alias tables if the backup is older than the table.

257d2fd6 01/09/2017 03:14 AM NOYB NOYB

RAM Disk Management

1) Treat the RAM disk more like a permanent storage device with content managed/restored by the system and made available at boot up, before needed by any services.
a) Handle saving and restoring RAM disk content at reboot/shutdown/boot centrally in more of a system manged fashion....

88081ea2 01/09/2017 02:36 AM derelict-pf

Add requirestatefilter. Implements #7069.

17a6140d 12/27/2016 07:36 PM Renato Botelho

Merge pull request #3266 from PiBa-NL/IPv6-prefixdelegation-size59

57baf45f 12/21/2016 04:53 PM Luiz Souza

Fix the download of files over https when the server uses a self signed certificate.

Submitted by: Marcelo Matos

Ticket #4766

dc5edc6e 12/20/2016 04:56 PM Renato Botelho

Fix #7021: Deprecate device polling

231fe954 12/13/2016 01:35 PM Phil Davis

Add case for 59 to prefix functions

Maybe these functions should have a case added for prefix length 59?

cc9213e0 12/13/2016 12:58 PM Renato Botelho

Merge pull request #3276 from phil-davis/patch-10

b7908243 12/13/2016 12:33 PM Phil Davis

dhcpv6_pd_str_help add default case

When the interface concerned does not yet have its details known (e.g. Track Interface values from upstream have not come yet) then we might as well at least give the caller some reasonable text.
e.g. I was adding V6 Static Mappings on an interface that has "Track Interface" and no IPv6 delegation yet. The error message that tries to tell me the type of input I need to put or the static IP offset had no example at all.

089c18f3 12/12/2016 09:10 PM Brett Keller

Add PC Engines APU2 to the list of serial-only platforms

The vidconsole needs to be explicitly disabled for PC Engines APU2,
otherwise the comconsole is garbled and mostly unusable during the
boot block and boot loader.

411f439a 11/24/2016 12:43 PM Renato Botelho

Silence kenv calls

f3997278 11/16/2016 09:10 PM Steve Beaver

Added addrtolower() function to allow IPv6 addresses to be converted to lower case while preserving aliases or other text

411d4e6e 11/07/2016 03:51 AM Luiz Souza

Consider the IPv6 checksum options when dealing with "Disable hardware checksum offload".

Ticket #5321