Markus Johansson
bafd058aa8
#8280 Using IOHelper for Log files
2020-07-22 19:57:14 +02:00
Ismail Mayat
77a4b2af8b
fix for 8192 make call to add missing bits to userdto ( #8399 )
2020-07-08 14:23:55 +01:00
patrickdemooij9
591575b47d
Added content apps for document types ( #8187 )
...
* Added content apps for document types
* PR Feedback updates
* Updated the javascript code to use Utilities
* Replace tolowercase comparison with localeCompare
2020-06-19 18:10:16 +01:00
Ronald Barendse
0886ada39c
Properly HTML encode text in helper methods ( #6545 )
2020-06-19 11:41:16 +02:00
Richard Ockerby
8af1e2bcf3
If httpContext.GetCurrentRequestIpAddress is called with a spoofed HTTP context then IP returns null
2020-06-02 11:52:17 +02:00
Sebastiaan Janssen
78a7785256
Merge branch 'v8/contrib' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
2020-05-26 16:27:09 +02:00
Sebastiaan Janssen
407655ffcc
Merge branch 'v8/contrib' into pr/7814
2020-05-26 09:11:00 +02:00
Daniël Knippers
392d74f80d
Added support for segments to File Uploads ( #8070 )
2020-05-19 17:04:23 +02:00
Bjarne Fyrstenborg
11f8628279
Lock core relation types ( #8022 )
2020-05-16 19:51:57 +02:00
Sebastiaan Janssen
7634b37676
Merge branch 'v8/dev' into v8/contrib
2020-05-11 14:22:07 +02:00
Shannon
2dd938bf29
Change to re-use the MainDomId of the normal maindom
2020-05-04 19:12:20 +10:00
Shannon
0717d5b246
Fixes: SqlMainDom setting for Azure does not work in Load Balancing #8038
2020-05-04 18:57:55 +10:00
Niels Lyngsø
641332d28e
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB6057-segment-feature
2020-05-01 09:29:29 +02:00
Bjarke Berg
e45ffea207
Merge pull request #7983 from umbraco/v8/bugfix/models-builder-enable-flag
...
ModelsBuilder enabled flag not respected
2020-04-29 07:37:33 +02:00
Niels Lyngsø
678ceba1a8
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB6057-segment-feature
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js
# src/Umbraco.Web.UI.Client/src/common/directives/components/umbgroupsbuilder.directive.js
# src/Umbraco.Web.UI.Client/src/common/services/servervalidationmgr.service.js
2020-04-27 12:58:29 +02:00
Sebastiaan Janssen
d65041c250
Merge branch 'v8/dev' into v8/contrib
2020-04-27 11:03:32 +02:00
Morten Christensen
9b21cf9332
Merge pull request #7994 from umbraco/v8/bugfix/5151-scope-issue-indexing
...
Fixing Nasty Exception with Scope/Provider #5151 - when indexing data
2020-04-23 08:52:00 +02:00
Bjarke Berg
27f7d5efae
5151 - Added GetProfilesById extension
2020-04-23 08:38:29 +02:00
Shannon
008df6018c
Fixes: SqlMainDomLock when configured via appSettings cannot be used unless umbraco is installed #7967
2020-04-21 00:02:59 +10:00
Shannon
e62fef8faf
Ensures entire nucache linked list is not rebuild on schema changes when disabled
2020-04-20 23:22:03 +10:00
Shannon
8927472457
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/models-builder-enable-flag
2020-04-20 22:45:50 +10:00
Shannon
d9cb9f27f1
ModelsBuilder enabled flag not respected
...
When MB is disabled we were still rebuilding all of nucache models when schema changes are made which is a requirement of PureLive models but if MB is disabled then PureLive models don't matter. This was causing unnecessary performance and db overhead when modifying document types when mb is disabled.
2020-04-20 22:25:05 +10:00
Bjarke Berg
c3136943e3
Merge pull request #7970 from umbraco/v8/bugfix/nucache-db-paging
...
In Nucache when we are loading in all data that we page over the data as to not cause an SQL timeout
2020-04-20 11:10:14 +02:00
Niels Lyngsø
291d5167b1
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB4550-segments-ui-variant-picker
2020-04-17 09:42:25 +02:00
Shannon
d1524cdafe
Merge branch 'v8/dev' into v8/bugfix/7868-nucache-null-parent
...
# Conflicts:
# src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs
2020-04-17 15:04:10 +10:00
Shannon
5d8bfcea97
Ensure when we are loading in ALL data that we page over the data as to not cause an SQL timeout
2020-04-17 12:46:36 +10:00
Bjarke Berg
d2f361e816
Merge remote-tracking branch 'origin/v8/8.6' into v8/dev
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Tests/PublishedContent/NuCacheChildrenTests.cs
2020-04-16 18:54:45 +02:00
Sebastiaan Janssen
271669581a
Merge pull request #7847 from umbraco/v8/bugfix/7773-memory-leak
...
Fixes Memory Leak in GetCacheItem cache dependency #7773
(cherry picked from commit b8abc04417 )
2020-04-16 15:21:54 +02:00
Shannon
eabc9583f0
adds more named params
2020-04-16 22:39:32 +10:00
Shannon
153daa9fc5
fixes nameof
2020-04-16 22:35:53 +10:00
Shannon
6a5366469e
fixes null checks in ctor
2020-04-16 22:34:15 +10:00
Shannon
d2c05bf681
Fixes issue with RelationTypeFactory swapping the parent/child
2020-04-16 22:27:05 +10:00
Shannon
6cd7e5d055
removes the extra unneeded variable
2020-04-16 22:04:27 +10:00
Shannon
d9bf7dfa96
changes back isBidrectional spelling in case someone is using it with a named parameter binding :/
2020-04-16 18:53:45 +10:00
Shannon
53824cac25
fix isBidirectional spelling
2020-04-16 18:46:00 +10:00
Shannon
feeff07d5c
Cherry pick - Possible fix for issue #7870
2020-04-16 18:39:02 +10:00
Shannon Deminick
69ee75c1f1
Merge pull request #7893 from ltctech/temp-7870
...
Possible fix for issue #7870
2020-04-16 18:37:50 +10:00
Shannon
b72abd50a0
fixes relation type ctor
2020-04-16 17:47:43 +10:00
Niels Lyngsø
0e8591c728
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB4550-segments-ui-variant-picker
2020-04-16 07:52:43 +02:00
Sebastiaan Janssen
0d7b0b9674
Add back ctor to revert a breaking change
2020-04-15 21:11:14 +02:00
Sebastiaan Janssen
055f18d639
Add back ctor to revert a breaking change
2020-04-15 09:52:07 +02:00
Shannon
61c39eea64
Nicer sql template constants
2020-04-15 12:49:38 +10:00
Ronald Barendse
0184599b5c
Fix EnsureMemberProperties data type IDs
2020-04-09 16:14:47 +02:00
Shannon
64e7a29795
Ensures caches are refreshed after data errors are fixed
2020-04-08 15:03:21 +10:00
Shannon
36c9cd47a1
Adds notes
2020-04-08 11:22:15 +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
3ef1883765
fix build (non latest c#)
2020-04-07 16:53:54 +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
ad698f9c19
Fixes content service/repository for moving things correctly along with the perf improvements that were done to media.
2020-04-07 15:02:08 +10:00