Project

General

Profile

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

# Date Author Comment
8c81cad5 09/04/2024 07:47 PM Marcos M

Filter out empty array values for explode()

Calling explode() with an empty string will return a single-element
array with an empty value. This change filters out empty values
where appropriate - i.e. where it's not already a condition check for
it and the value should not be empty.

35f66a30 09/04/2024 06:25 PM Marcos M

Skip ppp modem interfaces where appropriate

This avoids calling e.g. get_real_interface() for a modem device.

4b9165e5 05/24/2024 05:25 PM Marcos M

Default to an empty array for functions expecting a countable value

Do this for foreach() and count().

63d6bb4f 05/23/2024 05:37 PM Marcos M

Update all direct config access with accessor functions

a68f7a3d 01/03/2024 06:26 AM Luiz Souza

Update the years in the Copyright notice.

c1d304b3 11/14/2023 09:47 PM Marcos M

Update fontawesome icon names to v6. Implement #13537

47b725b9 11/14/2023 09:45 PM Marcos M

Revert "Update fontawesome icon names to v6. Implement #13537"

This reverts commit 32be4696a301144c650f4765b8a2b51e28d95a40.

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

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

Update copyright years to include 2023

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

Rector some config unsets with complex paths.

721fafba 11/28/2022 03:04 PM Christian McDonald

Rector some direct config sets with pure scalar paths.

1e45d13f 11/23/2022 02:06 PM Christian McDonald

Rector some direct config gets with pure scalar paths.

d35a18fc 11/15/2022 07:21 PM Christian McDonald

RemoveUnusedForeachKeyRector runresults

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

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

fc19062e 11/12/2021 07:35 PM Viktor Gurov

Input error message box on the interfaces_ppps.php page. Fixes #12514

3856366b 01/20/2021 05:27 PM Renato Botelho

Retire VXLAN support

VXLAN support is not enterprise ready and after internal discussion we
decided we are not able to support it. We are committed to release
features only when they are ready.

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

Update the Copyright year.

A subsequent commit will deal with .po's.

e85ae672 11/12/2020 12:31 PM Renato Botelho

Fix #204: Add messages to all write_config() calls

b6ea9c61 08/31/2020 02:48 PM Viktor Gurov

VXLAN configuration WebGUI. Feature #6240

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

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

Update copyright notices to 2019. Happy New Year

1a5e85f6 05/04/2018 05:50 PM Steve Beaver

PHP7 - Resolve illegal offset error

82db8285 04/26/2018 06:48 PM Steve Beaver

PHP7 - Resolve warning in interdaces_ppps

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.

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

Refactor get_configured_interface_list remove unused parameter

4401107f 02/13/2017 06:12 PM Steve Beaver

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

f34455d8 02/10/2017 04:40 PM Steve Beaver

GET/POST conversion interfaces_ppps*

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

26b4bef8 02/12/2016 01:22 PM k-paulius

Synchronize page title with tab title. Renamed GRE to GREs, GIF to GIFs and LAGG to LAGGs to match VLANs, QinQs, etc.

70dc5cd6 01/14/2016 06:15 AM Phil Davis

UI Consistency

1) Put the heading "Actions" at the top of all the "Actions" columns -
it was on some and not others.
2) Some more consistent capitalization of panel titles etc.
3) Most interfaces section edit pages had a section titled like "GIF
Configuration", "GRE Configuration". Make them all consistent, e.g....

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

Fixed #5566

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

aa82505e 12/15/2015 10:59 AM Phil Davis

Code style g-i

9599211d 11/25/2015 05:14 PM Jim Pingle

Fix more privilege text/name/page inconsistencies

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.

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

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

2ec8f0ba 11/04/2015 05:40 PM Stephen Beaver

Buttons update to new design:wq

c35bc186 11/02/2015 04:08 PM jeroen van breedam

convert interfaces_ppps to fa

b9043cdc 10/30/2015 07:13 PM Stephen Beaver

Completed #5359

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/