Bjarke Berg
|
90c2381c86
|
Renamed Umbraco.Abstractions to Umbraco.Core
|
2020-02-24 08:21:53 +01:00 |
|
Bjarke Berg
|
cdfd3df98a
|
AB4231 - Moved SqlCe classes to separate project
|
2020-01-07 14:52:59 +01:00 |
|
Bjarke Berg
|
2ed6b11b6f
|
Merge remote-tracking branch 'origin/netcore/feature/AB3791-Move-scoping-to-infrastructure-and-replace-callcontext' into netcore/feature/AB4227-move-files-to-infrastructure
# Conflicts:
# src/Umbraco.Tests.Benchmarks/BulkInsertBenchmarks.cs
# src/Umbraco.Tests/TestHelpers/TestHelper.cs
# src/Umbraco.Web/Editors/UsersController.cs
|
2019-12-19 11:34:08 +01:00 |
|
Shannon
|
a8f006e36e
|
Removes the useNativeBulkInsert parameter, it's super old and useless
|
2019-12-19 17:56:48 +11:00 |
|
Bjarke Berg
|
a22824e33a
|
AB4227 - Moved Persistence Repository implementations
|
2019-12-18 13:42:27 +01:00 |
|
Bjarke Berg
|
03631a1731
|
AB4227 - Moved Persistence Root
|
2019-12-18 13:42:26 +01:00 |
|
Bjarke Berg
|
7a0e0f7782
|
AB4227 - Moved Persistence.Factories
|
2019-12-18 13:42:25 +01:00 |
|
Bjarke Berg
|
7c1e81db0d
|
AB4227 - Moved persistence mappers
|
2019-12-18 13:42:24 +01:00 |
|
Bjarke Berg
|
17a586ed0c
|
AB4227 - Moved dtos and made some public to let then be known by the web project
|
2019-12-18 13:42:22 +01:00 |
|
Bjarke Berg
|
d36ff6d509
|
Refactored such that the a IBulkSqlInsertProvider can be used, to diff. between SqlCe and SqlServer
|
2019-12-12 12:55:17 +01:00 |
|
Bjarke Berg
|
c94b65d76b
|
Moved scope and persistence
|
2019-12-12 08:11:23 +01:00 |
|
Bjarke Berg
|
9e5494cc14
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/move-files
# Conflicts:
# src/Umbraco.Core/Persistence/Repositories/Implement/ContentRepositoryBase.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/DocumentBlueprintRepository.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/DocumentRepository.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/MediaRepository.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/MemberRepository.cs
# src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/DocumentRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/DomainRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/MediaRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/MemberRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/PublicAccessRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/TagRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/TemplateRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
# src/Umbraco.Tests/Published/NestedContentTests.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTestBase.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTests.cs
# src/Umbraco.Tests/Services/ContentServicePerformanceTest.cs
# src/Umbraco.Tests/Services/ContentServiceTests.cs
# src/Umbraco.Tests/Web/TemplateUtilitiesTests.cs
# src/Umbraco.Web/PropertyEditors/ContentPickerPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MediaPickerPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiUrlPickerPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RichTextPropertyEditor.cs
|
2019-12-11 09:29:36 +01:00 |
|
Bjarke Berg
|
aa15f89275
|
Merge remote-tracking branch 'origin/v8/feature/media-tracking' into netcore/dev
# Conflicts:
# src/Umbraco.Abstractions/Models/IDataValueEditor.cs
# src/Umbraco.Abstractions/Models/RelationType.cs
# src/Umbraco.Core/Contants-UdiEntityType.cs
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
# src/Umbraco.Core/Udi.cs
# src/Umbraco.Tests/Models/RelationTests.cs
# src/Umbraco.Tests/Models/RelationTypeTests.cs
# src/Umbraco.Tests/Persistence/Repositories/MediaRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
# src/Umbraco.Tests/Published/NestedContentTests.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTestBase.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTests.cs
# src/Umbraco.Tests/Services/ContentServicePerformanceTest.cs
# src/Umbraco.Tests/Testing/UmbracoTestBase.cs
# src/Umbraco.Tests/Web/TemplateUtilitiesTests.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RichTextPropertyEditor.cs
# src/Umbraco.Web/Runtime/WebInitialComposer.cs
# src/Umbraco.Web/Templates/TemplateUtilities.cs
# src/Umbraco.Web/UmbracoComponentRenderer.cs
|
2019-12-10 14:44:42 +01:00 |
|
Bjarke Berg
|
67536a49a7
|
Moved Models from Umbraco.Core to Umbraco.Infrastructure
|
2019-12-10 08:37:19 +01:00 |
|
Bjarke Berg
|
becce7800b
|
Moved Models from Umbraco.Core to Umbraco.Infrastructure
|
2019-12-09 14:12:06 +01:00 |
|
Bjarke Berg
|
2ea8e7cdd0
|
Moved PropertyEditors from Umbraco.Core to Umbraco.Infrastructure
|
2019-12-09 10:44:22 +01:00 |
|
Warren Buckley
|
cad384a0a6
|
Moves logic out from ContentRepositoryBase & into a method on the Collection itself
|
2019-12-05 11:18:18 +00:00 |
|
Bjarke Berg
|
28ecb355dd
|
Let IOHelper use IHostingEnvironment
|
2019-12-04 21:30:18 +01:00 |
|
Warren Buckley
|
9e1a56eba5
|
Rename from DataValueReferenceFor to DataValyeReferenceFactory & Factories for the plural collection
|
2019-12-04 16:14:33 +00:00 |
|
Warren Buckley
|
1471bffeff
|
Adds DataValueReferenceFor & its collection
|
2019-12-02 15:00:56 +00:00 |
|
Bjarke Berg
|
f39324b732
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/core-cannot-use-system-web
|
2019-12-02 14:13:33 +01:00 |
|
Bjarke Berg
|
1da4429177
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/Umbraco.Abstractions/Exceptions/ConnectionException.cs
# src/Umbraco.Abstractions/Exceptions/DataOperationException.cs
# src/Umbraco.Abstractions/Exceptions/InvalidCompositionException.cs
# src/Umbraco.Abstractions/IO/MediaFileSystem.cs
# src/Umbraco.Abstractions/IO/PhysicalFileSystem.cs
# src/Umbraco.Abstractions/Migrations/DataLossException.cs
# src/Umbraco.Abstractions/Models/Entities/EntitySlim.cs
# src/Umbraco.Abstractions/Xml/UmbracoXPathPathSyntaxParser.cs
# src/Umbraco.Abstractions/Xml/XmlHelper.cs
# src/Umbraco.Core/Manifest/ManifestParser.cs
# src/Umbraco.Core/Models/ContentRepositoryExtensions.cs
# src/Umbraco.Core/Models/PropertyType.cs
# src/Umbraco.Core/Persistence/UmbracoDatabaseFactory.cs
# src/Umbraco.Core/PropertyEditors/Validators/RegexValidator.cs
# src/Umbraco.Core/PropertyEditors/Validators/RequiredValidator.cs
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Web/Editors/Filters/ContentModelValidator.cs
# src/Umbraco.Web/Mvc/AreaRegistrationExtensions.cs
|
2019-12-02 13:51:07 +01:00 |
|
Warren Buckley
|
645a30a8aa
|
Adds new ValueReference classes and update to Interface for IsForEditor method to check if we should get references for a specific dataeditor based on its alias
|
2019-11-27 20:24:16 +00:00 |
|
Bjarke Berg
|
2fc50c5730
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/core-cannot-use-system-web
# Conflicts:
# src/Umbraco.Core/Runtime/CoreInitialComposer.cs
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Tests/Membership/MembershipProviderBaseTests.cs
# src/Umbraco.Tests/Membership/UmbracoServiceMembershipProviderTests.cs
# src/Umbraco.Tests/Services/MemberServiceTests.cs
# src/Umbraco.Web/Security/AppBuilderExtensions.cs
# src/Umbraco.Web/Security/BackOfficeUserManager.cs
# src/Umbraco.Web/Security/MembershipProviderBase.cs
# src/Umbraco.Web/Security/MembershipProviderExtensions.cs
# src/Umbraco.Web/Security/Providers/UsersMembershipProvider.cs
# src/Umbraco.Web/Security/UmbracoMembershipProviderBase.cs
# src/Umbraco.Web/UmbracoDefaultOwinStartup.cs
|
2019-11-26 11:51:50 +01:00 |
|
Shannon
|
488f6925b8
|
Fixes tests, removes some magic strings
|
2019-11-26 12:49:57 +11:00 |
|
Shannon
|
4fe20bb7c8
|
Removes references to password question/answer/ProviderUserKey
|
2019-11-26 00:03:45 +11:00 |
|
Shannon
|
a458df360f
|
Removes references to password question/answer
|
2019-11-25 23:53:12 +11:00 |
|
Shannon
|
73bb9e3279
|
Moves culture dictionary implementation to Core instead of web since it has nothing to do with Web really, fixes tests
|
2019-11-25 23:10:54 +11:00 |
|
Shannon
|
1136e15a27
|
kill user membership provider, adds some passwords api abstractions, moves membership provider logic out of Core/services, removes membership scenario and other membership code we don't want anymore.
|
2019-11-25 21:20:00 +11:00 |
|
Shannon
|
e51a3efe15
|
Moves more services and friends, removes more usages of Current
|
2019-11-22 12:17:26 +11:00 |
|
Warren Buckley
|
9fea3ea500
|
Merge branch 'feature/5702-custom-validation-messages' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-feature/5702-custom-validation-messages
# Conflicts:
# src/Umbraco.Core/PropertyEditors/Validators/RegexValidator.cs
|
2019-11-21 10:10:15 +01:00 |
|
Shannon Deminick
|
b68f1d44f1
|
Merge pull request #6599 from ronaldbarendse/v8/bugfix/5947-custom-exceptions
Fixed and cleaned up custom exception classes
|
2019-11-21 19:21:19 +11:00 |
|
Bjarke Berg
|
969d8fbedd
|
Introduced a IIpResolver
|
2019-11-20 11:27:19 +01:00 |
|
Shannon
|
895f68d9e2
|
Fixes bulk insert records, adjusts parsing of object types
|
2019-11-20 12:15:27 +11:00 |
|
Andy Butland
|
12fa862ee6
|
Merge branch 'v8/dev' into feature/5702-custom-validation-messages
|
2019-11-19 11:53:33 +01:00 |
|
Bjarke Berg
|
282973f1e2
|
More injections of IIOHelper
|
2019-11-19 08:52:39 +01:00 |
|
Bjarke Berg
|
ca77c519e9
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/remove_current_iohelper
# Conflicts:
# src/Umbraco.Abstractions/Configuration/ConfigsExtensions.cs
# src/Umbraco.Configuration/GlobalSettings.cs
# src/Umbraco.Tests/Persistence/Repositories/ScriptRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/StylesheetRepositoryTest.cs
# src/Umbraco.Tests/PublishedContent/NuCacheChildrenTests.cs
# src/Umbraco.Tests/PublishedContent/NuCacheTests.cs
# src/Umbraco.Tests/TestHelpers/TestHelper.cs
|
2019-11-19 08:13:35 +01:00 |
|
Shannon
|
0137996815
|
Fixes tests, adds notes
|
2019-11-19 15:38:06 +11:00 |
|
Shannon
|
dbd76a903a
|
Cleans up the IPropertyType interface, cleans up how it is constructed
|
2019-11-19 15:25:04 +11:00 |
|
Shannon
|
1ef5106529
|
oops fix build
|
2019-11-19 14:54:03 +11:00 |
|
Shannon
|
645cfcab42
|
Simplifies the interface inheritance removes SimpleContentTypeMapper (can't be used), improves how mappers are looked up, simplifies other models
|
2019-11-19 14:10:08 +11:00 |
|
Shannon
|
9f5479d686
|
Cleans up interface inheritance a bit
|
2019-11-19 12:28:41 +11:00 |
|
Shannon
|
fe2a919573
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/move_icontent_type
|
2019-11-19 11:52:09 +11:00 |
|
Søren Gregersen
|
b99f2ca25f
|
merged
|
2019-11-18 19:46:32 +01:00 |
|
Bjarke Berg
|
4c05af7b9d
|
AB3594 - Post review fixes.. Also removed the Current class from abstractions, and injected the factory into config
|
2019-11-18 14:11:50 +01:00 |
|
Bjarke Berg
|
50e61e9227
|
More usage of IPropertyType, and moved more classes
|
2019-11-18 13:03:24 +01:00 |
|
Shannon
|
cd3a97ce75
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Abstractions/Constants-Conventions.cs
|
2019-11-18 19:58:42 +11:00 |
|
Bjarke Berg
|
603ec0ccfb
|
AB3594 - Moved the composition root out to UmbracoApplicationBase, and injecting the needed parts from there. Also remove usages of ConfigurationManager from Umbraco.Core
|
2019-11-15 11:41:13 +01:00 |
|
Ronald Barendse
|
34008edd34
|
Fix issues with added PanicException
|
2019-11-15 09:15:12 +01:00 |
|
Shannon
|
85c2269645
|
Adds ability to filter out paged relations by entity type
|
2019-11-15 14:49:46 +11:00 |
|