Certificate/wireless plugins; major refactoring

Migrate much of BI to Services.
Added Wireless Profile Provider plugin feature.
Added Certificate Authority Provider plugin feature.
Modified Certificate Provider plugin feature.
Database migration v17, for Device Profiles.
Enrolment Client Updated to support CA Certificates, Wireless Profiles
and Hardware Info.
New Client Enrolment Protocol to support new features.
Plugin Manifest Generator added to main solution.
Improved AD search performance.
This commit is contained in:
Gary Sharp
2016-09-28 20:16:25 +10:00
parent 489a5df7cc
commit 27c21175d7
210 changed files with 9822 additions and 6675 deletions
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34014
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -27,7 +27,6 @@ namespace Disco.Web.Views.Shared
using System.Web.UI;
using System.Web.WebPages;
using Disco;
using Disco.BI.Extensions;
using Disco.Models.Repository;
using Disco.Services;
using Disco.Services.Authorization;
@@ -37,9 +36,9 @@ namespace Disco.Web.Views.Shared
[System.CodeDom.Compiler.GeneratedCodeAttribute("RazorGenerator", "2.0.0.0")]
[System.Web.WebPages.PageVirtualPathAttribute("~/Views/Shared/_PublicLayout.cshtml")]
public partial class PublicLayout : Disco.Services.Web.WebViewPage<dynamic>
public partial class _PublicLayout : Disco.Services.Web.WebViewPage<dynamic>
{
public PublicLayout()
public _PublicLayout()
{
}
public override void Execute()
@@ -256,11 +255,11 @@ WriteLiteral(" ");
#line default
#line hidden
WriteLiteral("\r\n </section>\r\n <footer>\r\n Disco v");
WriteLiteral("\r\n </section>\r\n <footer>\r\n Disco ICT v");
#line 40 "..\..\Views\Shared\_PublicLayout.cshtml"
Write(Disco.Web.DiscoApplication.Version);
Write(Disco.Web.DiscoApplication.Version);
#line default
@@ -269,7 +268,7 @@ WriteLiteral(" ");
#line 40 "..\..\Views\Shared\_PublicLayout.cshtml"
if (!isMaintenanceMode)
if (!isMaintenanceMode)
{
#line default