Feature #42: Active Directory Interop Upgrade

AD Interop moved to Disco.Services; Supports multi-domain environments,
sites, and searching restricted with OUs.
This commit is contained in:
Gary Sharp
2014-04-10 17:58:04 +10:00
parent b841c6b2c0
commit db73cc1a12
218 changed files with 6383 additions and 2535 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34003
// Runtime Version:4.0.30319.34011
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+3 -3
View File
@@ -2,11 +2,11 @@
@using Disco;
@using Disco.BI.Extensions;
@using Disco.Models.Repository;
@using Disco.Services;
@using Disco.Services.Web;
@using Disco.Web;
@using System.Web.Mvc
@using System.Web.Mvc.Html;
@using Disco.Services.Web;
@helper FriendlyDate(DateTime d, string ElementId = null, bool WithoutSuffix = false)
{<span @(ElementId == null ? null : new HtmlString(string.Format("id=\"{0}\" ", ElementId)))title="@d.ToFullDateTime()" data-livestamp="@d.ToUnixEpoc()" data-isodate="@d.ToISO8601()" class="date nowrap@(WithoutSuffix ? " noMomentSuffix" : null)">@d.ToFullDateTime()</span>}
@@ -34,7 +34,7 @@
{
if (u != null)
{
@prepend <span title="@u">@u.Id</span>
@prepend <span title="@u">@u.FriendlyId()</span>
}
else
{
+12 -6
View File
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34003
// Runtime Version:4.0.30319.34011
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -20,13 +20,13 @@ namespace Disco.Web
using System.Web;
using System.Web.Helpers;
#line 6 "..\..\App_Code\CommonHelpers.cshtml"
#line 8 "..\..\App_Code\CommonHelpers.cshtml"
using System.Web.Mvc;
#line default
#line hidden
#line 7 "..\..\App_Code\CommonHelpers.cshtml"
#line 9 "..\..\App_Code\CommonHelpers.cshtml"
using System.Web.Mvc.Html;
#line default
@@ -54,13 +54,19 @@ namespace Disco.Web
#line default
#line hidden
#line 8 "..\..\App_Code\CommonHelpers.cshtml"
#line 5 "..\..\App_Code\CommonHelpers.cshtml"
using Disco.Services;
#line default
#line hidden
#line 6 "..\..\App_Code\CommonHelpers.cshtml"
using Disco.Services.Web;
#line default
#line hidden
#line 5 "..\..\App_Code\CommonHelpers.cshtml"
#line 7 "..\..\App_Code\CommonHelpers.cshtml"
using Disco.Web;
#line default
@@ -509,7 +515,7 @@ WriteLiteralTo(@__razor_helper_writer, "\">");
#line 37 "..\..\App_Code\CommonHelpers.cshtml"
WriteTo(@__razor_helper_writer, u.Id);
WriteTo(@__razor_helper_writer, u.FriendlyId());
#line default
#line hidden