Fix #7257: Use pfSense-upgrade to look for new versions
Merge pull request #3541 from phil-davis/getAllowedPages-format
Merge pull request #3540 from phil-davis/get_user_privileges-cache
Merge pull request #3539 from phil-davis/patch-5
Merge pull request #3531 from phil-davis/version-display-at-boot
getAllowedPages consistent code format
Use cached groups in get_user_privileges
Fix ldap_get_groups return value when down
In some places ldap_get_groups has:```return memberof;```It should have the "$" in front, so it will return the $memberof array (that is empty when this happens).
This causes issues for callers that expect to have a return value that is either false, an empty array, or an array of the groups.
Allow up to siz dashboard columns
Update version string at end of boot
View revisions
Also available in: Atom