Commit Graph

33748 Commits

Author SHA1 Message Date
Elitsa Marinovska
0eefbfd449 Migrating SurfaceController 2020-05-11 20:29:38 +02:00
Elitsa Marinovska
87ce202a1e Marking actions in old BackOfficeController as migrated. Updating the netcore BackOfficeController after merge 2020-05-11 17:05:57 +02:00
Elitsa Marinovska
412067e11f Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/AB6455-migrate-surfacecontroller
# Conflicts:
#	src/Umbraco.Web.UI.NetCore/Startup.cs
2020-05-11 16:50:36 +02:00
Elitsa Marinovska
d33aa6cdf5 Updating the way we get UmbracoContext in RedirectToUmbracoPageResult.cs; removing the flushing in JsonNetResult.cs and adding necessary configuration for allowing sync operations needed in JsonNetResult.cs 2020-05-11 16:23:33 +02:00
Elitsa Marinovska
00f4899d94 Merge branch 'netcore/dev' into netcore/feature/AB6352-migrate-action-results 2020-05-11 16:07:59 +02:00
Bjarke Berg
be81e927a9 Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore 2020-05-11 12:31:47 +02:00
Bjarke Berg
f8c4ac6623 Merge remote-tracking branch 'origin/v8/dev' into netcore/dev 2020-05-11 12:24:45 +02:00
Niels Lyngsø
945f4db4c3 8087 forEach utility method (#8088) 2020-05-11 12:04:07 +02:00
Bjarke Berg
3c622905ba Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
#	src/Umbraco.Infrastructure/Models/Mapping/ContentTypeMapDefinition.cs
#	src/Umbraco.Web/Editors/BackOfficeServerVariables.cs
2020-05-11 08:23:59 +02:00
Shannon Deminick
09a3c4afee Merge pull request #8009 from umbraco/netcore/feature/AB6233-install-steps-in-dotnet-core
Netcore: Install steps in dotnet core executable
2020-05-11 15:59:42 +10:00
Shannon
aa25e29e7b removes old machine key things 2020-05-08 17:53:24 +10:00
Shannon
1cc548a031 Adds notes 2020-05-08 17:47:21 +10:00
Shannon
7a185b6e87 reduce duplication 2020-05-08 17:36:59 +10:00
Shannon
12bb68100a Remove ununsed and unneeded DbProviderFactory CreateFactory(); from IDbProviderFactoryCreator, ensure the app doesn't explode if exceptions are thrown and boot fails 2020-05-08 17:30:30 +10:00
Shannon
d899e050fe resolves types from the assembly that was loaded, removes unused references, adds notes 2020-05-08 16:35:37 +10:00
Bjarke Berg
6a078ee09e AB#6233 - reorderen routing 2020-05-07 15:24:46 +02:00
Bjarke Berg
e121ce136f AB#6233 - Clean up 2020-05-07 10:21:32 +02:00
Bjarke Berg
e3f9b94fd0 AB#6233 - Added HttpPost to ensure only posts are possible 2020-05-07 10:13:54 +02:00
Bjarke Berg
e4dfdbb504 AB#6233 - renamed extensions namespace to Umbraco.Extensions 2020-05-07 10:08:23 +02:00
Bjarke Berg
fa3f52c6d3 AB#6233 - Clean up 2020-05-07 10:00:18 +02:00
Bjarke Berg
1499e4538f AB#6233 - Clear other formatters in AngularJsonOnlyConfigurationAttribute and changed to inject dependencies and use TypeFilter 2020-05-07 09:46:42 +02:00
Bjarke Berg
525df22239 AB#6233 - Clear other formatters in AngularJsonOnlyConfigurationAttribute 2020-05-07 09:39:46 +02:00
Bjarke Berg
8f7c022f2d AB#6233 - Handle ApplicationUrl 2020-05-07 09:34:16 +02:00
Shannon Deminick
aff41762ac Merge pull request #8061 from umbraco/v8/bugfix/5716-section-check-when-no-dashboards
Preventive check that will enable sections load for users with no dashboards
2020-05-07 15:46:16 +10:00
Bjarke Berg
269c75e26b AB¤6233 - Reverted changes to typefinder and implemented check for if SqlCE is available in the install process 2020-05-06 20:37:03 +02:00
Bjarne Fyrstenborg
88c842ccda Add utility function equivalent to angular.fromJson (#8014) 2020-05-06 16:41:00 +02:00
Warren Buckley
fff23095a6 Merge pull request #5677 from umbraco/v8/feature/5656-ux-doctype-property-creation-journey
New user journey for the DataType Picker in the DocumentType Editor
2020-05-06 15:03:07 +01:00
Niels Lyngsø
ff54543adf align button style for languages 2020-05-06 15:58:39 +02:00
Niels Lyngsø
0d412598dd add control-group to message for proper spacing 2020-05-06 15:24:14 +02:00
Niels Lyngsø
9e9270cc70 added missing slash 2020-05-06 15:19:45 +02:00
Niels Lyngsø
45ba811a96 simplified umbCmsTitleCase 2020-05-06 15:11:16 +02:00
Niels Lyngsø
addb21b832 Update src/Umbraco.Web.UI.Client/src/less/components/umb-group-builder.less
Co-authored-by: Warren Buckley <warren@umbraco.com>
2020-05-06 15:02:20 +02:00
Niels Lyngsø
46a91f62a5 Update src/Umbraco.Web.UI.Client/src/less/components/umb-group-builder.less
Co-authored-by: Warren Buckley <warren@umbraco.com>
2020-05-06 15:02:00 +02:00
Niels Lyngsø
d8f7c863e7 revert margin-left 2020-05-06 11:05:04 +02:00
Niels Lyngsø
7737a37562 use right wording when segment now is around 2020-05-06 11:00:45 +02:00
Niels Lyngsø
071cb81059 revert change 2020-05-06 10:53:57 +02:00
Niels Lyngsø
d621bc5d13 turn <a> into <button> 2020-05-06 10:51:02 +02:00
Niels Lyngsø
7a1489923d Merge remote-tracking branch 'origin/v8/dev' into v8/feature/5656-ux-doctype-property-creation-journey
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/less/variables.less
#	src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/propertysettings/propertysettings.html
#	src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
2020-05-06 09:45:47 +02:00
Warren Buckley
0f4681f3f9 Merge pull request #7973 from umbraco/v8/feature/AB6057-segment-feature
Segment feature
2020-05-05 14:53:12 +01:00
Niels Lyngsø
1320191a8a remove console.error 2020-05-05 15:01:44 +02:00
Warren Buckley
a2fe48d887 Merge pull request #8064 from umbraco/v8/bugfix/7964-fix-validation-indication-in-variant-picker
UI: Corrected validation indication in variant-picker
2020-05-05 13:33:55 +01:00
Bjarke Berg
13197eb5ff AB#6233 - Cleanup / Fixes from review 2020-05-05 14:28:01 +02:00
Niels Lyngsø
d761658feb remove console.log 2020-05-05 14:20:33 +02:00
Niels Lyngsø
eec400021c make sure that validation indication in variant-picker only stays as long as a error is present. Plus avoid displaying field-errors, we only want to use property errors for this indication. 2020-05-05 13:09:24 +02:00
Bjarke Berg
ecc596c483 Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB6233-install-steps-in-dotnet-core
# Conflicts:
#	src/Umbraco.Infrastructure/Install/InstallSteps/NewInstallStep.cs
2020-05-05 12:15:53 +02:00
Bjarke Berg
4bafa25e23 Merge pull request #8025 from scottbrady91/netcore/feature/users
Migrated back office to ASP.NET Core Identity
2020-05-05 12:14:33 +02:00
Bjarke Berg
e8fc2a766b Implemented GetUsersInRoleAsync and reintroduced email check 2020-05-05 11:33:19 +02:00
Elitsa Marinovska
3763427726 Adding section value check in the query string 2020-05-05 09:41:04 +02:00
Scott Brady
c58f480d24 Addressed IdentityError changes (it's no longer a collection of string) 2020-05-04 18:49:06 +01:00
Scott Brady
04e9140486 Null checks and property uses 2020-05-04 18:32:57 +01:00