elitsa
|
3f6e14c065
|
Moving files from ParameterEditors and ValueConverters folders under PropertyEditors
|
2020-01-20 13:05:20 +01:00 |
|
elitsa
|
d88dbbb0cd
|
Moving some more PropertyEditors From Umbraco.Web to Umbraco.Infrastructure
|
2020-01-20 11:45:40 +01:00 |
|
Bjarke Berg
|
17609b70de
|
Merge pull request #7459 from umbraco/netcore/feature/AB4519-move-property-editors-to-infrastructure
Netcore: Move property editors to infrastructure (1st part)
|
2020-01-15 10:33:08 +01:00 |
|
Shannon
|
cf818b2268
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB4231-Move-SqlCe-stuff-to-seperate-project
|
2020-01-15 12:48:42 +11:00 |
|
elitsa
|
2646a20647
|
Moving a bunch PropertyEditors From Umbraco.Web to Umbraco.Infrastructure
|
2020-01-14 16:35:50 +01:00 |
|
Shannon
|
094f1c2539
|
Merge branch 'netcore/dev' into netcore/feature/AB4234-Move-Indentity-struff-to-web
|
2020-01-14 12:41:58 +11:00 |
|
Bjarke Berg
|
29140bc7ea
|
AB4375 - Moved ITagQuery and TagModel to Umbraco.Abstractions
|
2020-01-08 15:39:07 +01:00 |
|
Bjarke Berg
|
bdf0f32a70
|
AB4375 - Moved Actions to Umbraco.Abstractions
|
2020-01-08 13:39:47 +01:00 |
|
Bjarke Berg
|
447e1ee1f0
|
AB4375 - Moved Sections to Umbraco.Abstractions
|
2020-01-08 13:36:48 +01:00 |
|
Bjarke Berg
|
39b7cb4201
|
AB4375 - Moved Tour to Umbraco.Abstractions
|
2020-01-08 13:35:05 +01:00 |
|
Bjarke Berg
|
33525f3ea9
|
AB4375 - Moved Media from Umbraco.Web to Umbraco.Infrastructure and added reference to System.Drawing.Common
|
2020-01-08 13:31:14 +01:00 |
|
Bjarke Berg
|
cdfd3df98a
|
AB4231 - Moved SqlCe classes to separate project
|
2020-01-07 14:52:59 +01:00 |
|
Bjarke Berg
|
c6c0d7df54
|
AB4234 - Moved stuff from core into web, that used identity.
|
2020-01-07 13:50:38 +01:00 |
|
Bjarke Berg
|
38519b2bab
|
AB4227 - Moved Logging
|
2019-12-18 13:42:32 +01:00 |
|
Bjarke Berg
|
a22824e33a
|
AB4227 - Moved Persistence Repository implementations
|
2019-12-18 13:42:27 +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
|
d90534769c
|
Moved Serialization from Umbraco.Core to Umbraco.Infrastructure and added reference to Newtonsoft.Json
|
2019-12-09 08:40:49 +01:00 |
|
Bjarke Berg
|
fb562817bc
|
Moved more files to abstractions and eliminated the use of JObject
|
2019-12-05 14:03:09 +01:00 |
|
Bjarke Berg
|
b997b40f1d
|
Handled Serilog enrichers..
- Introduced ISessionIdResolver and AspNetSessionIdResolver
|
2019-11-27 09:01:17 +01: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 |
|
Bjarke Berg
|
323a60fa76
|
Removed IOHelper.Default, to prepare for injecting
|
2019-11-26 08:15:00 +01:00 |
|
Shannon
|
76b413e527
|
Removes all references of System.Web.Security from core project
|
2019-11-25 23:37:30 +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 |
|
Bjarke Berg
|
3e360abf15
|
Removed static ApplicationUrlHelper and introduced IBackOfficeInfo and AspNetBackOfficeInfo
|
2019-11-21 14:19:56 +01:00 |
|
Bjarke Berg
|
e9ea2ce79a
|
Renamed IpResolver to AspNetIpResolver
|
2019-11-20 15:25:58 +01:00 |
|
Bjarke Berg
|
bec4205ef5
|
Introduced a IHostingEnvironment and one implemtation for AspNetHostingEnvironment
|
2019-11-20 13:38:41 +01:00 |
|
Bjarke Berg
|
969d8fbedd
|
Introduced a IIpResolver
|
2019-11-20 11:27:19 +01:00 |
|
Bjarke Berg
|
ec169d17d7
|
Refactored CoreRuntime to inject a IUmbracoBootPermissionChecker, instead of using system.web to test this it self. Also moved some logging from CoreWebsite into WebRuntime, that used hosting information
|
2019-11-20 10:20:20 +01:00 |
|
Warren Buckley
|
31b85a2cd6
|
Remove code duplication & do some cleanup - need to work on passing the type variable to Cast<T>
|
2019-11-18 11:43:31 +00:00 |
|
Shannon
|
4338a8f32d
|
Merge branch 'netcore/dev' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project
|
2019-11-18 20:23:31 +11: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 |
|
Bjarke Berg
|
7c72fb57f2
|
Merge remote-tracking branch 'origin/v8/8.3' into v8/dev
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js
# src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
# src/Umbraco.Web/Cache/LanguageCacheRefresher.cs
|
2019-11-14 13:40:32 +01:00 |
|
Bjarke Berg
|
6d18b3f363
|
Merge branch 'netcore/feature/AB3649-move-manifest-stuff' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project
|
2019-11-12 14:11:08 +01:00 |
|
Bjarke Berg
|
b64b0758e1
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB3649-move-manifest-stuff
|
2019-11-12 10:42:48 +01:00 |
|
Bjarke Berg
|
7eef6b4037
|
https://github.com/umbraco/Umbraco-CMS/issues/7125 - Updates the projects to use the same versions as required by our nuspec
|
2019-11-12 08:50:31 +01:00 |
|
Shannon
|
a8face2023
|
Moving TypeHelper ... but now need IOHelper...
|
2019-11-11 17:30:50 +11:00 |
|
Bjarke Berg
|
ed82bd05c6
|
AB3649 - Abstracted IPropertyType, IProperty and IPropertyValue
|
2019-11-08 14:27:27 +01:00 |
|
Shannon
|
db216e43b7
|
Moves the WebCachingAppCache to the web project
|
2019-11-08 15:00:15 +11:00 |
|
Bjarke Berg
|
c6ca955d5a
|
Move some of the config to Umbraco.Configuration
|
2019-11-07 13:02:29 +01:00 |
|
Warren Buckley
|
bf2727a1eb
|
New model to return from WebAPI
|
2019-11-06 13:40:00 +00:00 |
|
Bjarke Berg
|
fc2fc18a26
|
Moved filesytem abstractions + removed resharper warnings
|
2019-11-04 19:22:17 +01:00 |
|
Shannon
|
595b36c5df
|
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/media-tracking
# Conflicts:
# src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
|
2019-11-01 13:27:13 +11:00 |
|
Bjarke Berg
|
eade92e803
|
Merge remote-tracking branch 'origin/v8/dev' into vx/feature/unicore
# Conflicts:
# src/Umbraco.Core/ObjectExtensions.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/ContentTypeRepositoryBase.cs
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Web.UI.Client/package-lock.json
|
2019-10-30 13:35:48 +01:00 |
|
Jeavon
|
4be1c3b4c4
|
Add UmbracoVirtualNodeByUdiRouteHandler (#6796)
* Add UmbracoVirtualNodeByUdiRouteHandler
* Parameter must be a GuidUdi
|
2019-10-29 21:38:29 +01:00 |
|
Ronald Barendse
|
7f0a077f58
|
Add SecurityCodeScan static code analyzer (#6636)
* Added SecurityCodeScan to all projects
* Enable analysing of content items
|
2019-10-29 19:37:15 +01:00 |
|
Shannon
|
9303a49732
|
Moves the copy/paste rte stuff to a separate service, injects lazy property editors and relation service into the base content repositories
|
2019-10-23 19:08:03 +11:00 |
|