Browse Source

Namespaces fixed

pull/65/head
Sebastian Stehle 9 years ago
parent
commit
5183484100
  1. 1
      Squidex.sln.DotSettings
  2. 1
      src/Squidex.Domain.Apps.Core/Apps/PermissionLevel.cs
  3. 2
      src/Squidex.Domain.Apps.Core/Contents/IdContentData.cs
  4. 1
      src/Squidex.Domain.Apps.Core/Identity/SquidexClaimTypes.cs
  5. 1
      src/Squidex.Domain.Apps.Core/Identity/SquidexRoles.cs
  6. 2
      src/Squidex.Domain.Apps.Core/LanguageConfig.cs
  7. 1
      src/Squidex.Domain.Apps.Core/Schemas/BooleanFieldEditor.cs
  8. 1
      src/Squidex.Domain.Apps.Core/Schemas/DateTimeCalculatedDefaultValue.cs
  9. 1
      src/Squidex.Domain.Apps.Core/Schemas/DateTimeFieldEditor.cs
  10. 1
      src/Squidex.Domain.Apps.Core/Schemas/GeolocationFieldEditor.cs
  11. 1
      src/Squidex.Domain.Apps.Core/Schemas/NumberFieldEditor.cs
  12. 1
      src/Squidex.Domain.Apps.Core/Schemas/SchemaProperties.cs
  13. 1
      src/Squidex.Domain.Apps.Core/Schemas/StringFieldEditor.cs
  14. 2
      src/Squidex.Domain.Apps.Core/Schemas/StringFieldProperties.cs
  15. 2
      src/Squidex.Domain.Apps.Events/Assets/AssetEvent.cs
  16. 1
      src/Squidex.Domain.Apps.Events/Schemas/SchemaCreated.cs
  17. 2
      src/Squidex.Domain.Apps.Events/SquidexEvent.cs
  18. 2
      src/Squidex.Domain.Apps.Read.MongoDb/Apps/MongoAppEntity.cs
  19. 4
      src/Squidex.Domain.Apps.Read.MongoDb/Apps/MongoAppRepository.cs
  20. 2
      src/Squidex.Domain.Apps.Read.MongoDb/Apps/MongoAppRepository_EventHandling.cs
  21. 12
      src/Squidex.Domain.Apps.Read.MongoDb/Assets/MongoAssetEntity.cs
  22. 4
      src/Squidex.Domain.Apps.Read.MongoDb/Assets/MongoAssetRepository.cs
  23. 2
      src/Squidex.Domain.Apps.Read.MongoDb/Assets/MongoAssetRepository_EventHandling.cs
  24. 4
      src/Squidex.Domain.Apps.Read.MongoDb/Assets/MongoAssetStatsRepository.cs
  25. 4
      src/Squidex.Domain.Apps.Read.MongoDb/Contents/MongoContentEntity.cs
  26. 4
      src/Squidex.Domain.Apps.Read.MongoDb/Contents/MongoContentRepository.cs
  27. 2
      src/Squidex.Domain.Apps.Read.MongoDb/Contents/MongoContentRepository_EventHandling.cs
  28. 2
      src/Squidex.Domain.Apps.Read.MongoDb/Contents/Visitors/EdmModelExtensions.cs
  29. 4
      src/Squidex.Domain.Apps.Read.MongoDb/History/MongoHistoryEventRepository.cs
  30. 2
      src/Squidex.Domain.Apps.Read.MongoDb/History/ParsedHistoryEvent.cs
  31. 2
      src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaEntity.cs
  32. 4
      src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaRepository.cs
  33. 2
      src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaRepository_EventHandling.cs
  34. 2
      src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaWebhookEntity.cs
  35. 4
      src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaWebhookRepository.cs
  36. 2
      src/Squidex.Domain.Apps.Read.MongoDb/Utils/MongoCollectionExtensions.cs
  37. 2
      src/Squidex.Domain.Apps.Read/Apps/AppHistoryEventsCreator.cs
  38. 3
      src/Squidex.Domain.Apps.Read/Apps/IAppClientEntity.cs
  39. 1
      src/Squidex.Domain.Apps.Read/Apps/Services/IAppLimitsPlan.cs
  40. 4
      src/Squidex.Domain.Apps.Read/Apps/Services/Implementations/CachingAppProvider.cs
  41. 1
      src/Squidex.Domain.Apps.Read/Apps/Services/Implementations/ConfigAppLimitsPlan.cs
  42. 1
      src/Squidex.Domain.Apps.Read/Assets/IAssetEntity.cs
  43. 2
      src/Squidex.Domain.Apps.Read/Assets/IAssetStatsEntity.cs
  44. 2
      src/Squidex.Domain.Apps.Read/Assets/Repositories/IAssetStatsRepository.cs
  45. 2
      src/Squidex.Domain.Apps.Read/Contents/Builders/EdmModelBuilder.cs
  46. 2
      src/Squidex.Domain.Apps.Read/Contents/ContentHistoryEventsCreator.cs
  47. 2
      src/Squidex.Domain.Apps.Read/History/HistoryEventsCreatorBase.cs
  48. 2
      src/Squidex.Domain.Apps.Read/History/IHistoryEventsCreator.cs
  49. 2
      src/Squidex.Domain.Apps.Read/IEntityWithCreatedBy.cs
  50. 2
      src/Squidex.Domain.Apps.Read/IEntityWithLastModifiedBy.cs
  51. 1
      src/Squidex.Domain.Apps.Read/IEntityWithVersion.cs
  52. 4
      src/Squidex.Domain.Apps.Read/Schemas/SchemaHistoryEventsCreator.cs
  53. 4
      src/Squidex.Domain.Apps.Read/Schemas/Services/Implementations/CachingSchemaProvider.cs
  54. 2
      src/Squidex.Domain.Apps.Read/Schemas/WebhookInvoker.cs
  55. 1
      src/Squidex.Domain.Apps.Read/Schemas/WebhookResult.cs
  56. 1
      src/Squidex.Domain.Apps.Read/Users/ExternalLogin.cs
  57. 1
      src/Squidex.Domain.Apps.Read/Users/IRole.cs
  58. 1
      src/Squidex.Domain.Apps.Read/Users/IRoleFactory.cs
  59. 1
      src/Squidex.Domain.Apps.Read/Users/IUserFactory.cs
  60. 2
      src/Squidex.Domain.Apps.Read/Users/UserExtensions.cs
  61. 2
      src/Squidex.Domain.Apps.Read/Users/UserManagerExtensions.cs
  62. 8
      src/Squidex.Domain.Apps.Write/Apps/AppCommandHandler.cs
  63. 2
      src/Squidex.Domain.Apps.Write/Apps/AppDomainObject.cs
  64. 2
      src/Squidex.Domain.Apps.Write/Apps/Commands/ChangePlan.cs
  65. 2
      src/Squidex.Domain.Apps.Write/Assets/AssetCommandHandler.cs
  66. 2
      src/Squidex.Domain.Apps.Write/Assets/AssetDomainObject.cs
  67. 1
      src/Squidex.Domain.Apps.Write/Assets/Commands/DeleteAsset.cs
  68. 2
      src/Squidex.Domain.Apps.Write/Assets/Commands/UpdateAsset.cs
  69. 1
      src/Squidex.Domain.Apps.Write/Contents/Commands/DeleteContent.cs
  70. 1
      src/Squidex.Domain.Apps.Write/Contents/Commands/PatchContent.cs
  71. 1
      src/Squidex.Domain.Apps.Write/Contents/Commands/PublishContent.cs
  72. 1
      src/Squidex.Domain.Apps.Write/Contents/Commands/UnpublishContent.cs
  73. 1
      src/Squidex.Domain.Apps.Write/Contents/Commands/UpdateContent.cs
  74. 8
      src/Squidex.Domain.Apps.Write/Contents/ContentCommandHandler.cs
  75. 2
      src/Squidex.Domain.Apps.Write/Contents/ContentDomainObject.cs
  76. 1
      src/Squidex.Domain.Apps.Write/Schemas/Commands/CreateSchema.cs
  77. 1
      src/Squidex.Domain.Apps.Write/Schemas/Commands/DeleteField.cs
  78. 1
      src/Squidex.Domain.Apps.Write/Schemas/Commands/DeleteSchema.cs
  79. 1
      src/Squidex.Domain.Apps.Write/Schemas/Commands/DisableField.cs
  80. 1
      src/Squidex.Domain.Apps.Write/Schemas/Commands/EnableField.cs
  81. 1
      src/Squidex.Domain.Apps.Write/Schemas/Commands/FieldCommand.cs
  82. 1
      src/Squidex.Domain.Apps.Write/Schemas/Commands/HideField.cs
  83. 1
      src/Squidex.Domain.Apps.Write/Schemas/Commands/PublishSchema.cs
  84. 1
      src/Squidex.Domain.Apps.Write/Schemas/Commands/ShowField.cs
  85. 3
      src/Squidex.Domain.Apps.Write/Schemas/Commands/UnpublishSchema.cs
  86. 4
      src/Squidex.Domain.Apps.Write/Schemas/SchemaCommandHandler.cs
  87. 4
      src/Squidex.Domain.Apps.Write/Schemas/SchemaDomainObject.cs
  88. 2
      src/Squidex.Infrastructure.MongoDb/InstantSerializer.cs
  89. 2
      src/Squidex.Infrastructure/Assets/AssetFile.cs
  90. 2
      src/Squidex.Infrastructure/Assets/FolderAssetStore.cs
  91. 2
      src/Squidex.Infrastructure/Assets/IAssetStore.cs
  92. 3
      src/Squidex.Infrastructure/Assets/ImageInfo.cs
  93. 1
      src/Squidex.Infrastructure/CQRS/Commands/EntityCreatedResult.cs
  94. 1
      src/Squidex.Infrastructure/CQRS/Commands/EntityCreatedResult_T.cs
  95. 1
      src/Squidex.Infrastructure/CQRS/Commands/EntitySavedResult.cs
  96. 1
      src/Squidex.Infrastructure/CQRS/Commands/ICommand.cs
  97. 2
      src/Squidex.Infrastructure/CQRS/DomainObjectBase.cs
  98. 1
      src/Squidex.Infrastructure/CQRS/Events/CommonHeaders.cs
  99. 1
      src/Squidex.Infrastructure/CQRS/Events/EnvelopeHeaders.cs
  100. 3
      src/Squidex.Infrastructure/CQRS/Events/Envelope_1.cs

1
Squidex.sln.DotSettings

@ -22,6 +22,7 @@
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertToAutoPropertyWhenPossible/@EntryIndexedValue">DO_NOT_SHOW</s:String> <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertToAutoPropertyWhenPossible/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertToConstant_002EGlobal/@EntryIndexedValue">DO_NOT_SHOW</s:String> <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertToConstant_002EGlobal/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=MemberCanBePrivate_002EGlobal/@EntryIndexedValue">DO_NOT_SHOW</s:String> <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=MemberCanBePrivate_002EGlobal/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=Mvc_002EViewNotResolved/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ReturnTypeCanBeEnumerable_002EGlobal/@EntryIndexedValue">DO_NOT_SHOW</s:String> <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ReturnTypeCanBeEnumerable_002EGlobal/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UnusedAutoPropertyAccessor_002EGlobal/@EntryIndexedValue">DO_NOT_SHOW</s:String> <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UnusedAutoPropertyAccessor_002EGlobal/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UnusedMember_002EGlobal/@EntryIndexedValue">DO_NOT_SHOW</s:String> <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UnusedMember_002EGlobal/@EntryIndexedValue">DO_NOT_SHOW</s:String>

1
src/Squidex.Domain.Apps.Core/Apps/PermissionLevel.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Core.Apps namespace Squidex.Domain.Apps.Core.Apps
{ {
public enum PermissionLevel public enum PermissionLevel

2
src/Squidex.Domain.Apps.Core/Contents/IdContentData.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// NamedContentData.cs // IdContentData.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

1
src/Squidex.Domain.Apps.Core/Identity/SquidexClaimTypes.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Core.Identity namespace Squidex.Domain.Apps.Core.Identity
{ {
public static class SquidexClaimTypes public static class SquidexClaimTypes

1
src/Squidex.Domain.Apps.Core/Identity/SquidexRoles.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Core.Identity namespace Squidex.Domain.Apps.Core.Identity
{ {
public static class SquidexRoles public static class SquidexRoles

2
src/Squidex.Domain.Apps.Core/LanguageConfig.cs

@ -7,9 +7,9 @@
// ========================================================================== // ==========================================================================
using System.Collections.Generic; using System.Collections.Generic;
using Squidex.Infrastructure;
using System.Collections.Immutable; using System.Collections.Immutable;
using System.Linq; using System.Linq;
using Squidex.Infrastructure;
namespace Squidex.Domain.Apps.Core namespace Squidex.Domain.Apps.Core
{ {

1
src/Squidex.Domain.Apps.Core/Schemas/BooleanFieldEditor.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Core.Schemas namespace Squidex.Domain.Apps.Core.Schemas
{ {
public enum BooleanFieldEditor public enum BooleanFieldEditor

1
src/Squidex.Domain.Apps.Core/Schemas/DateTimeCalculatedDefaultValue.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Core.Schemas namespace Squidex.Domain.Apps.Core.Schemas
{ {
public enum DateTimeCalculatedDefaultValue public enum DateTimeCalculatedDefaultValue

1
src/Squidex.Domain.Apps.Core/Schemas/DateTimeFieldEditor.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Core.Schemas namespace Squidex.Domain.Apps.Core.Schemas
{ {
public enum DateTimeFieldEditor public enum DateTimeFieldEditor

1
src/Squidex.Domain.Apps.Core/Schemas/GeolocationFieldEditor.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Core.Schemas namespace Squidex.Domain.Apps.Core.Schemas
{ {
public enum GeolocationFieldEditor public enum GeolocationFieldEditor

1
src/Squidex.Domain.Apps.Core/Schemas/NumberFieldEditor.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Core.Schemas namespace Squidex.Domain.Apps.Core.Schemas
{ {
public enum NumberFieldEditor public enum NumberFieldEditor

1
src/Squidex.Domain.Apps.Core/Schemas/SchemaProperties.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Core.Schemas namespace Squidex.Domain.Apps.Core.Schemas
{ {
public sealed class SchemaProperties : NamedElementPropertiesBase public sealed class SchemaProperties : NamedElementPropertiesBase

1
src/Squidex.Domain.Apps.Core/Schemas/StringFieldEditor.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Core.Schemas namespace Squidex.Domain.Apps.Core.Schemas
{ {
public enum StringFieldEditor public enum StringFieldEditor

2
src/Squidex.Domain.Apps.Core/Schemas/StringFieldProperties.cs

@ -7,9 +7,9 @@
// ========================================================================== // ==========================================================================
using System.Collections.Generic; using System.Collections.Generic;
using Squidex.Infrastructure;
using System.Collections.Immutable; using System.Collections.Immutable;
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;
using Squidex.Infrastructure;
// ReSharper disable ObjectCreationAsStatement // ReSharper disable ObjectCreationAsStatement

2
src/Squidex.Domain.Apps.Events/Assets/AssetEvent.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// AssertEvent.cs // AssetEvent.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

1
src/Squidex.Domain.Apps.Events/Schemas/SchemaCreated.cs

@ -8,7 +8,6 @@
using Squidex.Domain.Apps.Core.Schemas; using Squidex.Domain.Apps.Core.Schemas;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using SchemaFields = System.Collections.Generic.List<Squidex.Domain.Apps.Events.Schemas.SchemaCreatedField>; using SchemaFields = System.Collections.Generic.List<Squidex.Domain.Apps.Events.Schemas.SchemaCreatedField>;
namespace Squidex.Domain.Apps.Events.Schemas namespace Squidex.Domain.Apps.Events.Schemas

2
src/Squidex.Domain.Apps.Events/SquidexEvent.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// SquidexEventBase.cs // SquidexEvent.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

2
src/Squidex.Domain.Apps.Read.MongoDb/Apps/MongoAppEntity.cs

@ -11,9 +11,9 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using MongoDB.Bson.Serialization.Attributes; using MongoDB.Bson.Serialization.Attributes;
using Squidex.Domain.Apps.Core; using Squidex.Domain.Apps.Core;
using Squidex.Domain.Apps.Read.Apps;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.MongoDb; using Squidex.Infrastructure.MongoDb;
using Squidex.Domain.Apps.Read.Apps;
// ReSharper disable InvertIf // ReSharper disable InvertIf
// ReSharper disable AutoPropertyCanBeMadeGetOnly.Global // ReSharper disable AutoPropertyCanBeMadeGetOnly.Global

4
src/Squidex.Domain.Apps.Read.MongoDb/Apps/MongoAppRepository.cs

@ -10,10 +10,10 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Threading.Tasks; using System.Threading.Tasks;
using MongoDB.Driver; using MongoDB.Driver;
using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.MongoDb;
using Squidex.Domain.Apps.Read.Apps; using Squidex.Domain.Apps.Read.Apps;
using Squidex.Domain.Apps.Read.Apps.Repositories; using Squidex.Domain.Apps.Read.Apps.Repositories;
using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.MongoDb;
namespace Squidex.Domain.Apps.Read.MongoDb.Apps namespace Squidex.Domain.Apps.Read.MongoDb.Apps
{ {

2
src/Squidex.Domain.Apps.Read.MongoDb/Apps/MongoAppRepository_EventHandling.cs

@ -8,11 +8,11 @@
using System.Threading.Tasks; using System.Threading.Tasks;
using Squidex.Domain.Apps.Events.Apps; using Squidex.Domain.Apps.Events.Apps;
using Squidex.Domain.Apps.Read.MongoDb.Utils;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.Dispatching; using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Reflection; using Squidex.Infrastructure.Reflection;
using Squidex.Domain.Apps.Read.MongoDb.Utils;
namespace Squidex.Domain.Apps.Read.MongoDb.Apps namespace Squidex.Domain.Apps.Read.MongoDb.Apps
{ {

12
src/Squidex.Domain.Apps.Read.MongoDb/Assets/MongoAssetEntity.cs

@ -1,8 +1,16 @@
using System; // ==========================================================================
// MongoAssetEntity.cs
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex Group
// All rights reserved.
// ==========================================================================
using System;
using MongoDB.Bson.Serialization.Attributes; using MongoDB.Bson.Serialization.Attributes;
using Squidex.Domain.Apps.Read.Assets;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.MongoDb; using Squidex.Infrastructure.MongoDb;
using Squidex.Domain.Apps.Read.Assets;
namespace Squidex.Domain.Apps.Read.MongoDb.Assets namespace Squidex.Domain.Apps.Read.MongoDb.Assets
{ {

4
src/Squidex.Domain.Apps.Read.MongoDb/Assets/MongoAssetRepository.cs

@ -12,10 +12,10 @@ using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using MongoDB.Bson; using MongoDB.Bson;
using MongoDB.Driver; using MongoDB.Driver;
using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.MongoDb;
using Squidex.Domain.Apps.Read.Assets; using Squidex.Domain.Apps.Read.Assets;
using Squidex.Domain.Apps.Read.Assets.Repositories; using Squidex.Domain.Apps.Read.Assets.Repositories;
using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.MongoDb;
// ReSharper disable ClassNeverInstantiated.Local // ReSharper disable ClassNeverInstantiated.Local

2
src/Squidex.Domain.Apps.Read.MongoDb/Assets/MongoAssetRepository_EventHandling.cs

@ -8,10 +8,10 @@
using System.Threading.Tasks; using System.Threading.Tasks;
using Squidex.Domain.Apps.Events.Assets; using Squidex.Domain.Apps.Events.Assets;
using Squidex.Domain.Apps.Read.MongoDb.Utils;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.Dispatching; using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Reflection; using Squidex.Infrastructure.Reflection;
using Squidex.Domain.Apps.Read.MongoDb.Utils;
namespace Squidex.Domain.Apps.Read.MongoDb.Assets namespace Squidex.Domain.Apps.Read.MongoDb.Assets
{ {

4
src/Squidex.Domain.Apps.Read.MongoDb/Assets/MongoAssetStatsRepository.cs

@ -11,11 +11,11 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using MongoDB.Driver; using MongoDB.Driver;
using Squidex.Domain.Apps.Read.Assets;
using Squidex.Domain.Apps.Read.Assets.Repositories;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.MongoDb; using Squidex.Infrastructure.MongoDb;
using Squidex.Domain.Apps.Read.Assets;
using Squidex.Domain.Apps.Read.Assets.Repositories;
namespace Squidex.Domain.Apps.Read.MongoDb.Assets namespace Squidex.Domain.Apps.Read.MongoDb.Assets
{ {

4
src/Squidex.Domain.Apps.Read.MongoDb/Contents/MongoContentEntity.cs

@ -17,11 +17,13 @@ using Newtonsoft.Json.Linq;
using NodaTime; using NodaTime;
using Squidex.Domain.Apps.Core.Contents; using Squidex.Domain.Apps.Core.Contents;
using Squidex.Domain.Apps.Core.Schemas; using Squidex.Domain.Apps.Core.Schemas;
using Squidex.Domain.Apps.Read.Contents;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.MongoDb; using Squidex.Infrastructure.MongoDb;
using Squidex.Domain.Apps.Read.Contents;
using JsonConvert = Newtonsoft.Json.JsonConvert; using JsonConvert = Newtonsoft.Json.JsonConvert;
// ReSharper disable CollectionNeverUpdated.Global
// ReSharper disable AutoPropertyCanBeMadeGetOnly.Global
// ReSharper disable ConvertIfStatementToConditionalTernaryExpression // ReSharper disable ConvertIfStatementToConditionalTernaryExpression
// ReSharper disable InvertIf // ReSharper disable InvertIf

4
src/Squidex.Domain.Apps.Read.MongoDb/Contents/MongoContentRepository.cs

@ -13,8 +13,6 @@ using System.Threading.Tasks;
using Microsoft.OData.Core; using Microsoft.OData.Core;
using MongoDB.Bson; using MongoDB.Bson;
using MongoDB.Driver; using MongoDB.Driver;
using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Events;
using Squidex.Domain.Apps.Read.Apps; using Squidex.Domain.Apps.Read.Apps;
using Squidex.Domain.Apps.Read.Contents; using Squidex.Domain.Apps.Read.Contents;
using Squidex.Domain.Apps.Read.Contents.Builders; using Squidex.Domain.Apps.Read.Contents.Builders;
@ -22,6 +20,8 @@ using Squidex.Domain.Apps.Read.Contents.Repositories;
using Squidex.Domain.Apps.Read.MongoDb.Contents.Visitors; using Squidex.Domain.Apps.Read.MongoDb.Contents.Visitors;
using Squidex.Domain.Apps.Read.Schemas; using Squidex.Domain.Apps.Read.Schemas;
using Squidex.Domain.Apps.Read.Schemas.Services; using Squidex.Domain.Apps.Read.Schemas.Services;
using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Events;
namespace Squidex.Domain.Apps.Read.MongoDb.Contents namespace Squidex.Domain.Apps.Read.MongoDb.Contents
{ {

2
src/Squidex.Domain.Apps.Read.MongoDb/Contents/MongoContentRepository_EventHandling.cs

@ -12,10 +12,10 @@ using MongoDB.Driver;
using Squidex.Domain.Apps.Events.Assets; using Squidex.Domain.Apps.Events.Assets;
using Squidex.Domain.Apps.Events.Contents; using Squidex.Domain.Apps.Events.Contents;
using Squidex.Domain.Apps.Events.Schemas; using Squidex.Domain.Apps.Events.Schemas;
using Squidex.Domain.Apps.Read.MongoDb.Utils;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.Dispatching; using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Reflection; using Squidex.Infrastructure.Reflection;
using Squidex.Domain.Apps.Read.MongoDb.Utils;
// ReSharper disable UnusedParameterGlobal // ReSharper disable UnusedParameterGlobal
// ReSharper disable ConvertToLambdaExpression // ReSharper disable ConvertToLambdaExpression

2
src/Squidex.Domain.Apps.Read.MongoDb/Contents/Visitors/EdmModelExtensions.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// SchemaExtensions.cs // EdmModelExtensions.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

4
src/Squidex.Domain.Apps.Read.MongoDb/History/MongoHistoryEventRepository.cs

@ -13,11 +13,11 @@ using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using MongoDB.Driver; using MongoDB.Driver;
using Squidex.Domain.Apps.Events; using Squidex.Domain.Apps.Events;
using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.MongoDb;
using Squidex.Domain.Apps.Read.History; using Squidex.Domain.Apps.Read.History;
using Squidex.Domain.Apps.Read.History.Repositories; using Squidex.Domain.Apps.Read.History.Repositories;
using Squidex.Domain.Apps.Read.MongoDb.Utils; using Squidex.Domain.Apps.Read.MongoDb.Utils;
using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.MongoDb;
namespace Squidex.Domain.Apps.Read.MongoDb.History namespace Squidex.Domain.Apps.Read.MongoDb.History
{ {

2
src/Squidex.Domain.Apps.Read.MongoDb/History/ParsedHistoryEvent.cs

@ -9,8 +9,8 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using NodaTime; using NodaTime;
using Squidex.Infrastructure;
using Squidex.Domain.Apps.Read.History; using Squidex.Domain.Apps.Read.History;
using Squidex.Infrastructure;
// ReSharper disable LoopCanBeConvertedToQuery // ReSharper disable LoopCanBeConvertedToQuery

2
src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaEntity.cs

@ -11,9 +11,9 @@ using MongoDB.Bson.Serialization.Attributes;
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;
using Squidex.Domain.Apps.Core.Schemas; using Squidex.Domain.Apps.Core.Schemas;
using Squidex.Domain.Apps.Core.Schemas.Json; using Squidex.Domain.Apps.Core.Schemas.Json;
using Squidex.Domain.Apps.Read.Schemas;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.MongoDb; using Squidex.Infrastructure.MongoDb;
using Squidex.Domain.Apps.Read.Schemas;
namespace Squidex.Domain.Apps.Read.MongoDb.Schemas namespace Squidex.Domain.Apps.Read.MongoDb.Schemas
{ {

4
src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaRepository.cs

@ -13,11 +13,11 @@ using System.Threading.Tasks;
using MongoDB.Driver; using MongoDB.Driver;
using Squidex.Domain.Apps.Core.Schemas; using Squidex.Domain.Apps.Core.Schemas;
using Squidex.Domain.Apps.Core.Schemas.Json; using Squidex.Domain.Apps.Core.Schemas.Json;
using Squidex.Domain.Apps.Read.Schemas;
using Squidex.Domain.Apps.Read.Schemas.Repositories;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.MongoDb; using Squidex.Infrastructure.MongoDb;
using Squidex.Domain.Apps.Read.Schemas;
using Squidex.Domain.Apps.Read.Schemas.Repositories;
namespace Squidex.Domain.Apps.Read.MongoDb.Schemas namespace Squidex.Domain.Apps.Read.MongoDb.Schemas
{ {

2
src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaRepository_EventHandling.cs

@ -12,10 +12,10 @@ using Squidex.Domain.Apps.Core.Schemas;
using Squidex.Domain.Apps.Events; using Squidex.Domain.Apps.Events;
using Squidex.Domain.Apps.Events.Schemas; using Squidex.Domain.Apps.Events.Schemas;
using Squidex.Domain.Apps.Events.Schemas.Utils; using Squidex.Domain.Apps.Events.Schemas.Utils;
using Squidex.Domain.Apps.Read.MongoDb.Utils;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.Dispatching; using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Reflection; using Squidex.Infrastructure.Reflection;
using Squidex.Domain.Apps.Read.MongoDb.Utils;
namespace Squidex.Domain.Apps.Read.MongoDb.Schemas namespace Squidex.Domain.Apps.Read.MongoDb.Schemas
{ {

2
src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaWebhookEntity.cs

@ -12,6 +12,8 @@ using MongoDB.Bson;
using MongoDB.Bson.Serialization.Attributes; using MongoDB.Bson.Serialization.Attributes;
using Squidex.Domain.Apps.Read.Schemas; using Squidex.Domain.Apps.Read.Schemas;
// ReSharper disable AutoPropertyCanBeMadeGetOnly.Global
namespace Squidex.Domain.Apps.Read.MongoDb.Schemas namespace Squidex.Domain.Apps.Read.MongoDb.Schemas
{ {
public class MongoSchemaWebhookEntity : ISchemaWebhookEntity public class MongoSchemaWebhookEntity : ISchemaWebhookEntity

4
src/Squidex.Domain.Apps.Read.MongoDb/Schemas/MongoSchemaWebhookRepository.cs

@ -13,12 +13,12 @@ using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using MongoDB.Bson; using MongoDB.Bson;
using MongoDB.Driver; using MongoDB.Driver;
using Squidex.Domain.Apps.Read.Schemas;
using Squidex.Domain.Apps.Read.Schemas.Repositories;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.MongoDb; using Squidex.Infrastructure.MongoDb;
using Squidex.Infrastructure.Reflection; using Squidex.Infrastructure.Reflection;
using Squidex.Domain.Apps.Read.Schemas;
using Squidex.Domain.Apps.Read.Schemas.Repositories;
// ReSharper disable SwitchStatementMissingSomeCases // ReSharper disable SwitchStatementMissingSomeCases

2
src/Squidex.Domain.Apps.Read.MongoDb/Utils/MongoCollectionExtensions.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// CollectionExtensions.cs // MongoCollectionExtensions.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

2
src/Squidex.Domain.Apps.Read/Apps/AppHistoryEventsCreator.cs

@ -8,10 +8,10 @@
using System.Threading.Tasks; using System.Threading.Tasks;
using Squidex.Domain.Apps.Events.Apps; using Squidex.Domain.Apps.Events.Apps;
using Squidex.Domain.Apps.Read.History;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.Dispatching; using Squidex.Infrastructure.Dispatching;
using Squidex.Domain.Apps.Read.History;
// ReSharper disable UnusedParameter.Global // ReSharper disable UnusedParameter.Global

3
src/Squidex.Domain.Apps.Read/Apps/IAppClientEntity.cs

@ -1,11 +1,10 @@
// ========================================================================== // ==========================================================================
// IAppClientKeyEntity.cs // IAppClientEntity.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Read.Apps namespace Squidex.Domain.Apps.Read.Apps
{ {
public interface IAppClientEntity public interface IAppClientEntity

1
src/Squidex.Domain.Apps.Read/Apps/Services/IAppLimitsPlan.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Read.Apps.Services namespace Squidex.Domain.Apps.Read.Apps.Services
{ {
public interface IAppLimitsPlan public interface IAppLimitsPlan

4
src/Squidex.Domain.Apps.Read/Apps/Services/Implementations/CachingAppProvider.cs

@ -11,12 +11,12 @@ using System.Threading.Tasks;
using Microsoft.Extensions.Caching.Memory; using Microsoft.Extensions.Caching.Memory;
using Squidex.Domain.Apps.Events; using Squidex.Domain.Apps.Events;
using Squidex.Domain.Apps.Events.Apps; using Squidex.Domain.Apps.Events.Apps;
using Squidex.Domain.Apps.Read.Apps.Repositories;
using Squidex.Domain.Apps.Read.Utils;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.Caching; using Squidex.Infrastructure.Caching;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.Tasks; using Squidex.Infrastructure.Tasks;
using Squidex.Domain.Apps.Read.Apps.Repositories;
using Squidex.Domain.Apps.Read.Utils;
// ReSharper disable InvertIf // ReSharper disable InvertIf

1
src/Squidex.Domain.Apps.Read/Apps/Services/Implementations/ConfigAppLimitsPlan.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Read.Apps.Services.Implementations namespace Squidex.Domain.Apps.Read.Apps.Services.Implementations
{ {
public sealed class ConfigAppLimitsPlan : IAppLimitsPlan public sealed class ConfigAppLimitsPlan : IAppLimitsPlan

1
src/Squidex.Domain.Apps.Read/Assets/IAssetEntity.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Read.Assets namespace Squidex.Domain.Apps.Read.Assets
{ {
public interface IAssetEntity : IAppRefEntity, IEntityWithCreatedBy, IEntityWithLastModifiedBy, IEntityWithVersion public interface IAssetEntity : IAppRefEntity, IEntityWithCreatedBy, IEntityWithLastModifiedBy, IEntityWithVersion

2
src/Squidex.Domain.Apps.Read/Assets/IAssetStatsEntity.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// IAssetDaySizeEntity.cs // IAssetStatsEntity.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

2
src/Squidex.Domain.Apps.Read/Assets/Repositories/IAssetStatsRepository.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// IAssetDaySizeRepository.cs // IAssetStatsRepository.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

2
src/Squidex.Domain.Apps.Read/Contents/Builders/EdmModelBuilder.cs

@ -12,10 +12,10 @@ using Microsoft.OData.Edm;
using Microsoft.OData.Edm.Library; using Microsoft.OData.Edm.Library;
using Squidex.Domain.Apps.Core; using Squidex.Domain.Apps.Core;
using Squidex.Domain.Apps.Core.Schemas; using Squidex.Domain.Apps.Core.Schemas;
using Squidex.Infrastructure;
using Squidex.Domain.Apps.Read.Apps; using Squidex.Domain.Apps.Read.Apps;
using Squidex.Domain.Apps.Read.Schemas; using Squidex.Domain.Apps.Read.Schemas;
using Squidex.Domain.Apps.Read.Utils; using Squidex.Domain.Apps.Read.Utils;
using Squidex.Infrastructure;
namespace Squidex.Domain.Apps.Read.Contents.Builders namespace Squidex.Domain.Apps.Read.Contents.Builders
{ {

2
src/Squidex.Domain.Apps.Read/Contents/ContentHistoryEventsCreator.cs

@ -8,9 +8,9 @@
using System.Threading.Tasks; using System.Threading.Tasks;
using Squidex.Domain.Apps.Events.Contents; using Squidex.Domain.Apps.Events.Contents;
using Squidex.Domain.Apps.Read.History;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Domain.Apps.Read.History;
namespace Squidex.Domain.Apps.Read.Contents namespace Squidex.Domain.Apps.Read.Contents
{ {

2
src/Squidex.Domain.Apps.Read/History/HistoryEventsCreatorBase.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// HistoryEventCreatorBase.cs // HistoryEventsCreatorBase.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

2
src/Squidex.Domain.Apps.Read/History/IHistoryEventsCreator.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// IHistoryEventCreator.cs // IHistoryEventsCreator.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

2
src/Squidex.Domain.Apps.Read/IEntityWithCreatedBy.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// ITrackCreatedByEntity.cs // IEntityWithCreatedBy.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

2
src/Squidex.Domain.Apps.Read/IEntityWithLastModifiedBy.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// ITrackLastModifiedByEntity.cs // IEntityWithLastModifiedBy.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

1
src/Squidex.Domain.Apps.Read/IEntityWithVersion.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Read namespace Squidex.Domain.Apps.Read
{ {
public interface IEntityWithVersion public interface IEntityWithVersion

4
src/Squidex.Domain.Apps.Read/Schemas/SchemaHistoryEventsCreator.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// AppHistoryEventsCreator.cs // SchemaHistoryEventsCreator.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
@ -9,9 +9,9 @@
using System.Threading.Tasks; using System.Threading.Tasks;
using Squidex.Domain.Apps.Events; using Squidex.Domain.Apps.Events;
using Squidex.Domain.Apps.Events.Schemas; using Squidex.Domain.Apps.Events.Schemas;
using Squidex.Domain.Apps.Read.History;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Domain.Apps.Read.History;
// ReSharper disable InvertIf // ReSharper disable InvertIf

4
src/Squidex.Domain.Apps.Read/Schemas/Services/Implementations/CachingSchemaProvider.cs

@ -10,12 +10,12 @@ using System;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.Extensions.Caching.Memory; using Microsoft.Extensions.Caching.Memory;
using Squidex.Domain.Apps.Events.Schemas; using Squidex.Domain.Apps.Events.Schemas;
using Squidex.Domain.Apps.Read.Schemas.Repositories;
using Squidex.Domain.Apps.Read.Utils;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.Caching; using Squidex.Infrastructure.Caching;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.Tasks; using Squidex.Infrastructure.Tasks;
using Squidex.Domain.Apps.Read.Schemas.Repositories;
using Squidex.Domain.Apps.Read.Utils;
// ReSharper disable ConvertIfStatementToConditionalTernaryExpression // ReSharper disable ConvertIfStatementToConditionalTernaryExpression
// ReSharper disable InvertIf // ReSharper disable InvertIf

2
src/Squidex.Domain.Apps.Read/Schemas/WebhookInvoker.cs

@ -16,12 +16,12 @@ using Newtonsoft.Json;
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;
using NodaTime; using NodaTime;
using Squidex.Domain.Apps.Events.Contents; using Squidex.Domain.Apps.Events.Contents;
using Squidex.Domain.Apps.Read.Schemas.Repositories;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.Http; using Squidex.Infrastructure.Http;
using Squidex.Infrastructure.Log; using Squidex.Infrastructure.Log;
using Squidex.Infrastructure.Tasks; using Squidex.Infrastructure.Tasks;
using Squidex.Domain.Apps.Read.Schemas.Repositories;
namespace Squidex.Domain.Apps.Read.Schemas namespace Squidex.Domain.Apps.Read.Schemas
{ {

1
src/Squidex.Domain.Apps.Read/Schemas/WebhookResult.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Read.Schemas namespace Squidex.Domain.Apps.Read.Schemas
{ {
public enum WebhookResult public enum WebhookResult

1
src/Squidex.Domain.Apps.Read/Users/ExternalLogin.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Read.Users namespace Squidex.Domain.Apps.Read.Users
{ {
public sealed class ExternalLogin public sealed class ExternalLogin

1
src/Squidex.Domain.Apps.Read/Users/IRole.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Read.Users namespace Squidex.Domain.Apps.Read.Users
{ {
public interface IRole public interface IRole

1
src/Squidex.Domain.Apps.Read/Users/IRoleFactory.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Read.Users namespace Squidex.Domain.Apps.Read.Users
{ {
public interface IRoleFactory public interface IRoleFactory

1
src/Squidex.Domain.Apps.Read/Users/IUserFactory.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Read.Users namespace Squidex.Domain.Apps.Read.Users
{ {
public interface IUserFactory public interface IUserFactory

2
src/Squidex.Domain.Apps.Read/Users/UserExtensions.cs

@ -56,7 +56,7 @@ namespace Squidex.Domain.Apps.Read.Users
{ {
var url = user.Claims.FirstOrDefault(x => x.Type == SquidexClaimTypes.SquidexPictureUrl)?.Value; var url = user.Claims.FirstOrDefault(x => x.Type == SquidexClaimTypes.SquidexPictureUrl)?.Value;
if (url != null && !string.IsNullOrWhiteSpace(url) && Uri.IsWellFormedUriString(url, UriKind.Absolute) && url.Contains("gravatar")) if (!string.IsNullOrWhiteSpace(url) && Uri.IsWellFormedUriString(url, UriKind.Absolute) && url.Contains("gravatar"))
{ {
if (url.Contains("?")) if (url.Contains("?"))
{ {

2
src/Squidex.Domain.Apps.Read/Users/UserManagerExtensions.cs

@ -39,7 +39,7 @@ namespace Squidex.Domain.Apps.Read.Users
{ {
var result = userManager.Users; var result = userManager.Users;
if (email != null && !string.IsNullOrWhiteSpace(email)) if (!string.IsNullOrWhiteSpace(email))
{ {
var upperEmail = email.ToUpperInvariant(); var upperEmail = email.ToUpperInvariant();

8
src/Squidex.Domain.Apps.Write/Apps/AppCommandHandler.cs

@ -7,14 +7,14 @@
// ========================================================================== // ==========================================================================
using System.Threading.Tasks; using System.Threading.Tasks;
using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Commands;
using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Tasks;
using Squidex.Domain.Apps.Read.Apps.Repositories; using Squidex.Domain.Apps.Read.Apps.Repositories;
using Squidex.Domain.Apps.Read.Apps.Services; using Squidex.Domain.Apps.Read.Apps.Services;
using Squidex.Domain.Apps.Read.Users; using Squidex.Domain.Apps.Read.Users;
using Squidex.Domain.Apps.Write.Apps.Commands; using Squidex.Domain.Apps.Write.Apps.Commands;
using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Commands;
using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Tasks;
// ReSharper disable InvertIf // ReSharper disable InvertIf

2
src/Squidex.Domain.Apps.Write/Apps/AppDomainObject.cs

@ -12,12 +12,12 @@ using Squidex.Domain.Apps.Core;
using Squidex.Domain.Apps.Core.Apps; using Squidex.Domain.Apps.Core.Apps;
using Squidex.Domain.Apps.Events; using Squidex.Domain.Apps.Events;
using Squidex.Domain.Apps.Events.Apps; using Squidex.Domain.Apps.Events.Apps;
using Squidex.Domain.Apps.Write.Apps.Commands;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS; using Squidex.Infrastructure.CQRS;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.Dispatching; using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Reflection; using Squidex.Infrastructure.Reflection;
using Squidex.Domain.Apps.Write.Apps.Commands;
// ReSharper disable InvertIf // ReSharper disable InvertIf

2
src/Squidex.Domain.Apps.Write/Apps/Commands/ChangePlan.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// ChangePlanCommand.cs // ChangePlan.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

2
src/Squidex.Domain.Apps.Write/Assets/AssetCommandHandler.cs

@ -7,12 +7,12 @@
// ========================================================================== // ==========================================================================
using System.Threading.Tasks; using System.Threading.Tasks;
using Squidex.Domain.Apps.Write.Assets.Commands;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.Assets; using Squidex.Infrastructure.Assets;
using Squidex.Infrastructure.CQRS.Commands; using Squidex.Infrastructure.CQRS.Commands;
using Squidex.Infrastructure.Dispatching; using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Tasks; using Squidex.Infrastructure.Tasks;
using Squidex.Domain.Apps.Write.Assets.Commands;
namespace Squidex.Domain.Apps.Write.Assets namespace Squidex.Domain.Apps.Write.Assets
{ {

2
src/Squidex.Domain.Apps.Write/Assets/AssetDomainObject.cs

@ -8,12 +8,12 @@
using System; using System;
using Squidex.Domain.Apps.Events.Assets; using Squidex.Domain.Apps.Events.Assets;
using Squidex.Domain.Apps.Write.Assets.Commands;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS; using Squidex.Infrastructure.CQRS;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.Dispatching; using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Reflection; using Squidex.Infrastructure.Reflection;
using Squidex.Domain.Apps.Write.Assets.Commands;
// ReSharper disable UnusedParameter.Local // ReSharper disable UnusedParameter.Local

1
src/Squidex.Domain.Apps.Write/Assets/Commands/DeleteAsset.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Assets.Commands namespace Squidex.Domain.Apps.Write.Assets.Commands
{ {
public sealed class DeleteAsset : AssetAggregateCommand public sealed class DeleteAsset : AssetAggregateCommand

2
src/Squidex.Domain.Apps.Write/Assets/Commands/UpdateAsset.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// UpdateAssetCommand.cs // UpdateAsset.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

1
src/Squidex.Domain.Apps.Write/Contents/Commands/DeleteContent.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Contents.Commands namespace Squidex.Domain.Apps.Write.Contents.Commands
{ {
public class DeleteContent : ContentCommand public class DeleteContent : ContentCommand

1
src/Squidex.Domain.Apps.Write/Contents/Commands/PatchContent.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Contents.Commands namespace Squidex.Domain.Apps.Write.Contents.Commands
{ {
public class PatchContent : ContentDataCommand public class PatchContent : ContentDataCommand

1
src/Squidex.Domain.Apps.Write/Contents/Commands/PublishContent.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Contents.Commands namespace Squidex.Domain.Apps.Write.Contents.Commands
{ {
public class PublishContent : ContentCommand public class PublishContent : ContentCommand

1
src/Squidex.Domain.Apps.Write/Contents/Commands/UnpublishContent.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Contents.Commands namespace Squidex.Domain.Apps.Write.Contents.Commands
{ {
public class UnpublishContent : ContentCommand public class UnpublishContent : ContentCommand

1
src/Squidex.Domain.Apps.Write/Contents/Commands/UpdateContent.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Contents.Commands namespace Squidex.Domain.Apps.Write.Contents.Commands
{ {
public class UpdateContent : ContentDataCommand public class UpdateContent : ContentDataCommand

8
src/Squidex.Domain.Apps.Write/Contents/ContentCommandHandler.cs

@ -12,15 +12,15 @@ using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using Squidex.Domain.Apps.Core; using Squidex.Domain.Apps.Core;
using Squidex.Domain.Apps.Core.Schemas; using Squidex.Domain.Apps.Core.Schemas;
using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Commands;
using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Tasks;
using Squidex.Domain.Apps.Read.Apps.Services; using Squidex.Domain.Apps.Read.Apps.Services;
using Squidex.Domain.Apps.Read.Assets.Repositories; using Squidex.Domain.Apps.Read.Assets.Repositories;
using Squidex.Domain.Apps.Read.Contents.Repositories; using Squidex.Domain.Apps.Read.Contents.Repositories;
using Squidex.Domain.Apps.Read.Schemas.Services; using Squidex.Domain.Apps.Read.Schemas.Services;
using Squidex.Domain.Apps.Write.Contents.Commands; using Squidex.Domain.Apps.Write.Contents.Commands;
using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Commands;
using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Tasks;
// ReSharper disable ConvertToLambdaExpression // ReSharper disable ConvertToLambdaExpression

2
src/Squidex.Domain.Apps.Write/Contents/ContentDomainObject.cs

@ -9,12 +9,12 @@
using System; using System;
using Squidex.Domain.Apps.Core.Contents; using Squidex.Domain.Apps.Core.Contents;
using Squidex.Domain.Apps.Events.Contents; using Squidex.Domain.Apps.Events.Contents;
using Squidex.Domain.Apps.Write.Contents.Commands;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS; using Squidex.Infrastructure.CQRS;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.Dispatching; using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Reflection; using Squidex.Infrastructure.Reflection;
using Squidex.Domain.Apps.Write.Contents.Commands;
namespace Squidex.Domain.Apps.Write.Contents namespace Squidex.Domain.Apps.Write.Contents
{ {

1
src/Squidex.Domain.Apps.Write/Schemas/Commands/CreateSchema.cs

@ -11,7 +11,6 @@ using System.Collections.Generic;
using Squidex.Domain.Apps.Core.Schemas; using Squidex.Domain.Apps.Core.Schemas;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Commands; using Squidex.Infrastructure.CQRS.Commands;
using SchemaFields = System.Collections.Generic.List<Squidex.Domain.Apps.Write.Schemas.Commands.CreateSchemaField>; using SchemaFields = System.Collections.Generic.List<Squidex.Domain.Apps.Write.Schemas.Commands.CreateSchemaField>;
namespace Squidex.Domain.Apps.Write.Schemas.Commands namespace Squidex.Domain.Apps.Write.Schemas.Commands

1
src/Squidex.Domain.Apps.Write/Schemas/Commands/DeleteField.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Schemas.Commands namespace Squidex.Domain.Apps.Write.Schemas.Commands
{ {
public class DeleteField : FieldCommand public class DeleteField : FieldCommand

1
src/Squidex.Domain.Apps.Write/Schemas/Commands/DeleteSchema.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Schemas.Commands namespace Squidex.Domain.Apps.Write.Schemas.Commands
{ {
public class DeleteSchema : SchemaAggregateCommand public class DeleteSchema : SchemaAggregateCommand

1
src/Squidex.Domain.Apps.Write/Schemas/Commands/DisableField.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Schemas.Commands namespace Squidex.Domain.Apps.Write.Schemas.Commands
{ {
public class DisableField : FieldCommand public class DisableField : FieldCommand

1
src/Squidex.Domain.Apps.Write/Schemas/Commands/EnableField.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Schemas.Commands namespace Squidex.Domain.Apps.Write.Schemas.Commands
{ {
public class EnableField : FieldCommand public class EnableField : FieldCommand

1
src/Squidex.Domain.Apps.Write/Schemas/Commands/FieldCommand.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Schemas.Commands namespace Squidex.Domain.Apps.Write.Schemas.Commands
{ {
public class FieldCommand : SchemaAggregateCommand public class FieldCommand : SchemaAggregateCommand

1
src/Squidex.Domain.Apps.Write/Schemas/Commands/HideField.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Schemas.Commands namespace Squidex.Domain.Apps.Write.Schemas.Commands
{ {
public class HideField : FieldCommand public class HideField : FieldCommand

1
src/Squidex.Domain.Apps.Write/Schemas/Commands/PublishSchema.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Schemas.Commands namespace Squidex.Domain.Apps.Write.Schemas.Commands
{ {
public class PublishSchema : SchemaAggregateCommand public class PublishSchema : SchemaAggregateCommand

1
src/Squidex.Domain.Apps.Write/Schemas/Commands/ShowField.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Schemas.Commands namespace Squidex.Domain.Apps.Write.Schemas.Commands
{ {
public class ShowField : FieldCommand public class ShowField : FieldCommand

3
src/Squidex.Domain.Apps.Write/Schemas/Commands/UnpublishSchema.cs

@ -1,11 +1,10 @@
// ========================================================================== // ==========================================================================
// UnpublishShema.cs // UnpublishSchema.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Domain.Apps.Write.Schemas.Commands namespace Squidex.Domain.Apps.Write.Schemas.Commands
{ {
public class UnpublishSchema : SchemaAggregateCommand public class UnpublishSchema : SchemaAggregateCommand

4
src/Squidex.Domain.Apps.Write/Schemas/SchemaCommandHandler.cs

@ -8,12 +8,12 @@
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using Squidex.Domain.Apps.Read.Schemas.Services;
using Squidex.Domain.Apps.Write.Schemas.Commands;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS.Commands; using Squidex.Infrastructure.CQRS.Commands;
using Squidex.Infrastructure.Dispatching; using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Tasks; using Squidex.Infrastructure.Tasks;
using Squidex.Domain.Apps.Read.Schemas.Services;
using Squidex.Domain.Apps.Write.Schemas.Commands;
namespace Squidex.Domain.Apps.Write.Schemas namespace Squidex.Domain.Apps.Write.Schemas
{ {

4
src/Squidex.Domain.Apps.Write/Schemas/SchemaDomainObject.cs

@ -7,16 +7,16 @@
// ========================================================================== // ==========================================================================
using System; using System;
using System.Collections.Generic;
using Squidex.Domain.Apps.Core.Schemas; using Squidex.Domain.Apps.Core.Schemas;
using Squidex.Domain.Apps.Events.Schemas; using Squidex.Domain.Apps.Events.Schemas;
using Squidex.Domain.Apps.Events.Schemas.Utils; using Squidex.Domain.Apps.Events.Schemas.Utils;
using Squidex.Domain.Apps.Write.Schemas.Commands;
using Squidex.Infrastructure; using Squidex.Infrastructure;
using Squidex.Infrastructure.CQRS; using Squidex.Infrastructure.CQRS;
using Squidex.Infrastructure.CQRS.Events; using Squidex.Infrastructure.CQRS.Events;
using Squidex.Infrastructure.Dispatching; using Squidex.Infrastructure.Dispatching;
using Squidex.Infrastructure.Reflection; using Squidex.Infrastructure.Reflection;
using Squidex.Domain.Apps.Write.Schemas.Commands;
using System.Collections.Generic;
namespace Squidex.Domain.Apps.Write.Schemas namespace Squidex.Domain.Apps.Write.Schemas
{ {

2
src/Squidex.Infrastructure.MongoDb/InstantSerializer.cs

@ -6,10 +6,10 @@
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
using System;
using MongoDB.Bson.Serialization; using MongoDB.Bson.Serialization;
using MongoDB.Bson.Serialization.Serializers; using MongoDB.Bson.Serialization.Serializers;
using NodaTime; using NodaTime;
using System;
// ReSharper disable InvertIf // ReSharper disable InvertIf

2
src/Squidex.Infrastructure/Assets/AssetFile.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// IAssetFile.cs // AssetFile.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

2
src/Squidex.Infrastructure/Assets/FolderAssetStore.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// FolderAssetStorage.cs // FolderAssetStore.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

2
src/Squidex.Infrastructure/Assets/IAssetStore.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// IAssetStorage.cs // IAssetStore.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

3
src/Squidex.Infrastructure/Assets/ImageInfo.cs

@ -3,9 +3,8 @@
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved.d // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Infrastructure.Assets namespace Squidex.Infrastructure.Assets
{ {
public sealed class ImageInfo public sealed class ImageInfo

1
src/Squidex.Infrastructure/CQRS/Commands/EntityCreatedResult.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Infrastructure.CQRS.Commands namespace Squidex.Infrastructure.CQRS.Commands
{ {
public static class EntityCreatedResult public static class EntityCreatedResult

1
src/Squidex.Infrastructure/CQRS/Commands/EntityCreatedResult_T.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Infrastructure.CQRS.Commands namespace Squidex.Infrastructure.CQRS.Commands
{ {
public sealed class EntityCreatedResult<T> : EntitySavedResult public sealed class EntityCreatedResult<T> : EntitySavedResult

1
src/Squidex.Infrastructure/CQRS/Commands/EntitySavedResult.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Infrastructure.CQRS.Commands namespace Squidex.Infrastructure.CQRS.Commands
{ {
public class EntitySavedResult public class EntitySavedResult

1
src/Squidex.Infrastructure/CQRS/Commands/ICommand.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Infrastructure.CQRS.Commands namespace Squidex.Infrastructure.CQRS.Commands
{ {
public interface ICommand public interface ICommand

2
src/Squidex.Infrastructure/CQRS/DomainObjectBase.cs

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// DomainObject.cs // DomainObjectBase.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group

1
src/Squidex.Infrastructure/CQRS/Events/CommonHeaders.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Infrastructure.CQRS.Events namespace Squidex.Infrastructure.CQRS.Events
{ {
public static class CommonHeaders public static class CommonHeaders

1
src/Squidex.Infrastructure/CQRS/Events/EnvelopeHeaders.cs

@ -5,7 +5,6 @@
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Infrastructure.CQRS.Events namespace Squidex.Infrastructure.CQRS.Events
{ {
public sealed class EnvelopeHeaders : PropertiesBag public sealed class EnvelopeHeaders : PropertiesBag

3
src/Squidex.Infrastructure/CQRS/Events/Envelope_1.cs

@ -1,11 +1,10 @@
// ========================================================================== // ==========================================================================
// Envelope.cs // Envelope_1.cs
// Squidex Headless CMS // Squidex Headless CMS
// ========================================================================== // ==========================================================================
// Copyright (c) Squidex Group // Copyright (c) Squidex Group
// All rights reserved. // All rights reserved.
// ========================================================================== // ==========================================================================
namespace Squidex.Infrastructure.CQRS.Events namespace Squidex.Infrastructure.CQRS.Events
{ {
public class Envelope<TPayload> where TPayload : class public class Envelope<TPayload> where TPayload : class

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save