Commit Graph

10030 Commits

Author SHA1 Message Date
Bjarke Berg
ad6343719b Merge branch 'v8/8.2' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
2019-10-31 11:48:53 +01:00
Shannon
68db41fe93 Ensures that when there is no cache file, or if a cache file is empty, on startup any call to SetAllFastSorted was not ensuring the local db cache file was updated if the data was loaded from the database. 2019-10-31 18:58:07 +11:00
Shannon
bf37bbf4fe oops fixes the log output 2019-10-31 16:34:30 +11:00
Shannon
40e656de46 notes 2019-10-31 16:27:34 +11:00
Shannon
aff4814e0b Ensures that PublishedSnapshotService cannot close the local cache files after they are created but before they are populated 2019-10-31 16:06:43 +11:00
Shannon
c682bbcaf1 Adds notes and better logging to PublishedSnapshotService, fixes log output from HealthCheckNotifier, changes initial delay time of scheduled task to be longer. 2019-10-31 15:45:57 +11:00
Søren Kottal
eb81aae3e9 remove text saying open button on content picker is in preview 2019-10-30 15:16:10 +00:00
Kevin Jump
e113b56ce1 log warning if siteUri is null, (#6868) 2019-10-30 14:36:15 +00:00
Jeavon
4be1c3b4c4 Add UmbracoVirtualNodeByUdiRouteHandler (#6796)
* Add UmbracoVirtualNodeByUdiRouteHandler

* Parameter must be a GuidUdi
2019-10-29 21:38:29 +01:00
Steve Megson
8463f1db08 Cache lookup of macro by alias 2019-10-29 21:34:25 +01:00
Andy Butland
66b709653a Added custom FormatValidator for the MultipleTextStringPropertyEditor to validate each text string individually against the configured regular expression. 2019-10-29 20:22:08 +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
Warren Buckley
38b96beb0d Merge branch 'v8/dev' into v8/bug/6663-lang-variant-deletion
# Conflicts:
#	src/Umbraco.Web/Cache/LanguageCacheRefresher.cs
2019-10-29 09:16:52 +00:00
Tom Pipe
1614dc6e34 V8: Health check http header case sensitivity (#6753) 2019-10-28 18:04:20 +01:00
Bjarke Berg
9d91402aca V8: Follow guidelines from .editorconfig (#6849)
* Removed unused variable

* Align usage of C# type keywords vs Universal type names. Now we use C# keywords all over.
2019-10-25 14:16:50 +01:00
Shannon Deminick
5121df5b2e Merge pull request #6764 from Adolfi/v8/dev-umbracoapicontroller-testable
UmbracoApiController Testable
2019-10-25 10:01:16 +11:00
Kenn Jacobsen
ce6a217577 Performance boost for Nested Content: Don't load all content types all the time. 2019-10-24 21:56:47 +02:00
Kenn Jacobsen
01b9a09c09 V8: Make Nested Content resilient to missing property editors (#6768) 2019-10-24 21:25:15 +02:00
Kenn Jacobsen
b46d6718c4 Use the member type icon in the members section 2019-10-24 21:05:13 +02:00
Kenn Jacobsen
b1037786ca V8: Use member type icon in member pickers (#6696) 2019-10-24 20:46:01 +02:00
Kenn Jacobsen
b0d7bdaa77 V8: Filter out invalid selections in the MNTP "Allowed items" picker (#6641) 2019-10-24 17:21:38 +02:00
Callum Whyte
6301371e59 Updating references to our.umbraco.org 2019-10-23 18:07:53 +02:00
Ronald Barendse
d0303f74fd Allow hash type on GenerateHash and remove obsoleted ToMd5 and ToSHA1 methods (#6679) 2019-10-23 17:19:49 +02:00
Dennis Adolfi
ff05293452 * Updated obsolete description on UmbracoApiController.
* Added back the old construcor in UmbracoApiControllerBase and added a obsolete attribute.
2019-10-23 07:29:23 +02:00
Shannon
296e1ee80f removes test code 2019-10-22 15:55:43 +02:00
Shannon
652591d1c8 removes TODO 2019-10-22 15:55:36 +02:00
Shannon
4641e61743 Fixes issue - when calling Set, we were not setting all node graph elements. 2019-10-22 15:55:28 +02:00
Jeavon
5e299d7880 Add additional null checks on GridPropertyEditor in case it's executed in the front end context without CurrentUser 2019-10-22 15:54:32 +02:00
Jeavon
bce5b49740 Add additional null conditionals as this method is sometimes called for front end rendering where this is no current user (DTGE) 2019-10-22 15:54:22 +02:00
Søren Kottal
89fc8133d2 Enables list view column templates
* add template property
* Apply template to column value
* Removed trailing newline
2019-10-22 14:38:00 +02:00
Claus
3573df3531 Merge pull request #6751 from Jeavon/v8/bugfix/null-user-rte-editor
Add additional null conditionals to the FromEditor method of RichTextPropertyValueEditor
2019-10-22 14:19:21 +02:00
Jeavon
a854dcb737 Add additional null checks on GridPropertyEditor in case it's executed in the front end context without CurrentUser 2019-10-21 10:10:08 +01:00
Bjarke Berg
c072015288 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB2913-DataTypeTracking
# Conflicts:
#	src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
2019-10-21 09:40:21 +02:00
Bjarke Berg
ba215f8700 fix name to follow the class name 2019-10-21 09:34:35 +02:00
Shannon Deminick
d2c43d6f13 Merge pull request #6789 from umbraco/v8/bugfix/6754-StatusCode-Skip-CustomErrors
fixes #6754 - skip custom errors when using StatusCodeFilterAttribute.
2019-10-21 16:17:27 +11:00
Dennis Adolfi
c131759688 * Removed service locator resolvning UmbracoMapper (Current.Mapper) in the UmbracoApiControllerBase constructor.
* Added Obsolete marker to old UmbracoApiController constructor injecting Current.Mapper for backward compability, use new full construcor injection instead.
2019-10-18 14:18:19 +02:00
Claus
1d39a25240 Merge pull request #6734 from umbraco/v8/bugfix/6698-nucache-panic
Fixes nucache #6698
2019-10-18 10:36:19 +02:00
Claus
b87a952c6a fixes #6754 - skip custom errors when using StatusCodeFilterAttribute. 2019-10-18 09:39:36 +02:00
Jeavon
7af15b3a28 Add additional null conditionals as this method is sometimes called for front end rendering where this is no current user (DTGE) 2019-10-17 17:26:32 +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
Matthew-Wise
04a201f5f0 install ngAria (#6628) 2019-10-17 16:41:25 +02:00
Shannon
c91680e4c7 removes test code 2019-10-17 18:43:54 +11:00
Shannon
ea642b3c51 removes TODO 2019-10-17 18:43:09 +11:00
Shannon
439bacff07 Fixes issue - when calling Set, we were not setting all node graph elements. 2019-10-17 18:41:05 +11:00
Bjarke Berg
13488be0a3 Merge pull request #6685 from umbraco/v8/bugfix/AB3057-change-lang-culture
Ability to change the culture of an existing language
2019-10-17 08:51:27 +02:00
Volken
fe5996aaf7 Update ModelStateExtensions.cs
Line 76
There is a duplicated word "errors" change this line 
/// Returns a list of cultures that have property validation errors errors
To
/// Returns a list of cultures that have property validation errors
Or if i missunderstood what you mean change with that for a better understanding.
/// Returns a list of cultures that have property validation errors "errors"
2019-10-16 17:35:42 +02:00
Kenn Jacobsen
6c6b23c465 V8: Add irreversible warning when deleting items from the recycle bin (#6600) 2019-10-16 15:28:03 +02:00
Shannon
6d38f946a4 ensures nucache table isn't rebuilt when adding a new lang 2019-10-16 15:00:13 +11:00
Shannon
64279c1b6d Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/AB3057-change-lang-culture 2019-10-16 12:29:22 +11:00
Bjarne Fyrstenborg
426aa981f8 Pick macro parameters in an infinite editor like content type properties (#6586) 2019-10-15 18:13:18 +02:00