Bjarke Berg
|
52a3e285a9
|
Merge remote-tracking branch 'origin/v8/dev' into v9/dev
# Conflicts:
# src/Umbraco.Core/Composing/CompositionExtensions/Services.cs
# src/Umbraco.Core/Constants-AppSettings.cs
# src/Umbraco.Core/Dashboards/ContentDashboardSettings.cs
# src/Umbraco.Core/Dashboards/IContentDashboardSettings.cs
# src/Umbraco.Core/Manifest/ManifestParser.cs
# src/Umbraco.Core/Manifest/PackageManifest.cs
# src/Umbraco.Core/Migrations/Install/DatabaseDataCreator.cs
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
# src/Umbraco.Core/Models/PropertyTagsExtensions.cs
# src/Umbraco.Core/PropertyEditors/ComplexPropertyEditorContentEventHandler.cs
# src/Umbraco.Core/PropertyEditors/ConfigurationEditor.cs
# src/Umbraco.Core/PropertyEditors/DataValueEditor.cs
# src/Umbraco.Core/PropertyEditors/ValueConverters/ImageCropperValue.cs
# src/Umbraco.Core/Serialization/JsonToStringConverter.cs
# src/Umbraco.Core/Sync/ApplicationUrlHelper.cs
# src/Umbraco.Core/Telemetry/ITelemetryService.cs
# src/Umbraco.Core/Telemetry/Models/PackageTelemetry.cs
# src/Umbraco.Core/Telemetry/Models/TelemetryReportData.cs
# src/Umbraco.Core/Telemetry/TelemetryService.cs
# src/Umbraco.Tests/Manifest/ManifestParserTests.cs
# src/Umbraco.Tests/PropertyEditors/BlockEditorComponentTests.cs
# src/Umbraco.Tests/PropertyEditors/ImageCropperTest.cs
# src/Umbraco.Tests/PropertyEditors/NestedContentPropertyComponentTests.cs
# src/Umbraco.Tests/Web/Controllers/AuthenticationControllerTests.cs
# src/Umbraco.Tests/Web/Controllers/UsersControllerTests.cs
# src/Umbraco.Web.UI.Client/src/common/resources/entity.resource.js
# src/Umbraco.Web.UI/Umbraco/config/lang/da.xml
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
# src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
# src/Umbraco.Web.UI/web.Template.config
# src/Umbraco.Web/BatchedDatabaseServerMessenger.cs
# src/Umbraco.Web/Cache/DistributedCacheBinder.cs
# src/Umbraco.Web/Compose/BlockEditorComponent.cs
# src/Umbraco.Web/Compose/NestedContentPropertyComponent.cs
# src/Umbraco.Web/Editors/AuthenticationController.cs
# src/Umbraco.Web/Editors/ContentTypeController.cs
# src/Umbraco.Web/Editors/DashboardController.cs
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Editors/UsersController.cs
# src/Umbraco.Web/PropertyEditors/BlockEditorPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/ColorPickerConfigurationEditor.cs
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/ImageCropperPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/ImageCropperPropertyValueEditor.cs
# src/Umbraco.Web/PropertyEditors/MediaPicker3PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiUrlPickerValueEditor.cs
# src/Umbraco.Web/PropertyEditors/MultipleTextStringPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultipleValueEditor.cs
# src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RichTextPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/TagsPropertyEditor.cs
# src/Umbraco.Web/Telemetry/ReportSiteTask.cs
# src/Umbraco.Web/Telemetry/TelemetryComponent.cs
# src/Umbraco.Web/Trees/ContentTreeController.cs
# src/Umbraco.Web/Umbraco.Web.csproj
# src/Umbraco.Web/WebApi/EnableDetailedErrorsAttribute.cs
|
2022-01-21 12:40:18 +01:00 |
|
Elitsa Marinovska
|
68fdf6521e
|
Being more descriptive
|
2021-12-20 15:21:12 +01:00 |
|
Elitsa Marinovska
|
4e6d09b626
|
Adds a new Health Check
|
2021-12-20 14:37:18 +01:00 |
|
Jeavon Leopold
|
b86505d8f2
|
Change httpsCheckInvalidUrl to healthCheckInvalidUrl
|
2021-11-28 12:58:02 +01:00 |
|
Jeavon Leopold
|
c3625aed87
|
Fix the basehttpheader so that it's checking the root of the domain instead of /umbraco
|
2021-10-29 16:06:22 +02:00 |
|
Jeavon Leopold
|
8810b98003
|
Exclude "Server" header from excessive check if the value is "cloudflare"
|
2021-09-14 15:46:41 +10:00 |
|
Jeavon Leopold
|
fb466f4309
|
Fix string interpolation for health check messages
|
2021-09-13 13:11:54 +02:00 |
|
nzdev
|
b04fe360d8
|
Dispose certficate handle
|
2021-08-30 14:07:57 +02:00 |
|
Shannon
|
3b4e645c63
|
Merge branch 'v8/bugfix/localizedtextservice-memory' of https://github.com/nzdev/Umbraco-CMS into nzdev-v8/bugfix/localizedtextservice-memory
|
2021-06-23 12:50:47 -06:00 |
|
Andy Butland
|
cd53d7a294
|
Removed hard-coded email validation for healthcheck fix value. (#5557)
Made validation for healthchcls more flexible, supporting none, email and regex.
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
|
2021-06-02 12:54:11 +10:00 |
|
Chad Currie
|
85154e2c3f
|
merge
|
2021-04-30 23:31:32 +12:00 |
|
Jeavon Leopold
|
2b9eaeee8a
|
Fix for #9950 - HttpsCheck will now retry using the login background image if inital request returns 301/302. Excessvie Headers check will now check the root url instead of the backoffice
|
2021-03-18 02:54:07 +01:00 |
|
nzdev
|
dd11122609
|
Huge improvement in speed and memory allocations for localized text service.
|
2021-01-17 21:33:35 +13:00 |
|
Bjarke Berg
|
2c2d70c500
|
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Moved controllers: HealthCheckController + All localization files + fixed issues with MapPath from wwwroot to content root
|
2020-05-25 14:50:51 +02:00 |
|
Bjarke Berg
|
bf1784f9d1
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/Umbraco.Core/ContentExtensions.cs
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/DocumentRepository.cs
|
2020-04-17 11:43:04 +02:00 |
|
Shannon
|
d54eed5cb9
|
argh! can't use switch expressions in v8
|
2020-04-08 10:54:48 +10:00 |
|
Shannon
|
49c6fd2c76
|
data integrity report working
|
2020-04-08 10:38:02 +10:00 |
|
Shannon
|
19f0793cba
|
updates health check
|
2020-04-07 17:38:40 +10:00 |
|
Shannon
|
18d9ad3c73
|
udpates health check and service methods to be flexible for data integrity checks, fixes tests
|
2020-04-07 16:42:21 +10:00 |
|
Shannon
|
4b467bf470
|
Creates data integrity health checks
|
2020-04-07 01:02:08 +10:00 |
|
elitsa
|
550568dda6
|
Creating an interface for FilePermissionHelper, making the implementation (in Umbraco.Web) singleton and adding the interface to Umbraco.Abstractions. Changing static methods in FilePermissionHelper to instance ones and fixing old way of referencing those methods. Removing the usage of Current in FolderAndFilePermissionsCheck. Fixing tests - mocking the newly created IFilePermissionHelper
|
2020-01-28 13:48:44 +01:00 |
|
elitsa
|
6707ac4d5f
|
Getting the IISVersion through HostingEnvironment, rather than directly calling HttpRuntime, fixing base ctor signature
|
2020-01-28 13:41:54 +01:00 |
|
elitsa
|
ca863fce8d
|
Fixing modified method signature, using a magic string rather than using CustomErrorsMode (System.Web.Configuration)
|
2020-01-28 13:32:32 +01:00 |
|
elitsa
|
1d79ab4877
|
Moving classes from Web to Abstractions without modifications - a few unused usings are removed
|
2020-01-28 13:22:33 +01:00 |
|
elitsa
|
559b6641a1
|
Moving last classes in Security folder - removing the usage of Current, refactoring var name, fixing modified method signature
|
2020-01-28 13:14:50 +01:00 |
|
elitsa
|
c624919710
|
Moving Security HealthChecks to Abstractions proj
|
2020-01-27 16:38:02 +01:00 |
|
elitsa
|
9b371273b5
|
Refactoring SmtpCheck to use the new GlobalSettings to get smtp host and port instead of WebConfigurationManager
|
2020-01-27 14:36:29 +01:00 |
|
Benjamin Carleski
|
fd3ef48367
|
Use dependency injection for config classes
|
2020-01-21 17:25:03 -08:00 |
|
Bjarke Berg
|
d2443ea4c0
|
AB3677 - Removed the Core.Composing.Current.. Moved stuff to Web.Composing.Current and injected more stuff.
|
2020-01-07 13:08:21 +01:00 |
|
Bjarke Berg
|
dfeb97caa4
|
AB3677 - Moved usages of Current (Core) to Current (Web)
|
2019-12-19 15:53:50 +01:00 |
|
Bjarke Berg
|
c9a99f52aa
|
Can't have the path info on IOHelper, because that leads to a cycle between config and IOHelper. Now you need to go directly to config, if you need a path
|
2019-11-13 14:15:50 +01:00 |
|
Bjarke Berg
|
683c0da468
|
Moved stuff from SystemDirectories into constants and IOHelper to avoid a circular dependency
|
2019-11-13 11:56:32 +01:00 |
|
Bjarke Berg
|
0fcf8325e3
|
Changed SystemDirectories from static to instance, Added interface in abstractions and create a static property on current.
|
2019-11-12 15:25:21 +01:00 |
|
Bjarke Berg
|
13507c0e13
|
AB3653 - Static IOHelper -> IIOHelper (Moved into Current as a first step 😭)
|
2019-11-08 07:51:14 +01:00 |
|
Tom Pipe
|
1614dc6e34
|
V8: Health check http header case sensitivity (#6753)
|
2019-10-28 18:04:20 +01:00 |
|
Tom Pipe
|
4c86756640
|
Fix for #3510 - health check for http headers was case sensitive, but HTTP spec states http headers are case insensitive
|
2019-10-17 17:02:01 +02:00 |
|
Ollie Philpott
|
0a752c8985
|
Updated hsts description from days to weeks
|
2019-05-08 11:57:03 +01:00 |
|
Ollie Philpott
|
b6ad19ccad
|
Corrected hsts max age description
|
2019-05-08 11:12:09 +01:00 |
|
Ollie Philpott
|
bea1d35ebf
|
Updated hsts urls
|
2019-05-08 11:11:47 +01:00 |
|
Ollie Philpott
|
58cdff1d71
|
Removed preload from HSTS header
|
2019-05-08 11:09:45 +01:00 |
|
Robert Foster
|
5aa38c1f43
|
Changed all references of umbracoUseSSL to Umbraco.Core.UseHttps to fix issue #4749
|
2019-02-28 16:48:56 +10:00 |
|
Callum Whyte
|
2036da5e84
|
V8: kill usercontrol support, cleanup macros (#4329)
|
2019-01-30 18:37:07 +01:00 |
|
Chris Houston
|
193e24afd2
|
Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
|
2019-01-27 11:16:00 +01:00 |
|
Chris Houston
|
0b6ba5aa52
|
Temp8 - Fixing spelling / typos etc in Umbraco.Web (#4148)
|
2019-01-26 16:52:19 +01:00 |
|
Callum Whyte
|
cee1171d39
|
Removing masterpages support from V8 (#3971)
|
2019-01-18 10:53:38 +01:00 |
|
Shannon
|
f671f41f7c
|
removes commented out Relation type editor and the unused/disabled xml health check
|
2018-12-06 17:25:24 +11:00 |
|
Shannon
|
c6a67f79ac
|
Merge remote-tracking branch 'origin/dev-v7' into temp8
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/GlobalSettings.cs
# src/Umbraco.Core/Configuration/UmbracoConfig.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/ContentElement.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/IContentSection.cs
# src/Umbraco.Core/Models/IContentTypeBase.cs
# src/Umbraco.Core/Persistence/DatabaseSchemaHelper.cs
# src/Umbraco.Core/Persistence/Migrations/Initial/BaseDataCreation.cs
# src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/MemberGroupRepository.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Tests/Web/TemplateUtilitiesTests.cs
# src/Umbraco.Tests/packages.config
# src/Umbraco.Web.UI.Client/bower.json
# src/Umbraco.Web.UI.Client/lib/umbraco/LegacyUmbClientMgr.js
# src/Umbraco.Web.UI.Client/src/common/directives/components/imaging/umbimagegravity.directive.js
# src/Umbraco.Web.UI.Client/src/common/resources/media.resource.js
# src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js
# src/Umbraco.Web.UI.Client/src/common/services/umbrequesthelper.service.js
# src/Umbraco.Web.UI.Client/src/less/belle.less
# src/Umbraco.Web.UI.Client/src/less/buttons.less
# src/Umbraco.Web.UI.Client/src/less/components/umb-tabs.less
# src/Umbraco.Web.UI.Client/src/less/forms.less
# src/Umbraco.Web.UI.Client/src/less/hacks.less
# src/Umbraco.Web.UI.Client/src/less/modals.less
# src/Umbraco.Web.UI.Client/src/less/panel.less
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/approvedcolorpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/login.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/mediaPicker/mediapicker.html
# src/Umbraco.Web.UI.Client/src/views/components/imaging/umb-image-gravity.html
# src/Umbraco.Web.UI.Client/src/views/dashboard/media/mediadashboardvideos.html
# src/Umbraco.Web.UI.Client/src/views/dashboard/members/membersdashboardvideos.html
# src/Umbraco.Web.UI.Client/src/views/dashboard/settings/settingsdashboardvideos.html
# src/Umbraco.Web.UI.Client/src/views/documenttypes/edit.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/boolean/boolean.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/boolean/boolean.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/colorpicker/colorpicker.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/colorpicker/colorpicker.prevalues.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/datepicker/datepicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/imagecropper/imagecropper.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/imagecropper/imagecropper.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/multipletextbox/multipletextbox.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/multipletextbox/multipletextbox.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.html
# src/Umbraco.Web.UI.Client/src/views/users/user.html
# src/Umbraco.Web.UI.Client/src/views/users/views/user/details.html
# src/Umbraco.Web.UI/Umbraco/Views/Preview/Index.cshtml
# src/Umbraco.Web.UI/Umbraco/config/lang/da.xml
# src/Umbraco.Web.UI/Umbraco/dialogs/protectPage.aspx
# src/Umbraco.Web.UI/Umbraco/dialogs/rollBack.aspx
# src/Umbraco.Web.UI/config/EmbeddedMedia.Release.config
# src/Umbraco.Web.UI/config/EmbeddedMedia.config
# src/Umbraco.Web.UI/umbraco/config/lang/en.xml
# src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
# src/Umbraco.Web.UI/umbraco/dialogs/sort.aspx
# src/Umbraco.Web.UI/umbraco_client/Dialogs/PublishDialog.js
# src/Umbraco.Web.UI/web.Template.config
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/HealthCheck/Checks/DataIntegrity/DatabaseSchemaValidationHealthCheck.cs
# src/Umbraco.Web/Models/Mapping/MemberModelMapper.cs
# src/Umbraco.Web/Models/Trees/TreeNodeExtensions.cs
# src/Umbraco.Web/PropertyEditors/ColorListPreValueEditor.cs
# src/Umbraco.Web/PropertyEditors/EmailAddressPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/ImageCropperPropertyValueEditor.cs
# src/Umbraco.Web/PropertyEditors/TrueFalsePropertyEditor.cs
# src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlPublishedContent.cs
# src/Umbraco.Web/Routing/ContentFinderByUrlAlias.cs
# src/Umbraco.Web/Templates/TemplateUtilities.cs
# src/Umbraco.Web/UmbracoHelper.cs
# src/Umbraco.Web/WebServices/SaveFileController.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/Trees/FileSystemTree.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/controls/dualSelectBox.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/dashboard/FeedProxy.aspx.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/protectPage.aspx.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/rollBack.aspx
# src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/rollBack.aspx.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/settings/stylesheet/editstylesheet.aspx.cs
|
2018-10-22 16:03:01 +11:00 |
|
Sebastiaan Janssen
|
93ae55c919
|
Removes the DatabaseSchemaValidationHealthCheck for now until we can improve it
Fixes #3132
|
2018-10-03 10:27:07 +02:00 |
|
Stephan
|
04c654c290
|
Fix merges
|
2018-09-06 15:59:10 +02:00 |
|
Warren
|
9e996c68bb
|
Refactored the error params, so that exception is before the message/template so its more in sync with Serilog signature & was an easy way to find some more logs I missed too
|
2018-08-17 15:41:58 +01:00 |
|