Converted system_gateways and system_gateways_edit
Input - for type=number, default to min=1 & step=1
Group - add support for $params in setHelp
Group - only push placeholder if Input doesn't have it yet
Input - introduce hasAttribute method
refs #56
diag_dns - TIL HTML, let's not barf out incomplete nodes
removing unused maintable.inc
Converted status_dhcpv6_leases, 2 minor tweaks in status_dhcp_leases
Converted status_dhcp_leases.php
Merge progress update from GH
Merge branch 'master' into bootstrap
Merge branch 'master' of github.com:pfsense/pfsense
Update PROGRESS.md
Mark firewall_aliases* as completed refs #44
Convert fw_alias_import, 2 minor bugfixes in other files
fixes #44
Bugfix; textarea needs form-control class too
Convert firewall_aliases_* to bootstrap, pending _import
refs #44
Inputs hidden by bindCollapseToOptions should be disabled
fixes #57
Initial enableDuplication javascript implementation, pending layout
refs #45
Introduce Group::enableDuplication and Input::setIsRepeated
also fix label-target, was based on name but should be ID instead. Alsomake ID unique to facilitate functionality
Multiple Inputs in group = copy Title to placeholder
fixes #56
add etc/inc/array_intersect_key.inc to obsoletedfiles
shouldn't need this as its own inc anymore, but only changing in master since 2_2 nearing release
uploadbar dir no longer needed
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.
remove dead code, clean up excess white space a bit.
verify certs by default here
Prevent empty addresses for being put in the ruleset. Ticket #4564
Ticket #4504 actually make it correct
Upgraded configurations should keep the default configuration of bypassing lan from ipsec. Ticket #4504
Fixes #4504 Provide a newline to generate proper config
Fixes #4504 use correct key index
Fixes #4504 Allow the bypass policy for LAN to be enabled and prevent traffic sent to lan ip to go to the ipsec tunnel
Fixes #4259 Use proper variable to do calculations
Add hidden input in a proper way
Refs. #22
Merge pull request #55 from sbeaver-netgate/diag_dbs_revision
“More information” and “timing” sections should display only after a lookup is attempted.
Only use mobile clients PFS config with mobile ph2ent. Ticket #4538
Conflicts: etc/inc/vpn.inc
disable SSL validation for selfhost since it fails. Ticket #4545
enable ike_name for daemon facility as well, to add connection identifiers to logs.
Use real interface here for dhcrelay v6. Ticket #4572
Don't omit hosts specified as "0". Ticket #4573
Emulate existing logic
“More information” and “timing” sections should display only after alookup is attempted.
Removed unused hidden form.
Merge branch 'sbeaver-netgate-diag_dns' into bootstrap
- refactored Form_Table to plain html- put results below form- reverted a few unintentional changes
Merge branch 'diag_dns' of git://github.com/sbeaver-netgate/pfsense into sbeaver-netgate-diag_dns
Merge pull request #1594 from phil-davis/patch-1
For PR
IpAddress - make range go down instead of up
Input - better chaining plus added setPattern, IpAddress - chaining fix
Combo changes to support diag_dns.php
Version allows button to be suppressed
Updated conversion progress
Now based on ‘grep Form.class’ since some pages had foot.inc but hadnot actually been converted.
Converted to bootstrap
HTML largely replaced by SH framework
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?
Allow "Save" button to be suppressed
new Form(false) suppresses the “Save” button so that you can then addyour won custom button.
call this RCC-VE rather than C2358
Add a check for whether IPsec is enabled, so it doesn't spit out "IPsecdaemon not running or has a problem!" when IPsec isn't enabled.
Add SCTP to protocol list for filtering.
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 set would still get policy-routing rules written for it, even if skip_rules_gw_down was enabled.
Merge pull request #1593 from gitbensons/ipsec_fix_uniqueids
Fix IPsec Advanced Settings uniqueids. It was neither set in strongswan config, nor picked up correctly in the UI.
Fix encoding issues in Configuration History list.
Fix a few misc encoding issues in load balancer code.
- Consistent table styles (table table-striped table-hover)- Wrap tables in table-responsive (excluding widgets)
Refs. #51
- 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_l2tp_users.php
Tweak vpn_ipsec_keys layout
- Better name for 'edit user' button- Wrap action buttons- Sprinkle some clears in CSS for table container and forms (self-clearing with overflow:hidden)
Convert vpn_ipsec_keys_edit to bootstrap
Convert to bootstrap
Fix todo, let checkbox toggle maxmss input
Add debug settings as separate group
Merge pull request #1588 from Hanse00/master
Merge pull request #1589 from phil-davis/patch-1
Add panels-hint
Added bulletpoint about changing backend-code
fixes #33
Update link to Progress after move
actual changes, fixes icons
Updated & moved PROGRESS doc, fixes icons
replace Input->column methods with generic Element plus fixes
Form.class - fix adding offset to submit buttonCheckbox - add class to column, not input. Fix displayAsRadio returnElement - no longer abstract, used as a generic element in Input
fixes #43, refs #37
refactor attributes from Input to Element to make it a bit more generic
fixes #37, refs #21
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 the pull request. Obviously I missed this!Chris noticed it it 2.2-RELENG branch already with commit https://github.com/pfsense/pfsense/commit/e593bac7e025eaec50e2591557c76fe27c254b32
Merge branch 'psophis-form-element' into bootstrap
Merge branch 'form-element' of https://github.com/psophis/pfsense into psophis-form-element
Proof of concept for Form_IpAddress that shows a mask-selector too
refs #23
Fixed minor spelling error
Remove wireless cards from ALTQ-capable interfaces, since ALTQ is broken on wlandev in FreeBSD 10.x at the moment. Ticket #4406
Merge pull request #1572 from jlduran/no-server-header
Merge pull request #1578 from Robert-Nelson/rfc2136_ignore_ipv4_ipv6
Completed Bootstrap conversionAdded error message on lookup failure
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.
Include net.key.preferred_oldsa in the sysctl list, set to 0 (disable) soit doesn't fall through to the default (1).
!! Do not merge!!
Partially converted to bootstap.
Code rearranged and commentedIndenting made consistentFixed issue with adding aliases to a config file where noe yet existLayout changed to look more like other bootstrap pages (I hope)
Change to Record Type with A and AAAA as values.
Merge pull request #1587 from Gertjanpfsense/master
Merge pull request #1581 from phil-davis/patch-1
Use address types instead of addresses.
Merge branch 'master' into rfc2136_ignore_ipv4_ipv6
Merge pull request #1586 from phil-davis/patch-6
Merge pull request #1584 from phil-davis/patch-2
Merge pull request #1582 from k-paulius/fix-get_possible_traffic_source_addresses
Merge pull request #1575 from k-paulius/misc-dhcp6c