Update translation files
Regenerate pot
Widget comment edit
Re-write CPU usage calculation to avoid sleep in AJAX call
Speedup package related calls to get_pkg_info() since now we have a script that update metadata periodically
Merge pull request #3796 from eyJhb/master
Fixed #7625
Hide dashboard update period control. No longer needed with central refresh system
Convert firewall log widget to centralized refresh system
Use central refresh system for dyndns widget
Converted thermal sensor widget to use central refresh system
ipsec widget converted to JSON formatted refresh
Revise error page to comply with login page style
Comment typos
Fixed #7625By:Separating the source and destination onChange functionsPreventing the mask selector from being automatically updated if it is disabledSimplifying the auto mask JavaScript
Refresh metadata before an upgrade
Spelling :(
Improve comments
Add AJAX version check
Show user when pkg metadata was updated
Change refresh link to icon
remove old logo from default page
Revised Netgate Services and Support widget to use AJAX when refreshing the data
dyndns: changed CloudFlare to Cloudflare - correct spelling
Remove dead code using in the past to migrate from pfSense-repo-devel to a single pkg called pfSense-repo
dyndns: added password help text for cloudflare
Ensure the callback function exists before calling
gateway, ntp, and openVPN widgets updated
Remove ajax stuff from installed packages widget
dd system information widget to central refresh systemAdd ability for a widget to specify how often it wants to be updated
Repair broken AJAX response (POST vs GET)
interface_statistics widget added to central refresh system
Add ipsec widget to new centralized refresh system
Experimental centralized widget refresh systemUsed by the interfaces.widget.php widget only for now
make css compatible with newer nvd3 version
Rename support widget refresh link to match new widget name
Theme Compact-RED, adopt new logo for theme sizing navbar size
update top nav bar logo
change login page logo to svg
remove image from rss widget
update favicon
Fix #7625: Auto select '128' as mask for IPv6
Fix VLAN Priority set pf syntax. Fixes #7744
Merge pull request #3535 from fernsehkind/Redmine1629
Merge pull request #3784 from PiBa-NL/20170713-shaper-show-disabled-interface-names
Merge pull request #3761 from marjohn56/master
Merge pull request #3789 from stilez/patch-69
Merge pull request #3787 from stilez/patch-68
Merge pull request #3788 from znerol/feature/master/bridge-ipv6-auto-linklocal
Merge pull request #3770 from hamnur/master
Merge pull request #3791 from marjohn56/PD-FIX
Merge pull request #3585 from PiBa-NL/trafficgraphs-optimize
Merge pull request #3785 from stilez/patch-67
important exclusion - update help text for packets dropped by NIC / offload
Say that non-promiscuous mode doesn't see packets dropped by NIC.(promiscuous detection relies mainly on different responses if a packet is dropped by NIC or kernel, so corollary is that non-promisc won't see certain packets even if directed at the host)
trafficgraphs, move common code to 1 file, and remove usage of 'localstorage' which shares unwanted changes to graph settings between widget and stats
traffic-graphs, optimize retrieval of data every x seconds to reduce spikes in the graphs and load on pfSensealso cleanup some old code.
Comment fixes
Add renamed support widget
Merge pull request #3783 from PiBa-NL/20170713-dns-delete-last-additional-name
dhcp6c Advanced Config prefix interface
Currently, when using dhcp6c advanced configuration the prefix interface is WAN, this is not very useful!
The changes here allow the user to select the interface that the PD will be applied on..
Eliminate Gold menu item
Rename support widget to "Netgate Services And Support"
Correct typo's as per Jim's request
Add Option to use static IPV6 over v4 parent ( PPPoE
A new option when setting a v6 static on the WAN to allow the connection to use the V4 interfaces i.e. PPPoE
Fixed 7128
Allow recheck on refresh if JSON not available
Add some info to HELP text (no code change otherwise)
NTP background isn't going to be widely known. So provide a bit of info so that it's done properly if someone cares.
For example, it's easy to think a small number is enough, as one might with alternative DNS servers, despite NTP website recommending 4-5 or a pool. So state the consequence of too few servers....
Remove unused parameters
Add support for IPv6 AUTO_LINKLOCAL flag on bridge interfaces
typo
"Networked" not "network" - "Internet of Things" especially.
grammar fix
format %1$s etc in help
Improve the HELP note about what will/won't work if TLD is set to ".local"
For example, some people won't use mDNS and won't know other things might break; also it's not clear that while ".local" is a problem, ".local.lan" isn't.
Re-introduce Captive Portal statistics
Add customer support widget
Use attribute rekey_enable as usual but optionally allow to set margintime if rekeying is not disabled
add "very"
slight further text/format improvement
Improve help text for promiscuous mode
"promiscuous mode" is often quoted but not always understood. Also its possible drawbacks (other than compatibility which will be clear upon failure) may be relevant in some cases, but there's no indication of any drawbacks existing. Update help text to be more useful here. The extra detail is in a hidden clickable infobox.
Fix indent of if-block
Check if margintime is numeric and smaller than P1 lifetime
Hide margintime if rekeying is disabled
Trafficshaper, show interface names for disabled interfaces, dont just show a kinda 'empty' spot..
dns, allow deleting last row for "Additional Names for this Host"
Merge pull request #3771 from PiBa-NL/20170701-cron-fix
Restructure how unbound zone data is written to fix processing of "redirect" zone entries. Fixes #7690Also corrects some other misc issues for formatting of zone data.While here, add an option, not exposed in the GUI, for users to get the previous behavior of defining short names for hosts.
Improve the way the auth server list is generated and account for a key being removed from the array when deleting. Fixes #7682
Fix CA reference so serial increases properly. Remove variable for feature that didn't work out. Ticket #7527
Add another possible CSR Armor string when validating. Ticket #7383
Restructure how certificate types and SANs are handled in the cert manager when making a Cert/CSR/Signing, so each section can properly use the controls without duplicating. It is now possible to add SANs and EKUs to certificates when signing using the certificate manager. Fixes #7527 and also Fixes #7677...