Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
epic rename
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Mar 29, 2015
1 parent cf2e85c commit 724eb1d
Show file tree
Hide file tree
Showing 362 changed files with 1,014 additions and 1,092 deletions.
6 changes: 3 additions & 3 deletions source/Core/App_Packages/LibLog.2.0/LibLog.cs
Expand Up @@ -26,13 +26,13 @@

#pragma warning disable 1591

namespace Thinktecture.IdentityServer.Core.Logging
namespace IdentityServer3.Core.Logging
{
using IdentityServer3.Core.Logging.LogProviders;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using Thinktecture.IdentityServer.Core.Logging.LogProviders;

/// <summary>
/// Simple interface that represent a logger.
Expand Down Expand Up @@ -460,7 +460,7 @@ public bool Log(LogLevel logLevel, Func<string> messageFunc, Exception exception
}
}

namespace Thinktecture.IdentityServer.Core.Logging.LogProviders
namespace IdentityServer3.Core.Logging.LogProviders
{
using System;
using System.Collections.Generic;
Expand Down
Expand Up @@ -14,14 +14,14 @@
* limitations under the License.
*/

using IdentityServer3.Core;
using IdentityServer3.Core.Configuration;
using IdentityServer3.Core.Configuration.Hosting;
using IdentityServer3.Core.Extensions;
using Microsoft.Owin.Security;
using Microsoft.Owin.Security.Cookies;
using Microsoft.Owin.Security.DataHandler;
using System;
using Thinktecture.IdentityServer.Core;
using Thinktecture.IdentityServer.Core.Configuration;
using Thinktecture.IdentityServer.Core.Configuration.Hosting;
using Thinktecture.IdentityServer.Core.Extensions;

namespace Owin
{
Expand Down
Expand Up @@ -14,10 +14,10 @@
* limitations under the License.
*/

using IdentityServer3.Core;
using IdentityServer3.Core.Configuration;
using IdentityServer3.Core.Configuration.Hosting;
using Microsoft.Owin.Security.DataProtection;
using Thinktecture.IdentityServer.Core;
using Thinktecture.IdentityServer.Core.Configuration;
using Thinktecture.IdentityServer.Core.Configuration.Hosting;

namespace Owin
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

using Thinktecture.IdentityServer.Core.Extensions;
using IdentityServer3.Core.Extensions;

namespace Owin
{
Expand Down
Expand Up @@ -14,10 +14,10 @@
* limitations under the License.
*/

using IdentityServer3.Core.Configuration;
using IdentityServer3.Core.Extensions;
using Microsoft.Owin;
using System;
using Thinktecture.IdentityServer.Core.Configuration;
using Thinktecture.IdentityServer.Core.Extensions;

namespace Owin
{
Expand Down
Expand Up @@ -14,9 +14,9 @@
* limitations under the License.
*/

using IdentityServer3.Core.Extensions;
using System;
using System.Diagnostics;
using Thinktecture.IdentityServer.Core.Extensions;

namespace Owin
{
Expand Down
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

using Thinktecture.IdentityServer.Core;
using Thinktecture.IdentityServer.Core.Configuration.Hosting;
using IdentityServer3.Core;
using IdentityServer3.Core.Configuration.Hosting;

namespace Owin
{
Expand Down
Expand Up @@ -14,12 +14,12 @@
* limitations under the License.
*/

using IdentityServer3.Core;
using IdentityServer3.Core.Services.Default;
using Microsoft.Owin;
using Microsoft.Owin.Extensions;
using Microsoft.Owin.FileSystems;
using Microsoft.Owin.StaticFiles;
using Thinktecture.IdentityServer.Core;
using Thinktecture.IdentityServer.Core.Services.Default;

namespace Owin
{
Expand Down
Expand Up @@ -15,17 +15,17 @@
*/

using Autofac;
using IdentityServer3.Core;
using IdentityServer3.Core.Configuration;
using IdentityServer3.Core.Configuration.Hosting;
using IdentityServer3.Core.Extensions;
using IdentityServer3.Core.Logging;
using IdentityServer3.Core.Services;
using Microsoft.Owin.Infrastructure;
using System;
using System.IdentityModel.Tokens;
using System.Threading.Tasks;
using Thinktecture.IdentityModel.Tokens;
using Thinktecture.IdentityServer.Core;
using Thinktecture.IdentityServer.Core.Configuration;
using Thinktecture.IdentityServer.Core.Configuration.Hosting;
using Thinktecture.IdentityServer.Core.Extensions;
using Thinktecture.IdentityServer.Core.Logging;
using Thinktecture.IdentityServer.Core.Services;

namespace Owin
{
Expand All @@ -40,7 +40,7 @@ public static class UseIdentityServerExtension
/// Extension method to configure IdentityServer in the hosting application.
/// </summary>
/// <param name="app">The application.</param>
/// <param name="options">The <see cref="Thinktecture.IdentityServer.Core.Configuration.IdentityServerOptions"/>.</param>
/// <param name="options">The <see cref="IdentityServer3.Core.Configuration.IdentityServerOptions"/>.</param>
/// <returns></returns>
/// <exception cref="System.ArgumentNullException">
/// app
Expand Down
2 changes: 1 addition & 1 deletion source/Core/Configuration/AuthenticationOptions.cs
Expand Up @@ -18,7 +18,7 @@
using System;
using System.Collections.Generic;

namespace Thinktecture.IdentityServer.Core.Configuration
namespace IdentityServer3.Core.Configuration
{
/// <summary>
/// Configures the login and logout views and behavior.
Expand Down
2 changes: 1 addition & 1 deletion source/Core/Configuration/CookieOptions.cs
Expand Up @@ -16,7 +16,7 @@

using System;

namespace Thinktecture.IdentityServer.Core.Configuration
namespace IdentityServer3.Core.Configuration
{
/// <summary>
/// Configured how cookies are managed by IdentityServer.
Expand Down
2 changes: 1 addition & 1 deletion source/Core/Configuration/CookieSecureMode.cs
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

namespace Thinktecture.IdentityServer.Core.Configuration
namespace IdentityServer3.Core.Configuration
{
/// <summary>
/// Indicates if secure flag should be issued for a cookie.
Expand Down
2 changes: 1 addition & 1 deletion source/Core/Configuration/CspOptions.cs
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

namespace Thinktecture.IdentityServer.Core.Configuration
namespace IdentityServer3.Core.Configuration
{
/// <summary>
/// Configures Content Security Policy (CSP) for HTML pages rendered by IdentityServer.
Expand Down
2 changes: 1 addition & 1 deletion source/Core/Configuration/EndpointOptions.cs
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

namespace Thinktecture.IdentityServer.Core.Configuration
namespace IdentityServer3.Core.Configuration
{
/// <summary>
/// Configures which endpoints are enabled or disabled.
Expand Down
2 changes: 1 addition & 1 deletion source/Core/Configuration/EventsOptions.cs
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

namespace Thinktecture.IdentityServer.Core.Configuration
namespace IdentityServer3.Core.Configuration
{
/// <summary>
/// Configures events
Expand Down
9 changes: 4 additions & 5 deletions source/Core/Configuration/Hosting/AntiForgeryToken.cs
Expand Up @@ -14,20 +14,19 @@
* limitations under the License.
*/

using IdentityServer3.Core.Extensions;
using IdentityServer3.Core.Logging;
using IdentityServer3.Core.ViewModels;
using Microsoft.Owin;
using System;
using System.ComponentModel;
using System.IO;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using Thinktecture.IdentityModel;
using Thinktecture.IdentityServer.Core.Extensions;
using Thinktecture.IdentityServer.Core.Logging;
using Thinktecture.IdentityServer.Core.ViewModels;

#pragma warning disable 1591

namespace Thinktecture.IdentityServer.Core.Configuration.Hosting
namespace IdentityServer3.Core.Configuration.Hosting
{
[EditorBrowsable(EditorBrowsableState.Never)]
public class AntiForgeryToken
Expand Down
18 changes: 9 additions & 9 deletions source/Core/Configuration/Hosting/AutoFacConfig.cs
Expand Up @@ -16,18 +16,18 @@

using Autofac;
using Autofac.Integration.WebApi;
using IdentityServer3.Core.Endpoints;
using IdentityServer3.Core.Logging;
using IdentityServer3.Core.Models;
using IdentityServer3.Core.ResponseHandling;
using IdentityServer3.Core.Services;
using IdentityServer3.Core.Services.Default;
using IdentityServer3.Core.Services.InMemory;
using IdentityServer3.Core.Validation;
using Microsoft.Owin;
using System;
using Thinktecture.IdentityServer.Core.Endpoints;
using Thinktecture.IdentityServer.Core.Logging;
using Thinktecture.IdentityServer.Core.Models;
using Thinktecture.IdentityServer.Core.ResponseHandling;
using Thinktecture.IdentityServer.Core.Services;
using Thinktecture.IdentityServer.Core.Services.Default;
using Thinktecture.IdentityServer.Core.Services.InMemory;
using Thinktecture.IdentityServer.Core.Validation;

namespace Thinktecture.IdentityServer.Core.Configuration.Hosting
namespace IdentityServer3.Core.Configuration.Hosting
{
internal static class AutofacConfig
{
Expand Down
Expand Up @@ -15,14 +15,14 @@
*/

using Autofac;
using IdentityServer3.Core.Extensions;
using IdentityServer3.Core.Logging;
using Microsoft.Owin;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Thinktecture.IdentityServer.Core.Extensions;
using Thinktecture.IdentityServer.Core.Logging;

namespace Thinktecture.IdentityServer.Core.Configuration.Hosting
namespace IdentityServer3.Core.Configuration.Hosting
{
internal class AutofacContainerMiddleware
{
Expand Down
2 changes: 1 addition & 1 deletion source/Core/Configuration/Hosting/AutofacScope.cs
Expand Up @@ -20,7 +20,7 @@
using System.Linq;
using System.Web.Http.Dependencies;

namespace Thinktecture.IdentityServer.Core.Configuration.Hosting
namespace IdentityServer3.Core.Configuration.Hosting
{
internal class AutofacScope : IDependencyScope
{
Expand Down
2 changes: 1 addition & 1 deletion source/Core/Configuration/Hosting/ClaimMap.cs
Expand Up @@ -18,7 +18,7 @@
using System.Linq;
using System.Security.Claims;

namespace Thinktecture.IdentityServer.Core.Configuration.Hosting
namespace IdentityServer3.Core.Configuration.Hosting
{
internal class ClaimMap
{
Expand Down
8 changes: 4 additions & 4 deletions source/Core/Configuration/Hosting/CorsPolicyProvider.cs
Expand Up @@ -14,17 +14,17 @@
* limitations under the License.
*/

using IdentityServer3.Core.Extensions;
using IdentityServer3.Core.Logging;
using IdentityServer3.Core.Services;
using Microsoft.Owin;
using Microsoft.Owin.Cors;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Thinktecture.IdentityServer.Core.Extensions;
using Thinktecture.IdentityServer.Core.Logging;
using Thinktecture.IdentityServer.Core.Services;

namespace Thinktecture.IdentityServer.Core.Configuration.Hosting
namespace IdentityServer3.Core.Configuration.Hosting
{
internal class CorsPolicyProvider : ICorsPolicyProvider
{
Expand Down
2 changes: 1 addition & 1 deletion source/Core/Configuration/Hosting/DataProtectorAdapter.cs
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

namespace Thinktecture.IdentityServer.Core.Configuration.Hosting
namespace IdentityServer3.Core.Configuration.Hosting
{
internal class DataProtectorAdapter : Microsoft.Owin.Security.DataProtection.IDataProtector
{
Expand Down
14 changes: 7 additions & 7 deletions source/Core/Configuration/Hosting/ErrorPageFilterAttribute.cs
Expand Up @@ -14,16 +14,16 @@
* limitations under the License.
*/

using IdentityServer3.Core.Extensions;
using IdentityServer3.Core.Logging;
using IdentityServer3.Core.Resources;
using IdentityServer3.Core.Results;
using IdentityServer3.Core.Services;
using IdentityServer3.Core.ViewModels;
using System.Net.Http;
using System.Web.Http.Filters;
using Thinktecture.IdentityServer.Core.Extensions;
using Thinktecture.IdentityServer.Core.Logging;
using Thinktecture.IdentityServer.Core.Resources;
using Thinktecture.IdentityServer.Core.Results;
using Thinktecture.IdentityServer.Core.Services;
using Thinktecture.IdentityServer.Core.ViewModels;

namespace Thinktecture.IdentityServer.Core.Configuration.Hosting
namespace IdentityServer3.Core.Configuration.Hosting
{
internal class ErrorPageFilterAttribute : ExceptionFilterAttribute
{
Expand Down
2 changes: 1 addition & 1 deletion source/Core/Configuration/Hosting/HostDataProtector.cs
Expand Up @@ -16,7 +16,7 @@

using Microsoft.Owin.Security.DataProtection;

namespace Thinktecture.IdentityServer.Core.Configuration.Hosting
namespace IdentityServer3.Core.Configuration.Hosting
{
internal class HostDataProtector : IDataProtector
{
Expand Down
4 changes: 2 additions & 2 deletions source/Core/Configuration/Hosting/KatanaDependencyResolver.cs
Expand Up @@ -14,13 +14,13 @@
* limitations under the License.
*/

using IdentityServer3.Core.Extensions;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Web.Http.Hosting;
using Thinktecture.IdentityServer.Core.Extensions;

namespace Thinktecture.IdentityServer.Core.Configuration.Hosting
namespace IdentityServer3.Core.Configuration.Hosting
{
internal class KatanaDependencyResolver : DelegatingHandler
{
Expand Down
6 changes: 3 additions & 3 deletions source/Core/Configuration/Hosting/LastUsernameCookie.cs
Expand Up @@ -14,19 +14,19 @@
* limitations under the License.
*/

using IdentityServer3.Core.Extensions;
using IdentityServer3.Core.Logging;
using Microsoft.Owin;
using System;
using System.ComponentModel;
using System.Security.Cryptography;
using System.Text;
using Thinktecture.IdentityModel;
using Thinktecture.IdentityServer.Core.Extensions;
using Thinktecture.IdentityServer.Core.Logging;


#pragma warning disable 1591

namespace Thinktecture.IdentityServer.Core.Configuration.Hosting
namespace IdentityServer3.Core.Configuration.Hosting
{
[EditorBrowsable(EditorBrowsableState.Never)]
public class LastUserNameCookie
Expand Down

0 comments on commit 724eb1d

Please sign in to comment.