From 31cd1aeb8e625b8ecb2b610c385a9c70bd4d2926 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 24 Oct 2016 19:52:26 +0200 Subject: [PATCH] Rename --- PinkParrot.sln => Squidex.sln | 0 ...arrot.sln.DotSettings => Squidex.sln.DotSettings | 0 .../Schemas/Field.cs | 0 .../Schemas/FieldProperties.cs | 0 .../Schemas/FieldRegistry.cs | 0 .../Schemas/Field_Generic.cs | 0 .../Schemas/IRegisteredField.cs | 0 .../Schemas/NamedElementProperties.cs | 0 .../Schemas/NumberField.cs | 0 .../Schemas/NumberFieldProperties.cs | 0 .../Schemas/Schema.cs | 0 .../Schemas/SchemaProperties.cs | 0 .../Squidex.Core.xproj | 0 src/{PinkParrot.Core => Squidex.Core}/project.json | 0 .../.gitignore | 0 .../AppEvent.cs | 0 .../Apps/AppCreated.cs | 0 .../Schemas/FieldAdded.cs | 0 .../Schemas/FieldDeleted.cs | 0 .../Schemas/FieldDisabled.cs | 0 .../Schemas/FieldEnabled.cs | 0 .../Schemas/FieldHidden.cs | 0 .../Schemas/FieldShown.cs | 0 .../Schemas/FieldUpdated.cs | 0 .../Schemas/SchemaCreated.cs | 0 .../Schemas/SchemaDeleted.cs | 0 .../Schemas/SchemaUpdated.cs | 0 .../Squidex.Events.xproj | 0 .../project.json | 0 .../CQRS/Autofac/AutofacDomainObjectFactory.cs | 0 .../CQRS/Commands/AggregateCommand.cs | 0 .../CQRS/Commands/CommandContext.cs | 0 .../CQRS/Commands/CommandHandler.cs | 0 .../CQRS/Commands/CommandingExtensions.cs | 0 .../CQRS/Commands/IAggregateCommand.cs | 0 .../CQRS/Commands/ICommand.cs | 0 .../CQRS/Commands/ICommandBus.cs | 0 .../CQRS/Commands/ICommandHandler.cs | 0 .../CQRS/Commands/IDomainObjectFactory.cs | 0 .../CQRS/Commands/IDomainObjectRepository.cs | 0 .../CQRS/Commands/InMemoryCommandBus.cs | 0 .../CQRS/CommonHeaders.cs | 0 .../CQRS/DomainObject.cs | 0 .../CQRS/Envelope.cs | 0 .../CQRS/EnvelopeExtensions.cs | 0 .../CQRS/EnvelopeFactory.cs | 0 .../CQRS/EnvelopeHeaders.cs | 0 .../CQRS/EventStore/DefaultNameResolver.cs | 0 .../CQRS/EventStore/EventStoreBus.cs | 0 .../EventStore/EventStoreDomainObjectRepository.cs | 0 .../CQRS/EventStore/EventStoreFormatter.cs | 0 .../CQRS/EventStore/IStreamNameResolver.cs | 0 .../CQRS/EventStore/IStreamPositionStorage.cs | 0 .../CQRS/Events/ICatchEventConsumer.cs | 0 .../CQRS/Events/IEvent.cs | 0 .../CQRS/Events/IEventConsumer.cs | 0 .../CQRS/Events/ILiveEventConsumer.cs | 0 .../CQRS/IAggregate.cs | 0 .../CQRS/IAppAggregate.cs | 0 .../CollectionExtensions.cs | 0 .../Dispatching/ActionContextDispatcher.cs | 0 .../Dispatching/ActionContextDispatcherFactory.cs | 0 .../Dispatching/ActionDispatcher.cs | 0 .../Dispatching/ActionDispatcherFactory.cs | 0 .../Dispatching/DispatchExtensions.cs | 0 .../Dispatching/FuncContextDispatcher.cs | 0 .../Dispatching/FuncContextDispatcherFactory.cs | 0 .../Dispatching/FuncDispatcher.cs | 0 .../Dispatching/FuncDispatcherFactory.cs | 0 .../Dispatching/Helper.cs | 0 .../DomainException.cs | 0 .../DomainObjectDeletedException.cs | 0 .../DomainObjectException.cs | 0 .../DomainObjectNotFoundException.cs | 0 .../DomainObjectVersionException.cs | 0 .../EnumExtensions.cs | 0 .../Extensions.cs | 0 .../Guard.cs | 0 .../IValidatable.cs | 0 .../Json/PropertiesBagConverter.cs | 0 .../Json/TypeNameSerializationBinder.cs | 0 .../PropertiesBag.cs | 0 .../PropertyValue.cs | 0 .../Reflection/IPropertyAccessor.cs | 0 .../Reflection/PropertiesTypeAccessor.cs | 0 .../Reflection/PropertyAccessor.cs | 0 .../Reflection/ReflectionExtensions.cs | 0 .../Reflection/SimpleMapper.cs | 0 .../Squidex.Infrastructure.xproj | 0 .../Tasks/TaskExtensions.cs | 0 .../Tasks/TaskHelper.cs | 0 .../TypeNameAttribute.cs | 0 .../TypeNameRegistry.cs | 0 .../ValidationError.cs | 0 .../ValidationException.cs | 0 .../ValidationExtensions.cs | 0 .../project.json | 0 .../Apps/IAppEntity.cs | 0 .../Apps/Repositories/IAppRepository.cs | 0 .../Apps/Services/IAppProvider.cs | 0 .../Services/Implementations/CachingAppProvider.cs | 0 src/{PinkParrot.Read => Squidex.Read}/IAppEntity.cs | 0 src/{PinkParrot.Read => Squidex.Read}/IEntity.cs | 0 .../Schemas/Repositories/ISchemaEntity.cs | 0 .../Schemas/Repositories/ISchemaEntityWithSchema.cs | 0 .../Schemas/Repositories/ISchemaRepository.cs | 0 .../Schemas/Services/ISchemaProvider.cs | 0 .../Implementations/CachingSchemaProvider.cs | 0 .../Squidex.Read.xproj | 0 .../Utils/CachingProvider.cs | 0 src/{PinkParrot.Read => Squidex.Read}/project.json | 0 .../Apps/MongoAppEntity.cs | 0 .../Apps/MongoAppRepository.cs | 0 .../Infrastructure/MongoPersistedGrantStore.cs | 0 .../Infrastructure/MongoStreamPositionEntity.cs | 0 .../Infrastructure/MongoStreamPositionStorage.cs | 0 .../MongoDbModule.cs | 0 .../MyMongoDbOptions.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Schemas/Models/FieldDto.cs | 0 .../Schemas/Models/SchemaDto.cs | 0 .../Schemas/MongoSchemaEntity.cs | 0 .../Schemas/MongoSchemaRepository.cs | 0 .../Squidex.Store.MongoDb.xproj | 0 .../Utils/EntityMapper.cs | 0 .../Utils/MongoEntity.cs | 0 .../Utils/MongoExtensions.cs | 0 .../Utils/MongoRepositoryBase.cs | 0 .../project.json | 0 src/{PinkParrot.Write => Squidex.Write}/.gitignore | 0 .../AppCommand.cs | 0 .../Apps/AppCommandHandler.cs | 0 .../Apps/AppDomainObject.cs | 0 .../Apps/Commands/CreateApp.cs | 0 .../IAppCommand.cs | 0 .../Schemas/Commands/AddField.cs | 0 .../Schemas/Commands/CreateSchema.cs | 0 .../Schemas/Commands/DeleteField.cs | 0 .../Schemas/Commands/DeleteSchema.cs | 0 .../Schemas/Commands/DisableField.cs | 0 .../Schemas/Commands/EnableField.cs | 0 .../Schemas/Commands/HideField.cs | 0 .../Schemas/Commands/ShowField.cs | 0 .../Schemas/Commands/UpdateField.cs | 0 .../Schemas/Commands/UpdateSchema.cs | 0 .../Schemas/SchemaCommandHandler.cs | 0 .../Schemas/SchemaDomainObject.cs | 0 .../Squidex.Write.xproj | 0 .../project.json | 0 src/{PinkParrot => Squidex}/.vscode/settings.json | 0 .../Configurations/Domain/InfrastructureModule.cs | 0 .../Configurations/Domain/InfrastructureUsage.cs | 0 .../Configurations/Domain/ReadModule.cs | 0 .../Configurations/Domain/Serializers.cs | 0 .../Configurations/EventStore/EventStoreModule.cs | 0 .../Configurations/EventStore/EventStoreUsage.cs | 0 .../EventStore/MyEventStoreOptions.cs | 0 .../Configurations/Identity/Cert/IdentityCert.snk | Bin .../Configurations/Identity/IdentityServices.cs | 0 .../Configurations/Identity/IdentityUsage.cs | 0 .../Configurations/Identity/MyIdentityOptions.cs | 0 .../Configurations/Web/WebDependencies.cs | 0 .../Configurations/Web/WebpackServices.cs | 0 .../Configurations/Web/WebpackUsage.cs | 0 .../Configurations/Web/WriteModule.cs | 0 .../Modules/Api/Apps/AppController.cs | 0 .../Modules/Api/Apps/Models/CreateAppDto.cs | 0 .../Modules/Api/Apps/Models/ListAppDto.cs | 0 .../Modules/Api/EntityCreatedDto.cs | 0 src/{PinkParrot => Squidex}/Modules/Api/ErrorDto.cs | 0 .../Modules/Api/Schemas/Models/CreateFieldDto.cs | 0 .../Modules/Api/Schemas/Models/CreateSchemaDto.cs | 0 .../Modules/Api/Schemas/Models/ListSchemaDto.cs | 0 .../Modules/Api/Schemas/Models/UpdateFieldDto.cs | 0 .../Modules/Api/Schemas/Models/UpdateSchemaDto.cs | 0 .../Modules/Api/Schemas/SchemaFieldsController.cs | 0 .../Modules/Api/Schemas/SchemasController.cs | 0 .../Modules/ControllerBase.cs | 0 .../Modules/UI/Account/AccountController.cs | 0 .../Modules/UI/Account/ExternalProvider.cs | 0 .../Modules/UI/Account/LoginVM.cs | 0 .../Pipeline/ApiExceptionFilterAttribute.cs | 0 src/{PinkParrot => Squidex}/Pipeline/AppFeature.cs | 0 .../Pipeline/AppMiddleware.cs | 0 .../CommandHandlers/EnrichWithAggregateIdHandler.cs | 0 .../CommandHandlers/EnrichWithAppIdHandler.cs | 0 .../Pipeline/CommandHandlers/LogExceptionHandler.cs | 0 .../Pipeline/CommandHandlers/LogExecutingHandler.cs | 0 .../Pipeline/DeactivateForAppDomainAttribute.cs | 0 src/{PinkParrot => Squidex}/Pipeline/IAppFeature.cs | 0 .../Pipeline/WebpackMiddleware.cs | 0 .../Pipeline/WebpackRunner.cs | 0 src/{PinkParrot => Squidex}/Program.cs | 0 .../Properties/launchSettings.json | 0 src/{PinkParrot => Squidex}/Squidex.xproj | 0 src/{PinkParrot => Squidex}/Startup.cs | 0 .../Views/Account/ClientPopup.cshtml | 0 .../Views/Account/ClientSilent.cshtml | 0 .../Views/Account/Login.cshtml | 0 .../Views/_ViewImports.cshtml | 0 src/{PinkParrot => Squidex}/Views/_ViewStart.cshtml | 0 .../app-config/auto-loader.js | 0 .../app-config/fix-coverage-loader.js | 0 src/{PinkParrot => Squidex}/app-config/helpers.js | 0 .../app-config/karma-test-shim.js | 0 .../app-config/karma.conf.js | 0 .../app-config/karma.coverage.conf.js | 0 .../app-config/webpack.common.js | 0 .../app-config/webpack.coverage.js | 0 .../app-config/webpack.dev.js | 0 .../app-config/webpack.prod.js | 0 .../app-config/webpack.test.js | 0 .../app-libs/typings/global.d.ts | 0 src/{PinkParrot => Squidex}/app/app.component.html | 0 src/{PinkParrot => Squidex}/app/app.component.scss | 0 .../app/app.component.spec.ts | 0 src/{PinkParrot => Squidex}/app/app.component.ts | 0 src/{PinkParrot => Squidex}/app/app.module.ts | 0 src/{PinkParrot => Squidex}/app/app.routes.ts | 0 .../app/components/apps/apps.component.html | 0 .../app/components/apps/apps.component.ts | 0 .../app/components/apps/apps.module.ts | 0 .../app/components/apps/declarations.ts | 0 .../app/components/apps/index.ts | 0 src/{PinkParrot => Squidex}/app/components/index.ts | 0 .../app/components/login/declarations.ts | 0 .../app/components/login/index.ts | 0 .../app/components/login/login.component.html | 0 .../app/components/login/login.component.ts | 0 .../app/components/login/login.module.ts | 0 .../app/framework/angular/action.spec.ts | 0 .../app/framework/angular/action.ts | 0 .../app/framework/angular/cloak.directive.spec.ts | 0 .../app/framework/angular/cloak.directive.ts | 0 .../framework/angular/color-picker.component.html | 0 .../framework/angular/color-picker.component.scss | 0 .../angular/color-picker.component.spec.ts | 0 .../app/framework/angular/color-picker.component.ts | 0 .../app/framework/angular/date-time.pipes.spec.ts | 0 .../app/framework/angular/date-time.pipes.ts | 0 .../app/framework/angular/drag-model.directive.ts | 0 .../angular/focus-on-change.directive.spec.ts | 0 .../framework/angular/focus-on-change.directive.ts | 0 .../app/framework/angular/image-drop.directive.ts | 0 .../app/framework/angular/money.pipe.spec.ts | 0 .../app/framework/angular/money.pipe.ts | 0 .../framework/angular/shortcut.component.spec.ts | 0 .../app/framework/angular/shortcut.component.ts | 0 .../app/framework/angular/slider.component.html | 0 .../app/framework/angular/slider.component.scss | 0 .../app/framework/angular/slider.component.ts | 0 .../app/framework/angular/spinner.component.ts | 0 .../app/framework/angular/user-report.component.ts | 0 .../app/framework/angular/validators.spec.ts | 0 .../app/framework/angular/validators.ts | 0 .../app/framework/configurations.ts | 0 .../app/framework/declarations.ts | 0 .../app/framework/framework.module.ts | 0 src/{PinkParrot => Squidex}/app/framework/index.ts | 0 .../app/framework/plattform.ts | 0 .../framework/services/clipboard.service.spec.ts | 0 .../app/framework/services/clipboard.service.ts | 0 .../app/framework/services/drag.service.spec.ts | 0 .../app/framework/services/drag.service.ts | 0 .../framework/services/local-store.service.spec.ts | 0 .../app/framework/services/local-store.service.ts | 0 .../app/framework/services/shortcut.service.spec.ts | 0 .../app/framework/services/shortcut.service.ts | 0 .../app/framework/services/title.service.spec.ts | 0 .../app/framework/services/title.service.ts | 0 .../app/framework/utils/color-palette.spec.ts | 0 .../app/framework/utils/color-palette.ts | 0 .../app/framework/utils/color.spec.ts | 0 .../app/framework/utils/color.ts | 0 .../app/framework/utils/date-helper.spec.ts | 0 .../app/framework/utils/date-helper.ts | 0 .../app/framework/utils/date-time.spec.ts | 0 .../app/framework/utils/date-time.ts | 0 .../app/framework/utils/duration.spec.ts | 0 .../app/framework/utils/duration.ts | 0 .../app/framework/utils/immutable-id-map.spec.ts | 0 .../app/framework/utils/immutable-id-map.ts | 0 .../app/framework/utils/immutable-list.spec.ts | 0 .../app/framework/utils/immutable-list.ts | 0 .../app/framework/utils/immutable-object.spec.ts | 0 .../app/framework/utils/immutable-object.ts | 0 .../app/framework/utils/immutable-set.spec.ts | 0 .../app/framework/utils/immutable-set.ts | 0 .../app/framework/utils/math-helper.spec.ts | 0 .../app/framework/utils/math-helper.ts | 0 .../app/framework/utils/rect2.spec.ts | 0 .../app/framework/utils/rect2.ts | 0 .../app/framework/utils/rotation.spec.ts | 0 .../app/framework/utils/rotation.ts | 0 .../app/framework/utils/vec2.spec.ts | 0 .../app/framework/utils/vec2.ts | 0 src/{PinkParrot => Squidex}/app/main.ts | 0 src/{PinkParrot => Squidex}/app/polyfills.ts | 0 .../app/shared/guards/auth.guard.ts | 0 src/{PinkParrot => Squidex}/app/shared/index.ts | 0 .../app/shared/services/auth.service.ts | 0 .../app/theme/_bootstrap.scss | 0 src/{PinkParrot => Squidex}/app/theme/_layout.scss | 0 src/{PinkParrot => Squidex}/app/theme/_mixins.scss | 0 src/{PinkParrot => Squidex}/app/theme/_vars.scss | 0 src/{PinkParrot => Squidex}/app/theme/theme.scss | 0 src/{PinkParrot => Squidex}/app/theme/vendor.scss | 0 src/{PinkParrot => Squidex}/app/vendor.ts | 0 src/{PinkParrot => Squidex}/appsettings.json | 0 src/{PinkParrot => Squidex}/karma.coverage.conf.js | 0 src/{PinkParrot => Squidex}/package.json | 0 src/{PinkParrot => Squidex}/project.json | 0 src/{PinkParrot => Squidex}/tsconfig.json | 0 src/{PinkParrot => Squidex}/tslint.json | 0 src/{PinkParrot => Squidex}/typings.json | 0 src/{PinkParrot => Squidex}/web.config | 0 src/{PinkParrot => Squidex}/webpack.config.js | 0 src/{PinkParrot => Squidex}/wwwroot/index.html | 0 .../wwwroot/scripts/oidc-client.min.js | 0 .../CQRS/Autofac/AutofacDomainObjectFactoryTests.cs | 0 .../CQRS/Commands/CommandsHandlerTests.cs | 0 .../CQRS/Commands/InMemoryCommandBusTests.cs | 0 .../CQRS/EnvelopeExtensionsTests.cs | 0 .../CollectionExtensionsTests.cs | 0 .../DispatchingTests.cs | 0 .../EnumExtensionsTests.cs | 0 .../GuardTests.cs | 0 .../PropertiesBagTests.cs | 0 .../Reflection/PropertiesTypeAccessorTest.cs | 0 .../Reflection/SimpleMapperTests.cs | 0 .../Squidex.Infrastructure.Tests.xproj | 0 .../TypeNameRegistryTests.cs | 0 .../project.json | 0 .../xunit.runner.json | 0 .../Apps/AppCommandHandlerTests.cs | 0 .../Apps/AppDomainObjectTests.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Schemas/SchemaDomainObjectTests.cs | 0 .../Squidex.Write.Tests.xproj | 0 .../Utils/SchemaFixture.cs | 0 .../project.json | 0 341 files changed, 0 insertions(+), 0 deletions(-) rename PinkParrot.sln => Squidex.sln (100%) rename PinkParrot.sln.DotSettings => Squidex.sln.DotSettings (100%) rename src/{PinkParrot.Core => Squidex.Core}/Schemas/Field.cs (100%) rename src/{PinkParrot.Core => Squidex.Core}/Schemas/FieldProperties.cs (100%) rename src/{PinkParrot.Core => Squidex.Core}/Schemas/FieldRegistry.cs (100%) rename src/{PinkParrot.Core => Squidex.Core}/Schemas/Field_Generic.cs (100%) rename src/{PinkParrot.Core => Squidex.Core}/Schemas/IRegisteredField.cs (100%) rename src/{PinkParrot.Core => Squidex.Core}/Schemas/NamedElementProperties.cs (100%) rename src/{PinkParrot.Core => Squidex.Core}/Schemas/NumberField.cs (100%) rename src/{PinkParrot.Core => Squidex.Core}/Schemas/NumberFieldProperties.cs (100%) rename src/{PinkParrot.Core => Squidex.Core}/Schemas/Schema.cs (100%) rename src/{PinkParrot.Core => Squidex.Core}/Schemas/SchemaProperties.cs (100%) rename src/{PinkParrot.Core => Squidex.Core}/Squidex.Core.xproj (100%) rename src/{PinkParrot.Core => Squidex.Core}/project.json (100%) rename src/{PinkParrot.Events => Squidex.Events}/.gitignore (100%) rename src/{PinkParrot.Events => Squidex.Events}/AppEvent.cs (100%) rename src/{PinkParrot.Events => Squidex.Events}/Apps/AppCreated.cs (100%) rename src/{PinkParrot.Events => Squidex.Events}/Schemas/FieldAdded.cs (100%) rename src/{PinkParrot.Events => Squidex.Events}/Schemas/FieldDeleted.cs (100%) rename src/{PinkParrot.Events => Squidex.Events}/Schemas/FieldDisabled.cs (100%) rename src/{PinkParrot.Events => Squidex.Events}/Schemas/FieldEnabled.cs (100%) rename src/{PinkParrot.Events => Squidex.Events}/Schemas/FieldHidden.cs (100%) rename src/{PinkParrot.Events => Squidex.Events}/Schemas/FieldShown.cs (100%) rename src/{PinkParrot.Events => Squidex.Events}/Schemas/FieldUpdated.cs (100%) rename src/{PinkParrot.Events => Squidex.Events}/Schemas/SchemaCreated.cs (100%) rename src/{PinkParrot.Events => Squidex.Events}/Schemas/SchemaDeleted.cs (100%) rename src/{PinkParrot.Events => Squidex.Events}/Schemas/SchemaUpdated.cs (100%) rename src/{PinkParrot.Events => Squidex.Events}/Squidex.Events.xproj (100%) rename src/{PinkParrot.Events => Squidex.Events}/project.json (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Autofac/AutofacDomainObjectFactory.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Commands/AggregateCommand.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Commands/CommandContext.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Commands/CommandHandler.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Commands/CommandingExtensions.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Commands/IAggregateCommand.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Commands/ICommand.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Commands/ICommandBus.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Commands/ICommandHandler.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Commands/IDomainObjectFactory.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Commands/IDomainObjectRepository.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Commands/InMemoryCommandBus.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/CommonHeaders.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/DomainObject.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Envelope.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/EnvelopeExtensions.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/EnvelopeFactory.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/EnvelopeHeaders.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/EventStore/DefaultNameResolver.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/EventStore/EventStoreBus.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/EventStore/EventStoreDomainObjectRepository.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/EventStore/EventStoreFormatter.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/EventStore/IStreamNameResolver.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/EventStore/IStreamPositionStorage.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Events/ICatchEventConsumer.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Events/IEvent.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Events/IEventConsumer.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/Events/ILiveEventConsumer.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/IAggregate.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CQRS/IAppAggregate.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/CollectionExtensions.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Dispatching/ActionContextDispatcher.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Dispatching/ActionContextDispatcherFactory.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Dispatching/ActionDispatcher.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Dispatching/ActionDispatcherFactory.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Dispatching/DispatchExtensions.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Dispatching/FuncContextDispatcher.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Dispatching/FuncContextDispatcherFactory.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Dispatching/FuncDispatcher.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Dispatching/FuncDispatcherFactory.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Dispatching/Helper.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/DomainException.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/DomainObjectDeletedException.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/DomainObjectException.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/DomainObjectNotFoundException.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/DomainObjectVersionException.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/EnumExtensions.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Extensions.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Guard.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/IValidatable.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Json/PropertiesBagConverter.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Json/TypeNameSerializationBinder.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/PropertiesBag.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/PropertyValue.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Reflection/IPropertyAccessor.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Reflection/PropertiesTypeAccessor.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Reflection/PropertyAccessor.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Reflection/ReflectionExtensions.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Reflection/SimpleMapper.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Squidex.Infrastructure.xproj (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Tasks/TaskExtensions.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/Tasks/TaskHelper.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/TypeNameAttribute.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/TypeNameRegistry.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/ValidationError.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/ValidationException.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/ValidationExtensions.cs (100%) rename src/{PinkParrot.Infrastructure => Squidex.Infrastructure}/project.json (100%) rename src/{PinkParrot.Read => Squidex.Read}/Apps/IAppEntity.cs (100%) rename src/{PinkParrot.Read => Squidex.Read}/Apps/Repositories/IAppRepository.cs (100%) rename src/{PinkParrot.Read => Squidex.Read}/Apps/Services/IAppProvider.cs (100%) rename src/{PinkParrot.Read => Squidex.Read}/Apps/Services/Implementations/CachingAppProvider.cs (100%) rename src/{PinkParrot.Read => Squidex.Read}/IAppEntity.cs (100%) rename src/{PinkParrot.Read => Squidex.Read}/IEntity.cs (100%) rename src/{PinkParrot.Read => Squidex.Read}/Schemas/Repositories/ISchemaEntity.cs (100%) rename src/{PinkParrot.Read => Squidex.Read}/Schemas/Repositories/ISchemaEntityWithSchema.cs (100%) rename src/{PinkParrot.Read => Squidex.Read}/Schemas/Repositories/ISchemaRepository.cs (100%) rename src/{PinkParrot.Read => Squidex.Read}/Schemas/Services/ISchemaProvider.cs (100%) rename src/{PinkParrot.Read => Squidex.Read}/Schemas/Services/Implementations/CachingSchemaProvider.cs (100%) rename src/{PinkParrot.Read => Squidex.Read}/Squidex.Read.xproj (100%) rename src/{PinkParrot.Read => Squidex.Read}/Utils/CachingProvider.cs (100%) rename src/{PinkParrot.Read => Squidex.Read}/project.json (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Apps/MongoAppEntity.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Apps/MongoAppRepository.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Infrastructure/MongoPersistedGrantStore.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Infrastructure/MongoStreamPositionEntity.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Infrastructure/MongoStreamPositionStorage.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/MongoDbModule.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/MyMongoDbOptions.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Properties/AssemblyInfo.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Schemas/Models/FieldDto.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Schemas/Models/SchemaDto.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Schemas/MongoSchemaEntity.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Schemas/MongoSchemaRepository.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Squidex.Store.MongoDb.xproj (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Utils/EntityMapper.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Utils/MongoEntity.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Utils/MongoExtensions.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/Utils/MongoRepositoryBase.cs (100%) rename src/{PinkParrot.Store.MongoDb => Squidex.Store.MongoDb}/project.json (100%) rename src/{PinkParrot.Write => Squidex.Write}/.gitignore (100%) rename src/{PinkParrot.Write => Squidex.Write}/AppCommand.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Apps/AppCommandHandler.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Apps/AppDomainObject.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Apps/Commands/CreateApp.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/IAppCommand.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Schemas/Commands/AddField.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Schemas/Commands/CreateSchema.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Schemas/Commands/DeleteField.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Schemas/Commands/DeleteSchema.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Schemas/Commands/DisableField.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Schemas/Commands/EnableField.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Schemas/Commands/HideField.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Schemas/Commands/ShowField.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Schemas/Commands/UpdateField.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Schemas/Commands/UpdateSchema.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Schemas/SchemaCommandHandler.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Schemas/SchemaDomainObject.cs (100%) rename src/{PinkParrot.Write => Squidex.Write}/Squidex.Write.xproj (100%) rename src/{PinkParrot.Write => Squidex.Write}/project.json (100%) rename src/{PinkParrot => Squidex}/.vscode/settings.json (100%) rename src/{PinkParrot => Squidex}/Configurations/Domain/InfrastructureModule.cs (100%) rename src/{PinkParrot => Squidex}/Configurations/Domain/InfrastructureUsage.cs (100%) rename src/{PinkParrot => Squidex}/Configurations/Domain/ReadModule.cs (100%) rename src/{PinkParrot => Squidex}/Configurations/Domain/Serializers.cs (100%) rename src/{PinkParrot => Squidex}/Configurations/EventStore/EventStoreModule.cs (100%) rename src/{PinkParrot => Squidex}/Configurations/EventStore/EventStoreUsage.cs (100%) rename src/{PinkParrot => Squidex}/Configurations/EventStore/MyEventStoreOptions.cs (100%) rename src/{PinkParrot => Squidex}/Configurations/Identity/Cert/IdentityCert.snk (100%) rename src/{PinkParrot => Squidex}/Configurations/Identity/IdentityServices.cs (100%) rename src/{PinkParrot => Squidex}/Configurations/Identity/IdentityUsage.cs (100%) rename src/{PinkParrot => Squidex}/Configurations/Identity/MyIdentityOptions.cs (100%) rename src/{PinkParrot => Squidex}/Configurations/Web/WebDependencies.cs (100%) rename src/{PinkParrot => Squidex}/Configurations/Web/WebpackServices.cs (100%) rename src/{PinkParrot => Squidex}/Configurations/Web/WebpackUsage.cs (100%) rename src/{PinkParrot => Squidex}/Configurations/Web/WriteModule.cs (100%) rename src/{PinkParrot => Squidex}/Modules/Api/Apps/AppController.cs (100%) rename src/{PinkParrot => Squidex}/Modules/Api/Apps/Models/CreateAppDto.cs (100%) rename src/{PinkParrot => Squidex}/Modules/Api/Apps/Models/ListAppDto.cs (100%) rename src/{PinkParrot => Squidex}/Modules/Api/EntityCreatedDto.cs (100%) rename src/{PinkParrot => Squidex}/Modules/Api/ErrorDto.cs (100%) rename src/{PinkParrot => Squidex}/Modules/Api/Schemas/Models/CreateFieldDto.cs (100%) rename src/{PinkParrot => Squidex}/Modules/Api/Schemas/Models/CreateSchemaDto.cs (100%) rename src/{PinkParrot => Squidex}/Modules/Api/Schemas/Models/ListSchemaDto.cs (100%) rename src/{PinkParrot => Squidex}/Modules/Api/Schemas/Models/UpdateFieldDto.cs (100%) rename src/{PinkParrot => Squidex}/Modules/Api/Schemas/Models/UpdateSchemaDto.cs (100%) rename src/{PinkParrot => Squidex}/Modules/Api/Schemas/SchemaFieldsController.cs (100%) rename src/{PinkParrot => Squidex}/Modules/Api/Schemas/SchemasController.cs (100%) rename src/{PinkParrot => Squidex}/Modules/ControllerBase.cs (100%) rename src/{PinkParrot => Squidex}/Modules/UI/Account/AccountController.cs (100%) rename src/{PinkParrot => Squidex}/Modules/UI/Account/ExternalProvider.cs (100%) rename src/{PinkParrot => Squidex}/Modules/UI/Account/LoginVM.cs (100%) rename src/{PinkParrot => Squidex}/Pipeline/ApiExceptionFilterAttribute.cs (100%) rename src/{PinkParrot => Squidex}/Pipeline/AppFeature.cs (100%) rename src/{PinkParrot => Squidex}/Pipeline/AppMiddleware.cs (100%) rename src/{PinkParrot => Squidex}/Pipeline/CommandHandlers/EnrichWithAggregateIdHandler.cs (100%) rename src/{PinkParrot => Squidex}/Pipeline/CommandHandlers/EnrichWithAppIdHandler.cs (100%) rename src/{PinkParrot => Squidex}/Pipeline/CommandHandlers/LogExceptionHandler.cs (100%) rename src/{PinkParrot => Squidex}/Pipeline/CommandHandlers/LogExecutingHandler.cs (100%) rename src/{PinkParrot => Squidex}/Pipeline/DeactivateForAppDomainAttribute.cs (100%) rename src/{PinkParrot => Squidex}/Pipeline/IAppFeature.cs (100%) rename src/{PinkParrot => Squidex}/Pipeline/WebpackMiddleware.cs (100%) rename src/{PinkParrot => Squidex}/Pipeline/WebpackRunner.cs (100%) rename src/{PinkParrot => Squidex}/Program.cs (100%) rename src/{PinkParrot => Squidex}/Properties/launchSettings.json (100%) rename src/{PinkParrot => Squidex}/Squidex.xproj (100%) rename src/{PinkParrot => Squidex}/Startup.cs (100%) rename src/{PinkParrot => Squidex}/Views/Account/ClientPopup.cshtml (100%) rename src/{PinkParrot => Squidex}/Views/Account/ClientSilent.cshtml (100%) rename src/{PinkParrot => Squidex}/Views/Account/Login.cshtml (100%) rename src/{PinkParrot => Squidex}/Views/_ViewImports.cshtml (100%) rename src/{PinkParrot => Squidex}/Views/_ViewStart.cshtml (100%) rename src/{PinkParrot => Squidex}/app-config/auto-loader.js (100%) rename src/{PinkParrot => Squidex}/app-config/fix-coverage-loader.js (100%) rename src/{PinkParrot => Squidex}/app-config/helpers.js (100%) rename src/{PinkParrot => Squidex}/app-config/karma-test-shim.js (100%) rename src/{PinkParrot => Squidex}/app-config/karma.conf.js (100%) rename src/{PinkParrot => Squidex}/app-config/karma.coverage.conf.js (100%) rename src/{PinkParrot => Squidex}/app-config/webpack.common.js (100%) rename src/{PinkParrot => Squidex}/app-config/webpack.coverage.js (100%) rename src/{PinkParrot => Squidex}/app-config/webpack.dev.js (100%) rename src/{PinkParrot => Squidex}/app-config/webpack.prod.js (100%) rename src/{PinkParrot => Squidex}/app-config/webpack.test.js (100%) rename src/{PinkParrot => Squidex}/app-libs/typings/global.d.ts (100%) rename src/{PinkParrot => Squidex}/app/app.component.html (100%) rename src/{PinkParrot => Squidex}/app/app.component.scss (100%) rename src/{PinkParrot => Squidex}/app/app.component.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/app.component.ts (100%) rename src/{PinkParrot => Squidex}/app/app.module.ts (100%) rename src/{PinkParrot => Squidex}/app/app.routes.ts (100%) rename src/{PinkParrot => Squidex}/app/components/apps/apps.component.html (100%) rename src/{PinkParrot => Squidex}/app/components/apps/apps.component.ts (100%) rename src/{PinkParrot => Squidex}/app/components/apps/apps.module.ts (100%) rename src/{PinkParrot => Squidex}/app/components/apps/declarations.ts (100%) rename src/{PinkParrot => Squidex}/app/components/apps/index.ts (100%) rename src/{PinkParrot => Squidex}/app/components/index.ts (100%) rename src/{PinkParrot => Squidex}/app/components/login/declarations.ts (100%) rename src/{PinkParrot => Squidex}/app/components/login/index.ts (100%) rename src/{PinkParrot => Squidex}/app/components/login/login.component.html (100%) rename src/{PinkParrot => Squidex}/app/components/login/login.component.ts (100%) rename src/{PinkParrot => Squidex}/app/components/login/login.module.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/action.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/action.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/cloak.directive.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/cloak.directive.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/color-picker.component.html (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/color-picker.component.scss (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/color-picker.component.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/color-picker.component.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/date-time.pipes.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/date-time.pipes.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/drag-model.directive.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/focus-on-change.directive.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/focus-on-change.directive.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/image-drop.directive.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/money.pipe.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/money.pipe.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/shortcut.component.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/shortcut.component.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/slider.component.html (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/slider.component.scss (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/slider.component.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/spinner.component.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/user-report.component.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/validators.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/angular/validators.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/configurations.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/declarations.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/framework.module.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/index.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/plattform.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/services/clipboard.service.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/services/clipboard.service.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/services/drag.service.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/services/drag.service.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/services/local-store.service.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/services/local-store.service.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/services/shortcut.service.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/services/shortcut.service.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/services/title.service.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/services/title.service.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/color-palette.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/color-palette.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/color.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/color.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/date-helper.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/date-helper.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/date-time.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/date-time.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/duration.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/duration.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/immutable-id-map.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/immutable-id-map.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/immutable-list.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/immutable-list.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/immutable-object.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/immutable-object.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/immutable-set.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/immutable-set.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/math-helper.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/math-helper.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/rect2.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/rect2.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/rotation.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/rotation.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/vec2.spec.ts (100%) rename src/{PinkParrot => Squidex}/app/framework/utils/vec2.ts (100%) rename src/{PinkParrot => Squidex}/app/main.ts (100%) rename src/{PinkParrot => Squidex}/app/polyfills.ts (100%) rename src/{PinkParrot => Squidex}/app/shared/guards/auth.guard.ts (100%) rename src/{PinkParrot => Squidex}/app/shared/index.ts (100%) rename src/{PinkParrot => Squidex}/app/shared/services/auth.service.ts (100%) rename src/{PinkParrot => Squidex}/app/theme/_bootstrap.scss (100%) rename src/{PinkParrot => Squidex}/app/theme/_layout.scss (100%) rename src/{PinkParrot => Squidex}/app/theme/_mixins.scss (100%) rename src/{PinkParrot => Squidex}/app/theme/_vars.scss (100%) rename src/{PinkParrot => Squidex}/app/theme/theme.scss (100%) rename src/{PinkParrot => Squidex}/app/theme/vendor.scss (100%) rename src/{PinkParrot => Squidex}/app/vendor.ts (100%) rename src/{PinkParrot => Squidex}/appsettings.json (100%) rename src/{PinkParrot => Squidex}/karma.coverage.conf.js (100%) rename src/{PinkParrot => Squidex}/package.json (100%) rename src/{PinkParrot => Squidex}/project.json (100%) rename src/{PinkParrot => Squidex}/tsconfig.json (100%) rename src/{PinkParrot => Squidex}/tslint.json (100%) rename src/{PinkParrot => Squidex}/typings.json (100%) rename src/{PinkParrot => Squidex}/web.config (100%) rename src/{PinkParrot => Squidex}/webpack.config.js (100%) rename src/{PinkParrot => Squidex}/wwwroot/index.html (100%) rename src/{PinkParrot => Squidex}/wwwroot/scripts/oidc-client.min.js (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/CQRS/Autofac/AutofacDomainObjectFactoryTests.cs (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/CQRS/Commands/CommandsHandlerTests.cs (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/CQRS/Commands/InMemoryCommandBusTests.cs (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/CQRS/EnvelopeExtensionsTests.cs (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/CollectionExtensionsTests.cs (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/DispatchingTests.cs (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/EnumExtensionsTests.cs (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/GuardTests.cs (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/PropertiesBagTests.cs (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/Reflection/PropertiesTypeAccessorTest.cs (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/Reflection/SimpleMapperTests.cs (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/Squidex.Infrastructure.Tests.xproj (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/TypeNameRegistryTests.cs (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/project.json (100%) rename tests/{PinkParrot.Infrastructure.Tests => Squidex.Infrastructure.Tests}/xunit.runner.json (100%) rename tests/{PinkParrot.Write.Tests => Squidex.Write.Tests}/Apps/AppCommandHandlerTests.cs (100%) rename tests/{PinkParrot.Write.Tests => Squidex.Write.Tests}/Apps/AppDomainObjectTests.cs (100%) rename tests/{PinkParrot.Write.Tests => Squidex.Write.Tests}/Properties/AssemblyInfo.cs (100%) rename tests/{PinkParrot.Write.Tests => Squidex.Write.Tests}/Schemas/SchemaDomainObjectTests.cs (100%) rename tests/{PinkParrot.Write.Tests => Squidex.Write.Tests}/Squidex.Write.Tests.xproj (100%) rename tests/{PinkParrot.Write.Tests => Squidex.Write.Tests}/Utils/SchemaFixture.cs (100%) rename tests/{PinkParrot.Write.Tests => Squidex.Write.Tests}/project.json (100%) diff --git a/PinkParrot.sln b/Squidex.sln similarity index 100% rename from PinkParrot.sln rename to Squidex.sln diff --git a/PinkParrot.sln.DotSettings b/Squidex.sln.DotSettings similarity index 100% rename from PinkParrot.sln.DotSettings rename to Squidex.sln.DotSettings diff --git a/src/PinkParrot.Core/Schemas/Field.cs b/src/Squidex.Core/Schemas/Field.cs similarity index 100% rename from src/PinkParrot.Core/Schemas/Field.cs rename to src/Squidex.Core/Schemas/Field.cs diff --git a/src/PinkParrot.Core/Schemas/FieldProperties.cs b/src/Squidex.Core/Schemas/FieldProperties.cs similarity index 100% rename from src/PinkParrot.Core/Schemas/FieldProperties.cs rename to src/Squidex.Core/Schemas/FieldProperties.cs diff --git a/src/PinkParrot.Core/Schemas/FieldRegistry.cs b/src/Squidex.Core/Schemas/FieldRegistry.cs similarity index 100% rename from src/PinkParrot.Core/Schemas/FieldRegistry.cs rename to src/Squidex.Core/Schemas/FieldRegistry.cs diff --git a/src/PinkParrot.Core/Schemas/Field_Generic.cs b/src/Squidex.Core/Schemas/Field_Generic.cs similarity index 100% rename from src/PinkParrot.Core/Schemas/Field_Generic.cs rename to src/Squidex.Core/Schemas/Field_Generic.cs diff --git a/src/PinkParrot.Core/Schemas/IRegisteredField.cs b/src/Squidex.Core/Schemas/IRegisteredField.cs similarity index 100% rename from src/PinkParrot.Core/Schemas/IRegisteredField.cs rename to src/Squidex.Core/Schemas/IRegisteredField.cs diff --git a/src/PinkParrot.Core/Schemas/NamedElementProperties.cs b/src/Squidex.Core/Schemas/NamedElementProperties.cs similarity index 100% rename from src/PinkParrot.Core/Schemas/NamedElementProperties.cs rename to src/Squidex.Core/Schemas/NamedElementProperties.cs diff --git a/src/PinkParrot.Core/Schemas/NumberField.cs b/src/Squidex.Core/Schemas/NumberField.cs similarity index 100% rename from src/PinkParrot.Core/Schemas/NumberField.cs rename to src/Squidex.Core/Schemas/NumberField.cs diff --git a/src/PinkParrot.Core/Schemas/NumberFieldProperties.cs b/src/Squidex.Core/Schemas/NumberFieldProperties.cs similarity index 100% rename from src/PinkParrot.Core/Schemas/NumberFieldProperties.cs rename to src/Squidex.Core/Schemas/NumberFieldProperties.cs diff --git a/src/PinkParrot.Core/Schemas/Schema.cs b/src/Squidex.Core/Schemas/Schema.cs similarity index 100% rename from src/PinkParrot.Core/Schemas/Schema.cs rename to src/Squidex.Core/Schemas/Schema.cs diff --git a/src/PinkParrot.Core/Schemas/SchemaProperties.cs b/src/Squidex.Core/Schemas/SchemaProperties.cs similarity index 100% rename from src/PinkParrot.Core/Schemas/SchemaProperties.cs rename to src/Squidex.Core/Schemas/SchemaProperties.cs diff --git a/src/PinkParrot.Core/Squidex.Core.xproj b/src/Squidex.Core/Squidex.Core.xproj similarity index 100% rename from src/PinkParrot.Core/Squidex.Core.xproj rename to src/Squidex.Core/Squidex.Core.xproj diff --git a/src/PinkParrot.Core/project.json b/src/Squidex.Core/project.json similarity index 100% rename from src/PinkParrot.Core/project.json rename to src/Squidex.Core/project.json diff --git a/src/PinkParrot.Events/.gitignore b/src/Squidex.Events/.gitignore similarity index 100% rename from src/PinkParrot.Events/.gitignore rename to src/Squidex.Events/.gitignore diff --git a/src/PinkParrot.Events/AppEvent.cs b/src/Squidex.Events/AppEvent.cs similarity index 100% rename from src/PinkParrot.Events/AppEvent.cs rename to src/Squidex.Events/AppEvent.cs diff --git a/src/PinkParrot.Events/Apps/AppCreated.cs b/src/Squidex.Events/Apps/AppCreated.cs similarity index 100% rename from src/PinkParrot.Events/Apps/AppCreated.cs rename to src/Squidex.Events/Apps/AppCreated.cs diff --git a/src/PinkParrot.Events/Schemas/FieldAdded.cs b/src/Squidex.Events/Schemas/FieldAdded.cs similarity index 100% rename from src/PinkParrot.Events/Schemas/FieldAdded.cs rename to src/Squidex.Events/Schemas/FieldAdded.cs diff --git a/src/PinkParrot.Events/Schemas/FieldDeleted.cs b/src/Squidex.Events/Schemas/FieldDeleted.cs similarity index 100% rename from src/PinkParrot.Events/Schemas/FieldDeleted.cs rename to src/Squidex.Events/Schemas/FieldDeleted.cs diff --git a/src/PinkParrot.Events/Schemas/FieldDisabled.cs b/src/Squidex.Events/Schemas/FieldDisabled.cs similarity index 100% rename from src/PinkParrot.Events/Schemas/FieldDisabled.cs rename to src/Squidex.Events/Schemas/FieldDisabled.cs diff --git a/src/PinkParrot.Events/Schemas/FieldEnabled.cs b/src/Squidex.Events/Schemas/FieldEnabled.cs similarity index 100% rename from src/PinkParrot.Events/Schemas/FieldEnabled.cs rename to src/Squidex.Events/Schemas/FieldEnabled.cs diff --git a/src/PinkParrot.Events/Schemas/FieldHidden.cs b/src/Squidex.Events/Schemas/FieldHidden.cs similarity index 100% rename from src/PinkParrot.Events/Schemas/FieldHidden.cs rename to src/Squidex.Events/Schemas/FieldHidden.cs diff --git a/src/PinkParrot.Events/Schemas/FieldShown.cs b/src/Squidex.Events/Schemas/FieldShown.cs similarity index 100% rename from src/PinkParrot.Events/Schemas/FieldShown.cs rename to src/Squidex.Events/Schemas/FieldShown.cs diff --git a/src/PinkParrot.Events/Schemas/FieldUpdated.cs b/src/Squidex.Events/Schemas/FieldUpdated.cs similarity index 100% rename from src/PinkParrot.Events/Schemas/FieldUpdated.cs rename to src/Squidex.Events/Schemas/FieldUpdated.cs diff --git a/src/PinkParrot.Events/Schemas/SchemaCreated.cs b/src/Squidex.Events/Schemas/SchemaCreated.cs similarity index 100% rename from src/PinkParrot.Events/Schemas/SchemaCreated.cs rename to src/Squidex.Events/Schemas/SchemaCreated.cs diff --git a/src/PinkParrot.Events/Schemas/SchemaDeleted.cs b/src/Squidex.Events/Schemas/SchemaDeleted.cs similarity index 100% rename from src/PinkParrot.Events/Schemas/SchemaDeleted.cs rename to src/Squidex.Events/Schemas/SchemaDeleted.cs diff --git a/src/PinkParrot.Events/Schemas/SchemaUpdated.cs b/src/Squidex.Events/Schemas/SchemaUpdated.cs similarity index 100% rename from src/PinkParrot.Events/Schemas/SchemaUpdated.cs rename to src/Squidex.Events/Schemas/SchemaUpdated.cs diff --git a/src/PinkParrot.Events/Squidex.Events.xproj b/src/Squidex.Events/Squidex.Events.xproj similarity index 100% rename from src/PinkParrot.Events/Squidex.Events.xproj rename to src/Squidex.Events/Squidex.Events.xproj diff --git a/src/PinkParrot.Events/project.json b/src/Squidex.Events/project.json similarity index 100% rename from src/PinkParrot.Events/project.json rename to src/Squidex.Events/project.json diff --git a/src/PinkParrot.Infrastructure/CQRS/Autofac/AutofacDomainObjectFactory.cs b/src/Squidex.Infrastructure/CQRS/Autofac/AutofacDomainObjectFactory.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Autofac/AutofacDomainObjectFactory.cs rename to src/Squidex.Infrastructure/CQRS/Autofac/AutofacDomainObjectFactory.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Commands/AggregateCommand.cs b/src/Squidex.Infrastructure/CQRS/Commands/AggregateCommand.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Commands/AggregateCommand.cs rename to src/Squidex.Infrastructure/CQRS/Commands/AggregateCommand.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Commands/CommandContext.cs b/src/Squidex.Infrastructure/CQRS/Commands/CommandContext.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Commands/CommandContext.cs rename to src/Squidex.Infrastructure/CQRS/Commands/CommandContext.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Commands/CommandHandler.cs b/src/Squidex.Infrastructure/CQRS/Commands/CommandHandler.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Commands/CommandHandler.cs rename to src/Squidex.Infrastructure/CQRS/Commands/CommandHandler.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Commands/CommandingExtensions.cs b/src/Squidex.Infrastructure/CQRS/Commands/CommandingExtensions.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Commands/CommandingExtensions.cs rename to src/Squidex.Infrastructure/CQRS/Commands/CommandingExtensions.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Commands/IAggregateCommand.cs b/src/Squidex.Infrastructure/CQRS/Commands/IAggregateCommand.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Commands/IAggregateCommand.cs rename to src/Squidex.Infrastructure/CQRS/Commands/IAggregateCommand.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Commands/ICommand.cs b/src/Squidex.Infrastructure/CQRS/Commands/ICommand.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Commands/ICommand.cs rename to src/Squidex.Infrastructure/CQRS/Commands/ICommand.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Commands/ICommandBus.cs b/src/Squidex.Infrastructure/CQRS/Commands/ICommandBus.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Commands/ICommandBus.cs rename to src/Squidex.Infrastructure/CQRS/Commands/ICommandBus.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Commands/ICommandHandler.cs b/src/Squidex.Infrastructure/CQRS/Commands/ICommandHandler.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Commands/ICommandHandler.cs rename to src/Squidex.Infrastructure/CQRS/Commands/ICommandHandler.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Commands/IDomainObjectFactory.cs b/src/Squidex.Infrastructure/CQRS/Commands/IDomainObjectFactory.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Commands/IDomainObjectFactory.cs rename to src/Squidex.Infrastructure/CQRS/Commands/IDomainObjectFactory.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Commands/IDomainObjectRepository.cs b/src/Squidex.Infrastructure/CQRS/Commands/IDomainObjectRepository.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Commands/IDomainObjectRepository.cs rename to src/Squidex.Infrastructure/CQRS/Commands/IDomainObjectRepository.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Commands/InMemoryCommandBus.cs b/src/Squidex.Infrastructure/CQRS/Commands/InMemoryCommandBus.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Commands/InMemoryCommandBus.cs rename to src/Squidex.Infrastructure/CQRS/Commands/InMemoryCommandBus.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/CommonHeaders.cs b/src/Squidex.Infrastructure/CQRS/CommonHeaders.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/CommonHeaders.cs rename to src/Squidex.Infrastructure/CQRS/CommonHeaders.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/DomainObject.cs b/src/Squidex.Infrastructure/CQRS/DomainObject.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/DomainObject.cs rename to src/Squidex.Infrastructure/CQRS/DomainObject.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Envelope.cs b/src/Squidex.Infrastructure/CQRS/Envelope.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Envelope.cs rename to src/Squidex.Infrastructure/CQRS/Envelope.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/EnvelopeExtensions.cs b/src/Squidex.Infrastructure/CQRS/EnvelopeExtensions.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/EnvelopeExtensions.cs rename to src/Squidex.Infrastructure/CQRS/EnvelopeExtensions.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/EnvelopeFactory.cs b/src/Squidex.Infrastructure/CQRS/EnvelopeFactory.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/EnvelopeFactory.cs rename to src/Squidex.Infrastructure/CQRS/EnvelopeFactory.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/EnvelopeHeaders.cs b/src/Squidex.Infrastructure/CQRS/EnvelopeHeaders.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/EnvelopeHeaders.cs rename to src/Squidex.Infrastructure/CQRS/EnvelopeHeaders.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/EventStore/DefaultNameResolver.cs b/src/Squidex.Infrastructure/CQRS/EventStore/DefaultNameResolver.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/EventStore/DefaultNameResolver.cs rename to src/Squidex.Infrastructure/CQRS/EventStore/DefaultNameResolver.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/EventStore/EventStoreBus.cs b/src/Squidex.Infrastructure/CQRS/EventStore/EventStoreBus.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/EventStore/EventStoreBus.cs rename to src/Squidex.Infrastructure/CQRS/EventStore/EventStoreBus.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/EventStore/EventStoreDomainObjectRepository.cs b/src/Squidex.Infrastructure/CQRS/EventStore/EventStoreDomainObjectRepository.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/EventStore/EventStoreDomainObjectRepository.cs rename to src/Squidex.Infrastructure/CQRS/EventStore/EventStoreDomainObjectRepository.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/EventStore/EventStoreFormatter.cs b/src/Squidex.Infrastructure/CQRS/EventStore/EventStoreFormatter.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/EventStore/EventStoreFormatter.cs rename to src/Squidex.Infrastructure/CQRS/EventStore/EventStoreFormatter.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/EventStore/IStreamNameResolver.cs b/src/Squidex.Infrastructure/CQRS/EventStore/IStreamNameResolver.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/EventStore/IStreamNameResolver.cs rename to src/Squidex.Infrastructure/CQRS/EventStore/IStreamNameResolver.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/EventStore/IStreamPositionStorage.cs b/src/Squidex.Infrastructure/CQRS/EventStore/IStreamPositionStorage.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/EventStore/IStreamPositionStorage.cs rename to src/Squidex.Infrastructure/CQRS/EventStore/IStreamPositionStorage.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Events/ICatchEventConsumer.cs b/src/Squidex.Infrastructure/CQRS/Events/ICatchEventConsumer.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Events/ICatchEventConsumer.cs rename to src/Squidex.Infrastructure/CQRS/Events/ICatchEventConsumer.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Events/IEvent.cs b/src/Squidex.Infrastructure/CQRS/Events/IEvent.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Events/IEvent.cs rename to src/Squidex.Infrastructure/CQRS/Events/IEvent.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Events/IEventConsumer.cs b/src/Squidex.Infrastructure/CQRS/Events/IEventConsumer.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Events/IEventConsumer.cs rename to src/Squidex.Infrastructure/CQRS/Events/IEventConsumer.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/Events/ILiveEventConsumer.cs b/src/Squidex.Infrastructure/CQRS/Events/ILiveEventConsumer.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/Events/ILiveEventConsumer.cs rename to src/Squidex.Infrastructure/CQRS/Events/ILiveEventConsumer.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/IAggregate.cs b/src/Squidex.Infrastructure/CQRS/IAggregate.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/IAggregate.cs rename to src/Squidex.Infrastructure/CQRS/IAggregate.cs diff --git a/src/PinkParrot.Infrastructure/CQRS/IAppAggregate.cs b/src/Squidex.Infrastructure/CQRS/IAppAggregate.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CQRS/IAppAggregate.cs rename to src/Squidex.Infrastructure/CQRS/IAppAggregate.cs diff --git a/src/PinkParrot.Infrastructure/CollectionExtensions.cs b/src/Squidex.Infrastructure/CollectionExtensions.cs similarity index 100% rename from src/PinkParrot.Infrastructure/CollectionExtensions.cs rename to src/Squidex.Infrastructure/CollectionExtensions.cs diff --git a/src/PinkParrot.Infrastructure/Dispatching/ActionContextDispatcher.cs b/src/Squidex.Infrastructure/Dispatching/ActionContextDispatcher.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Dispatching/ActionContextDispatcher.cs rename to src/Squidex.Infrastructure/Dispatching/ActionContextDispatcher.cs diff --git a/src/PinkParrot.Infrastructure/Dispatching/ActionContextDispatcherFactory.cs b/src/Squidex.Infrastructure/Dispatching/ActionContextDispatcherFactory.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Dispatching/ActionContextDispatcherFactory.cs rename to src/Squidex.Infrastructure/Dispatching/ActionContextDispatcherFactory.cs diff --git a/src/PinkParrot.Infrastructure/Dispatching/ActionDispatcher.cs b/src/Squidex.Infrastructure/Dispatching/ActionDispatcher.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Dispatching/ActionDispatcher.cs rename to src/Squidex.Infrastructure/Dispatching/ActionDispatcher.cs diff --git a/src/PinkParrot.Infrastructure/Dispatching/ActionDispatcherFactory.cs b/src/Squidex.Infrastructure/Dispatching/ActionDispatcherFactory.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Dispatching/ActionDispatcherFactory.cs rename to src/Squidex.Infrastructure/Dispatching/ActionDispatcherFactory.cs diff --git a/src/PinkParrot.Infrastructure/Dispatching/DispatchExtensions.cs b/src/Squidex.Infrastructure/Dispatching/DispatchExtensions.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Dispatching/DispatchExtensions.cs rename to src/Squidex.Infrastructure/Dispatching/DispatchExtensions.cs diff --git a/src/PinkParrot.Infrastructure/Dispatching/FuncContextDispatcher.cs b/src/Squidex.Infrastructure/Dispatching/FuncContextDispatcher.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Dispatching/FuncContextDispatcher.cs rename to src/Squidex.Infrastructure/Dispatching/FuncContextDispatcher.cs diff --git a/src/PinkParrot.Infrastructure/Dispatching/FuncContextDispatcherFactory.cs b/src/Squidex.Infrastructure/Dispatching/FuncContextDispatcherFactory.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Dispatching/FuncContextDispatcherFactory.cs rename to src/Squidex.Infrastructure/Dispatching/FuncContextDispatcherFactory.cs diff --git a/src/PinkParrot.Infrastructure/Dispatching/FuncDispatcher.cs b/src/Squidex.Infrastructure/Dispatching/FuncDispatcher.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Dispatching/FuncDispatcher.cs rename to src/Squidex.Infrastructure/Dispatching/FuncDispatcher.cs diff --git a/src/PinkParrot.Infrastructure/Dispatching/FuncDispatcherFactory.cs b/src/Squidex.Infrastructure/Dispatching/FuncDispatcherFactory.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Dispatching/FuncDispatcherFactory.cs rename to src/Squidex.Infrastructure/Dispatching/FuncDispatcherFactory.cs diff --git a/src/PinkParrot.Infrastructure/Dispatching/Helper.cs b/src/Squidex.Infrastructure/Dispatching/Helper.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Dispatching/Helper.cs rename to src/Squidex.Infrastructure/Dispatching/Helper.cs diff --git a/src/PinkParrot.Infrastructure/DomainException.cs b/src/Squidex.Infrastructure/DomainException.cs similarity index 100% rename from src/PinkParrot.Infrastructure/DomainException.cs rename to src/Squidex.Infrastructure/DomainException.cs diff --git a/src/PinkParrot.Infrastructure/DomainObjectDeletedException.cs b/src/Squidex.Infrastructure/DomainObjectDeletedException.cs similarity index 100% rename from src/PinkParrot.Infrastructure/DomainObjectDeletedException.cs rename to src/Squidex.Infrastructure/DomainObjectDeletedException.cs diff --git a/src/PinkParrot.Infrastructure/DomainObjectException.cs b/src/Squidex.Infrastructure/DomainObjectException.cs similarity index 100% rename from src/PinkParrot.Infrastructure/DomainObjectException.cs rename to src/Squidex.Infrastructure/DomainObjectException.cs diff --git a/src/PinkParrot.Infrastructure/DomainObjectNotFoundException.cs b/src/Squidex.Infrastructure/DomainObjectNotFoundException.cs similarity index 100% rename from src/PinkParrot.Infrastructure/DomainObjectNotFoundException.cs rename to src/Squidex.Infrastructure/DomainObjectNotFoundException.cs diff --git a/src/PinkParrot.Infrastructure/DomainObjectVersionException.cs b/src/Squidex.Infrastructure/DomainObjectVersionException.cs similarity index 100% rename from src/PinkParrot.Infrastructure/DomainObjectVersionException.cs rename to src/Squidex.Infrastructure/DomainObjectVersionException.cs diff --git a/src/PinkParrot.Infrastructure/EnumExtensions.cs b/src/Squidex.Infrastructure/EnumExtensions.cs similarity index 100% rename from src/PinkParrot.Infrastructure/EnumExtensions.cs rename to src/Squidex.Infrastructure/EnumExtensions.cs diff --git a/src/PinkParrot.Infrastructure/Extensions.cs b/src/Squidex.Infrastructure/Extensions.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Extensions.cs rename to src/Squidex.Infrastructure/Extensions.cs diff --git a/src/PinkParrot.Infrastructure/Guard.cs b/src/Squidex.Infrastructure/Guard.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Guard.cs rename to src/Squidex.Infrastructure/Guard.cs diff --git a/src/PinkParrot.Infrastructure/IValidatable.cs b/src/Squidex.Infrastructure/IValidatable.cs similarity index 100% rename from src/PinkParrot.Infrastructure/IValidatable.cs rename to src/Squidex.Infrastructure/IValidatable.cs diff --git a/src/PinkParrot.Infrastructure/Json/PropertiesBagConverter.cs b/src/Squidex.Infrastructure/Json/PropertiesBagConverter.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Json/PropertiesBagConverter.cs rename to src/Squidex.Infrastructure/Json/PropertiesBagConverter.cs diff --git a/src/PinkParrot.Infrastructure/Json/TypeNameSerializationBinder.cs b/src/Squidex.Infrastructure/Json/TypeNameSerializationBinder.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Json/TypeNameSerializationBinder.cs rename to src/Squidex.Infrastructure/Json/TypeNameSerializationBinder.cs diff --git a/src/PinkParrot.Infrastructure/PropertiesBag.cs b/src/Squidex.Infrastructure/PropertiesBag.cs similarity index 100% rename from src/PinkParrot.Infrastructure/PropertiesBag.cs rename to src/Squidex.Infrastructure/PropertiesBag.cs diff --git a/src/PinkParrot.Infrastructure/PropertyValue.cs b/src/Squidex.Infrastructure/PropertyValue.cs similarity index 100% rename from src/PinkParrot.Infrastructure/PropertyValue.cs rename to src/Squidex.Infrastructure/PropertyValue.cs diff --git a/src/PinkParrot.Infrastructure/Reflection/IPropertyAccessor.cs b/src/Squidex.Infrastructure/Reflection/IPropertyAccessor.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Reflection/IPropertyAccessor.cs rename to src/Squidex.Infrastructure/Reflection/IPropertyAccessor.cs diff --git a/src/PinkParrot.Infrastructure/Reflection/PropertiesTypeAccessor.cs b/src/Squidex.Infrastructure/Reflection/PropertiesTypeAccessor.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Reflection/PropertiesTypeAccessor.cs rename to src/Squidex.Infrastructure/Reflection/PropertiesTypeAccessor.cs diff --git a/src/PinkParrot.Infrastructure/Reflection/PropertyAccessor.cs b/src/Squidex.Infrastructure/Reflection/PropertyAccessor.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Reflection/PropertyAccessor.cs rename to src/Squidex.Infrastructure/Reflection/PropertyAccessor.cs diff --git a/src/PinkParrot.Infrastructure/Reflection/ReflectionExtensions.cs b/src/Squidex.Infrastructure/Reflection/ReflectionExtensions.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Reflection/ReflectionExtensions.cs rename to src/Squidex.Infrastructure/Reflection/ReflectionExtensions.cs diff --git a/src/PinkParrot.Infrastructure/Reflection/SimpleMapper.cs b/src/Squidex.Infrastructure/Reflection/SimpleMapper.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Reflection/SimpleMapper.cs rename to src/Squidex.Infrastructure/Reflection/SimpleMapper.cs diff --git a/src/PinkParrot.Infrastructure/Squidex.Infrastructure.xproj b/src/Squidex.Infrastructure/Squidex.Infrastructure.xproj similarity index 100% rename from src/PinkParrot.Infrastructure/Squidex.Infrastructure.xproj rename to src/Squidex.Infrastructure/Squidex.Infrastructure.xproj diff --git a/src/PinkParrot.Infrastructure/Tasks/TaskExtensions.cs b/src/Squidex.Infrastructure/Tasks/TaskExtensions.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Tasks/TaskExtensions.cs rename to src/Squidex.Infrastructure/Tasks/TaskExtensions.cs diff --git a/src/PinkParrot.Infrastructure/Tasks/TaskHelper.cs b/src/Squidex.Infrastructure/Tasks/TaskHelper.cs similarity index 100% rename from src/PinkParrot.Infrastructure/Tasks/TaskHelper.cs rename to src/Squidex.Infrastructure/Tasks/TaskHelper.cs diff --git a/src/PinkParrot.Infrastructure/TypeNameAttribute.cs b/src/Squidex.Infrastructure/TypeNameAttribute.cs similarity index 100% rename from src/PinkParrot.Infrastructure/TypeNameAttribute.cs rename to src/Squidex.Infrastructure/TypeNameAttribute.cs diff --git a/src/PinkParrot.Infrastructure/TypeNameRegistry.cs b/src/Squidex.Infrastructure/TypeNameRegistry.cs similarity index 100% rename from src/PinkParrot.Infrastructure/TypeNameRegistry.cs rename to src/Squidex.Infrastructure/TypeNameRegistry.cs diff --git a/src/PinkParrot.Infrastructure/ValidationError.cs b/src/Squidex.Infrastructure/ValidationError.cs similarity index 100% rename from src/PinkParrot.Infrastructure/ValidationError.cs rename to src/Squidex.Infrastructure/ValidationError.cs diff --git a/src/PinkParrot.Infrastructure/ValidationException.cs b/src/Squidex.Infrastructure/ValidationException.cs similarity index 100% rename from src/PinkParrot.Infrastructure/ValidationException.cs rename to src/Squidex.Infrastructure/ValidationException.cs diff --git a/src/PinkParrot.Infrastructure/ValidationExtensions.cs b/src/Squidex.Infrastructure/ValidationExtensions.cs similarity index 100% rename from src/PinkParrot.Infrastructure/ValidationExtensions.cs rename to src/Squidex.Infrastructure/ValidationExtensions.cs diff --git a/src/PinkParrot.Infrastructure/project.json b/src/Squidex.Infrastructure/project.json similarity index 100% rename from src/PinkParrot.Infrastructure/project.json rename to src/Squidex.Infrastructure/project.json diff --git a/src/PinkParrot.Read/Apps/IAppEntity.cs b/src/Squidex.Read/Apps/IAppEntity.cs similarity index 100% rename from src/PinkParrot.Read/Apps/IAppEntity.cs rename to src/Squidex.Read/Apps/IAppEntity.cs diff --git a/src/PinkParrot.Read/Apps/Repositories/IAppRepository.cs b/src/Squidex.Read/Apps/Repositories/IAppRepository.cs similarity index 100% rename from src/PinkParrot.Read/Apps/Repositories/IAppRepository.cs rename to src/Squidex.Read/Apps/Repositories/IAppRepository.cs diff --git a/src/PinkParrot.Read/Apps/Services/IAppProvider.cs b/src/Squidex.Read/Apps/Services/IAppProvider.cs similarity index 100% rename from src/PinkParrot.Read/Apps/Services/IAppProvider.cs rename to src/Squidex.Read/Apps/Services/IAppProvider.cs diff --git a/src/PinkParrot.Read/Apps/Services/Implementations/CachingAppProvider.cs b/src/Squidex.Read/Apps/Services/Implementations/CachingAppProvider.cs similarity index 100% rename from src/PinkParrot.Read/Apps/Services/Implementations/CachingAppProvider.cs rename to src/Squidex.Read/Apps/Services/Implementations/CachingAppProvider.cs diff --git a/src/PinkParrot.Read/IAppEntity.cs b/src/Squidex.Read/IAppEntity.cs similarity index 100% rename from src/PinkParrot.Read/IAppEntity.cs rename to src/Squidex.Read/IAppEntity.cs diff --git a/src/PinkParrot.Read/IEntity.cs b/src/Squidex.Read/IEntity.cs similarity index 100% rename from src/PinkParrot.Read/IEntity.cs rename to src/Squidex.Read/IEntity.cs diff --git a/src/PinkParrot.Read/Schemas/Repositories/ISchemaEntity.cs b/src/Squidex.Read/Schemas/Repositories/ISchemaEntity.cs similarity index 100% rename from src/PinkParrot.Read/Schemas/Repositories/ISchemaEntity.cs rename to src/Squidex.Read/Schemas/Repositories/ISchemaEntity.cs diff --git a/src/PinkParrot.Read/Schemas/Repositories/ISchemaEntityWithSchema.cs b/src/Squidex.Read/Schemas/Repositories/ISchemaEntityWithSchema.cs similarity index 100% rename from src/PinkParrot.Read/Schemas/Repositories/ISchemaEntityWithSchema.cs rename to src/Squidex.Read/Schemas/Repositories/ISchemaEntityWithSchema.cs diff --git a/src/PinkParrot.Read/Schemas/Repositories/ISchemaRepository.cs b/src/Squidex.Read/Schemas/Repositories/ISchemaRepository.cs similarity index 100% rename from src/PinkParrot.Read/Schemas/Repositories/ISchemaRepository.cs rename to src/Squidex.Read/Schemas/Repositories/ISchemaRepository.cs diff --git a/src/PinkParrot.Read/Schemas/Services/ISchemaProvider.cs b/src/Squidex.Read/Schemas/Services/ISchemaProvider.cs similarity index 100% rename from src/PinkParrot.Read/Schemas/Services/ISchemaProvider.cs rename to src/Squidex.Read/Schemas/Services/ISchemaProvider.cs diff --git a/src/PinkParrot.Read/Schemas/Services/Implementations/CachingSchemaProvider.cs b/src/Squidex.Read/Schemas/Services/Implementations/CachingSchemaProvider.cs similarity index 100% rename from src/PinkParrot.Read/Schemas/Services/Implementations/CachingSchemaProvider.cs rename to src/Squidex.Read/Schemas/Services/Implementations/CachingSchemaProvider.cs diff --git a/src/PinkParrot.Read/Squidex.Read.xproj b/src/Squidex.Read/Squidex.Read.xproj similarity index 100% rename from src/PinkParrot.Read/Squidex.Read.xproj rename to src/Squidex.Read/Squidex.Read.xproj diff --git a/src/PinkParrot.Read/Utils/CachingProvider.cs b/src/Squidex.Read/Utils/CachingProvider.cs similarity index 100% rename from src/PinkParrot.Read/Utils/CachingProvider.cs rename to src/Squidex.Read/Utils/CachingProvider.cs diff --git a/src/PinkParrot.Read/project.json b/src/Squidex.Read/project.json similarity index 100% rename from src/PinkParrot.Read/project.json rename to src/Squidex.Read/project.json diff --git a/src/PinkParrot.Store.MongoDb/Apps/MongoAppEntity.cs b/src/Squidex.Store.MongoDb/Apps/MongoAppEntity.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Apps/MongoAppEntity.cs rename to src/Squidex.Store.MongoDb/Apps/MongoAppEntity.cs diff --git a/src/PinkParrot.Store.MongoDb/Apps/MongoAppRepository.cs b/src/Squidex.Store.MongoDb/Apps/MongoAppRepository.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Apps/MongoAppRepository.cs rename to src/Squidex.Store.MongoDb/Apps/MongoAppRepository.cs diff --git a/src/PinkParrot.Store.MongoDb/Infrastructure/MongoPersistedGrantStore.cs b/src/Squidex.Store.MongoDb/Infrastructure/MongoPersistedGrantStore.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Infrastructure/MongoPersistedGrantStore.cs rename to src/Squidex.Store.MongoDb/Infrastructure/MongoPersistedGrantStore.cs diff --git a/src/PinkParrot.Store.MongoDb/Infrastructure/MongoStreamPositionEntity.cs b/src/Squidex.Store.MongoDb/Infrastructure/MongoStreamPositionEntity.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Infrastructure/MongoStreamPositionEntity.cs rename to src/Squidex.Store.MongoDb/Infrastructure/MongoStreamPositionEntity.cs diff --git a/src/PinkParrot.Store.MongoDb/Infrastructure/MongoStreamPositionStorage.cs b/src/Squidex.Store.MongoDb/Infrastructure/MongoStreamPositionStorage.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Infrastructure/MongoStreamPositionStorage.cs rename to src/Squidex.Store.MongoDb/Infrastructure/MongoStreamPositionStorage.cs diff --git a/src/PinkParrot.Store.MongoDb/MongoDbModule.cs b/src/Squidex.Store.MongoDb/MongoDbModule.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/MongoDbModule.cs rename to src/Squidex.Store.MongoDb/MongoDbModule.cs diff --git a/src/PinkParrot.Store.MongoDb/MyMongoDbOptions.cs b/src/Squidex.Store.MongoDb/MyMongoDbOptions.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/MyMongoDbOptions.cs rename to src/Squidex.Store.MongoDb/MyMongoDbOptions.cs diff --git a/src/PinkParrot.Store.MongoDb/Properties/AssemblyInfo.cs b/src/Squidex.Store.MongoDb/Properties/AssemblyInfo.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Properties/AssemblyInfo.cs rename to src/Squidex.Store.MongoDb/Properties/AssemblyInfo.cs diff --git a/src/PinkParrot.Store.MongoDb/Schemas/Models/FieldDto.cs b/src/Squidex.Store.MongoDb/Schemas/Models/FieldDto.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Schemas/Models/FieldDto.cs rename to src/Squidex.Store.MongoDb/Schemas/Models/FieldDto.cs diff --git a/src/PinkParrot.Store.MongoDb/Schemas/Models/SchemaDto.cs b/src/Squidex.Store.MongoDb/Schemas/Models/SchemaDto.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Schemas/Models/SchemaDto.cs rename to src/Squidex.Store.MongoDb/Schemas/Models/SchemaDto.cs diff --git a/src/PinkParrot.Store.MongoDb/Schemas/MongoSchemaEntity.cs b/src/Squidex.Store.MongoDb/Schemas/MongoSchemaEntity.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Schemas/MongoSchemaEntity.cs rename to src/Squidex.Store.MongoDb/Schemas/MongoSchemaEntity.cs diff --git a/src/PinkParrot.Store.MongoDb/Schemas/MongoSchemaRepository.cs b/src/Squidex.Store.MongoDb/Schemas/MongoSchemaRepository.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Schemas/MongoSchemaRepository.cs rename to src/Squidex.Store.MongoDb/Schemas/MongoSchemaRepository.cs diff --git a/src/PinkParrot.Store.MongoDb/Squidex.Store.MongoDb.xproj b/src/Squidex.Store.MongoDb/Squidex.Store.MongoDb.xproj similarity index 100% rename from src/PinkParrot.Store.MongoDb/Squidex.Store.MongoDb.xproj rename to src/Squidex.Store.MongoDb/Squidex.Store.MongoDb.xproj diff --git a/src/PinkParrot.Store.MongoDb/Utils/EntityMapper.cs b/src/Squidex.Store.MongoDb/Utils/EntityMapper.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Utils/EntityMapper.cs rename to src/Squidex.Store.MongoDb/Utils/EntityMapper.cs diff --git a/src/PinkParrot.Store.MongoDb/Utils/MongoEntity.cs b/src/Squidex.Store.MongoDb/Utils/MongoEntity.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Utils/MongoEntity.cs rename to src/Squidex.Store.MongoDb/Utils/MongoEntity.cs diff --git a/src/PinkParrot.Store.MongoDb/Utils/MongoExtensions.cs b/src/Squidex.Store.MongoDb/Utils/MongoExtensions.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Utils/MongoExtensions.cs rename to src/Squidex.Store.MongoDb/Utils/MongoExtensions.cs diff --git a/src/PinkParrot.Store.MongoDb/Utils/MongoRepositoryBase.cs b/src/Squidex.Store.MongoDb/Utils/MongoRepositoryBase.cs similarity index 100% rename from src/PinkParrot.Store.MongoDb/Utils/MongoRepositoryBase.cs rename to src/Squidex.Store.MongoDb/Utils/MongoRepositoryBase.cs diff --git a/src/PinkParrot.Store.MongoDb/project.json b/src/Squidex.Store.MongoDb/project.json similarity index 100% rename from src/PinkParrot.Store.MongoDb/project.json rename to src/Squidex.Store.MongoDb/project.json diff --git a/src/PinkParrot.Write/.gitignore b/src/Squidex.Write/.gitignore similarity index 100% rename from src/PinkParrot.Write/.gitignore rename to src/Squidex.Write/.gitignore diff --git a/src/PinkParrot.Write/AppCommand.cs b/src/Squidex.Write/AppCommand.cs similarity index 100% rename from src/PinkParrot.Write/AppCommand.cs rename to src/Squidex.Write/AppCommand.cs diff --git a/src/PinkParrot.Write/Apps/AppCommandHandler.cs b/src/Squidex.Write/Apps/AppCommandHandler.cs similarity index 100% rename from src/PinkParrot.Write/Apps/AppCommandHandler.cs rename to src/Squidex.Write/Apps/AppCommandHandler.cs diff --git a/src/PinkParrot.Write/Apps/AppDomainObject.cs b/src/Squidex.Write/Apps/AppDomainObject.cs similarity index 100% rename from src/PinkParrot.Write/Apps/AppDomainObject.cs rename to src/Squidex.Write/Apps/AppDomainObject.cs diff --git a/src/PinkParrot.Write/Apps/Commands/CreateApp.cs b/src/Squidex.Write/Apps/Commands/CreateApp.cs similarity index 100% rename from src/PinkParrot.Write/Apps/Commands/CreateApp.cs rename to src/Squidex.Write/Apps/Commands/CreateApp.cs diff --git a/src/PinkParrot.Write/IAppCommand.cs b/src/Squidex.Write/IAppCommand.cs similarity index 100% rename from src/PinkParrot.Write/IAppCommand.cs rename to src/Squidex.Write/IAppCommand.cs diff --git a/src/PinkParrot.Write/Schemas/Commands/AddField.cs b/src/Squidex.Write/Schemas/Commands/AddField.cs similarity index 100% rename from src/PinkParrot.Write/Schemas/Commands/AddField.cs rename to src/Squidex.Write/Schemas/Commands/AddField.cs diff --git a/src/PinkParrot.Write/Schemas/Commands/CreateSchema.cs b/src/Squidex.Write/Schemas/Commands/CreateSchema.cs similarity index 100% rename from src/PinkParrot.Write/Schemas/Commands/CreateSchema.cs rename to src/Squidex.Write/Schemas/Commands/CreateSchema.cs diff --git a/src/PinkParrot.Write/Schemas/Commands/DeleteField.cs b/src/Squidex.Write/Schemas/Commands/DeleteField.cs similarity index 100% rename from src/PinkParrot.Write/Schemas/Commands/DeleteField.cs rename to src/Squidex.Write/Schemas/Commands/DeleteField.cs diff --git a/src/PinkParrot.Write/Schemas/Commands/DeleteSchema.cs b/src/Squidex.Write/Schemas/Commands/DeleteSchema.cs similarity index 100% rename from src/PinkParrot.Write/Schemas/Commands/DeleteSchema.cs rename to src/Squidex.Write/Schemas/Commands/DeleteSchema.cs diff --git a/src/PinkParrot.Write/Schemas/Commands/DisableField.cs b/src/Squidex.Write/Schemas/Commands/DisableField.cs similarity index 100% rename from src/PinkParrot.Write/Schemas/Commands/DisableField.cs rename to src/Squidex.Write/Schemas/Commands/DisableField.cs diff --git a/src/PinkParrot.Write/Schemas/Commands/EnableField.cs b/src/Squidex.Write/Schemas/Commands/EnableField.cs similarity index 100% rename from src/PinkParrot.Write/Schemas/Commands/EnableField.cs rename to src/Squidex.Write/Schemas/Commands/EnableField.cs diff --git a/src/PinkParrot.Write/Schemas/Commands/HideField.cs b/src/Squidex.Write/Schemas/Commands/HideField.cs similarity index 100% rename from src/PinkParrot.Write/Schemas/Commands/HideField.cs rename to src/Squidex.Write/Schemas/Commands/HideField.cs diff --git a/src/PinkParrot.Write/Schemas/Commands/ShowField.cs b/src/Squidex.Write/Schemas/Commands/ShowField.cs similarity index 100% rename from src/PinkParrot.Write/Schemas/Commands/ShowField.cs rename to src/Squidex.Write/Schemas/Commands/ShowField.cs diff --git a/src/PinkParrot.Write/Schemas/Commands/UpdateField.cs b/src/Squidex.Write/Schemas/Commands/UpdateField.cs similarity index 100% rename from src/PinkParrot.Write/Schemas/Commands/UpdateField.cs rename to src/Squidex.Write/Schemas/Commands/UpdateField.cs diff --git a/src/PinkParrot.Write/Schemas/Commands/UpdateSchema.cs b/src/Squidex.Write/Schemas/Commands/UpdateSchema.cs similarity index 100% rename from src/PinkParrot.Write/Schemas/Commands/UpdateSchema.cs rename to src/Squidex.Write/Schemas/Commands/UpdateSchema.cs diff --git a/src/PinkParrot.Write/Schemas/SchemaCommandHandler.cs b/src/Squidex.Write/Schemas/SchemaCommandHandler.cs similarity index 100% rename from src/PinkParrot.Write/Schemas/SchemaCommandHandler.cs rename to src/Squidex.Write/Schemas/SchemaCommandHandler.cs diff --git a/src/PinkParrot.Write/Schemas/SchemaDomainObject.cs b/src/Squidex.Write/Schemas/SchemaDomainObject.cs similarity index 100% rename from src/PinkParrot.Write/Schemas/SchemaDomainObject.cs rename to src/Squidex.Write/Schemas/SchemaDomainObject.cs diff --git a/src/PinkParrot.Write/Squidex.Write.xproj b/src/Squidex.Write/Squidex.Write.xproj similarity index 100% rename from src/PinkParrot.Write/Squidex.Write.xproj rename to src/Squidex.Write/Squidex.Write.xproj diff --git a/src/PinkParrot.Write/project.json b/src/Squidex.Write/project.json similarity index 100% rename from src/PinkParrot.Write/project.json rename to src/Squidex.Write/project.json diff --git a/src/PinkParrot/.vscode/settings.json b/src/Squidex/.vscode/settings.json similarity index 100% rename from src/PinkParrot/.vscode/settings.json rename to src/Squidex/.vscode/settings.json diff --git a/src/PinkParrot/Configurations/Domain/InfrastructureModule.cs b/src/Squidex/Configurations/Domain/InfrastructureModule.cs similarity index 100% rename from src/PinkParrot/Configurations/Domain/InfrastructureModule.cs rename to src/Squidex/Configurations/Domain/InfrastructureModule.cs diff --git a/src/PinkParrot/Configurations/Domain/InfrastructureUsage.cs b/src/Squidex/Configurations/Domain/InfrastructureUsage.cs similarity index 100% rename from src/PinkParrot/Configurations/Domain/InfrastructureUsage.cs rename to src/Squidex/Configurations/Domain/InfrastructureUsage.cs diff --git a/src/PinkParrot/Configurations/Domain/ReadModule.cs b/src/Squidex/Configurations/Domain/ReadModule.cs similarity index 100% rename from src/PinkParrot/Configurations/Domain/ReadModule.cs rename to src/Squidex/Configurations/Domain/ReadModule.cs diff --git a/src/PinkParrot/Configurations/Domain/Serializers.cs b/src/Squidex/Configurations/Domain/Serializers.cs similarity index 100% rename from src/PinkParrot/Configurations/Domain/Serializers.cs rename to src/Squidex/Configurations/Domain/Serializers.cs diff --git a/src/PinkParrot/Configurations/EventStore/EventStoreModule.cs b/src/Squidex/Configurations/EventStore/EventStoreModule.cs similarity index 100% rename from src/PinkParrot/Configurations/EventStore/EventStoreModule.cs rename to src/Squidex/Configurations/EventStore/EventStoreModule.cs diff --git a/src/PinkParrot/Configurations/EventStore/EventStoreUsage.cs b/src/Squidex/Configurations/EventStore/EventStoreUsage.cs similarity index 100% rename from src/PinkParrot/Configurations/EventStore/EventStoreUsage.cs rename to src/Squidex/Configurations/EventStore/EventStoreUsage.cs diff --git a/src/PinkParrot/Configurations/EventStore/MyEventStoreOptions.cs b/src/Squidex/Configurations/EventStore/MyEventStoreOptions.cs similarity index 100% rename from src/PinkParrot/Configurations/EventStore/MyEventStoreOptions.cs rename to src/Squidex/Configurations/EventStore/MyEventStoreOptions.cs diff --git a/src/PinkParrot/Configurations/Identity/Cert/IdentityCert.snk b/src/Squidex/Configurations/Identity/Cert/IdentityCert.snk similarity index 100% rename from src/PinkParrot/Configurations/Identity/Cert/IdentityCert.snk rename to src/Squidex/Configurations/Identity/Cert/IdentityCert.snk diff --git a/src/PinkParrot/Configurations/Identity/IdentityServices.cs b/src/Squidex/Configurations/Identity/IdentityServices.cs similarity index 100% rename from src/PinkParrot/Configurations/Identity/IdentityServices.cs rename to src/Squidex/Configurations/Identity/IdentityServices.cs diff --git a/src/PinkParrot/Configurations/Identity/IdentityUsage.cs b/src/Squidex/Configurations/Identity/IdentityUsage.cs similarity index 100% rename from src/PinkParrot/Configurations/Identity/IdentityUsage.cs rename to src/Squidex/Configurations/Identity/IdentityUsage.cs diff --git a/src/PinkParrot/Configurations/Identity/MyIdentityOptions.cs b/src/Squidex/Configurations/Identity/MyIdentityOptions.cs similarity index 100% rename from src/PinkParrot/Configurations/Identity/MyIdentityOptions.cs rename to src/Squidex/Configurations/Identity/MyIdentityOptions.cs diff --git a/src/PinkParrot/Configurations/Web/WebDependencies.cs b/src/Squidex/Configurations/Web/WebDependencies.cs similarity index 100% rename from src/PinkParrot/Configurations/Web/WebDependencies.cs rename to src/Squidex/Configurations/Web/WebDependencies.cs diff --git a/src/PinkParrot/Configurations/Web/WebpackServices.cs b/src/Squidex/Configurations/Web/WebpackServices.cs similarity index 100% rename from src/PinkParrot/Configurations/Web/WebpackServices.cs rename to src/Squidex/Configurations/Web/WebpackServices.cs diff --git a/src/PinkParrot/Configurations/Web/WebpackUsage.cs b/src/Squidex/Configurations/Web/WebpackUsage.cs similarity index 100% rename from src/PinkParrot/Configurations/Web/WebpackUsage.cs rename to src/Squidex/Configurations/Web/WebpackUsage.cs diff --git a/src/PinkParrot/Configurations/Web/WriteModule.cs b/src/Squidex/Configurations/Web/WriteModule.cs similarity index 100% rename from src/PinkParrot/Configurations/Web/WriteModule.cs rename to src/Squidex/Configurations/Web/WriteModule.cs diff --git a/src/PinkParrot/Modules/Api/Apps/AppController.cs b/src/Squidex/Modules/Api/Apps/AppController.cs similarity index 100% rename from src/PinkParrot/Modules/Api/Apps/AppController.cs rename to src/Squidex/Modules/Api/Apps/AppController.cs diff --git a/src/PinkParrot/Modules/Api/Apps/Models/CreateAppDto.cs b/src/Squidex/Modules/Api/Apps/Models/CreateAppDto.cs similarity index 100% rename from src/PinkParrot/Modules/Api/Apps/Models/CreateAppDto.cs rename to src/Squidex/Modules/Api/Apps/Models/CreateAppDto.cs diff --git a/src/PinkParrot/Modules/Api/Apps/Models/ListAppDto.cs b/src/Squidex/Modules/Api/Apps/Models/ListAppDto.cs similarity index 100% rename from src/PinkParrot/Modules/Api/Apps/Models/ListAppDto.cs rename to src/Squidex/Modules/Api/Apps/Models/ListAppDto.cs diff --git a/src/PinkParrot/Modules/Api/EntityCreatedDto.cs b/src/Squidex/Modules/Api/EntityCreatedDto.cs similarity index 100% rename from src/PinkParrot/Modules/Api/EntityCreatedDto.cs rename to src/Squidex/Modules/Api/EntityCreatedDto.cs diff --git a/src/PinkParrot/Modules/Api/ErrorDto.cs b/src/Squidex/Modules/Api/ErrorDto.cs similarity index 100% rename from src/PinkParrot/Modules/Api/ErrorDto.cs rename to src/Squidex/Modules/Api/ErrorDto.cs diff --git a/src/PinkParrot/Modules/Api/Schemas/Models/CreateFieldDto.cs b/src/Squidex/Modules/Api/Schemas/Models/CreateFieldDto.cs similarity index 100% rename from src/PinkParrot/Modules/Api/Schemas/Models/CreateFieldDto.cs rename to src/Squidex/Modules/Api/Schemas/Models/CreateFieldDto.cs diff --git a/src/PinkParrot/Modules/Api/Schemas/Models/CreateSchemaDto.cs b/src/Squidex/Modules/Api/Schemas/Models/CreateSchemaDto.cs similarity index 100% rename from src/PinkParrot/Modules/Api/Schemas/Models/CreateSchemaDto.cs rename to src/Squidex/Modules/Api/Schemas/Models/CreateSchemaDto.cs diff --git a/src/PinkParrot/Modules/Api/Schemas/Models/ListSchemaDto.cs b/src/Squidex/Modules/Api/Schemas/Models/ListSchemaDto.cs similarity index 100% rename from src/PinkParrot/Modules/Api/Schemas/Models/ListSchemaDto.cs rename to src/Squidex/Modules/Api/Schemas/Models/ListSchemaDto.cs diff --git a/src/PinkParrot/Modules/Api/Schemas/Models/UpdateFieldDto.cs b/src/Squidex/Modules/Api/Schemas/Models/UpdateFieldDto.cs similarity index 100% rename from src/PinkParrot/Modules/Api/Schemas/Models/UpdateFieldDto.cs rename to src/Squidex/Modules/Api/Schemas/Models/UpdateFieldDto.cs diff --git a/src/PinkParrot/Modules/Api/Schemas/Models/UpdateSchemaDto.cs b/src/Squidex/Modules/Api/Schemas/Models/UpdateSchemaDto.cs similarity index 100% rename from src/PinkParrot/Modules/Api/Schemas/Models/UpdateSchemaDto.cs rename to src/Squidex/Modules/Api/Schemas/Models/UpdateSchemaDto.cs diff --git a/src/PinkParrot/Modules/Api/Schemas/SchemaFieldsController.cs b/src/Squidex/Modules/Api/Schemas/SchemaFieldsController.cs similarity index 100% rename from src/PinkParrot/Modules/Api/Schemas/SchemaFieldsController.cs rename to src/Squidex/Modules/Api/Schemas/SchemaFieldsController.cs diff --git a/src/PinkParrot/Modules/Api/Schemas/SchemasController.cs b/src/Squidex/Modules/Api/Schemas/SchemasController.cs similarity index 100% rename from src/PinkParrot/Modules/Api/Schemas/SchemasController.cs rename to src/Squidex/Modules/Api/Schemas/SchemasController.cs diff --git a/src/PinkParrot/Modules/ControllerBase.cs b/src/Squidex/Modules/ControllerBase.cs similarity index 100% rename from src/PinkParrot/Modules/ControllerBase.cs rename to src/Squidex/Modules/ControllerBase.cs diff --git a/src/PinkParrot/Modules/UI/Account/AccountController.cs b/src/Squidex/Modules/UI/Account/AccountController.cs similarity index 100% rename from src/PinkParrot/Modules/UI/Account/AccountController.cs rename to src/Squidex/Modules/UI/Account/AccountController.cs diff --git a/src/PinkParrot/Modules/UI/Account/ExternalProvider.cs b/src/Squidex/Modules/UI/Account/ExternalProvider.cs similarity index 100% rename from src/PinkParrot/Modules/UI/Account/ExternalProvider.cs rename to src/Squidex/Modules/UI/Account/ExternalProvider.cs diff --git a/src/PinkParrot/Modules/UI/Account/LoginVM.cs b/src/Squidex/Modules/UI/Account/LoginVM.cs similarity index 100% rename from src/PinkParrot/Modules/UI/Account/LoginVM.cs rename to src/Squidex/Modules/UI/Account/LoginVM.cs diff --git a/src/PinkParrot/Pipeline/ApiExceptionFilterAttribute.cs b/src/Squidex/Pipeline/ApiExceptionFilterAttribute.cs similarity index 100% rename from src/PinkParrot/Pipeline/ApiExceptionFilterAttribute.cs rename to src/Squidex/Pipeline/ApiExceptionFilterAttribute.cs diff --git a/src/PinkParrot/Pipeline/AppFeature.cs b/src/Squidex/Pipeline/AppFeature.cs similarity index 100% rename from src/PinkParrot/Pipeline/AppFeature.cs rename to src/Squidex/Pipeline/AppFeature.cs diff --git a/src/PinkParrot/Pipeline/AppMiddleware.cs b/src/Squidex/Pipeline/AppMiddleware.cs similarity index 100% rename from src/PinkParrot/Pipeline/AppMiddleware.cs rename to src/Squidex/Pipeline/AppMiddleware.cs diff --git a/src/PinkParrot/Pipeline/CommandHandlers/EnrichWithAggregateIdHandler.cs b/src/Squidex/Pipeline/CommandHandlers/EnrichWithAggregateIdHandler.cs similarity index 100% rename from src/PinkParrot/Pipeline/CommandHandlers/EnrichWithAggregateIdHandler.cs rename to src/Squidex/Pipeline/CommandHandlers/EnrichWithAggregateIdHandler.cs diff --git a/src/PinkParrot/Pipeline/CommandHandlers/EnrichWithAppIdHandler.cs b/src/Squidex/Pipeline/CommandHandlers/EnrichWithAppIdHandler.cs similarity index 100% rename from src/PinkParrot/Pipeline/CommandHandlers/EnrichWithAppIdHandler.cs rename to src/Squidex/Pipeline/CommandHandlers/EnrichWithAppIdHandler.cs diff --git a/src/PinkParrot/Pipeline/CommandHandlers/LogExceptionHandler.cs b/src/Squidex/Pipeline/CommandHandlers/LogExceptionHandler.cs similarity index 100% rename from src/PinkParrot/Pipeline/CommandHandlers/LogExceptionHandler.cs rename to src/Squidex/Pipeline/CommandHandlers/LogExceptionHandler.cs diff --git a/src/PinkParrot/Pipeline/CommandHandlers/LogExecutingHandler.cs b/src/Squidex/Pipeline/CommandHandlers/LogExecutingHandler.cs similarity index 100% rename from src/PinkParrot/Pipeline/CommandHandlers/LogExecutingHandler.cs rename to src/Squidex/Pipeline/CommandHandlers/LogExecutingHandler.cs diff --git a/src/PinkParrot/Pipeline/DeactivateForAppDomainAttribute.cs b/src/Squidex/Pipeline/DeactivateForAppDomainAttribute.cs similarity index 100% rename from src/PinkParrot/Pipeline/DeactivateForAppDomainAttribute.cs rename to src/Squidex/Pipeline/DeactivateForAppDomainAttribute.cs diff --git a/src/PinkParrot/Pipeline/IAppFeature.cs b/src/Squidex/Pipeline/IAppFeature.cs similarity index 100% rename from src/PinkParrot/Pipeline/IAppFeature.cs rename to src/Squidex/Pipeline/IAppFeature.cs diff --git a/src/PinkParrot/Pipeline/WebpackMiddleware.cs b/src/Squidex/Pipeline/WebpackMiddleware.cs similarity index 100% rename from src/PinkParrot/Pipeline/WebpackMiddleware.cs rename to src/Squidex/Pipeline/WebpackMiddleware.cs diff --git a/src/PinkParrot/Pipeline/WebpackRunner.cs b/src/Squidex/Pipeline/WebpackRunner.cs similarity index 100% rename from src/PinkParrot/Pipeline/WebpackRunner.cs rename to src/Squidex/Pipeline/WebpackRunner.cs diff --git a/src/PinkParrot/Program.cs b/src/Squidex/Program.cs similarity index 100% rename from src/PinkParrot/Program.cs rename to src/Squidex/Program.cs diff --git a/src/PinkParrot/Properties/launchSettings.json b/src/Squidex/Properties/launchSettings.json similarity index 100% rename from src/PinkParrot/Properties/launchSettings.json rename to src/Squidex/Properties/launchSettings.json diff --git a/src/PinkParrot/Squidex.xproj b/src/Squidex/Squidex.xproj similarity index 100% rename from src/PinkParrot/Squidex.xproj rename to src/Squidex/Squidex.xproj diff --git a/src/PinkParrot/Startup.cs b/src/Squidex/Startup.cs similarity index 100% rename from src/PinkParrot/Startup.cs rename to src/Squidex/Startup.cs diff --git a/src/PinkParrot/Views/Account/ClientPopup.cshtml b/src/Squidex/Views/Account/ClientPopup.cshtml similarity index 100% rename from src/PinkParrot/Views/Account/ClientPopup.cshtml rename to src/Squidex/Views/Account/ClientPopup.cshtml diff --git a/src/PinkParrot/Views/Account/ClientSilent.cshtml b/src/Squidex/Views/Account/ClientSilent.cshtml similarity index 100% rename from src/PinkParrot/Views/Account/ClientSilent.cshtml rename to src/Squidex/Views/Account/ClientSilent.cshtml diff --git a/src/PinkParrot/Views/Account/Login.cshtml b/src/Squidex/Views/Account/Login.cshtml similarity index 100% rename from src/PinkParrot/Views/Account/Login.cshtml rename to src/Squidex/Views/Account/Login.cshtml diff --git a/src/PinkParrot/Views/_ViewImports.cshtml b/src/Squidex/Views/_ViewImports.cshtml similarity index 100% rename from src/PinkParrot/Views/_ViewImports.cshtml rename to src/Squidex/Views/_ViewImports.cshtml diff --git a/src/PinkParrot/Views/_ViewStart.cshtml b/src/Squidex/Views/_ViewStart.cshtml similarity index 100% rename from src/PinkParrot/Views/_ViewStart.cshtml rename to src/Squidex/Views/_ViewStart.cshtml diff --git a/src/PinkParrot/app-config/auto-loader.js b/src/Squidex/app-config/auto-loader.js similarity index 100% rename from src/PinkParrot/app-config/auto-loader.js rename to src/Squidex/app-config/auto-loader.js diff --git a/src/PinkParrot/app-config/fix-coverage-loader.js b/src/Squidex/app-config/fix-coverage-loader.js similarity index 100% rename from src/PinkParrot/app-config/fix-coverage-loader.js rename to src/Squidex/app-config/fix-coverage-loader.js diff --git a/src/PinkParrot/app-config/helpers.js b/src/Squidex/app-config/helpers.js similarity index 100% rename from src/PinkParrot/app-config/helpers.js rename to src/Squidex/app-config/helpers.js diff --git a/src/PinkParrot/app-config/karma-test-shim.js b/src/Squidex/app-config/karma-test-shim.js similarity index 100% rename from src/PinkParrot/app-config/karma-test-shim.js rename to src/Squidex/app-config/karma-test-shim.js diff --git a/src/PinkParrot/app-config/karma.conf.js b/src/Squidex/app-config/karma.conf.js similarity index 100% rename from src/PinkParrot/app-config/karma.conf.js rename to src/Squidex/app-config/karma.conf.js diff --git a/src/PinkParrot/app-config/karma.coverage.conf.js b/src/Squidex/app-config/karma.coverage.conf.js similarity index 100% rename from src/PinkParrot/app-config/karma.coverage.conf.js rename to src/Squidex/app-config/karma.coverage.conf.js diff --git a/src/PinkParrot/app-config/webpack.common.js b/src/Squidex/app-config/webpack.common.js similarity index 100% rename from src/PinkParrot/app-config/webpack.common.js rename to src/Squidex/app-config/webpack.common.js diff --git a/src/PinkParrot/app-config/webpack.coverage.js b/src/Squidex/app-config/webpack.coverage.js similarity index 100% rename from src/PinkParrot/app-config/webpack.coverage.js rename to src/Squidex/app-config/webpack.coverage.js diff --git a/src/PinkParrot/app-config/webpack.dev.js b/src/Squidex/app-config/webpack.dev.js similarity index 100% rename from src/PinkParrot/app-config/webpack.dev.js rename to src/Squidex/app-config/webpack.dev.js diff --git a/src/PinkParrot/app-config/webpack.prod.js b/src/Squidex/app-config/webpack.prod.js similarity index 100% rename from src/PinkParrot/app-config/webpack.prod.js rename to src/Squidex/app-config/webpack.prod.js diff --git a/src/PinkParrot/app-config/webpack.test.js b/src/Squidex/app-config/webpack.test.js similarity index 100% rename from src/PinkParrot/app-config/webpack.test.js rename to src/Squidex/app-config/webpack.test.js diff --git a/src/PinkParrot/app-libs/typings/global.d.ts b/src/Squidex/app-libs/typings/global.d.ts similarity index 100% rename from src/PinkParrot/app-libs/typings/global.d.ts rename to src/Squidex/app-libs/typings/global.d.ts diff --git a/src/PinkParrot/app/app.component.html b/src/Squidex/app/app.component.html similarity index 100% rename from src/PinkParrot/app/app.component.html rename to src/Squidex/app/app.component.html diff --git a/src/PinkParrot/app/app.component.scss b/src/Squidex/app/app.component.scss similarity index 100% rename from src/PinkParrot/app/app.component.scss rename to src/Squidex/app/app.component.scss diff --git a/src/PinkParrot/app/app.component.spec.ts b/src/Squidex/app/app.component.spec.ts similarity index 100% rename from src/PinkParrot/app/app.component.spec.ts rename to src/Squidex/app/app.component.spec.ts diff --git a/src/PinkParrot/app/app.component.ts b/src/Squidex/app/app.component.ts similarity index 100% rename from src/PinkParrot/app/app.component.ts rename to src/Squidex/app/app.component.ts diff --git a/src/PinkParrot/app/app.module.ts b/src/Squidex/app/app.module.ts similarity index 100% rename from src/PinkParrot/app/app.module.ts rename to src/Squidex/app/app.module.ts diff --git a/src/PinkParrot/app/app.routes.ts b/src/Squidex/app/app.routes.ts similarity index 100% rename from src/PinkParrot/app/app.routes.ts rename to src/Squidex/app/app.routes.ts diff --git a/src/PinkParrot/app/components/apps/apps.component.html b/src/Squidex/app/components/apps/apps.component.html similarity index 100% rename from src/PinkParrot/app/components/apps/apps.component.html rename to src/Squidex/app/components/apps/apps.component.html diff --git a/src/PinkParrot/app/components/apps/apps.component.ts b/src/Squidex/app/components/apps/apps.component.ts similarity index 100% rename from src/PinkParrot/app/components/apps/apps.component.ts rename to src/Squidex/app/components/apps/apps.component.ts diff --git a/src/PinkParrot/app/components/apps/apps.module.ts b/src/Squidex/app/components/apps/apps.module.ts similarity index 100% rename from src/PinkParrot/app/components/apps/apps.module.ts rename to src/Squidex/app/components/apps/apps.module.ts diff --git a/src/PinkParrot/app/components/apps/declarations.ts b/src/Squidex/app/components/apps/declarations.ts similarity index 100% rename from src/PinkParrot/app/components/apps/declarations.ts rename to src/Squidex/app/components/apps/declarations.ts diff --git a/src/PinkParrot/app/components/apps/index.ts b/src/Squidex/app/components/apps/index.ts similarity index 100% rename from src/PinkParrot/app/components/apps/index.ts rename to src/Squidex/app/components/apps/index.ts diff --git a/src/PinkParrot/app/components/index.ts b/src/Squidex/app/components/index.ts similarity index 100% rename from src/PinkParrot/app/components/index.ts rename to src/Squidex/app/components/index.ts diff --git a/src/PinkParrot/app/components/login/declarations.ts b/src/Squidex/app/components/login/declarations.ts similarity index 100% rename from src/PinkParrot/app/components/login/declarations.ts rename to src/Squidex/app/components/login/declarations.ts diff --git a/src/PinkParrot/app/components/login/index.ts b/src/Squidex/app/components/login/index.ts similarity index 100% rename from src/PinkParrot/app/components/login/index.ts rename to src/Squidex/app/components/login/index.ts diff --git a/src/PinkParrot/app/components/login/login.component.html b/src/Squidex/app/components/login/login.component.html similarity index 100% rename from src/PinkParrot/app/components/login/login.component.html rename to src/Squidex/app/components/login/login.component.html diff --git a/src/PinkParrot/app/components/login/login.component.ts b/src/Squidex/app/components/login/login.component.ts similarity index 100% rename from src/PinkParrot/app/components/login/login.component.ts rename to src/Squidex/app/components/login/login.component.ts diff --git a/src/PinkParrot/app/components/login/login.module.ts b/src/Squidex/app/components/login/login.module.ts similarity index 100% rename from src/PinkParrot/app/components/login/login.module.ts rename to src/Squidex/app/components/login/login.module.ts diff --git a/src/PinkParrot/app/framework/angular/action.spec.ts b/src/Squidex/app/framework/angular/action.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/action.spec.ts rename to src/Squidex/app/framework/angular/action.spec.ts diff --git a/src/PinkParrot/app/framework/angular/action.ts b/src/Squidex/app/framework/angular/action.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/action.ts rename to src/Squidex/app/framework/angular/action.ts diff --git a/src/PinkParrot/app/framework/angular/cloak.directive.spec.ts b/src/Squidex/app/framework/angular/cloak.directive.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/cloak.directive.spec.ts rename to src/Squidex/app/framework/angular/cloak.directive.spec.ts diff --git a/src/PinkParrot/app/framework/angular/cloak.directive.ts b/src/Squidex/app/framework/angular/cloak.directive.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/cloak.directive.ts rename to src/Squidex/app/framework/angular/cloak.directive.ts diff --git a/src/PinkParrot/app/framework/angular/color-picker.component.html b/src/Squidex/app/framework/angular/color-picker.component.html similarity index 100% rename from src/PinkParrot/app/framework/angular/color-picker.component.html rename to src/Squidex/app/framework/angular/color-picker.component.html diff --git a/src/PinkParrot/app/framework/angular/color-picker.component.scss b/src/Squidex/app/framework/angular/color-picker.component.scss similarity index 100% rename from src/PinkParrot/app/framework/angular/color-picker.component.scss rename to src/Squidex/app/framework/angular/color-picker.component.scss diff --git a/src/PinkParrot/app/framework/angular/color-picker.component.spec.ts b/src/Squidex/app/framework/angular/color-picker.component.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/color-picker.component.spec.ts rename to src/Squidex/app/framework/angular/color-picker.component.spec.ts diff --git a/src/PinkParrot/app/framework/angular/color-picker.component.ts b/src/Squidex/app/framework/angular/color-picker.component.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/color-picker.component.ts rename to src/Squidex/app/framework/angular/color-picker.component.ts diff --git a/src/PinkParrot/app/framework/angular/date-time.pipes.spec.ts b/src/Squidex/app/framework/angular/date-time.pipes.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/date-time.pipes.spec.ts rename to src/Squidex/app/framework/angular/date-time.pipes.spec.ts diff --git a/src/PinkParrot/app/framework/angular/date-time.pipes.ts b/src/Squidex/app/framework/angular/date-time.pipes.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/date-time.pipes.ts rename to src/Squidex/app/framework/angular/date-time.pipes.ts diff --git a/src/PinkParrot/app/framework/angular/drag-model.directive.ts b/src/Squidex/app/framework/angular/drag-model.directive.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/drag-model.directive.ts rename to src/Squidex/app/framework/angular/drag-model.directive.ts diff --git a/src/PinkParrot/app/framework/angular/focus-on-change.directive.spec.ts b/src/Squidex/app/framework/angular/focus-on-change.directive.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/focus-on-change.directive.spec.ts rename to src/Squidex/app/framework/angular/focus-on-change.directive.spec.ts diff --git a/src/PinkParrot/app/framework/angular/focus-on-change.directive.ts b/src/Squidex/app/framework/angular/focus-on-change.directive.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/focus-on-change.directive.ts rename to src/Squidex/app/framework/angular/focus-on-change.directive.ts diff --git a/src/PinkParrot/app/framework/angular/image-drop.directive.ts b/src/Squidex/app/framework/angular/image-drop.directive.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/image-drop.directive.ts rename to src/Squidex/app/framework/angular/image-drop.directive.ts diff --git a/src/PinkParrot/app/framework/angular/money.pipe.spec.ts b/src/Squidex/app/framework/angular/money.pipe.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/money.pipe.spec.ts rename to src/Squidex/app/framework/angular/money.pipe.spec.ts diff --git a/src/PinkParrot/app/framework/angular/money.pipe.ts b/src/Squidex/app/framework/angular/money.pipe.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/money.pipe.ts rename to src/Squidex/app/framework/angular/money.pipe.ts diff --git a/src/PinkParrot/app/framework/angular/shortcut.component.spec.ts b/src/Squidex/app/framework/angular/shortcut.component.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/shortcut.component.spec.ts rename to src/Squidex/app/framework/angular/shortcut.component.spec.ts diff --git a/src/PinkParrot/app/framework/angular/shortcut.component.ts b/src/Squidex/app/framework/angular/shortcut.component.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/shortcut.component.ts rename to src/Squidex/app/framework/angular/shortcut.component.ts diff --git a/src/PinkParrot/app/framework/angular/slider.component.html b/src/Squidex/app/framework/angular/slider.component.html similarity index 100% rename from src/PinkParrot/app/framework/angular/slider.component.html rename to src/Squidex/app/framework/angular/slider.component.html diff --git a/src/PinkParrot/app/framework/angular/slider.component.scss b/src/Squidex/app/framework/angular/slider.component.scss similarity index 100% rename from src/PinkParrot/app/framework/angular/slider.component.scss rename to src/Squidex/app/framework/angular/slider.component.scss diff --git a/src/PinkParrot/app/framework/angular/slider.component.ts b/src/Squidex/app/framework/angular/slider.component.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/slider.component.ts rename to src/Squidex/app/framework/angular/slider.component.ts diff --git a/src/PinkParrot/app/framework/angular/spinner.component.ts b/src/Squidex/app/framework/angular/spinner.component.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/spinner.component.ts rename to src/Squidex/app/framework/angular/spinner.component.ts diff --git a/src/PinkParrot/app/framework/angular/user-report.component.ts b/src/Squidex/app/framework/angular/user-report.component.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/user-report.component.ts rename to src/Squidex/app/framework/angular/user-report.component.ts diff --git a/src/PinkParrot/app/framework/angular/validators.spec.ts b/src/Squidex/app/framework/angular/validators.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/validators.spec.ts rename to src/Squidex/app/framework/angular/validators.spec.ts diff --git a/src/PinkParrot/app/framework/angular/validators.ts b/src/Squidex/app/framework/angular/validators.ts similarity index 100% rename from src/PinkParrot/app/framework/angular/validators.ts rename to src/Squidex/app/framework/angular/validators.ts diff --git a/src/PinkParrot/app/framework/configurations.ts b/src/Squidex/app/framework/configurations.ts similarity index 100% rename from src/PinkParrot/app/framework/configurations.ts rename to src/Squidex/app/framework/configurations.ts diff --git a/src/PinkParrot/app/framework/declarations.ts b/src/Squidex/app/framework/declarations.ts similarity index 100% rename from src/PinkParrot/app/framework/declarations.ts rename to src/Squidex/app/framework/declarations.ts diff --git a/src/PinkParrot/app/framework/framework.module.ts b/src/Squidex/app/framework/framework.module.ts similarity index 100% rename from src/PinkParrot/app/framework/framework.module.ts rename to src/Squidex/app/framework/framework.module.ts diff --git a/src/PinkParrot/app/framework/index.ts b/src/Squidex/app/framework/index.ts similarity index 100% rename from src/PinkParrot/app/framework/index.ts rename to src/Squidex/app/framework/index.ts diff --git a/src/PinkParrot/app/framework/plattform.ts b/src/Squidex/app/framework/plattform.ts similarity index 100% rename from src/PinkParrot/app/framework/plattform.ts rename to src/Squidex/app/framework/plattform.ts diff --git a/src/PinkParrot/app/framework/services/clipboard.service.spec.ts b/src/Squidex/app/framework/services/clipboard.service.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/services/clipboard.service.spec.ts rename to src/Squidex/app/framework/services/clipboard.service.spec.ts diff --git a/src/PinkParrot/app/framework/services/clipboard.service.ts b/src/Squidex/app/framework/services/clipboard.service.ts similarity index 100% rename from src/PinkParrot/app/framework/services/clipboard.service.ts rename to src/Squidex/app/framework/services/clipboard.service.ts diff --git a/src/PinkParrot/app/framework/services/drag.service.spec.ts b/src/Squidex/app/framework/services/drag.service.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/services/drag.service.spec.ts rename to src/Squidex/app/framework/services/drag.service.spec.ts diff --git a/src/PinkParrot/app/framework/services/drag.service.ts b/src/Squidex/app/framework/services/drag.service.ts similarity index 100% rename from src/PinkParrot/app/framework/services/drag.service.ts rename to src/Squidex/app/framework/services/drag.service.ts diff --git a/src/PinkParrot/app/framework/services/local-store.service.spec.ts b/src/Squidex/app/framework/services/local-store.service.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/services/local-store.service.spec.ts rename to src/Squidex/app/framework/services/local-store.service.spec.ts diff --git a/src/PinkParrot/app/framework/services/local-store.service.ts b/src/Squidex/app/framework/services/local-store.service.ts similarity index 100% rename from src/PinkParrot/app/framework/services/local-store.service.ts rename to src/Squidex/app/framework/services/local-store.service.ts diff --git a/src/PinkParrot/app/framework/services/shortcut.service.spec.ts b/src/Squidex/app/framework/services/shortcut.service.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/services/shortcut.service.spec.ts rename to src/Squidex/app/framework/services/shortcut.service.spec.ts diff --git a/src/PinkParrot/app/framework/services/shortcut.service.ts b/src/Squidex/app/framework/services/shortcut.service.ts similarity index 100% rename from src/PinkParrot/app/framework/services/shortcut.service.ts rename to src/Squidex/app/framework/services/shortcut.service.ts diff --git a/src/PinkParrot/app/framework/services/title.service.spec.ts b/src/Squidex/app/framework/services/title.service.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/services/title.service.spec.ts rename to src/Squidex/app/framework/services/title.service.spec.ts diff --git a/src/PinkParrot/app/framework/services/title.service.ts b/src/Squidex/app/framework/services/title.service.ts similarity index 100% rename from src/PinkParrot/app/framework/services/title.service.ts rename to src/Squidex/app/framework/services/title.service.ts diff --git a/src/PinkParrot/app/framework/utils/color-palette.spec.ts b/src/Squidex/app/framework/utils/color-palette.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/color-palette.spec.ts rename to src/Squidex/app/framework/utils/color-palette.spec.ts diff --git a/src/PinkParrot/app/framework/utils/color-palette.ts b/src/Squidex/app/framework/utils/color-palette.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/color-palette.ts rename to src/Squidex/app/framework/utils/color-palette.ts diff --git a/src/PinkParrot/app/framework/utils/color.spec.ts b/src/Squidex/app/framework/utils/color.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/color.spec.ts rename to src/Squidex/app/framework/utils/color.spec.ts diff --git a/src/PinkParrot/app/framework/utils/color.ts b/src/Squidex/app/framework/utils/color.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/color.ts rename to src/Squidex/app/framework/utils/color.ts diff --git a/src/PinkParrot/app/framework/utils/date-helper.spec.ts b/src/Squidex/app/framework/utils/date-helper.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/date-helper.spec.ts rename to src/Squidex/app/framework/utils/date-helper.spec.ts diff --git a/src/PinkParrot/app/framework/utils/date-helper.ts b/src/Squidex/app/framework/utils/date-helper.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/date-helper.ts rename to src/Squidex/app/framework/utils/date-helper.ts diff --git a/src/PinkParrot/app/framework/utils/date-time.spec.ts b/src/Squidex/app/framework/utils/date-time.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/date-time.spec.ts rename to src/Squidex/app/framework/utils/date-time.spec.ts diff --git a/src/PinkParrot/app/framework/utils/date-time.ts b/src/Squidex/app/framework/utils/date-time.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/date-time.ts rename to src/Squidex/app/framework/utils/date-time.ts diff --git a/src/PinkParrot/app/framework/utils/duration.spec.ts b/src/Squidex/app/framework/utils/duration.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/duration.spec.ts rename to src/Squidex/app/framework/utils/duration.spec.ts diff --git a/src/PinkParrot/app/framework/utils/duration.ts b/src/Squidex/app/framework/utils/duration.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/duration.ts rename to src/Squidex/app/framework/utils/duration.ts diff --git a/src/PinkParrot/app/framework/utils/immutable-id-map.spec.ts b/src/Squidex/app/framework/utils/immutable-id-map.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/immutable-id-map.spec.ts rename to src/Squidex/app/framework/utils/immutable-id-map.spec.ts diff --git a/src/PinkParrot/app/framework/utils/immutable-id-map.ts b/src/Squidex/app/framework/utils/immutable-id-map.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/immutable-id-map.ts rename to src/Squidex/app/framework/utils/immutable-id-map.ts diff --git a/src/PinkParrot/app/framework/utils/immutable-list.spec.ts b/src/Squidex/app/framework/utils/immutable-list.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/immutable-list.spec.ts rename to src/Squidex/app/framework/utils/immutable-list.spec.ts diff --git a/src/PinkParrot/app/framework/utils/immutable-list.ts b/src/Squidex/app/framework/utils/immutable-list.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/immutable-list.ts rename to src/Squidex/app/framework/utils/immutable-list.ts diff --git a/src/PinkParrot/app/framework/utils/immutable-object.spec.ts b/src/Squidex/app/framework/utils/immutable-object.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/immutable-object.spec.ts rename to src/Squidex/app/framework/utils/immutable-object.spec.ts diff --git a/src/PinkParrot/app/framework/utils/immutable-object.ts b/src/Squidex/app/framework/utils/immutable-object.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/immutable-object.ts rename to src/Squidex/app/framework/utils/immutable-object.ts diff --git a/src/PinkParrot/app/framework/utils/immutable-set.spec.ts b/src/Squidex/app/framework/utils/immutable-set.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/immutable-set.spec.ts rename to src/Squidex/app/framework/utils/immutable-set.spec.ts diff --git a/src/PinkParrot/app/framework/utils/immutable-set.ts b/src/Squidex/app/framework/utils/immutable-set.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/immutable-set.ts rename to src/Squidex/app/framework/utils/immutable-set.ts diff --git a/src/PinkParrot/app/framework/utils/math-helper.spec.ts b/src/Squidex/app/framework/utils/math-helper.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/math-helper.spec.ts rename to src/Squidex/app/framework/utils/math-helper.spec.ts diff --git a/src/PinkParrot/app/framework/utils/math-helper.ts b/src/Squidex/app/framework/utils/math-helper.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/math-helper.ts rename to src/Squidex/app/framework/utils/math-helper.ts diff --git a/src/PinkParrot/app/framework/utils/rect2.spec.ts b/src/Squidex/app/framework/utils/rect2.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/rect2.spec.ts rename to src/Squidex/app/framework/utils/rect2.spec.ts diff --git a/src/PinkParrot/app/framework/utils/rect2.ts b/src/Squidex/app/framework/utils/rect2.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/rect2.ts rename to src/Squidex/app/framework/utils/rect2.ts diff --git a/src/PinkParrot/app/framework/utils/rotation.spec.ts b/src/Squidex/app/framework/utils/rotation.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/rotation.spec.ts rename to src/Squidex/app/framework/utils/rotation.spec.ts diff --git a/src/PinkParrot/app/framework/utils/rotation.ts b/src/Squidex/app/framework/utils/rotation.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/rotation.ts rename to src/Squidex/app/framework/utils/rotation.ts diff --git a/src/PinkParrot/app/framework/utils/vec2.spec.ts b/src/Squidex/app/framework/utils/vec2.spec.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/vec2.spec.ts rename to src/Squidex/app/framework/utils/vec2.spec.ts diff --git a/src/PinkParrot/app/framework/utils/vec2.ts b/src/Squidex/app/framework/utils/vec2.ts similarity index 100% rename from src/PinkParrot/app/framework/utils/vec2.ts rename to src/Squidex/app/framework/utils/vec2.ts diff --git a/src/PinkParrot/app/main.ts b/src/Squidex/app/main.ts similarity index 100% rename from src/PinkParrot/app/main.ts rename to src/Squidex/app/main.ts diff --git a/src/PinkParrot/app/polyfills.ts b/src/Squidex/app/polyfills.ts similarity index 100% rename from src/PinkParrot/app/polyfills.ts rename to src/Squidex/app/polyfills.ts diff --git a/src/PinkParrot/app/shared/guards/auth.guard.ts b/src/Squidex/app/shared/guards/auth.guard.ts similarity index 100% rename from src/PinkParrot/app/shared/guards/auth.guard.ts rename to src/Squidex/app/shared/guards/auth.guard.ts diff --git a/src/PinkParrot/app/shared/index.ts b/src/Squidex/app/shared/index.ts similarity index 100% rename from src/PinkParrot/app/shared/index.ts rename to src/Squidex/app/shared/index.ts diff --git a/src/PinkParrot/app/shared/services/auth.service.ts b/src/Squidex/app/shared/services/auth.service.ts similarity index 100% rename from src/PinkParrot/app/shared/services/auth.service.ts rename to src/Squidex/app/shared/services/auth.service.ts diff --git a/src/PinkParrot/app/theme/_bootstrap.scss b/src/Squidex/app/theme/_bootstrap.scss similarity index 100% rename from src/PinkParrot/app/theme/_bootstrap.scss rename to src/Squidex/app/theme/_bootstrap.scss diff --git a/src/PinkParrot/app/theme/_layout.scss b/src/Squidex/app/theme/_layout.scss similarity index 100% rename from src/PinkParrot/app/theme/_layout.scss rename to src/Squidex/app/theme/_layout.scss diff --git a/src/PinkParrot/app/theme/_mixins.scss b/src/Squidex/app/theme/_mixins.scss similarity index 100% rename from src/PinkParrot/app/theme/_mixins.scss rename to src/Squidex/app/theme/_mixins.scss diff --git a/src/PinkParrot/app/theme/_vars.scss b/src/Squidex/app/theme/_vars.scss similarity index 100% rename from src/PinkParrot/app/theme/_vars.scss rename to src/Squidex/app/theme/_vars.scss diff --git a/src/PinkParrot/app/theme/theme.scss b/src/Squidex/app/theme/theme.scss similarity index 100% rename from src/PinkParrot/app/theme/theme.scss rename to src/Squidex/app/theme/theme.scss diff --git a/src/PinkParrot/app/theme/vendor.scss b/src/Squidex/app/theme/vendor.scss similarity index 100% rename from src/PinkParrot/app/theme/vendor.scss rename to src/Squidex/app/theme/vendor.scss diff --git a/src/PinkParrot/app/vendor.ts b/src/Squidex/app/vendor.ts similarity index 100% rename from src/PinkParrot/app/vendor.ts rename to src/Squidex/app/vendor.ts diff --git a/src/PinkParrot/appsettings.json b/src/Squidex/appsettings.json similarity index 100% rename from src/PinkParrot/appsettings.json rename to src/Squidex/appsettings.json diff --git a/src/PinkParrot/karma.coverage.conf.js b/src/Squidex/karma.coverage.conf.js similarity index 100% rename from src/PinkParrot/karma.coverage.conf.js rename to src/Squidex/karma.coverage.conf.js diff --git a/src/PinkParrot/package.json b/src/Squidex/package.json similarity index 100% rename from src/PinkParrot/package.json rename to src/Squidex/package.json diff --git a/src/PinkParrot/project.json b/src/Squidex/project.json similarity index 100% rename from src/PinkParrot/project.json rename to src/Squidex/project.json diff --git a/src/PinkParrot/tsconfig.json b/src/Squidex/tsconfig.json similarity index 100% rename from src/PinkParrot/tsconfig.json rename to src/Squidex/tsconfig.json diff --git a/src/PinkParrot/tslint.json b/src/Squidex/tslint.json similarity index 100% rename from src/PinkParrot/tslint.json rename to src/Squidex/tslint.json diff --git a/src/PinkParrot/typings.json b/src/Squidex/typings.json similarity index 100% rename from src/PinkParrot/typings.json rename to src/Squidex/typings.json diff --git a/src/PinkParrot/web.config b/src/Squidex/web.config similarity index 100% rename from src/PinkParrot/web.config rename to src/Squidex/web.config diff --git a/src/PinkParrot/webpack.config.js b/src/Squidex/webpack.config.js similarity index 100% rename from src/PinkParrot/webpack.config.js rename to src/Squidex/webpack.config.js diff --git a/src/PinkParrot/wwwroot/index.html b/src/Squidex/wwwroot/index.html similarity index 100% rename from src/PinkParrot/wwwroot/index.html rename to src/Squidex/wwwroot/index.html diff --git a/src/PinkParrot/wwwroot/scripts/oidc-client.min.js b/src/Squidex/wwwroot/scripts/oidc-client.min.js similarity index 100% rename from src/PinkParrot/wwwroot/scripts/oidc-client.min.js rename to src/Squidex/wwwroot/scripts/oidc-client.min.js diff --git a/tests/PinkParrot.Infrastructure.Tests/CQRS/Autofac/AutofacDomainObjectFactoryTests.cs b/tests/Squidex.Infrastructure.Tests/CQRS/Autofac/AutofacDomainObjectFactoryTests.cs similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/CQRS/Autofac/AutofacDomainObjectFactoryTests.cs rename to tests/Squidex.Infrastructure.Tests/CQRS/Autofac/AutofacDomainObjectFactoryTests.cs diff --git a/tests/PinkParrot.Infrastructure.Tests/CQRS/Commands/CommandsHandlerTests.cs b/tests/Squidex.Infrastructure.Tests/CQRS/Commands/CommandsHandlerTests.cs similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/CQRS/Commands/CommandsHandlerTests.cs rename to tests/Squidex.Infrastructure.Tests/CQRS/Commands/CommandsHandlerTests.cs diff --git a/tests/PinkParrot.Infrastructure.Tests/CQRS/Commands/InMemoryCommandBusTests.cs b/tests/Squidex.Infrastructure.Tests/CQRS/Commands/InMemoryCommandBusTests.cs similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/CQRS/Commands/InMemoryCommandBusTests.cs rename to tests/Squidex.Infrastructure.Tests/CQRS/Commands/InMemoryCommandBusTests.cs diff --git a/tests/PinkParrot.Infrastructure.Tests/CQRS/EnvelopeExtensionsTests.cs b/tests/Squidex.Infrastructure.Tests/CQRS/EnvelopeExtensionsTests.cs similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/CQRS/EnvelopeExtensionsTests.cs rename to tests/Squidex.Infrastructure.Tests/CQRS/EnvelopeExtensionsTests.cs diff --git a/tests/PinkParrot.Infrastructure.Tests/CollectionExtensionsTests.cs b/tests/Squidex.Infrastructure.Tests/CollectionExtensionsTests.cs similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/CollectionExtensionsTests.cs rename to tests/Squidex.Infrastructure.Tests/CollectionExtensionsTests.cs diff --git a/tests/PinkParrot.Infrastructure.Tests/DispatchingTests.cs b/tests/Squidex.Infrastructure.Tests/DispatchingTests.cs similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/DispatchingTests.cs rename to tests/Squidex.Infrastructure.Tests/DispatchingTests.cs diff --git a/tests/PinkParrot.Infrastructure.Tests/EnumExtensionsTests.cs b/tests/Squidex.Infrastructure.Tests/EnumExtensionsTests.cs similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/EnumExtensionsTests.cs rename to tests/Squidex.Infrastructure.Tests/EnumExtensionsTests.cs diff --git a/tests/PinkParrot.Infrastructure.Tests/GuardTests.cs b/tests/Squidex.Infrastructure.Tests/GuardTests.cs similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/GuardTests.cs rename to tests/Squidex.Infrastructure.Tests/GuardTests.cs diff --git a/tests/PinkParrot.Infrastructure.Tests/PropertiesBagTests.cs b/tests/Squidex.Infrastructure.Tests/PropertiesBagTests.cs similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/PropertiesBagTests.cs rename to tests/Squidex.Infrastructure.Tests/PropertiesBagTests.cs diff --git a/tests/PinkParrot.Infrastructure.Tests/Reflection/PropertiesTypeAccessorTest.cs b/tests/Squidex.Infrastructure.Tests/Reflection/PropertiesTypeAccessorTest.cs similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/Reflection/PropertiesTypeAccessorTest.cs rename to tests/Squidex.Infrastructure.Tests/Reflection/PropertiesTypeAccessorTest.cs diff --git a/tests/PinkParrot.Infrastructure.Tests/Reflection/SimpleMapperTests.cs b/tests/Squidex.Infrastructure.Tests/Reflection/SimpleMapperTests.cs similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/Reflection/SimpleMapperTests.cs rename to tests/Squidex.Infrastructure.Tests/Reflection/SimpleMapperTests.cs diff --git a/tests/PinkParrot.Infrastructure.Tests/Squidex.Infrastructure.Tests.xproj b/tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.xproj similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/Squidex.Infrastructure.Tests.xproj rename to tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.xproj diff --git a/tests/PinkParrot.Infrastructure.Tests/TypeNameRegistryTests.cs b/tests/Squidex.Infrastructure.Tests/TypeNameRegistryTests.cs similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/TypeNameRegistryTests.cs rename to tests/Squidex.Infrastructure.Tests/TypeNameRegistryTests.cs diff --git a/tests/PinkParrot.Infrastructure.Tests/project.json b/tests/Squidex.Infrastructure.Tests/project.json similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/project.json rename to tests/Squidex.Infrastructure.Tests/project.json diff --git a/tests/PinkParrot.Infrastructure.Tests/xunit.runner.json b/tests/Squidex.Infrastructure.Tests/xunit.runner.json similarity index 100% rename from tests/PinkParrot.Infrastructure.Tests/xunit.runner.json rename to tests/Squidex.Infrastructure.Tests/xunit.runner.json diff --git a/tests/PinkParrot.Write.Tests/Apps/AppCommandHandlerTests.cs b/tests/Squidex.Write.Tests/Apps/AppCommandHandlerTests.cs similarity index 100% rename from tests/PinkParrot.Write.Tests/Apps/AppCommandHandlerTests.cs rename to tests/Squidex.Write.Tests/Apps/AppCommandHandlerTests.cs diff --git a/tests/PinkParrot.Write.Tests/Apps/AppDomainObjectTests.cs b/tests/Squidex.Write.Tests/Apps/AppDomainObjectTests.cs similarity index 100% rename from tests/PinkParrot.Write.Tests/Apps/AppDomainObjectTests.cs rename to tests/Squidex.Write.Tests/Apps/AppDomainObjectTests.cs diff --git a/tests/PinkParrot.Write.Tests/Properties/AssemblyInfo.cs b/tests/Squidex.Write.Tests/Properties/AssemblyInfo.cs similarity index 100% rename from tests/PinkParrot.Write.Tests/Properties/AssemblyInfo.cs rename to tests/Squidex.Write.Tests/Properties/AssemblyInfo.cs diff --git a/tests/PinkParrot.Write.Tests/Schemas/SchemaDomainObjectTests.cs b/tests/Squidex.Write.Tests/Schemas/SchemaDomainObjectTests.cs similarity index 100% rename from tests/PinkParrot.Write.Tests/Schemas/SchemaDomainObjectTests.cs rename to tests/Squidex.Write.Tests/Schemas/SchemaDomainObjectTests.cs diff --git a/tests/PinkParrot.Write.Tests/Squidex.Write.Tests.xproj b/tests/Squidex.Write.Tests/Squidex.Write.Tests.xproj similarity index 100% rename from tests/PinkParrot.Write.Tests/Squidex.Write.Tests.xproj rename to tests/Squidex.Write.Tests/Squidex.Write.Tests.xproj diff --git a/tests/PinkParrot.Write.Tests/Utils/SchemaFixture.cs b/tests/Squidex.Write.Tests/Utils/SchemaFixture.cs similarity index 100% rename from tests/PinkParrot.Write.Tests/Utils/SchemaFixture.cs rename to tests/Squidex.Write.Tests/Utils/SchemaFixture.cs diff --git a/tests/PinkParrot.Write.Tests/project.json b/tests/Squidex.Write.Tests/project.json similarity index 100% rename from tests/PinkParrot.Write.Tests/project.json rename to tests/Squidex.Write.Tests/project.json