Project

General

Profile

Activity

From 10/03/2024 to 11/01/2024

11/01/2024

10:10 PM Revision 282d4a80: pfSense-Installer: Fix the issue when only the WAN settings are present.
During the configuration import, if only the WAN settings are present, remove
the LAN settings from the configuration...
Luiz Souza
12:47 AM Revision d376ac6a: Gateways with monitoring disabled may use incorrect address family
When return_gateways_status() processes gateways that have monitoring
disabled, the source IP used is always IPv4 reg...
Marcos M
12:47 AM Revision 055fc19e: Gateways with monitoring disabled may be treated as down
When return_gateways_status() is called with $byname=false, gateways
that have monitoring disabled will be returned a...
Marcos M

10/31/2024

02:56 PM Revision 05f941f3: Apply removed route changes with all routes removed.
Followup to e2eb3e16e9ef63a375718dcc06b54a9765266244 Marcos M
12:21 AM Revision c1edb3ff: Reload mobile IPsec on gateway failover. Fix #15685
Marcos M

10/30/2024

11:35 PM Revision f0c5b768: Fix parsing for ACB change reason. Fix #15711
Fix it by delimiting on the last occurrence of the delimiter. Marcos M
08:42 PM Revision d23f3e6c: Always use the highest existing zone ID when creating a new one. Fix #15772
Marcos M
05:12 PM Revision e2eb3e16: Apply removed route changes to secondary HA node. Fix #15795
Marcos M
05:09 PM Revision 23db45f6: Specify the interface when applying static route changes during OpenVPN reloads
Marcos M

10/29/2024

07:30 PM Revision 04225f6f: dhcp: give dhcp daemons a chance to shutdown before restarting
Christian McDonald
07:03 PM Revision 31316310: Revert "pfSense-rc: Relocate the removal of /var/run/booting to the very end"
This reverts commit 21063272df73ef90bb060449a7baca83b2a8f5ed. Christian McDonald
05:57 PM Revision 5f98a46f: Replace lingering /var/run/booting checks with `is_platform_booting`
Christian McDonald

10/28/2024

08:53 PM Revision e6597954: Skip DDNS on disabled interfaces. Fix #15802
Marcos M
01:07 PM Revision 5ae3f264: Fix NTP pool DNS note. Fixes 15552
Jim Pingle

10/25/2024

09:28 PM Revision 21063272: pfSense-rc: Relocate the removal of /var/run/booting to the very end
Christian McDonald
06:25 PM Revision 22cf3609: Add more detail to config path warnings
Marcos M
04:41 PM Revision 9970b06f: Fix some config path warnings
Marcos M

10/24/2024

07:27 PM Revision 25a0f534: Decrease the number of config requests when deleting filter rules
Marcos M
03:37 PM Revision dcc4d84d: Only import the Netgate Installer settings when trigger_initial_wizard is set.
Remove the references to 'trigger_virt_setup' since it is not used on CE. Luiz Souza

10/23/2024

06:27 PM Revision f57bd4dd: Fix OpenVPN CSO options upgrade
Previous config versions set these options in the config but only
considered them enabled if their value is 'yes'. Th...
Marcos M

10/22/2024

04:57 PM Revision 4bd35ebb: Merge pull request #4708 from WereCatf/porkbun_update
Marcos M
03:30 AM Revision b4258a0d: DynDNS: change Porkbun to use api.porkbun.com instead of porkbun.com
Changes the dynDNS provider 'Porkbun' to use the domain `api.porkbun.com`
instead of `porkbun.com` as accessing the A...
Nita Vesa

10/21/2024

07:30 PM Revision 4045b7ab: Merge pull request #4704 from GChuf/removePragmaHeader
Marcos M
07:08 PM Revision 03186e6d: Merge pull request #4705 from GChuf/disksCookies
Marcos M

10/18/2024

10:47 PM Revision 6bf58d65: Fix PHP error when saving PPP settings without an interfaces selected
Marcos M
04:23 PM Revision d34e5ee2: Configure routes after DHCP WAN during boot. Fix #15791
Marcos M
02:18 PM Revision be54a703: pfSense-Installer: Import the network settings from the Netgate Installer.
Read a JSON file with the Netgate Installer settings on the first boot and set
up the LAN and WAN.
Ticket: #13129
Luiz Souza

10/16/2024

06:12 PM Revision 94fa4e28: Use minified nvd3 vendor files. Implement #15782
Marcos M
06:12 PM Revision fda3be28: Add minified nvd3 vendor files
Marcos M

10/15/2024

06:44 PM Revision b8f18410: Remove unnecessary config_init_path() calls
Marcos M
06:36 PM Revision 4440238c: Reduce config fetches when displaying filter logs
Marcos M

10/14/2024

07:42 PM Revision 35c1ebd0: Also show system aliases when listing all aliases
Marcos M
07:39 PM Revision 80cf7a33: Improve system alias descriptions
Marcos M
06:17 PM Revision cbf54e55: Silence alias errors with ruleset generation while booting
Dynamically-configured system aliases can be set up late in the boot
process. Silence related alerts during ruleset g...
Marcos M
02:44 PM Revision 9a843098: Interface group member validation/encoding. Fixes #15778
Jim Pingle

10/12/2024

09:14 PM Revision bd00203a: Fix rule generation and display for system aliases
This is a followup to 52e512c0555d9f5a91732907e524364358d3f70c
- Update system alias comments and descriptions.
- Imp...
Marcos M
08:54 PM Revision ec0d9221: Remove additional cookie config from disks.widget.php
GChuf 6
08:26 PM Revision 45777c10: Remove deprecated pragma header. Implement #15781
This removes adding pragma header which is now deprecated. Cache control is used instead. GChuf 6

10/11/2024

06:54 PM Revision 3fd54641: Reserved table names are lower-case
Update related comments while there. Marcos M
05:19 PM Revision 294957aa: Bump config version
Marcos M
05:19 PM Revision 7f75451f: Introduce function to detect and resolve conflicting aliase names
Marcos M
07:02 AM Revision 52e512c0: Expose system aliases to the GUI. Implement #1979
Marcos M

10/10/2024

10:35 PM Revision fad8d3c0: Refactor system_alias_info_popup()
It now supports any alias name. Additionally check for html characters. Marcos M
09:20 PM Revision 839ae1c2: Refactor get_alias_list()
It now uses CSVs for multiple types instead of an array. Marcos M
06:24 PM Revision 26a06fba: Fix NTP DNS resolution option for pools. Fixes #15552
Jim Pingle
02:44 PM Revision 7961830d: Merge pull request #4695 from Self-Hosting-Group/remove-interface
Marcos M
12:00 AM Revision 81ca1f72: UPnP IGD & PCP: Improve descriptions
Self-Hosting-Group

10/09/2024

01:13 AM Revision f810afab: Merge pull request #4702 from S33G/hotfix/correct-author
Marcos M

10/08/2024

09:00 PM Revision 3e314680: Improve error message for duplicated aliases
C J

10/07/2024

03:21 PM Revision c48865bc: Improve error message for duplicated aliases
Marcos M
03:16 PM Revision 02b8bbee: Merge pull request #4696 from lriley2020/edit-menu
Marcos M

10/06/2024

09:42 PM Revision 898df056: Clarify console menu option 0 description. Implement #15705
Liam Riley

10/05/2024

12:26 AM Revision b0dbe23b: Merge pull request #4700 from GChuf/sameSiteCookiesAttribute
Marcos M

10/04/2024

07:35 PM Revision 61e5c10b: Add samesite attribute to cookies. Implement #15729
GChuf 6
06:33 PM Revision 8b32975d: Adjust widget refresh intervals
Now that the refresh interval works as expected, decrease the refresh
frequency to more closely match the previous be...
Marcos M
05:23 PM Revision 3ebe5bc7: Display correct bandwidth usage. Fix #14933
Marcos M
05:06 PM Revision 7455432c: Merge pull request #4683 from FloFaber/improve_alphabetic_interface_sorting
Marcos M
04:46 PM Revision 33626a94: Allow apex records for Azure DDNS. Implement #10000
Marcos M
04:45 PM Revision 60a5fd09: Allow apex records for name.com DDNS. Implement #14289
Marcos M
04:32 PM Revision 88e4113b: Improve code readability for DDNS checks
Marcos M
03:42 PM Revision 2d9db4c6: Sanitize RFC2136 key data in status output. Fixes #15490
Jim Pingle
03:26 PM Revision 8c0b5014: Merge pull request #4699 from GChuf/logWidgetFix
Marcos M
03:25 PM Revision 62f646f3: Merge pull request #4698 from GChuf/thermalSensorWidgetImprovement
Marcos M
03:22 PM Revision 042b7347: Merge pull request #4697 from GChuf/WidgetRefreshRework
Marcos M
08:22 AM Revision ee615d9d: Refresh widgets at specified intervals. Fix #15725
GChuf 6
08:00 AM Revision 87d75fe7: Remove old code references in thermal widget
Originally removed in https://redmine.pfsense.org/issues/5369 GChuf 6
08:00 AM Revision b0cd23ab: Improve thermal widget refresh code. Implement #15728
Only replace values instead of entire DOM elements. GChuf 6
07:47 AM Revision 108cb5f2: Display seconds in firewall log widget
GChuf 6
07:46 AM Revision 3d89c2db: Respect user-specified interval for log widget. Fix #15373
GChuf 6

10/03/2024

11:20 PM Revision c3939d63: Config access regression. Fix #15762
Marcos M
 

Also available in: Atom