Mole
|
b5aedde616
|
Do some ILogger cleaning
|
2020-09-28 08:48:49 +02:00 |
|
Mole
|
c0616d516a
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/migrate-logging
# Conflicts:
# src/Umbraco.Infrastructure/Scheduling/ScheduledPublishing.cs
# src/Umbraco.Infrastructure/Scheduling/SchedulerComponent.cs
# src/Umbraco.Tests.Integration/Umbraco.Web.BackOffice/Filters/ContentModelValidatorTests.cs
# src/Umbraco.Web.BackOffice/Controllers/BackOfficeController.cs
# src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs
# src/Umbraco.Web.BackOffice/Controllers/MacrosController.cs
# src/Umbraco.Web.BackOffice/Controllers/PackageInstallController.cs
# src/Umbraco.Web.BackOffice/Controllers/RedirectUrlManagementController.cs
# src/Umbraco.Web.BackOffice/Controllers/UsersController.cs
# src/Umbraco.Web.BackOffice/Filters/ContentModelValidator.cs
# src/Umbraco.Web.BackOffice/Filters/ContentSaveModelValidator.cs
# src/Umbraco.Web.BackOffice/Filters/ContentSaveValidationAttribute.cs
# src/Umbraco.Web.BackOffice/Filters/MediaItemSaveValidationAttribute.cs
# src/Umbraco.Web.BackOffice/Filters/MediaSaveModelValidator.cs
# src/Umbraco.Web.BackOffice/Filters/MemberSaveModelValidator.cs
# src/Umbraco.Web.BackOffice/Filters/MemberSaveValidationAttribute.cs
# src/Umbraco.Web.BackOffice/Trees/ContentTreeController.cs
# src/Umbraco.Web.BackOffice/Trees/ContentTreeControllerBase.cs
# src/Umbraco.Web.BackOffice/Trees/MediaTreeController.cs
# src/Umbraco.Web.Common/Install/InstallController.cs
|
2020-09-22 13:44:22 +02:00 |
|
Bjarke Berg
|
96facc4d35
|
Netcore: Introduce BackofficeSecurityAccessor (#8871)
* Introduced IWebSecurityAccessor
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
* Fixed tests
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
* Renamed WebSecurity to BackofficeSecurity and all related names
* Fixes typos
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
|
2020-09-22 10:01:00 +02:00 |
|
Mole
|
894abdd183
|
Remove a bunch of references to the old logger
|
2020-09-21 09:41:18 +02:00 |
|
Nikolaj
|
488093add3
|
Remove LogWarning<T> from LoggerExtensions
|
2020-09-16 10:08:18 +02:00 |
|
Nikolaj
|
dda6fb12a3
|
Remove LogError<T> from LoggerExtensions
|
2020-09-16 09:40:49 +02:00 |
|
Nikolaj
|
161061dbbc
|
Remove exception logging and finish LogWarning
|
2020-09-14 14:10:19 +02:00 |
|
Nikolaj
|
d7e3bce741
|
Rename Error to align it with MS ILogger
|
2020-09-14 09:10:53 +02:00 |
|
Shannon
|
670d62a2dc
|
Gets cookie authentication actually working along with session validation
|
2020-06-02 17:48:08 +10:00 |
|
Shannon
|
b75fba71f5
|
Cleaning up websecurity and implementing it, migrates security stamp and session id validation for cookie auth
|
2020-06-02 13:28:30 +10:00 |
|
Shannon
|
3d9603e669
|
Migrates more logic from the umb module over to netcore
|
2020-05-14 22:50:27 +10:00 |
|
Shannon
|
88f6d09ef9
|
Enables the boot failed exception logic
|
2020-05-14 22:14:00 +10:00 |
|
Shannon
|
bcaede22f1
|
Cleans up ext methods and where they are located and what they call to ensure dependencies are taken care of, cleans up Startup, moves routing appropriately
|
2020-05-12 15:18:55 +10:00 |
|
Shannon
|
39fed867c1
|
Cleans up some routing, mvc base classes, gets controller specific model binding working, applies our own application model to our controllers
|
2020-05-12 10:21:40 +10:00 |
|
Shannon
|
18b285f088
|
Splits profiler so it doesn't have to take a dependency since we don't want to pre-resolve. Adds enrichers to the container.
|
2020-04-22 15:23:51 +10:00 |
|
Shannon
|
46e14f7692
|
Fixes up all logging. Configures serilog logging to replace MS logging just like serilog does, adds new ILoggerConfiguration so we aren't hard coding things, dynamically adds enrichers when the container is ready to resolve services.
|
2020-04-22 14:23:56 +10:00 |
|
Bjarke Berg
|
681a25b861
|
Moved files from backoffice into Common + Introduced AspNetCoreComponent to invoke the Umbraco Application Init event
|
2020-03-27 11:39:17 +01:00 |
|
Bjarke Berg
|
9339e1d999
|
AB#5820 - Introduced WebProfiler for asp.net core
|
2020-03-24 18:56:45 +01:00 |
|