Project

General

Profile

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

# Date Author Comment
94be51d7 07/14/2020 12:18 PM Renato Botelho

Merge pull request #4399 from vktg/dyndnsbackup

b79526df 07/14/2020 12:18 PM Renato Botelho

Merge pull request #4398 from vktg/limiterbackup

fb3b20c3 07/11/2020 04:54 PM Viktor Gurov

Backup/Restore DynDNS. Implements #3559

b9d689e7 07/11/2020 04:49 PM Viktor Gurov

Backup/restore Limiters. Implements #4763

f21d4f79 07/11/2020 03:38 PM Viktor Gurov

Active voucher restore from backup. Implements #3128

4213d677 05/14/2020 02:00 PM Jim Pingle

Correct regex to remove redundant RRD tags from backup. Fixes #10508

While here, improve regex so it does not leave extra whitespace/blank
lines in the resulting backup.

6c1b20af 04/30/2020 08:58 AM Viktor Gurov

Skip all RRD data on backup. Issue #10508

06a1ba14 03/13/2020 05:00 AM Viktor Gurov

Password confirmation when exporting encrypted backup file. Issue #10301

153f78af 01/14/2020 05:13 PM Viktor Gurov

fix incorrect encrypted backup restore error handling. Issue #10179

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

This is 2020. Issue #9245

ecb594d0 11/05/2019 09:50 PM Jim Pingle

Use central download function

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

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

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

749dfdb7 03/13/2019 03:48 PM Luiz Souza

Fix the spamming of warnings about ttyv0 not being available on ARM64 devices.

While here, use a more meaningful name for the function.

4015b03d 03/10/2019 11:43 PM Jim Pingle

Fix output buffering when downloading config backups. Fixes #9390

e0b32eb9 02/13/2019 01:36 PM Jim Pingle

Correct syntax error in diag_backup.php. Fixes #9316

c91af4ac 02/12/2019 10:48 PM Luiz Souza

Force the <enableserial> on when restoring a backup on a device with serial only console.

Affects multiple devices.

Ticket #1547

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

Update copyright notices to 2019. Happy New Year

4be5ed9f 11/14/2018 11:13 AM Renato Botelho

Fix #9071: Make sure pkg metadata is updated when repo config changes

220063c4 11/14/2018 10:33 AM Renato Botelho

Remove unused variable

79955411 11/14/2018 10:29 AM Renato Botelho

Simplify logic to remove packages section from backup

93867844 10/03/2018 09:04 PM Jim Pingle

Avoid creating or parsing a second empty rrddata tag. Fixes #8994

0430b1b4 09/18/2018 04:34 PM Renato Botelho

Fix #8911: Keep configured pkg repository when restoring config

10511c3b 08/07/2018 12:47 PM Renato Botelho

Fix #7604: Rework pkg reinstall on config restore

- Remove old code needed to upgrade fom < 2.3 to 2.3
- Simplify logic using a single file /conf/needs_package_sync
- Create /etc/rc.package_reinstall_all, a script used to reinstall all
packages present in config but not on pkg database...

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

Update the Copyright notice for pfSense.

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

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

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

919a43a7 03/05/2017 09:03 PM Doktor Notor

Add reasons to write_config() calls

94503103 03/05/2017 06:51 PM Doktor Notor

Remove useless add_base_packages_menu_items() function

Not really sure what was the idea 7+ years ago, but the code just doesn't make sense now.

b0eb674f 02/07/2017 09:35 PM Renato Botelho

Merge pull request #3486 from phil-davis/diag-backup

9a7e1c95 02/06/2017 09:15 AM Phil Davis

diag_backup do not use button text for comparisons

1e3443df 02/06/2017 03:55 AM Phil Davis

Remove unused restore_ver from diag_backup

I cannot see where this is used any more. The functionality seems to now be done in diag_confbak

7cdb1ff9 01/11/2017 12:00 PM Renato Botelho

Merge pull request #3369 from phil-davis/breadcrumbs_detail

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

Breadcrumb links

57188e47 01/02/2017 12:00 PM Phil Davis

Add security notes for privilege assignment pages

Suggested solution for Redmine 2247

1289c0c1 10/12/2016 07:23 PM Renato Botelho

Remove all calls to conf_mount_r* functions

0ce1667b 09/13/2016 07:11 PM Stilez y

Simplify icmp conversion

pprior code "converts" every icmp type - of which only 3 actually get changed (rest keep same value anyhow!). If also uses a SWITCH {} construct rather than lookup + foreach, which is longer and less efficient.

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

Move copyright from ESF to Netgate

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....

ce3eca6e 04/14/2016 10:08 AM Phil Davis

Allow to restore any ares of config

If the existing config does not have a particular area in it, then the user should still be able to restore it from another config.
Redmine #6144

89854d71 04/04/2016 04:23 PM NewEraCracker

Fixes to linguistic issues introduced by recent commits

1) encryption vs decryption typos. 2) unnecessary sprintf.

eaa56020 04/03/2016 09:35 AM NOYB NOYB

s/encryption/decryption/

b6078bed 04/03/2016 07:18 AM NOYB NOYB

Diagnostics - Remove Personalizations

Remove "you" personalizations.

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

The text of a Form_Button is not translated internally. Some Form_Button
calls already had the button text enclosed in gettext(), this does it
for the remaining ones.

37676f4e 03/09/2016 07:30 PM Jim Pingle

Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965

Still need to review Advanced buttons and Repeatable block buttons.

f6aebbcc 02/15/2016 03:16 PM NewEraCracker

Bring all calls of print_info_box to same standard

The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.

f7253434 02/14/2016 10:28 PM Stephen Beaver

Merge pull request #2637 from k-paulius/patch-6

2b38c46b 02/14/2016 09:09 PM k-paulius

Switch tabs places so that active tab is the first tab

0f298138 02/14/2016 09:08 PM k-paulius

Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with breadcrumb separator.

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.

7ca42d47 02/13/2016 09:38 PM k-paulius

Renamed 'Wake on LAN' to 'Wake-on-LAN'

a6a6ee00 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.

5f88f964 02/11/2016 03:51 AM k-paulius

Convert section titles to title case

1d80d714 02/09/2016 07:53 AM NOYB NOYB

HTML Compliance - Diagnostics / Backup/Restore

Duplicate ID Submit.
Suppressing unused ID Submit attributes.

5d916fc7 02/03/2016 04:02 PM Stephen Beaver

Improvements to the priviledge filter functionality

ff30e319 01/21/2016 04:56 PM Bruno Ferri

add call gettext function for translate

52e416cc 01/15/2016 04:46 PM Phil Davis

Fix product_name syntax problem in diag_backup

Notice that the old line had $g['[product_name'] - a bonus "[" - that caused the product name to not actually appear in the output.

In fixing that, I also wrapped this in sprintf() - that makes it more flexible for translation into languages where the word order of an instruction like this does not start with the verb.

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.

4ee63405 12/23/2015 03:09 PM Jim Pingle

Take this conditional out, it wasn't enough, and we have a script example for how to handle this properly now while respecting CSRF

69560def 12/21/2015 03:48 PM Jim Pingle

Only disable CSRF on diag_backup.php for the download action where it might be scripted. Other actions need its protection.

40f146c5 12/20/2015 03:29 PM Phil Davis

Only enable Restore Configuration if a file is selected

If the user clicks "Choose File" and then cancels the file selection dialog, disable the "Restore Configuration" button.

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

947141fd 12/14/2015 02:35 PM Phil Davis

Code style usr local www a-e

1af5edbf 12/11/2015 09:48 PM Stephen Beaver

Rename of files to better match their position in the memory structure

ff59b884 12/10/2015 02:00 PM Stephen Beaver

Fixed #5617
Fixed #5612

e6068346 12/07/2015 05:52 AM Phil Davis

Redmine #4279 Package reinstall displayed when shutting down before upgrade

Use a different flag file to indicate that a package reinstall is
required after a reboot is done first. This avoids the possibility that
the user navigates in the webGUI during the time while the shutdown is...

477db933 12/01/2015 05:29 PM Jared Dillard

add option to choose number of dashboard columns

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.

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.

0dc2d195 11/09/2015 09:08 AM Phil Davis

Remove $Id stuff from comment headers

Completes cleanup of header stuff for these files

0da0d43e 11/08/2015 07:25 PM Phil Davis

Diag review

c9df279d 11/06/2015 04:04 PM Stephen Beaver

Correction per Phil Davis

9da2cf1c 11/06/2015 12:12 AM Stephen Beaver

First batch of copyright updates

fb08d0e1 10/27/2015 05:36 PM Renato Botelho

Remove unused call to update_status_output()

96c18fe4 10/01/2015 05:43 PM Stephen Beaver

Addresses #5159 by removing hide/show/disable/enable functions to included file

eef93144 09/24/2015 04:48 PM Jared Dillard

Ticket #5204 a clean up pass of the jquery sections

3beeb66a 09/22/2015 06:15 PM Stephen Beaver

Fixed #5187
Added multipart encoding to form

7c0f116b 09/22/2015 05:17 PM Jared Dillard

Ticket #5182 change show/hide functionality

c9d46a8e 09/15/2015 09:20 PM Renato Botelho

Retire PPTP server, fixes #4226:

- Remove PPTP server and all related code
- Bump config version 12.2
- Write upgrade config code to remove pptpd section and also cleanup
firewall and NAT rules using PPTP interface or src/des

46918a1f 09/03/2015 12:38 AM Phil Davis

Merge with bootstrap

288a2a0f 08/31/2015 04:38 PM Phil Davis

bootstrap usr/local/www a to e minor edits

ad2879b8 08/30/2015 11:09 PM PiBa-NL

bootstrap, use require_once for classes/Form.class.php

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

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

Move main pfSense content to src/