Commit Graph

33775 Commits

Author SHA1 Message Date
Scott Brady
077cf57abc PR recommendations: added null checks where FindByX was added, using the same exception as ASP.NET Identity 2 2020-04-30 15:48:32 +01:00
Bjarke Berg
04872857e4 AB#6233 - Removed code that cleared the connection string just after it was inserted 2020-04-30 12:57:17 +02:00
Scott Brady
643c249386 Moved ClaimsIdentityExtensions into Umbraco.Core 2020-04-30 09:28:46 +01:00
Scott Brady
2caab18d29 Reintroduced FindFirstValue extension method 2020-04-30 09:27:34 +01:00
Scott Brady
073b28064a Merge remote-tracking branch 'Umbraco/netcore/dev' into netcore/feature/users 2020-04-30 09:13:20 +01:00
Bjarke Berg
fcf37aa80f AB#6233 - Added more to the KnownAssemblyExclusionFilter 2020-04-30 10:07:21 +02:00
Scott Brady
123b59506b Apply suggestions from code review
Co-Authored-By: Bjarke Berg <mail@bergmania.dk>
2020-04-30 08:50:56 +01:00
Niels Lyngsø
0bb656482b should use _ to align with server feedback in modelState 2020-04-30 08:26:42 +02:00
Niels Lyngsø
d9f25d0841 do not showAllowSegmentationForDocumentTypes pr default 2020-04-29 16:36:40 +02:00
Warren Buckley
9b7afd7be9 Merge branch 'v8/feature/AB6057-segment-feature' of https://github.com/umbraco/Umbraco-CMS into v8/feature/AB6057-segment-feature 2020-04-29 15:30:46 +01:00
Warren Buckley
9bce66cb5f Adds AllowSegmentVariation on the Doctype to be peristed 2020-04-29 15:29:21 +01:00
Niels Lyngsø
87a22bd427 pick tabs from variant content, not the node content model. 2020-04-29 16:28:39 +02:00
Bjarke Berg
59501eba86 AB#6233 - Cleanup 2020-04-29 16:11:56 +02:00
Niels Lyngsø
01c81023a8 parse allowSegmentVariant on 2020-04-29 16:05:39 +02:00
Niels Lyngsø
50ef099173 remove console.log 2020-04-29 15:16:59 +02:00
Niels Lyngsø
329b9fe04e Have compositId and htmlId available always for content 2020-04-29 15:16:39 +02:00
Niels Lyngsø
97f7ff519b ups, removes , 2020-04-29 14:57:43 +02:00
Niels Lyngsø
42f9466b1d replace angular.forEach with native forEach 2020-04-29 14:57:15 +02:00
Niels Lyngsø
03fc9cae3c use Utilities for copy 2020-04-29 14:50:53 +02:00
Niels Lyngsø
ea2f8fe71f fixes sort of variants problem 2020-04-29 14:21:44 +02:00
Bjarke Berg
fa740f36b5 fix tests 2020-04-29 08:56:42 +02:00
Bjarke Berg
e5224b4fe1 Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB6233-install-steps-in-dotnet-core 2020-04-29 08:23:40 +02:00
Bjarke Berg
e6c3c5e36e Merge pull request #7977 from AndyButland/feature/7898-netcore-model-unit-tests-4
Netcore: Further model unit test migrations into new project and builder pattern
2020-04-29 08:22:19 +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
Shannon
279329d682 removes code that shouldn't have been committed. 2020-04-29 10:32:05 +10:00
Elitsa Marinovska
450226a2c3 Marking classes as "Migrated" 2020-04-28 16:01:11 +02:00
Elitsa Marinovska
652da168db Migrating ActionResults and a dependency class 2020-04-28 16:00:29 +02:00
Scott Brady
d08bb08f57 Cleanup 2020-04-28 13:05:40 +01:00
Scott Brady
3584aa9fa3 Fixed naming for login info wrapper 2020-04-28 13:00:02 +01:00
Scott Brady
1862bf033f Normalized int to string conversion 2020-04-28 12:20:04 +01:00
Bjarke Berg
64dfa009f5 #6233 - version in config removed 2020-04-28 12:31:15 +02:00
Andy Butland
1f4030f910 Made more use of defaults in builder based unit tests. 2020-04-28 12:06:01 +02:00
Niels Lyngsø
7f42974bc2 reworked ensuring activeApp 2020-04-28 11:59:34 +02:00
Niels Lyngsø
a8bcf2864f avoid breaking change of serverValidationManager.hasPropertyError() 2020-04-28 11:10:45 +02:00
Niels Lyngsø
370981e214 avoid breaking change of serverValidationManager.getPropertyError() 2020-04-28 11:09:46 +02:00
Niels Lyngsø
6a5a338d7c avoid breaking change of serverValidationManager.addPropertyError and serverValidationManager.removePropertyError 2020-04-28 11:08:20 +02:00
Niels Lyngsø
4b8f29a981 avoid breaking change of serverValidationManager.addPropertyError 2020-04-28 11:06:01 +02:00
Niels Lyngsø
d39827a603 avoid breaking change of serverValidationManager.getPropertyCallbacks 2020-04-28 11:04:20 +02:00
Niels Lyngsø
ab0b0918c1 avoid breaking change of serverValidationManager.unsubscribe() 2020-04-28 10:40:39 +02:00
Niels Lyngsø
96dd7e493d avoid breaking change of serverValidationManager.subscribe() 2020-04-28 10:36:53 +02:00
Niels Lyngsø
f689bea9a7 revert removing methods 2020-04-28 10:31:23 +02:00
Niels Lyngsø
2c5456a87d Merge branch 'v8/feature/AB6057-segment-feature-corrections' into v8/feature/AB6057-segment-feature 2020-04-28 10:20:53 +02:00
Niels Lyngsø
a8f2acd89f more robust variant-picker 2020-04-28 10:12:41 +02:00
Scott Brady
7947ce16dd Merge remote-tracking branch 'Umbraco/netcore/dev' into netcore/feature/users 2020-04-28 08:42:21 +01:00
Niels Lyngsø
92f0de30cc use displayName instead of language name 2020-04-28 08:57:45 +02:00
Niels Lyngsø
af10bd7dfc default variant would never have segment. And if we work only with segmentation the default variant does not have language.isDefault. 2020-04-28 08:57:09 +02:00
Niels Lyngsø
a501ef1410 spelling mistake corrected 2020-04-28 08:15:57 +02:00
Bjarke Berg
bc4713a51c #6233- SqlCE stuff 2020-04-28 07:02:14 +02:00
Niels Lyngsø
0b2785b158 use right variable with null correction 2020-04-27 13:02:54 +02:00
Bjarke Berg
55d9af2b68 #6233- Install steps + MacroRenderer 2020-04-27 13:00:55 +02:00