Move copyright from ESF to Netgate
Add a field to CA/Cert pages for OU, which is required by some external CAs and users. Fixes #6672
Merge pull request #3073 from phil-davis/certs
Backport Add missing recommended key lengths/digest to Cert system
Original pull request to master was #2944
Backport Remove input_errors2Ajax calls
Original commit to master was
https://github.com/pfsense/pfsense/commit/86d431a89d920f64dda5e7e1821f720daf6e067b
Review license / copyright on all files (final round)
webgui tables, doubleclick event to perform 'edit' action
(cherry picked from commit 54691fc663eae7c6e92e4eaad596906758d7ebea)
Always use require_once
The usage of require() and require_once() throughout the system isinconsistent, and "bugs" come up now and then when the order of"requires" is a bit different and some require() happens after theinclude file is already included/required....
System / Certificate Manager / CAs / Edit - Remove Personalizations
Remove "you" personalizations.
Change "internal" representation of CA on CA and CRL list to an icon, and the inuse indicator on CRLs to an icon. Ticket #5965
Update system_camanager.php
Something felt off about the Certificate/CA icons. Especially the fa-key and P12 being the same action. I think this is better.
Merge pull request #2637 from k-paulius/patch-6
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Indicate in the breadcrumb if we are editing list item.
Convert section titles to title case
Internationalization of various system*.php
system_camanager action button titles
Fixed #5566
Convert remaining short_open_tag occurances. See PR #2378
HTML Compliance - System / Certicate / CAs
Close div tagClose php tag
Code style System Certificates
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
Standardize Certificate Manager breadcrumbs
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Copyright updates Batch 2 of 3
convert system_camanager to fa
Moved action-buttons in-line styling to pfSense.css
replace and find for icon-embed-btn
Updated button styles
bootstrap, use require_once for classes/Form.class.php
Fixed #5022
arrray type changed to associative for country codes
Fixed #5023Added jQuery to populate the certificate details from the selected CA
Removed debuggery
Fixed $5022Programmer used a GET form on a POST page.See some openssl error messages but this may ne normal.
Merge branch 'master' into bootstrap
Move main pfSense content to src/