Project

General

Profile

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

# Date Author Comment
32be4696 11/14/2023 09:00 PM Marcos M

Update fontawesome icon names to v6. Implement #13537

e0cb987c 11/10/2023 02:03 PM Marcos M

Update fontawesome. Implement #13537

33cd2690 08/23/2023 01:32 PM Jim Pingle

Type column for Alias list. Implements #13245

While here, clean up some redundant/incorrect variable usage.

Adapted from PR 4592 submitted by luckman212 @ GitHub

5c4a6ada 03/17/2023 03:35 PM Jim Pingle

Improve alias sorting (again). Issue #14015

asort does not handle natural case-insensitive sorting of
multi-dimensional arrays properly, so it needs a custom sort but also
has to preserve the index keys or else making changes in the GUI won't
use the correct IDs....

29cd08ea 03/10/2023 03:05 PM Christian McDonald

Aliases config access refactor by brd

4342d179 02/22/2023 05:40 PM Jim Pingle

Correct alias sort order. Fixes #14015

402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

ac6e07b5 04/14/2022 01:36 PM Jim Pingle

Encode alias URL before display. Fixes #13060

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

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

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

Update the Copyright year.

A subsequent commit will deal with .po's.

314f7804 11/30/2020 03:52 PM Viktor Gurov

Use idn_to_ascii() only for host type aliases. Fixes #11106

c91be02b 10/14/2020 04:04 PM Viktor Gurov

Nested alias IDN fix. Issue #10968

be14a369 09/04/2020 08:45 AM Steve Beaver

rename alias.inc in firewall_alias.php

a903e9a6 08/31/2020 08:06 PM Steve Beaver

Move alias delete functionality to inc file so other processes can access it

3215d564 05/18/2020 02:41 PM Renato Botelho

Merge branch 'master' into aliasclone

ea12b607 05/12/2020 04:00 PM Viktor Gurov

Alias IDN hostnames support. Issue #7255

6978b39e 05/06/2020 04:12 PM Viktor Gurov

Alias clone feature. Issue #6908

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

This is 2020. Issue #9245

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

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

586c623a 03/13/2019 06:13 PM Jim Pingle

Deprecate the built-in relayd Load Balancer. Closes #9386

It is not available on FreeBSD 12 with OpenSSL 1.1.x.

Users can migrate to the HAProxy package.

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

d6d46650 08/26/2018 04:30 PM Steve Beaver

Fixed #8837

3987186c 05/04/2018 05:52 PM Steve Beaver

PHP7 - Resolve illegal offset error

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

Update the Copyright notice for pfSense.

d3f7f5d5 03/21/2017 04:43 PM Doktor Notor

Add reason to write_config() call

84147b7b 02/13/2017 07:29 PM Steve Beaver

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

d1fd8c3b 02/10/2017 06:53 PM Steve Beaver

GET/POST conversion firewall_aliases*

1a147fcd 02/05/2017 12:59 PM Phil Davis

setHelp and gettext changes for firewall* pages

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

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)

7d383978 07/08/2016 03:29 PM Renato Botelho

Merge pull request #3046 from phil-davis/portimport

e4c784bf 07/07/2016 06:57 AM Phil Davis

Fix #6582 Allow import of ports

This change does:
1) Allow bulk import of a port alias. That happens when the Import
button is pressed from the Ports tab of the firewall_aliases screen.
2) Allow bulk import of an IP alias, automatically determine if the
imported data fits a host or network alias type. That happens when the...

04b571e8 07/07/2016 06:39 AM Phil Davis

Show "cannot delete alias" message as error

If I try to delete an alias that is in use, the "cannot delete alias" message was being displayed as the "success" color.

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

381ad9f3 03/30/2016 07:04 AM NOYB NOYB

Firewall / Aliases - Remove Personalizations

Remove "you" personalizations.

c933c798 03/08/2016 08:25 PM Jim Pingle

Fix alias import icon visibility, and change to a more relevant icon. Fixes #5963

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.

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.

99a05a0a 02/12/2016 07:54 AM Chris Buechler

Delete URL table file when deleting an alias. Ticket #5856

250061b0 02/02/2016 04:14 PM Stephen Beaver

Per #4195
Alias table is now sortable

16e3a3e2 01/22/2016 05:21 PM Phil Davis

firewall_aliases add print_apply_box code

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

7d95365e 01/18/2016 06:15 PM Phil Davis

Internationalize firewall aliases and NAT

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

ac950976 01/05/2016 10:23 PM Colin Fleming

Add some more Bootsrap panels

"firewall_aliases.php"
- add gettext to the H2 tag
- remove debug code

"sevices_igmpproxy.php"
"services_pppoe.php"
"vpn_ipsec_keys.php"
"status_gateways.php"
"status_gateway_groups.php"
"statis_services.php"
"diag_arp.php"...

b40fb789 12/28/2015 07:13 PM Colin Fleming

Update "firewall_aliases.php"

Add Bootstrap panels to "firewall_aliases.php"

f9a2b76d 12/18/2015 02:59 PM Stephen Beaver

Fixed #5636

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

67c2baf1 12/14/2015 05:33 PM Phil Davis

Coe style firewall *

e1515be9 11/28/2015 03:00 PM Stephen Beaver

Alternative solution to PR 2117/#5527 preserving tab_array consistency.

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.

af5e730b 11/09/2015 06:51 PM Stephen Beaver

Fixed #5397

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

EOL whitespace and header consistency for www

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

0619c9db 11/05/2015 02:05 PM Stephen Beaver

Convert system_certmanager.php to font awesome icons
Automatically add confirmation dialog to all fa-trash icons

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

0149ef4d 11/04/2015 04:02 PM Stephen Beaver

AUtomatically add "info" icon where required

df4957e4 11/04/2015 02:15 PM Stephen Beaver

Revised button style on firewall_aliases.php as a model for all other table-based pages

5932fc6a 10/30/2015 05:57 PM jeroen van breedam

convert firewall_aliases to font-awesome

6cb366de 09/15/2015 12:48 PM Stephen Beaver

Double-click to edit, click to select, multi-delete and drag to re-order now supported on:
firewall-nat.php
firewall-nat-out.php
firewall_nat-1to1.php
firewall_rules.php

5e8f851f 09/02/2015 04:29 PM Phil Davis

Merge with latest bootstrap code

72f1f3ee 09/01/2015 04:24 PM Jim Pingle

Encode the rule description before displaying back to the user in an error when attempting to delete an in-use alias.

e6f34d22 08/31/2015 07:23 PM Phil Davis

bootstrap usr\local\www\f minor changes

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/