Sebastiaan Janssen
|
29d9dcffb8
|
Manually applying PR: Three new healthchecks #1522
|
2018-04-12 18:38:00 +02:00 |
|
Sebastiaan Janssen
|
30f8885aa9
|
Merge branch 'u4-9983' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-u4-9983
# Conflicts:
# src/Umbraco.Web.UI/umbraco/config/lang/en.xml
# src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
# src/Umbraco.Web.UI/umbraco/config/lang/zh.xml
# src/Umbraco.Web/HealthCheck/Checks/Security/ClickJackingCheck.cs
# src/Umbraco.Web/HealthCheck/Checks/Security/ExcessiveHeadersCheck.cs
# src/Umbraco.Web/HealthCheck/Checks/Security/HttpsCheck.cs
|
2018-04-12 17:59:11 +02:00 |
|
Jeavon
|
ef40ecfefd
|
Fix U4-10618 - AbstractConfigCheck SuccessMessages are missing CurrentValue
|
2017-11-01 12:34:24 +00:00 |
|
Shannon
|
bdb991f6dc
|
U4-10249 FolderAndFilePermissions HealthCheck causes the application to restart
|
2017-08-18 14:50:20 +10:00 |
|
Jeavon
|
d1109fb9ad
|
Fix CustomErrorsCheck so that success message can contain "On" as well as "RemoteOnly" as it's also a success value
|
2017-08-10 11:41:19 +01:00 |
|
Jeavon
|
3a13cd82ed
|
Fix customerrorscheck success message as it expect only 1 token not 2
|
2017-08-02 15:35:53 +01:00 |
|
Jeavon
|
c7f6416a0b
|
Fix the merge
|
2017-08-02 10:53:50 +01:00 |
|
Jeavon
|
8259024e20
|
Merge branch 'dev-v7.7' into temp-U4-9984
# Conflicts:
# src/Umbraco.Web/HealthCheck/Checks/Security/HttpsCheck.cs
|
2017-08-02 10:48:43 +01:00 |
|
Sebastiaan Janssen
|
895f0a9dfe
|
Merge pull request #1982 from AndyButland/u4-9987
Extended HttpsCheck healthcheck to check for expiring SSL certificate
|
2017-07-17 21:26:03 +02:00 |
|
Jeavon
|
29da5ed843
|
Fix HttpsCheck to use HealthCheckContext instead of HttpContext so it works with scheduled checks
|
2017-06-26 16:26:18 +01:00 |
|
Sebastiaan Janssen
|
4688ac104e
|
Merge pull request #1494 from AndyButland/u4-8999
U4-8999 - health check, debug compilation mode is being reported in error when config missing
|
2017-06-23 08:31:29 +02:00 |
|
AndyButland
|
ce618d289b
|
Extended HttpsCheck healthcheck to check for expiring SSL certificate
|
2017-06-05 16:43:17 +02:00 |
|
AndyButland
|
1445ff7a83
|
Implemented scheduled task for notification on status of health checks
|
2017-06-05 09:21:35 +02:00 |
|
AndyButland
|
6861453166
|
Added localised texts and renamed some to less specific names when used across checks
|
2017-06-04 14:35:37 +02:00 |
|
AndyButland
|
5f263ad851
|
Added check for X-Content-Type-Options and refactored existing HTTP header check to use common base class.
|
2017-06-04 14:34:37 +02:00 |
|
Stephan
|
606ebcae92
|
U4-9604 - fix current HttpContext in ManyObjectsResolverBase
|
2017-03-24 11:07:15 +01:00 |
|
Shannon
|
a546803970
|
Need to also update the health check check not just the old endpoint for non trashed media.
|
2017-03-02 17:40:39 +01:00 |
|
Andy Felton
|
66bce71a8b
|
"it's" replaced with "its" on "Checks to see if your site is revealing information in it's headers that gives away unnecessary details about the technology used to build and host it."
|
2016-11-03 16:51:33 +00:00 |
|
Stephan
|
6d0bca471e
|
U4-8995 - fix health check for trySkipIisError
|
2016-10-26 14:24:31 +02:00 |
|
Sebastiaan Janssen
|
21426610ad
|
Need to take the current schema into account for the ExcessiveHeadersCheck
|
2016-10-19 17:01:15 +02:00 |
|
Shannon Deminick
|
62dffedc02
|
Merge pull request #1491 from umbraco/temp-U4-9001
U4-9001 Health Check, HTTPS Configuration is missing a message when c…
|
2016-10-05 10:53:49 +02:00 |
|
AndyButland
|
27f121f25c
|
Fixes debug setting health check to correctly indicate no issue if config setting is missing
|
2016-09-21 15:15:44 +02:00 |
|
Sebastiaan Janssen
|
9d9c36b253
|
U4-9001 Health Check, HTTPS Configuration is missing a message when certificate is valid
|
2016-09-21 13:04:06 +02:00 |
|
Sebastiaan Janssen
|
dc9b2b3ca8
|
Fix the ClickJackingCheck to make sure it adds an "s" to "http" when SSL is enforced or site is running on port 443
|
2016-09-19 09:44:03 +02:00 |
|
Jannik Anker
|
583a09260e
|
Update ClickJackingCheck.cs
|
2016-08-18 12:52:34 +02:00 |
|
Sebastiaan Janssen
|
aedba40b54
|
Updates language file to specify which integrity check we're looking at. Quotes all table names correctly. Updates description for the check.
|
2016-08-05 18:03:05 +02:00 |
|
Shannon
|
6a3f146da1
|
Fixes health check index & throbber while fixing, fixes xml data integrity check to check for invalid XML that doesn't contain a GUID
|
2016-08-05 12:29:05 +02:00 |
|
AndyButland
|
0a00be7cfe
|
Set fixed value for click-jacking protection to sameorigin instead of deny
|
2016-06-13 20:48:37 +02:00 |
|
Andy Butland
|
203e9e3394
|
Ensured click-jacking meta-tag health check searches case insensitively (#1324)
|
2016-06-13 19:44:01 +02:00 |
|
Sebastiaan Janssen
|
d83d7956bb
|
Dev v7 health check (#1220)
Adds health check feature including some initial checks
|
2016-06-13 17:42:05 +02:00 |
|