Shannon
|
c8d36cfc4f
|
Fix ordering of css files and set correct defautl icon for external providers.
|
2021-07-26 11:10:37 -06:00 |
|
Shannon
|
4759bcac69
|
Fixes migrations for external login table.
|
2021-07-26 10:54:06 -06:00 |
|
Shannon
|
15e65f0c1e
|
Merge remote-tracking branch 'origin/v9/dev' into v9/bugfix/external-login-changes
|
2021-07-26 10:44:51 -06:00 |
|
Shannon Deminick
|
f1bc76e709
|
Merge pull request #10670 from cleversolutions/temp-10656
Umbraco 9 - LoginProvider Duplicate Key
|
2021-07-27 02:43:01 +10:00 |
|
Shannon
|
68737f8682
|
Merge remote-tracking branch 'origin/v9/dev' into v9/bugfix/external-login-changes
|
2021-07-26 09:58:43 -06:00 |
|
Shannon Deminick
|
b1c4be4299
|
Merge pull request #10675 from cleversolutions/temp-10674
Change the property accessed on the external provider from SocialIcon to Icon.
|
2021-07-27 01:56:59 +10:00 |
|
Shannon
|
86dea11711
|
chagen to IOptionsMonitor
|
2021-07-26 08:58:23 -06:00 |
|
Shannon
|
0f7e5a2f2f
|
fix null auto link options.
|
2021-07-22 16:39:06 -06:00 |
|
Shannon
|
ed5ab8b866
|
Fix delete user clause
|
2021-07-22 16:34:30 -06:00 |
|
Shannon
|
9ec86f2f86
|
create scope to resolve named options.
|
2021-07-22 14:47:17 -06:00 |
|
Shannon
|
560d49d6a5
|
create scope to resolve named options.
|
2021-07-22 14:33:32 -06:00 |
|
Shannon
|
c3953bb0c1
|
Ensure to resolve the named options
|
2021-07-22 13:54:46 -06:00 |
|
Mole
|
32e11ec8dc
|
Merge pull request #10713 from vsilvar/feature/10709-expose_IMvcBuilder_configuration_action
Exposed MVC configuration action in AddBackOffice - #10709
|
2021-07-22 10:28:24 +02:00 |
|
Shannon
|
7280c22e0a
|
Changes BackOfficeExternalLoginProviderOptions to use the IOptions pattern with named options so they can be set after DI.
|
2021-07-21 14:53:25 -06:00 |
|
Shannon
|
1155210209
|
Fixes error reporting for external login
|
2021-07-21 14:32:55 -06:00 |
|
Mole
|
4f4caeba6a
|
Merge pull request #10691 from umbraco/v9/feature/package-manifest-bundle-options
Adds bundle options to the package manifest
|
2021-07-20 08:28:48 +02:00 |
|
Vitor Rodrigues
|
3f0a478974
|
Exposed MVC configuration action in AddBackOffice - #10709
|
2021-07-20 01:29:00 +02:00 |
|
Shannon
|
6118091da2
|
fixes css independent registration.
|
2021-07-19 16:34:32 -06:00 |
|
Mole
|
25e2016e82
|
Merge pull request #10652 from marcemarc/v9/bugfix/mediapickertypo
Typo in DataTypeList Media Picke (legacy)
|
2021-07-19 09:53:38 +02:00 |
|
Shannon Deminick
|
3757170043
|
Update src/Umbraco.Core/WebAssets/BundlingOptions.cs
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
|
2021-07-17 02:13:56 +10:00 |
|
Shannon
|
c2d51f8d37
|
re-adds AppPluginsPath
|
2021-07-16 10:13:23 -06:00 |
|
Mole
|
eec3f0f421
|
Merge pull request #10692 from umbraco/v9/task/remove-old-projects
Removes old projects
|
2021-07-16 09:51:17 +02:00 |
|
Shannon
|
5549c446f7
|
try to fix build
|
2021-07-15 15:20:49 -06:00 |
|
Shannon
|
bb87c0156d
|
removes Umbraco.Web.UI
|
2021-07-15 14:27:15 -06:00 |
|
Shannon
|
11cb1ef55d
|
Removes Umbraco.Web.
|
2021-07-15 14:25:40 -06:00 |
|
Shannon
|
b16bf2f583
|
Adds BundlingOptions for better bundling support and moves all logic to the bundler (don't manually process urls).
|
2021-07-15 14:06:33 -06:00 |
|
Shannon
|
df9c4a0160
|
Adds bundle options to the package manifest
to more control over how bundling works for static file processing for app_plugins
|
2021-07-15 13:26:32 -06:00 |
|
Shannon
|
91d5820982
|
Fixes #10666 - CreateMemberWithIdentity was not working
|
2021-07-15 09:42:06 -06:00 |
|
Shannon Deminick
|
e2646e2864
|
Merge pull request #10685 from adamhearn/temp-10666
Add integration test for MemberService::CreateMemberWithIdentity
|
2021-07-16 01:19:24 +10:00 |
|
Shannon Deminick
|
e6a27a09dc
|
Merge pull request #10686 from deMD/bugfix/applicationbuilder_nullcheck_order
Moved nullcheck to top to catch possible nullreference exceptions
|
2021-07-16 01:14:52 +10:00 |
|
Dave de Moel
|
62352fc1a6
|
Moved nullcheck to top to catch possible nullreference exceptions
|
2021-07-15 10:48:39 +02:00 |
|
Mole
|
a5ee8566b8
|
Merge pull request #10655 from umbraco/v9/task/supress-notifications
Remove raiseEvent method parameters and allow suppressing events at the scope level
|
2021-07-15 09:36:58 +02:00 |
|
Adam Hearn
|
883ad7d256
|
Added integration test for MemberService::CreateWithIdentity to highlight that whilst the method does not generate an error, no member is persisted
|
2021-07-15 01:05:54 +01:00 |
|
Shannon
|
2fc0fc6850
|
Removes CannotSuppressNotificationAttribute
|
2021-07-14 11:56:30 -06:00 |
|
Shannon Deminick
|
7e8e96aaa3
|
Merge pull request #10646 from umbraco/v9/bugfix/runtime-hash-calculation
Fixes runtime hash calculation
|
2021-07-15 03:46:51 +10:00 |
|
Shannon Deminick
|
994e67aeea
|
Merge pull request #10657 from umbraco/v9/task/lazy-collections
Changes all collections from collection builders to resolve the concrete instances lazily.
|
2021-07-15 03:46:16 +10:00 |
|
Evan Moore
|
8e20b7fda5
|
Fix broken icon on user overlay
|
2021-07-14 12:29:59 -04:00 |
|
Warren Buckley
|
907a8659dd
|
Merge pull request #10680 from umbraco/v9/bugfix/validation-messages
V9: Fix validation messages
|
2021-07-14 14:34:53 +01:00 |
|
Evan Moore
|
ef4621e6f1
|
Login screen replace i tag with umb-icon directive
|
2021-07-14 09:10:57 -04:00 |
|
Mole
|
5cd0545b2f
|
Tweak xml header
|
2021-07-14 14:27:36 +02:00 |
|
Mole
|
2ea40a103a
|
Make ValidationProblem methods unambiguous
|
2021-07-14 14:18:22 +02:00 |
|
Mole
|
5dd57cf83b
|
Merge pull request #10659 from umbraco/v9/bugfix/sync-date-time-content
Fixes issue that the update culture dates were not synced with the version date like they are for the published culture dates
|
2021-07-14 09:36:13 +02:00 |
|
Evan Moore
|
acda7706be
|
Remove changes from temp-10656
|
2021-07-13 21:04:47 -04:00 |
|
Evan Moore
|
0c125492f4
|
Fix External Login Providers using wrong property for icon
|
2021-07-13 20:58:37 -04:00 |
|
Evan Moore
|
0ca4dd176c
|
Add some comments
|
2021-07-13 13:55:44 -04:00 |
|
Evan Moore
|
d4760f5467
|
include userId in IX_umbracoExternalLogin_LoginProvider
|
2021-07-13 13:19:28 -04:00 |
|
Shannon
|
7913ae5463
|
fix test
|
2021-07-13 10:04:47 -06:00 |
|
Shannon
|
961d70e352
|
Fixes when SetCultureEdited and AdjustDates is called.
|
2021-07-13 09:52:31 -06:00 |
|
Shannon Deminick
|
3e586991df
|
Update src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/SupressNotificationsTests.cs
Co-authored-by: Andy Butland <abutland73@gmail.com>
|
2021-07-14 01:19:40 +10:00 |
|
Shannon Deminick
|
e30bc55ffe
|
Update src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/SupressNotificationsTests.cs
Co-authored-by: Andy Butland <abutland73@gmail.com>
|
2021-07-14 01:19:35 +10:00 |
|