Project

General

Profile

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

# Date Author Comment
402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

829322b3 11/29/2022 03:51 PM Christian McDonald

Rector some direct config gets with complex paths.

7e3ea4a8 11/28/2022 08:09 PM Christian McDonald

Rector some config unsets with complex paths.

475feb89 09/14/2022 06:48 PM Christian McDonald

Fixes some PHP bugs. For #13446

0b385c4e 04/20/2022 12:47 PM Viktor Gurov

Reload IPsec and OpenVPN on gateway IP or force_down option change. Issue #13076

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

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

d6bbbf35 12/03/2021 02:21 PM Viktor Gurov

Input validation to prevent removing a gateway if it is still in use by DNS servers. Fixes #8390

15f716d8 04/07/2021 12:37 PM Danilo Zrenjanin

Note says that gateway or failover gatewaygroup are valid options #11164

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

Update the Copyright year.

A subsequent commit will deal with .po's.

c428cdf4 09/16/2020 08:03 PM Renato Botelho

Rework route functions

- Created route_table() that returns an array containing all items from
route table. It uses --libxo to get a json object
- Created route_get() that return an array with route items to desired
target
- Created route_get_default() to get current default route for inet or...

1cf01478 07/06/2020 07:55 PM Steve Beaver

Revise default gateway handling for speed

a2ec7b0a 07/06/2020 02:44 PM Steve Beaver

Move gateway interface friendly name functionality to gwlb.inc

2cff9cf0 07/01/2020 08:08 PM Steve Beaver

Revise return_gateways_array() to include the tier name in hte returned array. This avoids the need to call the function for every gateway in the array and makes life easier for system_gateways.php, which no longer needs to call multiple functions to get the display information.

5a764497 07/01/2020 03:30 PM Steve Beaver

Fix indenting

8326101f 07/01/2020 03:27 PM Steve Beaver

Fixed #10719 by adding tooltips and help text

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

This is 2020. Issue #9245

4bdbb898 01/02/2020 01:45 PM Jim Pingle

Fix syntax errors

5a24d994 12/31/2019 06:46 AM Viktor Gurov

fixes

988e6c59 12/28/2019 11:02 AM Viktor Gurov

fix route delete code

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

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

3cd21b4e 02/24/2019 04:38 PM PiBa-NL

Routing, actually show the "(default)" mark on the default route as it is present on the OS

Most obvious problem was when manually switching from WANGW1 to WANGW2 it showed both as (default) after saving the setting and before applying it. Also after applying it would require another page refresh to show the updated situation. Also add a little information box that shows what (Default) means for the user.

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

Update copyright notices to 2019. Happy New Year

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

e311cb79 07/02/2018 07:22 PM PiBa-NL

routing, add option 'automatic' for gateway selection, and allow manual ordering of gateways

caf4d712 05/03/2018 09:10 PM Steve Beaver

Merge pull request #3781 from PiBa-NL/20170712-defaultgateway-group

5aa0c748 04/26/2018 01:18 PM Steve Beaver

PHP7 - system->Gateays resolve illegal string offset error

43a9b03d 04/23/2018 07:39 PM Pi Ba

Gateways, allow for configuring a gatewaygroup as the default gateway.
-Avoid changing routes by just visiting a webgui page.
-Avoid change some unneeded events when nothing changed.

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

Update the Copyright notice for pfSense.

161cd113 04/17/2017 07:20 AM Phil Davis

Refactor gateway parameter validation

4611e283 02/13/2017 03:48 PM Steve Beaver

Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions

a04f6658 02/10/2017 01:35 PM Steve Beaver

GET/POST conversion system_gateways*

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

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

1be1b87b 11/04/2016 06:06 PM Jim Pingle

When deleting or disabling a non-dynamic gateway, if that gateway was set as default then remove the corresponding default route to respect the user's decision. Fixes #6659

47180823 09/21/2016 07:39 PM Colin Fleming

Spelling mistake "system_gateways.php"

Fix spelling mistake in "system_gateways.php"

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

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

7fdca5ff 03/29/2016 07:15 AM NOYB NOYB

System / Routing / Gateways - Remove Personalizations

Remove "you" personalizations.

762faef5 02/02/2016 07:24 PM Phil Davis

Internationalization of various system*.php

5154b00d 01/28/2016 05:37 PM Phil Davis

systems_gateways action button titles

Hmmm - there are a few of these, I should have made a branch with a single commit. Anyway, nearly done.

138e4140 01/28/2016 03:54 PM Renato Botelho

Remove static routes to DNS servers when gateway is disabled. It should fix #4921

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

060ed238 01/13/2016 08:11 PM Stephen Beaver

Fixed #5566

fa172bc5 01/07/2016 08:50 PM NewEraCracker

Convert short open tags to full tags

Short open tag is discouraged since it is only available if enabled

See https://secure.php.net/manual/en/language.basic-syntax.phptags.php

80b4d0c5 12/21/2015 10:37 PM jeroen van breedam

Bug #5527

8ebf884f 12/21/2015 02:17 PM Jim Pingle

Encode gateway attributes before printing

d61309a0 12/17/2015 10:53 AM Phil Davis

Code style system_*

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

e75f0e7d 11/26/2015 08:05 PM Pi Ba

cleanup static routes for interface nonlocal gateways when being deleted or changed.

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.

d036bc07 11/20/2015 08:41 PM Stephen Beaver

Revise System->Routing menu entry and page titles

1b7379f9 11/18/2015 10:31 PM Jared Dillard

Ticket #5471 another convert batch to font-awesome icons

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

EOL whitespace and header consistency for www

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

f74457df 11/04/2015 07:12 PM Stephen Beaver

Updated button styles

329b5c49 10/28/2015 02:04 PM Phil Davis

system_gateways Actions column format

bbfa7874 10/28/2015 02:04 PM Phil Davis

system_gateways text of edit button

Make it consistent with the others

c0411930 10/28/2015 12:46 AM Stephen Beaver

Add "Actions" text to table header

1629e8ea 10/27/2015 08:37 PM jeroen van breedam

system_gateways font-awesome convert

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

acda1403 09/29/2015 10:32 PM Chris Buechler

Do a service reload of dyndns when changing gateways in case something has
changed. Ticket #5214

a9929d56 09/08/2015 07:48 PM Stephen Beaver

IPv4 "add new gateway" functionality provided via modal pop-up
Basic hide/show for form setction implemented

6ff05704 09/03/2015 04:51 PM Stephen Beaver

Fixed #5071
Incorrect button title

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/