fix for missing 0 subnet when clone address entry, needed for vpn's that need two 0 subnets one for ipv4 and ipv6
Update the Copyright year.
A subsequent commit will deal with .po's.
Popover sanitizer stuff is more logically provided in pfSense.js where other popover controls live
Fixed #10945By adding the HTML elements used in pfSense popovers to the default sanitizer whitelist
This is 2020. Issue #9245
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Fixed #9245 updating copyright notices
Fixed #9586 by detecting if option list includes /0 or not
Fixes preservation of help text when deleting first row of a rowhelper row that includes a checkbox
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
Merge pull request #3711 from PiBa-NL/20170427-ipsec-multiple-P1-algo
Update the Copyright notice for pfSense.
ipsec, multiple phase1 ciphers, make use of 'repeatable' group
ipsec, allow configuration of multiple ike phase1 encryption ciphers (algo/bits/hash/dh)this is useful for mobile users that need to connect with different operating systems. This way there is no need to find a single commonly supported weaker cipher.
Reduce complexity of checking whether system should be rebooted after RAM Disk option change.Also fix the issue when RAM Disk option is changed, but there is an input error and thus on subsequent form submitting there is no question about rebooting.Small JavaScript cleanup and refactoring.
Per sbeaver, disable an IE workaround, which fixes #7504
Fixed various issues with adding/deleting ACLs
Fixed #7445Now properly handles service names that contain hyphens
Fix an apparent typo
Fixed #7274
GET/POST conversion system_authservers.php
GET/POST conversion
GET/POST conversion for camanager and certmanager
Allow GET-to-POST js to handle confirmation dialogs on delete (anything)
Automatic GET to POST functions moved to pfSenseHelpers.js so they can be used by any page
Fixed #7171Moved setHelpText() to helpers file
Fix indentation
Bug #7164 Limit NTP time source fields to the maximum number saved to configuration.
Refinement to #7083Provides setRequired() Javascript function to facilitate making an input required or not dynamically
Completes fix for #6972
Fixed #6972I was only able to reproduce tis issue using Chrome, but it should now be resolved
Fixed #6454Fixed #6984
Fixed #6835 by revising Javascript show/hide
Fixed #6788 by clearing only the first label in the cloned row
Move copyright from ESF to Netgate
Code style and comments
No functional change - just making style consistent
Improved solution to #6716
Fixed #6716
Move to Apache License 2.0
Review license / copyright on all files (1st round)
hideMask only modify input-group on first parent
Otherwise when unhiding (e.g. for Network type alias), input-group getsadded to every div up the DM hierarchy and the layout gets messed up.
Spaces->tabs
Added hideMask() function
Use English spelling for var name
For future maintenance it might be easier if this var name is spelled with the usual English spelling.
pfSenseHelpers white space formatting
Just a bit of white space and formatting to standardize this code, and a couple of typos in comments.
Removing focus from the anchor gets rid of the annoying dotted box
COmment fix
Make services POST only by providing JS code in pfSenseHelpers.js
Fixed #6128
Merged #2854 and updated to increment only the deleterow button
Fix add delete of rows with buttons
Redmine #6101Forum https://forum.pfsense.org/index.php?topic=109554.0
Miscellaneous - Remove Personalizations
Remove "you" personalizations.
organize assets and put 3rd party into vendor folder