Commit Graph

39414 Commits

Author SHA1 Message Date
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
3a229ef8af update comment and method name 2021-07-26 09:49:56 -06:00
Shannon
0e1c10ca7b adds comments, fixes null check. 2021-07-26 09:44:59 -06:00
Shannon
5c59b54b6e Adjust how the umbraco builder works 2021-07-26 09:23:34 -06:00
Shannon
86dea11711 chagen to IOptionsMonitor 2021-07-26 08:58:23 -06:00
Andy Butland
ab5272c6d3 Corrected comment. 2021-07-26 09:37:52 +02:00
Andy Butland
5bd00c8fc9 Migrated Umbraco.TestData to .NET 5. 2021-07-26 09:32:08 +02:00
Niels Lyngsø
9807365800 Escape HTML in localization tokens. (#10729)
Co-authored-by: Niels Lyngsø <nsl@umbraco.com>
2021-07-23 14:26:12 +02:00
Sebastiaan Janssen
175bb3e6df Bump version to 8.15.1 and merge branch 'v8/8.14' into v8/8.15
# Conflicts:
#	src/SolutionInfo.cs
2021-07-23 13:35:15 +02:00
Sebastiaan Janssen
071a89a59b Bump version to 8.14.2 2021-07-23 13:32:30 +02:00
Patrick de Mooij
c86d3b1dae 9157: Use the sorting event instead of the saving 2021-07-23 09:44:19 +10:00
Anders Bjerner
6116ec814d Update umbeditorview.directive.js 2021-07-23 09:32:51 +10:00
Bjarne Fyrstenborg
c812dab967 File upload checkered background (#10621)
* Use umb-icon component

* Cleanup unused css and use checkered background on both image cropper and file upload
2021-07-23 09:26:37 +10: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
Niels Lyngsø
fe9d0db763 10718 Enables more configured Blocks in Block List Editor (#10726)
Co-authored-by: Niels Lyngsø <nsl@umbraco.com>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
2021-07-22 15:03:09 +02:00
Sebastiaan Janssen
d615c1e88b Merge branch 'v8/dev' into v8/contrib 2021-07-22 14:01:55 +02:00
Sebastiaan Janssen
1e13f3feea Merge branch 'v8/8.15' into v8/dev 2021-07-22 14:01:31 +02:00
Sebastiaan Janssen
ab0fcdfb9f Merge branch 'v8/8.14' into v8/8.15 2021-07-22 14:01:02 +02:00
Matt Brailsford
98266d462c Removes inert attribute when editorService.closeAll() is called
Fixes #10708 by removing the `inert` attribute on `#mainWrapper` when `editorService.closeAll()` is called.

This code is necessary because when close all is called, there is no editor passed, and so `removeEditor` is never called, and so the `focusLockService.removeInertAttribute();` method isn't called. I add to the if block that handles the close all code instead.

(cherry picked from commit 1f4cc81af8)
2021-07-22 13:59:33 +02:00
Matt Brailsford
1f4cc81af8 Removes inert attribute when editorService.closeAll() is called
Fixes #10708 by removing the `inert` attribute on `#mainWrapper` when `editorService.closeAll()` is called.

This code is necessary because when close all is called, there is no editor passed, and so `removeEditor` is never called, and so the `focusLockService.removeInertAttribute();` method isn't called. I add to the if block that handles the close all code instead.
2021-07-22 13:55:48 +02:00
Mole
615008c0ab Rename udi to id in EntityController.GetUrl 2021-07-22 11:10:02 +02: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
Warren Buckley
4df4b3eeaf Merge pull request #10603 from umbraco/v8/bugfix/creating-document-types-sqlce
Fix duplicate ID when creating document types with SQL CE
2021-07-21 12:11:22 +01:00
Mole
8efdc5a047 Merge pull request #10150 from umbraco/v8/bugfix/removing-unnecessary-readerwriterlock
Ensure that any ReaderWriterLockSlim is disposed, or replaced with a more suitable lock
2021-07-21 08:39:48 +02:00
Shannon
3ce2cf0992 Merge remote-tracking branch 'origin/v8/contrib' into v8/bugfix/removing-unnecessary-readerwriterlock 2021-07-20 10:05:32 -06:00
Lars-Erik
37066bb0e1 The rest of the internals. 🥳 2021-07-20 17:34:19 +02:00
Lars-Erik
053f1b2795 Moved the one remaining SqlCe dependant integration test into separate assembly. 2021-07-20 13:08:55 +02:00
Sebastiaan Janssen
3a2a79108d Merge branch 'v8/dev' into v8/contrib 2021-07-20 10:23:29 +02:00
Sebastiaan Janssen
3feda1bc58 Merge branch 'v8/8.15' into v8/dev 2021-07-20 10:22:32 +02:00
Sebastiaan Janssen
fce0bd0cfd Merge branch 'v8/8.14' into v8/8.15
# Conflicts:
#	src/SolutionInfo.cs
2021-07-20 10:17:40 +02:00
Niels Lyngsø
3def2ee2ad add vm.model.onValueChanged callback
(cherry picked from commit 8ebb37a596)

# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker3/umbMediaPicker3PropertyEditor.component.js
2021-07-20 09:41:02 +02:00
Niels Lyngsø
8ebb37a596 add vm.model.onValueChanged callback 2021-07-20 09:37:29 +02: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
ab66a9f33c Adds new method WithCustomDefaultMiddleware
To be able to fully customize the default middleware pipeline. Renames some interfaces and methods to be more consistent. Changes the startup builder interface types to be more type safe.
2021-07-16 16:04:14 -06: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