Project

General

Profile

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

# Date Author Comment
c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

ecf4b407 06/25/2018 02:46 PM Isaac McDonald

Remove unneeded commas

e7d76457 06/22/2018 07:01 PM Isaac McDonald

Redmine #8592: Clarify DHCP hostname registration

1fa69c27 04/06/2018 05:57 PM Jim Pingle

Add GUI controls to the DNS Resolver for providing DNS over TLS service to local clients. Implements #8030

cd738219 04/04/2018 03:01 PM Jim Pingle

Add GUI option for DNS over TLS. Implements #8388

179377b0 03/30/2018 11:01 PM robjarsen

Remove Whitespace

I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.

-RJ

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

Update the Copyright notice for pfSense.

2dbc276d 11/29/2017 05:05 PM Steve Beaver

Merge pull request #3183 from znerol/feature/master/register-openvpn-cn

4541f84d 07/13/2017 04:37 PM Jim Pingle

Restructure how unbound zone data is written to fix processing of "redirect" zone entries. Fixes #7690
Also corrects some other misc issues for formatting of zone data.
While here, add an option, not exposed in the GUI, for users to get the previous behavior of defining short names for hosts.

48384795 05/15/2017 04:23 PM Lorenz Schori

Clarify checkbox help text

0cc17a06 05/15/2017 06:18 AM Lorenz Schori

Register CN of OpenVPN clients in DNS Resolver

7879c382 03/20/2017 01:34 PM Steve Beaver

Merge pull request #3610 from stilez/patch-57

b9304b9a 03/16/2017 11:32 AM Stilez y

Textual changes requested

18278432 03/07/2017 10:44 AM Doktor Notor

Add reason to write_config() calls

40e21a7f 03/05/2017 11:25 AM Stilez y

change "returned" -> "to return"

eb267378 03/05/2017 11:20 AM Stilez y

better title

de55303c 03/05/2017 11:18 AM Stilez y

Clearer narrative for domain override on main resolver config page

1eb759ab 03/05/2017 10:50 AM Stilez y

Clearer narrative for domain override on main resolver config page

c6d03f09 02/22/2017 12:03 AM Doktor Notor

Only allow the DHCP registration options to be enabled when DHCP server is enabled as well

13541a81 02/14/2017 07:42 PM Steve Beaver

GET/POST conversions

d2a2f018 02/02/2017 05:13 PM Steve Beaver

Remove unneeded sprintf from setHelp calls

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

Code with multiple %s in usr/local/www

24b82516 01/30/2017 09:27 AM Phil Davis

Required fields in Services pages

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

Merge pull request #3369 from phil-davis/breadcrumbs_detail

6a9a7595 01/10/2017 08:27 PM Renato Botelho

Merge pull request #3343 from phil-davis/retval1

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

Breadcrumb links

44c42356 01/03/2017 05:05 AM Phil Davis

Report problems applying changes

1) Strictly keep track of the accumulating $retval from calls to various
functions that apply changes.
2) Use new function print_apply_result_box() to print a suitable message
in a suitable severity based on $retval

3d116b5c 01/02/2017 03:27 PM Doktor Notor

Update format

58523c57 01/01/2017 11:09 PM Doktor Notor

Improve Unbound forwarding mode description

Make this consistent with System - General Setup - DNS Server Settings.

a9a60118 09/13/2016 12:38 PM Renato Botelho

Merge pull request #3104 from PiBa-NL/resizable-selectionbox

57625777 09/08/2016 05:39 PM Pi Ba

dnsresolver, make interface boxes resizable, to allow for easier picking/checking of multiple selected interfaces

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)

1c10ce97 07/03/2016 10:22 PM Pi Ba

webgui tables, doubleclick event to perform 'edit' action, part 2

0cb4d4a6 05/08/2016 07:57 PM NOYB NOYB

Miscellaneous Textual Corrections - Services DNS Resolver

e78ecb96 04/21/2016 07:04 AM NOYB NOYB

Services - Punctuation

Clean up some services menu punctuation.

359cc8d9 03/31/2016 06:55 AM NOYB NOYB

Services / DNS Resolver - Remove Personalizations

Remove "you" personalizations.

28e3d579 03/21/2016 08:51 AM NewEraCracker

Echo boolean value instead of string

Prior to this change, code would echo an empty string if false and 1 if true. In all other files, with similar code, boolean representation is printed.

49d3b157 03/19/2016 07:14 AM NOYB NOYB

Services / DNS Resolver / General Settings

Static should be static.
Elements that don't need to be dynamic should be static.
More robust than depending on client-side processing to set them.

1f6a8b6e 03/18/2016 02:21 PM NOYB NOYB

Much cleaner like this.

c154cd7d 03/18/2016 02:21 PM NOYB NOYB

Services / DNS Resolver / General Settings

Echoing $pconfig['custom_options'] directly into JavaScript is prone to breaking the script by creating invalid syntax due to characters such as line feeds etc.
Best to transfer a flag from PHP.

2c95f1cd 03/17/2016 01:43 PM Phil Davis

Redmine #5994 Standardize Unbound custom options button

This is the last piece of code I have for standardizing "advanced" buttons in the UI.

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.

3314e626 03/10/2016 04:50 PM Jim Pingle

Advanced button consistency. Ticket #5965

21d973b2 03/08/2016 02:37 AM Phil Davis

Add Actions column heading

to other places where it was missing, for UI consistency.

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.

f4bed461 02/14/2016 08:09 PM k-paulius

Review alert wording.

c8f6b745 02/12/2016 01:22 PM k-paulius

Synchronize page title with tab title. Convert page title to title case.

5e946f38 02/06/2016 09:15 AM Chris Buechler

Use a better check for whether there are DNS servers available with dynamic WAN types. Ticket #4747

7b03ef63 02/06/2016 07:32 AM Chris Buechler

Verify a DNS server exists before allowing enabling of forwarding mode. Ticket #4747

7ffd9078 01/28/2016 10:49 AM Renato Botelho

Merge pull request #2120 from NOYB/Services-DNS_Resolver-System_Domain_Local_Zone_Type

464358b4 01/27/2016 05:20 AM Phil Davis

Standardize print_apply_box usage

1) For the translators, it should be better to do it consistently. Then
they only need to have 1 translation of "You must apply the changes in
order for them to take effect" and can translate each of the other
custom sentences individually....

77d9edf5 01/26/2016 01:03 AM NOYB NOYB

Remove unnecessary checks. Code prevents var from being empty.

Wrap var in string with braces.

9a83872f 01/26/2016 01:03 AM NOYB NOYB

Move unbound local zone types array to function in unbound.inc.

Protect against breaking the system; check for valid unbound local zone type rather than just the setting existence.

bc91a3fe 01/26/2016 01:02 AM NOYB NOYB

Remove errant var set to self.

e5759723 01/26/2016 01:02 AM NOYB NOYB

Break long line of local zone types list.

4bb7c0d1 01/25/2016 11:13 AM Bruno Ferri

add call gettext function in the services menu

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

85d29bf5 01/11/2016 06:51 PM Stephen Beaver

Allow thee use of multiple infoblock on a page

35681930 01/07/2016 06:56 PM Stephen Beaver

Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock"
Just makes more sense to use a class for this

5bff8af8 01/07/2016 12:09 PM NewEraCracker

Adjust more calls to print_info_box with unquoted strings

d3a3eef0 12/23/2015 04:49 PM Francisco Cavalcante

Fixed bug to disable dns resolver service

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

Remove $closehead variable

Remove unused variable $closehead

20db3e1a 12/17/2015 03:11 AM Phil Davis

Code style services

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

39bd0b51 12/14/2015 03:08 PM Stephen Beaver

Revise child icon

afb81757 12/14/2015 02:43 PM Stephen Beaver

Add fa icon to show override is a child

548231bc 12/07/2015 04:00 PM Phil Davis

Standardize DNS Resolver breadcrumbs

4cec6193 12/03/2015 09:24 PM Chris Buechler

Remove txtsupport from Unbound. Of limited use, and the back end code was never ported over from the package (and is messy to do so). Ticket #5545

ca47c065 12/01/2015 12:42 PM NOYB NOYB

Services - DNS Resolver - System Domain Local Zone Type Option

Expose system domain unbound local-zone type to be configurable.

8fd9052f 11/29/2015 06:23 PM Colin Fleming

Type up SCRIPT tags

d5a9e030 11/28/2015 07:11 AM NOYB NOYB

Listen port type should probably be 'number' instead of 'text'

439ba83c 11/28/2015 07:10 AM NOYB NOYB

Listen Port Config Not Being Saved - Correct it.

3e568739 11/28/2015 06:18 AM NOYB NOYB

Services DNS Resolver Listen Port Placeholder

Add default value (53) placeholder.

c908f16a 11/26/2015 10:16 AM Renato Botelho

Merge pull request #2115 from NOYB/Services-DNS_Resolver-Host_Overrides-Case_Sensitivity

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.

0b8328c5 11/25/2015 04:12 PM Jim Pingle

Various updates to privileges and related metadata

c8a7d17c 11/25/2015 08:19 AM NOYB NOYB

Services - DNS Resolver - Host Overrides - Case Sensitivity

Host and domain names are not case sensitive. Maintain display case as entered.

9c8a7b13 11/24/2015 12:33 PM Stephen Beaver

Typo fix

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

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

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

Completed #5407

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

Correct Form_TextArea -> Form_Textarea

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.

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

Add tr/td to empty tbodys for Microsoft IE

520ee1d0 11/10/2015 02:58 PM Phil Davis

Unbound UI Review

Few things found when looking at the Unbound UI code

10fe1eb5 11/10/2015 02:17 PM Stephen Beaver

Completes #5400, #3999, #5405
Mote: New ticket will be opened to provide IP address sorting

932711c7 11/10/2015 02:10 AM Matthew Smith

Rearrange calls in unbound.inc so config text can be generated without writing the actual file and a syntax check can be run. Rearrange services_unbound.php to wait until input checking is complete before saving things to global config and run syntax check as part of input checking. Implements #4411.

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

EOL whitespace and header consistency for www

7aeae838 11/06/2015 08:47 PM Matthew Smith

Fix services_unbound.php. The interfaces menus did not display the selected
interfaces, they always showed "all" selected. Made it so an "apply changes"
message shows when something changes.

191cb31d 11/06/2015 03:40 PM Stephen Beaver

Copyright updates Batch 2 of 3

33f0b0d5 11/05/2015 03:46 PM Stephen Beaver

Delete confirmation vi fa-trash automated via pfSense.js

c10cb196 11/05/2015 01:11 PM Stephen Beaver

Moved action-buttons in-line styling to pfSense.css

9d5a20cf 11/05/2015 11:38 AM jeroen van breedam

replace and find for icon-embed-btn

782922c2 11/04/2015 06:52 PM Stephen Beaver

Buttons changed to new design

2b36a04b 11/04/2015 02:15 PM jeroen van breedam

convert services_unbound to fa

df6cb8fe 10/20/2015 04:52 PM Stephen Beaver

Fixed #5045

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

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

49840447 09/02/2015 06:03 PM PiBa-NL

bootstrap, small fixes to unbound/dnsmasq edit pages, service icons.
+ FIXME item that prevented lots of pages from loading..