Activity
From 03/26/2015 to 04/24/2015
04/24/2015
-
07:56 PM Revision 306b9d00: Remove the DHCP static lease overlap cleanup and associated function and kill, as it can cause problems with failover scenarios.
-
07:56 PM Revision d9e5a931: Remove the DHCP static lease overlap cleanup and associated function and kill, as it can cause problems with failover scenarios.
- 03:44 PM Revision 58f592e6: status_gateway_groups conversion complete
- This page had three nested tables. It now has two, but this seems to be
the best way to display the information. Sugg... -
03:33 PM Revision 7bc36682: Provide a description for the dirty hack to not come back scratching.... on it
-
03:33 PM Revision 6d7e7c0c: Provide a description for the dirty hack to not come back scratching.... on it
-
03:30 PM Revision 7d5add01: Use a dirty hack to make IKEv1 with multiple phase2 to work correctly with one IKE SA for each subnet
-
03:30 PM Revision 54dd568a: Use a dirty hack to make IKEv1 with multiple phase2 to work correctly with one IKE SA for each subnet
-
02:55 PM Revision 7370c469: Is better to send the signal to starter rather than to charon directly. Starter manager charon properly. This should fix a lot of issues with configuration reloading that before sometimes did not work especially when changing phase2 entries
-
02:54 PM Revision 6ed34650: Is better to send the signal to starter rather than to charon directly. Starter manager charon properly. This should fix a lot of issues with configuration reloading that before sometimes did not work especially when changing phase2 entries
- 02:39 PM Revision 64c3b4cd: system.php bugfix
- $timezonelist was an indexed array, causing the page to save the index
in the config, not the value. - 07:34 AM Revision b9bd6273: Merge pull request #136 from Bouwdie/services_wol
- Converted services_wol
04/23/2015
-
06:17 PM Revision edda5d0b: This was meant to remove duplicates here, even though charon will do by itself but better do it since it was meant to.
-
06:16 PM Revision 2334aff9: This was meant to remove duplicates here, even though charon will do by itself but better do it since it was meant to.
-
03:22 PM Revision 42328d90: Removed double newlines.
- Removed onclick event.
- 02:56 PM Revision 49878b9e: Add static mapping interface not set when IP in a pool
- If the DHCP IP address is in a pool (not in the main DHCP range for the interface) then the interface that correspond...
- 02:55 PM Revision 45b99bb6: Remove unneeded gettext in setHelp() call
- 02:37 PM Revision 3a652703: Removed unneeded table elements and HTML input elements
- Ready for review
- 02:25 PM Revision 48ac0aa0: Do not process dhcpd implementation if input errors
- If I go to Service->DHCP Server, make some edits that are invalid (e.g. change range start or end to some invalid str...
- 12:27 PM Revision a6ff5ea1: Removed unneeded class and fixed tabs/spaces
-
11:58 AM Revision c9be8d9f: #126
- Link_interface_to_bridge check also applied to wol_edit.
Inverted link_interface_to_bridge check to be more clear. - 08:05 AM Revision 2c20e3e9: Re-enstate copyright that got lost in pull request
- Refs. #99
04/22/2015
- 10:08 PM Revision 0c9eb13b: #126
- Added required classes to table.
- 10:03 PM Revision f0b20c3f: #126
- Wrapped table in table responsive div.
- 09:50 PM Revision ba8749ed: #126
- Removed gettext calls when creation form parts; this is done by the form class
Removed obsolete submit button on edit... - 09:15 PM Revision ea96b189: - Fix broken source address input & replace one-time method with array_merge
- - Removed redundant htmlspecialchar and gettext methods; the form class itself takes care of this
- Slightly modified... - 08:52 PM Revision 7aac3413: Merge pull request #99 from sbeaver-netgate/diag_testport
- Diag testport
- 08:15 PM Revision d6f74188: Trying to submit a symlink as part of crash reports will cause a failed
- submission. Remove symlinks first. Also properly set user agent while
here, consistent with others. Fix some style an... - 08:14 PM Revision bc28e0e4: Trying to submit a symlink as part of crash reports will cause a failed
- submission. Remove symlinks first. Also properly set user agent while
here, consistent with others. Fix some style an... - 08:11 PM Revision 8c10899b: Replace +- with explanatory buttons
- Refs. #45
- 07:19 PM Revision 50715ba1: diag_logs_settings.php conversion complete
- 11:54 AM Revision 301eb34f: Tidy up "status_upnp.php" XHTML
- Remove double line from table
- 11:51 AM Revision 57e15e41: Tidy up "services_unbound.php" XHTML
- Add missing closing TD tag
04/21/2015
- 10:00 PM Revision bc3fa9f1: #126
- Ran clear.sh.
Replaced forms with Form builder.
Introduced an extra panel for the WOL devices. - 06:06 PM Revision 201c0361: Added btn-sm class to buttons.
- 05:54 PM Revision 33d52df1: daig_logs.php conversion complete
- This conversion relies on a change to guiconfig.inc.
A new function was added: dump_clog_no_table() which performs t... -
05:43 PM Revision 26b94b87: Merge manually pull request #1626 to this branch
-
05:42 PM Revision 1f5ac937: Merge pull request #1626 from gogglespisano/apinger
-
05:40 PM Revision e1bcb659: s/;/:/
-
05:39 PM Revision 7b9d7eac: Revert "Revert "Move to specifically specifying the ID type apart when an ip address to have strongswan do proper behaviour. Also for DynDNS names use the dns type id so strongswan does the resolving by its own.""
- This reverts commit 4e8eacfd7c0f1909c15d85b4cae2302b0ba3f0fc.
Conflicts:
etc/inc/ipsec.inc - 11:15 AM Revision 2e101d89: Toggle classes should be attached to group, not input (so that help toggles with group)
- Refs. #18
- 09:35 AM Revision 748cbea6: Update display_top_tabs to use pills as default
- Refs. #107
- 06:53 AM Revision fe65bb3a: Fall back to getting local user pages and groups
- if the groups could not be found from LDAP and there is a local user.
04/20/2015
- 09:26 PM Revision 3be781e7: Add new bios product id string
- 08:37 PM Revision be2191af: Add new bios product id string
- 07:04 PM Revision 9cf1dbff: Remove duplicate 'ppp' case in switch statement
-
06:54 PM Revision a75d1a5f: Allow to configure new modes for phase1 according to RFC 5903 by manually merging pull request #1501 partially. While here preserve style.
-
06:53 PM Revision 7a747654: Allow to configure new modes for phase1 according to RFC 5903 by manually merging pull request #1501 partially. While here preserve style.
-
06:40 PM Revision 868a62be: Fix #4640 IPsec Auto-exclude LAN address toggles every time save is pressed.
- Actually the GUI is displaying the opposite setting to what is in the config. When the user pressed save that opposit...
-
06:38 PM Revision 162d7d23: Merge pull request #1624 from phil-davis/patch-1
-
06:37 PM Revision 905e1156: Fixes #4625, manual merge of pull request #1617 for RELENG_2_2 branch on fixing voucher disconnection.
-
06:34 PM Revision 0fa9acb7: Merge pull request #1617 from Gertjanpfsense/master
- 05:47 PM Revision ad9e2a90: dig_tables.php revised to use Form.classe
- Would you please review these changes and let me have your comments.
I will remove the “echo” statements once I have... - 04:04 PM Revision 41b1ff89: More www code style oddments
- 04:15 AM Revision 75d072be: Fix #4640 IPsec Auto-exclude LAN address toggles
- every time save is pressed.
Actually the GUI is displaying the opposite setting to what is in the config. When the us...
04/19/2015
- 06:26 PM Revision 6e69ebef: Merge branch 'bootstrap' into halt
- Conflicts:
usr/local/www/halt.php - 06:22 PM Revision 40d263e7: Merge branch 'bootstrap' of https://github.com/SjonHortensius/pfsense into bootstrap
- 06:22 PM Revision 94596324: Add title to separate form and table
- Refs. #22
- 03:18 PM Revision b21e49ed: fix last line
- refs #95
- 03:17 PM Revision efcc4fd4: Merge pull request #95 from sbeaver-netgate/reboot
- Converted reboot.php
- 03:16 PM Revision 6073137f: Updated for consistency with reboot.php
- Updated for consistency with reboot.php
- 03:09 PM Revision c9f0fd77: Fixed bad copy/paste :(
- 02:44 PM Revision a2a10102: appended some missing fixes in system_camanager.php
- 02:41 PM Revision 5d2edeca: Converted system_camanager
- 02:36 PM Revision 50ea0588: bindCollapseToOptions - support multiple options targeting single section
- fix #96
- 02:24 PM Revision 6ea2ea99: Supdated per SH
- Good suggestions. Thank you.
- 01:32 PM Revision 17219182: Remove alternative version
- 01:27 PM Revision 0ba2494e: IpAddress - set correct validationpattern, toggle mask based on family
- 12:59 PM Revision 709754ab: Skip inline gw creation; it should be a Modal that inlines /gw_edit
- 12:56 PM Revision 3c128b8c: IpAddress - move from max mask=32 to 128, removed method-default @ fw_edit
- 12:55 PM Revision f3bb71cf: Converted system_routes*, pending implementation of direct gw addition
- 12:15 PM Revision 5f601060: Code style usr-local-www diag
- 11:21 AM Revision 0b456cf7: pfSense.js - add confirm to .btn-danger elements; removed onclicks
- 10:47 AM Revision 67c3b90b: Merge branch 'bootstrap' of ssh://github.com/SjonHortensius/pfsense into bootstrap
- 10:42 AM Revision 249fc764: use foot.inc instead of custom footer on login screen
- 06:39 AM Revision 962f215d: Code style xmlrpc
- 06:38 AM Revision 45b4ffc6: Code style usr-local-www back-end
- files that do stuff in mostly in the background.
04/18/2015
- 03:57 PM Revision 68b6d88c: Update PROGRESS.md
- 03:49 PM Revision 68a25036: Focus first input globally
- 03:48 PM Revision b5c278be: Complete conversion; add <form>, remove dead sntxhgh, use events
- refs #94
- 03:21 PM Revision cbc967d4: Merge pull request #94 from sbeaver-netgate/edit_file
- Convert edit.php
- 03:18 PM Revision 19d32085: correct nesting & whitespace, then run away from this page fast
- also no need for popen, you can simply use system() instead
refs #92 - 03:00 PM Revision d7f7cfdd: Merge pull request #92 from sbeaver-netgate/exec
- Convert exec.php
- 02:58 PM Revision 23601b9a: Completed diag_routes, add panels, fix generated tables
- refs #91
- 02:32 PM Revision 40b416b9: Merge branch 'sbeaver-netgate-diag_routes' into bootstrap
- 02:31 PM Revision 65d93621: Merge branch 'diag_routes' of https://github.com/sbeaver-netgate/pfsense into sbeaver-netgate-diag_routes
- refs #91
- 02:23 PM Revision f3a51a3a: Completed diag_ndp, made consistent with status_dhcp_leases
- refs #85
- 02:18 PM Revision 765d5ea0: Merge pull request #85 from sbeaver-netgate/diag_ndp
- Convert diag_ndp.php
- 02:16 PM Revision 1b939e01: Completed diag_limiter_info.php; made consistent with other pages
- refs #83
- 02:13 PM Revision 0ba2b32f: Merge pull request #83 from sbeaver-netgate/diag_limiter_info
- Convert diag_limiter_info.php
- 02:10 PM Revision e44c520f: Reorder elements, use events, remove table
- refs #79
- 02:06 PM Revision bd59922c: Merge pull request #79 from sbeaver-netgate/diag_system_activity
- Converted diag_system_activity
- 02:03 PM Revision 4e748801: Completed conversion of diag_pf_info - introduce Form
- 01:47 PM Revision 4526063b: Merge pull request #77 from sbeaver-netgate/diag_pf_info
- Converted diag_pf_info.php
- 01:43 PM Revision c722847e: complete conversion of diag_system_pftop.php
- refs #70
- 01:42 PM Revision abcc2dc5: make construct less strict to allow hiding submit button
- 01:02 PM Revision 6979041d: Merge pull request #70 from sbeaver-netgate/diag_system_pftop
- Converted diag_system_pftop
-
08:35 AM Revision 1d839e6d: Implement make bofre break feature avaliable on strongswan 5.3.0 useful for IKEv2. Fixes #4626
-
08:34 AM Revision 0608bd3c: Implement make bofre break feature avaliable on strongswan 5.3.0 useful for IKEv2. Fixes #4626
04/17/2015
- 09:44 PM Revision 63f37d5f: Revised per SvL comments
- Thank you.
- 09:37 PM Revision ff4bb928: - Remove htmlspecialchars; Form_Element->__toString() already encodes attribute values
- - Use password input type for password
Refs. #81 - 09:34 PM Revision 7d302dbf: Merge pull request #81 from sbeaver-netgate/diag_authentication
- Conversion of diag_authentication completed
- 09:00 PM Revision 2983fb9c: Some more rigorous rewrite of diag_states_summary
- - Replace table in table with table cells spanning two or more rows
- Removed redundant panel
- Removed column width ... - 08:27 PM Revision beb657c7: Merge pull request #78 from sbeaver-netgate/diag_states_summary
- Diag states summary
- 08:14 PM Revision ad25eae6: Tweak converted halt.php
- - Replace 'submit' with 'save', which is more in line with the Form.class
- Add h2 panel title
- Just match string in... - 08:12 PM Revision cde85ce5: Table replaced with panel
- Thank you for your suggestion. I will revisit other pages that use
tables and make the same change. - 08:04 PM Revision 7557a480: Merge pull request #75 from sbeaver-netgate/halt
- Merge updated halt.php
- 07:08 PM Revision ae5549ab: edit.php - Fixed tester class
- 06:12 PM Revision 15567921: edit.php - Form field class corrected
- 05:58 PM Revision 85e84623: edit.php conversion complete
- This was a tricky conversion because of the included JS libraries and
the in-line JS functions.
Syntax highlighting h... - 02:46 PM Revision a0f190a2: Do not try to add package tabs info to config
- Remove broken code that was supposed to add packages tabs entries to
config.xml. Since tag['name'] doesn't exist, it ... -
02:37 PM Revision f2b714fb: Merge pull request #1621 from phil-davis/patch-1
-
02:36 PM Revision 6b394e1c: Merge pull request #1620 from ibauersachs/newipsecdns-eap-radius
-
02:35 PM Revision e6130125: Merge pull request #1619 from ibauersachs/newipsecdns-eap-radius_2-2
- 12:25 PM Revision e115bd22: Fix php module names since check is case sensitive
- 09:55 AM Revision 04a2364b: Make diag_smart back button look like other buttons
- The back button here was just a piece of text with no nice formatting.
This change codes it as a button in the same w... - 08:16 AM Revision 0b884dd2: Make auth_get_authserver_list available to vpn.inc
- This is a follow-up to PR #1613 and avoids a crash in this script at random times.
- 08:08 AM Revision 1d75a92f: Make auth_get_authserver_list available to vpn.inc
- This is a follow-up to PR #1612 and avoids a crash in this script at random times.
- 07:17 AM Revision 7c490370: Widgets code style
-
06:50 AM Revision ea6cbc39: Update voucher.inc
- As https://redmine.pfsense.org/issues/4625
04/16/2015
-
08:06 PM Revision 71e7884b: Add Interfaces column to Floating Rules
-
06:17 PM Revision 41ee5514: Fixes #4625 correct disconnection of users especially when called from xmlrpc code.
-
06:17 PM Revision abaa7feb: Fixes #4625 correct disconnection of users especially when called from xmlrpc code.
-
05:42 PM Revision 2bc08de4: Merge pull request #1612 from ibauersachs/ipsec-mobile-eap-radius
-
05:42 PM Revision 99d263f5: Merge pull request #1613 from ibauersachs/ipsec-mobile-eap-radius_2-2
- 05:37 PM Revision 0545a75e: Always do a filter reload in vpn_ipsec_configure to ensure the ruleset is
- updated where necessary in every IPsec change scenario.
- 05:34 PM Revision ff3c14a5: Always do a filter reload in vpn_ipsec_configure to ensure the ruleset is
- updated where necessary in every IPsec change scenario.
- 03:15 PM Revision cc1f655f: Remove boot_serial='yes' from loader.conf when serial is disabled, error introduced by me on commit 986e77a2eab
- 03:13 PM Revision eee053fe: Remove boot_serial='yes' from loader.conf when serial is disabled, error introduced by me on commit 986e77a2eab
- 10:32 AM Revision 98615a31: Fix unbound warning when dnsallowoverride off and forwarding on
- Reported in forum: https://forum.pfsense.org/index.php?topic=92437.0
The $ns array was being used further down, but ... - 10:32 AM Revision 656b7f0a: Merge pull request #1615 from phil-davis/patch-2
- 06:44 AM Revision 9b837c5d: Fix unbound warning when dnsallowoverride off and forwarding on
- Reported in forum: https://forum.pfsense.org/index.php?topic=92437.0
The $ns array was being used further down, but ...
04/15/2015
- 09:24 PM Revision 5945ba99: exec.php conversion complete
- Tables eliminated, panels added, panels re-ordered to place output near
the control that generated it. Messages conve... - 09:21 PM Revision 924757e2: Reverted change - Wrong branch :(
- 09:18 PM Revision a07b9b5e: diag_exec.php conversion complete
- Page re-factored to display output in panels and to put the
warnings/messages alongside the control that generated them. - 05:55 PM Revision 4aa0d136: diag_sockets
- Updated per SvL suggestions. - Thank you!
- 05:08 PM Revision 51d31df3: dig_routes Update complete
- Javascript required update for bootstrap compatibility.
Form.class.php updated so that form button is not drawn if th... - 04:22 PM Revision 696b20dd: Bump version to 2.2.3-DEVELOPMENT
- 01:07 PM Revision a0990a91: Define var_path global key since it is being used in interfaces.inc, but it was not being declared anywhere
- 01:06 PM Revision 563771b1: Define var_path global key since it is being used in interfaces.inc, but it was not being declared anywhere
- 12:28 PM Revision d09155b6: Add support for EAP-RADIUS to IKEv2 Mobile Clients (Rel. 2.2)
- 12:28 PM Revision cb377516: Add support for EAP-RADIUS to IKEv2 Mobile Clients
- 12:24 PM Revision fc70ad87: Merge pull request #1601 from phil-davis/check-overlapping-subnets
- 12:03 PM Revision 0fbf338d: 2 minor typos
- 11:58 AM Revision 17be9d34: use proper variable to detect state
- refs #69
- 11:55 AM Revision a02e2774: Properly convert select > radios
- refs #69
- 11:48 AM Revision fc2c3e34: correct several typos, remove whitespace from pre
- refs #69
- 11:44 AM Revision 2195baef: Merge pull request #1611 from jlduran/one-cache-control-header
- 11:41 AM Revision 4994409f: Fix panel structure.
- - Contents should be placed in a `.panel-body`, which adds proper padding.
- Title is wrapped in a H2, which is usual... - 10:01 AM Revision 5a0bad72: Merge pull request #69 from sbeaver-netgate/diag_ping
- Convert diag_ping.php
- 03:51 AM Revision 457e7e34: Re-enable verification for selfhost since their chain issue is resolved. Ticket #4545
- 03:50 AM Revision 4847615c: Re-enable verification for selfhost since their chain issue is resolved. Ticket #4545
- 02:55 AM Revision 5d5fff67: set forcesync to 1 by default for now, testing potential impact for Ticket #4523.
- 02:52 AM Revision decb0b11: set forcesync to 1 by default for now, testing potential impact for Ticket #4523.
- 02:52 AM Revision 53bc8504: Revert "Make forcesync default to the same behavior as freebsd rather than as intended for cf cards. People with issues on CF can enable the tunable"
- This reverts commit 34dced26198480d7b02e80578df40336fef89043.
- 02:52 AM Revision 828f37aa: Revert "Make forcesync default to the same behavior as freebsd rather than as intended for cf cards. People with issues on CF can enable the tunable"
- This reverts commit 32e53d709f1d63e48ea13bd1eb53c2c30f719ee4.
04/14/2015
- 11:07 PM Revision 2ebbb0bc: Remove pre-check and post-check from Cache-Control
- If both `post-check` and `pre-check` are specified and set to `0`, both
are entirely ignored:
http://blogs.msdn.com/... - 10:18 PM Revision 2c5fda82: Combine Cache-Control header in one line
- Sorted by RFC 2616:
Section 14.9.1 `no-cache`
Section 14.9.2 `no-store`
Section 14.9.4 `must-revalidate`
Combined i... -
09:21 PM Revision 32e53d70: Make forcesync default to the same behavior as freebsd rather than as intended for cf cards. People with issues on CF can enable the tunable
-
09:20 PM Revision 34dced26: Make forcesync default to the same behavior as freebsd rather than as intended for cf cards. People with issues on CF can enable the tunable
- 08:34 PM Revision f1dab9ec: Conversion completed
- 06:56 PM Revision 1189757e: Remove redundant/unused call to kldstat
- 06:56 PM Revision 8228109b: Fix operator
- 06:56 PM Revision 3a644b61: Fix typo in variable name
- 06:50 PM Revision cd5084d5: Remove redundant/unused call to kldstat
- 06:48 PM Revision f74636b6: Fix operator
- 06:48 PM Revision 5d6e9640: Fix typo in variable name
- 06:04 PM Revision 53bcf6b9: Updated per SH
- Mostly :)
- 05:55 PM Revision c054d8bc: Conversion completed
- 03:57 PM Revision f4bda8a5: Update completed
- 03:35 PM Revision 5d5cf2b8: Completed
- Ready for review
- 03:16 PM Revision ed3f295a: Conversion completed
- 02:19 PM Revision d9cb9f8e: Changes checkbox layout
- 02:07 PM Revision 9ab4aaca: Added braces for clarity around if(run)
- 01:58 PM Revision 88dbf583: Converted
- Added some Ajax to allow the user to freeze the page (otherwise it is
not possible to view it before it refreshes) - 01:18 PM Revision d84b001e: Merge pull request #1609 from phil-davis/www-bits
- 01:17 PM Revision 4b46e9b1: Fix OpenVPN server listening on associated IPv6 address
- As reported in forum https://forum.pfsense.org/index.php?topic=92174.0
If the ordinary interface is selected for an O... - 01:17 PM Revision 67335f40: Merge pull request #1603 from phil-davis/patch-1
- 01:11 PM Revision 1d421723: When deleting a VIP check it is not used by OpenVPN
- I noticed this when cleaning up VIPs and OpenVPN server when testing for this forum post https://forum.pfsense.org/in...
- 01:11 PM Revision b3f96620: Merge pull request #1608 from phil-davis/patch-2
- 12:21 PM Revision 377e3872: Eliminate white space in Submit value
- 12:19 PM Revision 68951763: Updated
- 11:34 AM Revision f7c1bce7: Updated to bootstrap
- Use of Ajax in this file precluded the use of Form.classes
Table was replaced with bootstrap panel/row and input com... - 11:30 AM Revision c72470f9: Updated to bootstrap
- 08:25 AM Revision f3ec0487: Code style for small things in usr-local-www
- 04:08 AM Revision 52856a80: When deleting a VIP check it is not used by OpenVPN
- I noticed this when cleaning up VIPs and OpenVPN server when testing for this forum post https://forum.pfsense.org/in...
- 12:53 AM Revision 460610b2: Don't remove all of /usr/local/libdata as obsolete files. User-installed
- package contents may live there, factory default configs live there.
- 12:51 AM Revision 31a810ba: Don't remove all of /usr/local/libdata as obsolete files. User-installed
- package contents may live there, factory default configs live there.
04/13/2015
- 02:07 PM Revision 222e6390: Domain override with multiple authoritative DNS servers
- Tell users that this is possible in DNS Resolver and how to achieve it. The code in unbound.inc already supports it a...
- 02:07 PM Revision 7db22354: Merge pull request #1606 from phil-davis/patch-2
-
02:01 PM Revision 750695f5: Only initialize package's log if it doesn't exist
-
02:01 PM Revision eb4a5192: Remove obsolete logging code which is duplicated in system_syslogd_start()
- 01:58 PM Revision 561b76b5: Merge pull request #1605 from Robert-Nelson/issue-4603
- 01:57 PM Revision 52f67967: Merge pull request #1600 from Robert-Nelson/remove-obsolete-logging
- 11:00 AM Revision fc2e17f3: Domain override with multiple authoritative DNS servers
- Tell users that this is possible in DNS Resolver and how to achieve it. The code in unbound.inc already supports it a...
04/12/2015
- 09:52 PM Revision 9c6de8b8: bump to 2.2.2-RELEASE
-
04:18 PM Revision 6587e2af: Only initialize package's log if it doesn't exist
04/11/2015
- 12:43 PM Revision e27bc6cf: Fix OpenVPN server listening on associated IPv6 address
- As reported in forum https://forum.pfsense.org/index.php?topic=92174.0
If the ordinary interface is selected for an O...
04/10/2015
- 07:27 PM Revision 398f5ef3: Fixed tabs
- 07:27 PM Revision c782b586: Setup ADI boards to boot only using serial to avoid duplicated output when VGA redirection is enabled
- 07:21 PM Revision 986e77a2: Setup ADI boards to boot only using serial to avoid duplicated output when VGA redirection is enabled
- 07:21 PM Revision 38af78d8: Converted
- Mostly by adding BS-3 classes to the existing tables, but also by
adding a nested table to display the states. - 12:14 PM Revision 3490b8dd: Check for overlapping subnets when saving interface addresses
- This checks if a static IP address entered for an interface has a subnet
that overlaps with any other configured subn...
04/09/2015
-
08:48 PM Revision 5d655e26: Remove obsolete logging code which is duplicated in system_syslogd_start()
- 12:21 PM Revision 5fba3e95: Merge pull request #1467 from PiBa-NL/php_errorlog
- 05:34 AM Revision eae4f953: Skip reflection rdrs where the interface doesn't have an IP. Ticket #4564
- 05:30 AM Revision 5274ecf0: Skip reflection rdrs where the interface doesn't have an IP. Ticket #4564
- 04:43 AM Revision 3a292360: Allow single interface bridges. Useful with span port option, and when shuffling configuration around.
- 04:42 AM Revision b0c8f6de: Allow single interface bridges. Useful with span port option, and when shuffling configuration around.
- 02:43 AM Revision b48f6580: Allow disabling the APIPA block via hidden config option. Very rarely necessary or desirable, but Amazon VPC VPNs use that as their tunnel subnet with BGP setups.
- 02:42 AM Revision e636f373: Allow disabling the APIPA block via hidden config option. Very rarely necessary or desirable, but Amazon VPC VPNs use that as their tunnel subnet with BGP setups.
04/08/2015
- 11:47 PM Revision 7c0c6355: Only restore rrd.tgz where platform is appropriate, or RAM disk being
- used, otherwise you're restoring a probably old backup file. Ticket #4531
- 11:45 PM Revision 05b7eef9: Only restore rrd.tgz where platform is appropriate, or RAM disk being
- used, otherwise you're restoring a probably old backup file. Ticket #4531
- 03:37 PM Revision ad0bbc8b: Options for review
- A simple HTML version as well as a Form.class version (currently
commented out) are included in this version. Would a... - 12:37 PM Revision be18e4f3: Use get text on strings
- Use get text on strings
Compare strings with stristr() rather than ‘==‘ so we don’t need to
worry about padding paces.
04/07/2015
- 09:00 PM Revision dfd6f179: Committed the wrong file :(
- 08:51 PM Revision 13867929: Converted to bootstrap
- nectar functionality moved to the $POST handler so that errors can be
reported before the form is drawn. - 04:08 PM Revision 160ce959: Merge https://github.com/SjonHortensius/pfsense into diag_system_activity
- 02:34 PM Revision 4251f6ea: Remove nested tables
- 02:23 PM Revision 47b051eb: Converted to Bootstrap
- Converted
Added DEBUG define to allow testing without actually rebooting
Cleaned up spaces/tabs etc - 01:11 PM Revision cfbc8a26: final changes
- 01:02 PM Revision 989d0ba9: Updated to bootstrap
- Changes are mostly to table specifications and replacing spaces in
original file with tabs. - 07:56 AM Revision c7c1f746: Merge pull request #60 from psophis/progress.md
- Updated Progress.md for files converted by psophis
04/06/2015
- 06:23 PM Revision bc09b90a: Add Super Micro C2758 to the list of known platforms
- 06:21 PM Revision fe29fe04: Add Super Micro C2758 to the list of known platforms
- 06:17 PM Revision c9ff4dff: Assign interfaces.php to psophis
- 06:16 PM Revision 8f66b13f: Added Completed files by psophis
- Remove trailing whitespace
-
12:44 PM Revision 946877fa: small correction of relative paths to icons
- 12:43 PM Revision 9f6d592f: Merge pull request #1595 from dneuhaeuser/patch-1
- 12:41 PM Revision ed005b20: Few minor text typos
- Note that advertise is spelt with an "s" in other places in the GUI, so
making it consistent in services_ntpd - but m... - 12:41 PM Revision 05391c58: Merge pull request #1597 from phil-davis/Common-typos
- 12:40 PM Revision 4f118b9a: Merge pull request #1598 from phil-davis/patch-1
-
12:38 PM Revision 5d7a0701: diag_sockets show sockets listening on localhost
- this helps pick a free port for services using sockets bound to localhost, and helps determine if the service has at ...
- 12:37 PM Revision 0c0bb4f4: Merge pull request #1599 from PiBa-NL/diag_sockets_show_localsockets
04/05/2015
- 06:46 PM Revision c3c692a9: Converted system_gateways and system_gateways_edit
- 06:41 PM Revision 71ae7b7e: Input - for type=number, default to min=1 & step=1
-
04:47 PM Revision b3f2f476: php error logging should 're-fix' with less side effects for now.. https://redmine.pfsense.org/issues/4143
- 03:28 PM Revision fee25d17: Group - add support for $params in setHelp
- 02:57 PM Revision 3ff70087: Group - only push placeholder if Input doesn't have it yet
- Input - introduce hasAttribute method
refs #56 -
02:38 PM Revision b965f190: diag_sockets show sockets listening on localhost
- this helps pick a free port for services using sockets bound to localhost, and helps determine if the service has at ...
- 01:58 PM Revision 6ee37b41: diag_dns - TIL HTML, let's not barf out incomplete nodes
- 01:23 PM Revision 9673699e: removing unused maintable.inc
- 01:22 PM Revision 6c5d41c2: Converted status_dhcpv6_leases, 2 minor tweaks in status_dhcp_leases
- 12:26 PM Revision 8a5da2cc: Converted status_dhcp_leases.php
- 09:45 AM Revision cf3904bd: Code style
- Couple of spaces for new code merged from an old repo/branch
- 02:48 AM Revision 75f163f0: Un-screw-up merge
- 01:37 AM Revision 686e53c0: Include additional subnets for RAs in radvd.conf. Ticket #4468
- Conflicts:
etc/inc/services.inc - 01:36 AM Revision 38253ce6: Include additional subnets for RAs in radvd.conf. Ticket #4468
- 12:52 AM Revision c5292060: Fix up Ticket #4504 implementation. Match config style with other areas. Use a config setting to disable, rather than enable, this functionality since it's enabled by default so the tag isn't necessary in the default config. Remove now unnecessary config upgrade code.
- 12:50 AM Revision 0a9e6c85: Fix up Ticket #4504 implementation. Match config style with other areas. Use a config setting to disable, rather than enable, this functionality since it's enabled by default so the tag isn't necessary in the default config. Remove now unnecessary config upgrade code.
- 12:36 AM Revision c01f5dac: fix type. Ticket #4504
- 12:35 AM Revision 600b4c3b: fix type. Ticket #4504
04/04/2015
- 05:23 PM Revision d6fa899d: Few minor text typos
- Note that advertise is spelt with an "s" in other places in the GUI, so
making it consistent in services_ntpd - but m... - 12:19 PM Revision 81402045: Merge progress update from GH
- 12:18 PM Revision e469aa76: Merge branch 'master' into bootstrap
- 12:12 PM Revision 14de6e36: Merge branch 'master' of github.com:pfsense/pfsense
- 12:04 PM Revision b4b72564: Update PROGRESS.md
- Mark firewall_aliases* as completed refs #44
- 12:00 PM Revision 9a4f7ab0: Convert fw_alias_import, 2 minor bugfixes in other files
- fixes #44
- 12:00 PM Revision 1a87ef92: Bugfix; textarea needs form-control class too
- 11:51 AM Revision 14726356: Convert firewall_aliases_* to bootstrap, pending _import
- refs #44
- 11:50 AM Revision 47148a97: Inputs hidden by bindCollapseToOptions should be disabled
- fixes #57
- 11:42 AM Revision b2e6dd64: Initial enableDuplication javascript implementation, pending layout
- refs #45
- 11:17 AM Revision 7684a99e: Introduce Group::enableDuplication and Input::setIsRepeated
- also fix label-target, was based on name but should be ID instead. Also
make ID unique to facilitate functionality
r... - 10:35 AM Revision 467ff4d6: Multiple Inputs in group = copy Title to placeholder
- fixes #56
- 05:24 AM Revision 5e8e558c: add etc/inc/array_intersect_key.inc to obsoletedfiles
- 05:23 AM Revision bc395b18: Remove array_intersect_key here too, definitely not needed. add to obsoletedfiles
- 05:18 AM Revision 3ab15aaf: shouldn't need this as its own inc anymore, but only changing in master since 2_2 nearing release
- 05:12 AM Revision a8c07dc8: uploadbar dir no longer needed
- 05:11 AM Revision e4dcbe49: uploadbar dir no longer needed
- 05:07 AM Revision 72992b85: There is no longer any need to restrict protocols for IPv4+IPv6 rules, the appropriate ruleset is generated and problem scenarios that would otherwise break here are prevented by other input validation.
- 05:06 AM Revision 7dff06c4: There is no longer any need to restrict protocols for IPv4+IPv6 rules, the appropriate ruleset is generated and problem scenarios that would otherwise break here are prevented by other input validation.
- 04:57 AM Revision 6986b703: remove dead code, clean up excess white space a bit.
- 04:57 AM Revision dc17a9de: remove dead code, clean up excess white space a bit.
04/03/2015
- 08:01 PM Revision 91957c42: verify certs by default here
-
06:32 PM Revision f6f11800: Prevent empty addresses for being put in the ruleset. Ticket #4564
-
06:32 PM Revision b9115c26: Prevent empty addresses for being put in the ruleset. Ticket #4564
-
06:12 PM Revision 3d48d3c5: Ticket #4504 actually make it correct
-
06:11 PM Revision 8206b2d9: Ticket #4504 actually make it correct
-
06:10 PM Revision 74eaabbb: Upgraded configurations should keep the default configuration of bypassing lan from ipsec. Ticket #4504
-
06:10 PM Revision 5a2ebbb1: Upgraded configurations should keep the default configuration of bypassing lan from ipsec. Ticket #4504
-
06:08 PM Revision 491c76c8: Fixes #4504 Provide a newline to generate proper config
-
06:08 PM Revision 755b75c7: Fixes #4504 Provide a newline to generate proper config
-
06:04 PM Revision b8eeddeb: Fixes #4504 use correct key index
-
06:03 PM Revision 9b7ca37d: Fixes #4504 use correct key index
-
05:59 PM Revision 0887e836: Fixes #4504 Allow the bypass policy for LAN to be enabled and prevent traffic sent to lan ip to go to the ipsec tunnel
-
05:59 PM Revision 53475389: Fixes #4504 Allow the bypass policy for LAN to be enabled and prevent traffic sent to lan ip to go to the ipsec tunnel
-
05:39 PM Revision 92c27873: small correction of relative paths to icons
-
03:17 PM Revision ebb9469d: Fixes #4259 Use proper variable to do calculations
-
03:16 PM Revision 9bbc4821: Fixes #4259 Use proper variable to do calculations
- 01:48 PM Revision efa66b4e: Add hidden input in a proper way
- Refs. #22
- 08:28 AM Revision d30eac53: Merge pull request #55 from sbeaver-netgate/diag_dbs_revision
- “More information” and “timing” sections should display only after a lookup is attempted.
- 08:09 AM Revision 8b760d4b: Only use mobile clients PFS config with mobile ph2ent. Ticket #4538
- Conflicts:
etc/inc/vpn.inc - 08:07 AM Revision 490b6c4f: Only use mobile clients PFS config with mobile ph2ent. Ticket #4538
- 07:35 AM Revision 8841c0fd: disable SSL validation for selfhost since it fails. Ticket #4545
- 07:34 AM Revision 3dac50ab: disable SSL validation for selfhost since it fails. Ticket #4545
- 03:59 AM Revision db9e5154: enable ike_name for daemon facility as well, to add connection identifiers to logs.
- 03:57 AM Revision 963621f2: enable ike_name for daemon facility as well, to add connection identifiers to logs.
- 12:46 AM Revision 717fc06b: Use real interface here for dhcrelay v6. Ticket #4572
- 12:46 AM Revision 83ccc864: Use real interface here for dhcrelay v6. Ticket #4572
- 12:11 AM Revision 35ff72fa: 0 could be valid for hostname aliases too. Ticket #4573
- 12:10 AM Revision 6d457361: Don't omit hosts specified as "0". Ticket #4573
- 12:07 AM Revision 052e4ee8: Don't omit hosts specified as "0". Ticket #4573
04/02/2015
- 11:44 PM Revision bcd938ef: Emulate existing logic
- “More information” and “timing” sections should display only after a
lookup is attempted.
Removed unused hidden form. - 06:43 PM Revision 06da0d4e: Merge branch 'sbeaver-netgate-diag_dns' into bootstrap
- - refactored Form_Table to plain html
- put results below form
- reverted a few unintentional changes - 05:53 PM Revision 28e7026c: Merge branch 'diag_dns' of git://github.com/sbeaver-netgate/pfsense into sbeaver-netgate-diag_dns
- 04:40 PM Revision a4621273: Bug #4566 Only route-to a gateway if it is not force_down
- When generating policy-routing rules there was no check if a gateway had force-down set, so gateway with force_down s...
- 04:39 PM Revision e57f0e33: Merge pull request #1594 from phil-davis/patch-1
- 09:34 AM Revision 26e9d96c: For PR
- 09:34 AM Revision d2467fe7: For PR
- 09:33 AM Revision 76f45c77: For PR
- 09:32 AM Revision 7ea87667: For PR
04/01/2015
- 08:46 PM Revision 3e377f5a: IpAddress - make range go down instead of up
- 08:35 PM Revision 1845af7f: Input - better chaining plus added setPattern, IpAddress - chaining fix
- 07:09 PM Revision 156543ee: Combo changes to support diag_dns.php
- 07:04 PM Revision 6e23e8d5: Version allows button to be suppressed
- 02:54 PM Revision e67a1fea: Updated conversion progress
- Now based on ‘grep Form.class’ since some pages had foot.inc but had
not actually been converted. - 02:53 PM Revision 286aa3f2: Converted to bootstrap
- HTML largely replaced by SH framework
- 02:53 PM Revision 8bf4d182: Add a table to a section by passing it a two-dimensional array
- Is there a better way to do this? Can the table position be controlled?
- 02:52 PM Revision 3e7e26c6: Allow "Save" button to be suppressed
- new Form(false) suppresses the “Save” button so that you can then add
your won custom button. - 01:35 AM Revision 80e47bb0: call this RCC-VE rather than C2358
- 01:32 AM Revision d985cfa6: call this RCC-VE rather than C2358
03/31/2015
- 08:22 PM Revision 0b34a56c: Add a check for whether IPsec is enabled, so it doesn't spit out "IPsec
- daemon not running or has a problem!" when IPsec isn't enabled.
- 08:18 PM Revision 68e32206: Add a check for whether IPsec is enabled, so it doesn't spit out "IPsec
- daemon not running or has a problem!" when IPsec isn't enabled.
-
07:05 PM Revision 3bae851d: Add SCTP to protocol list for filtering.
-
07:05 PM Revision d6710783: Add SCTP to protocol list for filtering.
- 05:44 PM Revision 1d433e01: Bug #4566 Only route-to a gateway if it is not force_down
- When generating policy-routing rules there was no check if a gateway had force-down set, so gateway with force_down s...
-
04:18 PM Revision 887f2517: Merge manually pull request #1593
-
04:16 PM Revision 7b0304d9: Merge pull request #1593 from gitbensons/ipsec_fix_uniqueids
-
02:03 PM Revision 0ca36ca3: Fix IPsec Advanced Settings uniqueids. It was neither set in strongswan config, nor picked up correctly in the UI.
-
01:27 PM Revision cb99d991: Fix encoding issues in Configuration History list.
-
01:27 PM Revision ddddf255: Fix a few misc encoding issues in load balancer code.
-
01:26 PM Revision 08c1db2d: Fix encoding issues in Configuration History list.
-
01:26 PM Revision 05a46384: Fix a few misc encoding issues in load balancer code.
- 12:36 PM Revision 89f64f0f: - Consistent table styles (table table-striped table-hover)
- - Wrap tables in table-responsive (excluding widgets)
Refs. #51 - 12:23 PM Revision 94404d94: - Consistent table styles (table table-striped table-hover)
- - Wrap tables in table-responsive
- Wrap action buttons in nav.action-buttons
- Removed unnecessary form from vpn_l2t... - 12:11 PM Revision 765b79f9: Tweak vpn_ipsec_keys layout
- - Better name for 'edit user' button
- Wrap action buttons
- Sprinkle some clears in CSS for table container and form...
03/30/2015
- 10:11 PM Revision c7dc654f: Convert vpn_ipsec_keys_edit to bootstrap
- Refs. #22
- 09:59 PM Revision 5f85a1f2: Convert to bootstrap
- Refs. #22
- 09:18 PM Revision 447efafd: Fix todo, let checkbox toggle maxmss input
- Refs. #22
- 09:07 PM Revision 18957b59: Add debug settings as separate group
- Refs. #22
- 02:50 PM Revision 807cdae3: Fixed minor spelling error
- 02:49 PM Revision adf62c63: Merge pull request #1588 from Hanse00/master
- 02:49 PM Revision 82ab62fe: Merge pull request #1589 from phil-davis/patch-1
03/29/2015
- 07:44 PM Revision 60802fad: Return link-local address when we are only requesting IPv6 prefix only if there is no global IPv6 address. In some cases global SLAAC IPv6 address might be present when using DHCPv6. Fixes #4483
- 01:16 PM Revision 66de8653: Add panels-hint
- 01:11 PM Revision 84c2d088: Added bulletpoint about changing backend-code
- fixes #33
- 12:55 PM Revision 50a93b16: Update link to Progress after move
- 12:54 PM Revision 89d591d8: actual changes, fixes icons
- 12:53 PM Revision d9c70e41: Updated & moved PROGRESS doc, fixes icons
- 12:41 PM Revision 5fd8513d: replace Input->column methods with generic Element plus fixes
- Form.class - fix adding offset to submit button
Checkbox - add class to column, not input. Fix displayAsRadio return
...
03/28/2015
- 02:33 PM Revision 1192840b: refactor attributes from Input to Element to make it a bit more generic
- * replaced Input::setAttribute with explicit setReadonly/setDisabled
* introduced Input::toggles
fixes #37, refs #21 - 02:16 PM Revision 14a6c356: Fix brackets
- that I broke - sorry, I did test on a 2.2.1 system but then had to make my changes into a master version to submit th...
- 12:45 PM Revision 6f256fe3: Merge branch 'psophis-form-element' into bootstrap
- 12:20 PM Revision df3b00ba: Merge branch 'form-element' of https://github.com/psophis/pfsense into psophis-form-element
- 12:07 PM Revision 214a9c33: Proof of concept for Form_IpAddress that shows a mask-selector too
- refs #23
- 09:06 AM Revision b904c4a5: Fixed minor spelling error
- 05:10 AM Revision 56effb56: Remove wireless cards from ALTQ-capable interfaces, since ALTQ is broken on wlandev in FreeBSD 10.x at the moment. Ticket #4406
- 05:09 AM Revision 4f00900c: Remove wireless cards from ALTQ-capable interfaces, since ALTQ is broken on wlandev in FreeBSD 10.x at the moment. Ticket #4406
03/27/2015
- 06:59 PM Revision 45c15a59: Merge pull request #1572 from jlduran/no-server-header
- 06:53 PM Revision 2c657294: Merge pull request #1578 from Robert-Nelson/rfc2136_ignore_ipv4_ipv6
- 03:35 PM Revision 3fbcaeb5: Completed Bootstrap conversion
- Added error message on lookup failure
- 03:32 PM Revision 5c6317da: print_input_errors() is now a wrapper around print_errors().
- print_errors() allows the caller to supply the error messages and the alert box heading.
03/26/2015
- 11:51 PM Revision e593bac7: add missing )
- 09:56 PM Revision 72371a3d: Include net.key.preferred_oldsa in the sysctl list, set to 0 (disable) so
- it doesn't fall through to the default (1).
- 09:47 PM Revision 62dc93d1: Include net.key.preferred_oldsa in the sysctl list, set to 0 (disable) so
- it doesn't fall through to the default (1).
- 08:44 PM Revision 3fc58484: !! Do not merge!!
- Partially converted to bootstap.
Code rearranged and commented
Indenting made consistent
Fixed issue with adding ali... -
06:48 PM Revision ea08d2b2: Change to Record Type with A and AAAA as values.
-
05:51 PM Revision 96e8a999: Voucher messages using wrong config field name
- https://forum.pfsense.org/index.php?topic=91168.msg505273#msg505273
$config['voucher'][$cpzone]['msgnoaccess']
and
$c... - 05:51 PM Revision 8f20b016: Merge pull request #1587 from Gertjanpfsense/master
- 04:28 PM Revision 8e2a5adf: RRD Graph Custom Tab display friendly description
- The other tabs of Status:RRD Graphs put the friendly description of each interface into the drop-down list for select...
- 04:27 PM Revision 88f63af0: Merge pull request #1581 from phil-davis/patch-1
-
04:24 PM Revision 7db3d1c7: Use address types instead of addresses.
-
04:19 PM Revision ad20e46d: Merge branch 'master' into rfc2136_ignore_ipv4_ipv6
- 04:00 PM Revision 383dd72d: Always include general setup DNS servers in unbound.conf
- when forwarding mode is on.
The General Setup setting "Allow DNS server list to be overridden by DHCP/PPP on WAN" has... - 03:58 PM Revision 86feced0: Merge pull request #1586 from phil-davis/patch-6
- 02:23 PM Revision 11fd072b: Only list nameservers once in resolv.conf
- I was on a test system and had an upstream DNS server IP specified in System-General Setup. WAN was setup with a stat...
- 02:22 PM Revision 9afdc939: Merge pull request #1584 from phil-davis/patch-2
- 02:20 PM Revision 33d40fb0: Merge pull request #1582 from k-paulius/fix-get_possible_traffic_source_addresses
- 02:13 PM Revision a5bc12f0: Merge pull request #1575 from k-paulius/misc-dhcp6c
- 02:08 PM Revision 6eb5191b: Status DHCP Leases handle expire never
- Note: We can let the code pass "never" (or any other unexpected stuff)
to adjust_gmt()
adjust_gmt() should anyway han... - 02:08 PM Revision 5385a5e1: Merge pull request #1559 from phil-davis/status-dhcp-leases
- 01:49 PM Revision 4a28ebef: Update README.md
- Add link to progress doc
- 01:46 PM Revision 295c4bc8: Merge pull request #41 from sbeaver-netgate/bootstrap
- Add conversion progress table as PROGRESS.md
- 01:42 PM Revision 231b1321: Corrected extension (.md vs .mo)
- 01:38 PM Revision 8e0139dd: GitHub markdown page listing the PHP files that have been converted to bootstrap.
-
09:03 AM Revision 4828d672: Voucher messages using wrong config field name
- https://forum.pfsense.org/index.php?topic=91168.msg505273#msg505273
$config['voucher'][$cpzone]['msgnoaccess']
and
$c... - 12:51 AM Revision a110a0cb: Always include general setup DNS servers in unbound.conf
- when forwarding mode is on.
The General Setup setting "Allow DNS server list to be overridden by DHCP/PPP on WAN" has... - 12:43 AM Revision 2400f545: Disable lighttpd server header
- Set the `server.tag` to an empty string to prevent lighttpd from
displaying the version number in the header. - 12:27 AM Revision 8fdeee58: Convert vpn_ipsec_settings
- Refs. #22
Also available in: Atom