Mole
|
216fb87c79
|
Rename Umbraco.Core namespace to Umbraco.Cms.Core
|
2021-02-09 10:22:42 +01:00 |
|
Andy Butland
|
cd5f5778ee
|
Applied linting rules to tests within the Umbraco.Tests.Integration project.
|
2020-12-24 08:39:18 +01:00 |
|
Shannon
|
de03dae46f
|
Moving namespaces, cleaning up some stuff on the underlying base identity classes
|
2020-12-03 23:49:32 +11:00 |
|
Shannon
|
372674abde
|
re-adds test scheme for test authn/authz
|
2020-12-02 13:32:14 +11:00 |
|
Shannon
|
4f7c87d1d2
|
Fix build issues after merge
|
2020-12-02 13:19:08 +11:00 |
|
Shannon
|
0f0c50b56e
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/2FAuth
# Conflicts:
# src/Umbraco.Tests.Integration/TestServerTest/TestAuthHandler.cs
# src/Umbraco.Web.BackOffice/Controllers/AuthenticationController.cs
# src/Umbraco.Web.BackOffice/Controllers/BackOfficeController.cs
# src/Umbraco.Web.BackOffice/Controllers/ContentController.cs
# src/Umbraco.Web.BackOffice/Controllers/ContentTypeController.cs
# src/Umbraco.Web.BackOffice/Controllers/MediaTypeController.cs
# src/Umbraco.Web.BackOffice/Controllers/UsersController.cs
# src/Umbraco.Web.BackOffice/Filters/DenyLocalLoginAuthorizationAttribute.cs
# src/Umbraco.Web.BackOffice/Filters/OverrideAuthorizationFilterProvider.cs
# src/Umbraco.Web.Common/Filters/UmbracoBackOfficeAuthorizeAttribute.cs
# src/Umbraco.Web.Common/Filters/UmbracoBackOfficeAuthorizeFilter.cs
|
2020-12-02 13:14:47 +11:00 |
|
Shannon
|
efff96f711
|
Creates IBackOfficeSignInManager interface
|
2020-11-30 22:46:05 +11:00 |
|
Shannon
|
8e15e265fd
|
Adds TODOs, puts back UmbracoRequireHttpsAttribute but in a nicer way, ensures test classes initialize the authz policies with the test scheme
|
2020-11-26 16:52:03 +11:00 |
|
Shannon
|
f84a93ae20
|
Adds IUmbracoBuilder to build the config so it's easier to split apart, ensures background tasks don't run in integration tests, uses a custom CoreRuntime to ensure we use SimpleMainDom, re-wires the UmbracoWebApplicationFactory so that duplicate Hosts are not running at the same time, fixes issues with overriding/shadowing, uses RAMDirectory in lucene for tests, fixes CoreRuntime's events that we're moved incorrectly and not backwards compat, adds new real non static events which we can use in integration tests to install the DB before the runtime state is calculated
|
2020-09-02 18:10:29 +10:00 |
|