Commit Graph

34889 Commits

Author SHA1 Message Date
Bjarke Berg
f913aff5fb Using Enumerable.Empty<T> 2020-08-20 08:15:07 +02:00
Bjarke Berg
091a777b62 Conditional load of netframework dlls 2020-08-19 19:51:06 +02:00
Bjarke Berg
b288c99e56 Register noop examine implementations in core, to be replaced by examine dll. 2020-08-19 19:42:58 +02:00
Bjarke Berg
ead38a0f42 Merge pull request #8657 from umbraco/netcore/bugfix/directory-casing
Netcore: Renamed `Umbraco.Web.UI.Netcore\Umbraco` to `Umbraco.Web.UI.Netcore\umbraco`
2020-08-19 13:39:26 +02:00
Bjarke Berg
da25953c2b Merge remote-tracking branch 'origin/netcore/bugfix/directory-casing' into netcore/bugfix/directory-casing 2020-08-19 12:49:36 +02:00
Bjarke Berg
bd4c536a47 renamed Umbraco to umbraco 2020-08-19 12:49:04 +02:00
Bjarke Berg
5d4a95c96b renamed Umbraco to umbraco 2020-08-19 12:47:34 +02:00
Bjarke Berg
0a2ebcd1f1 Use SqlMainDomLock if not windows 2020-08-19 09:39:11 +02:00
Bjarke Berg
023ec53a9a Dont try to load assemblies that is not used yet 2020-08-19 08:43:24 +02:00
Bjarke Berg
9049469f70 Bugfix cannot parse StringValues as bool. Use ToString first. 2020-08-19 08:42:45 +02:00
Bjarke Berg
43efee9647 Merge pull request #8641 from AndyButland/defect/netcore-fixes-log-viewer-level-filter
Fixed log viewer level filter by correcting binding for provided array of selected values to filter by.
2020-08-18 13:53:44 +02:00
Bjarke Berg
3dd59c6b83 Support for parsing provider from azure connection strings 2020-08-18 13:49:15 +02:00
Andy Butland
a2a850e1b2 Applied fix to query parameter binding for saving public access configuration on a content item. 2020-08-18 11:47:53 +01:00
Andy Butland
1f206766ab Fixed log viewer level filter by correcting binding for provided array of selected values to filter by. 2020-08-18 11:07:59 +01:00
Bjarke Berg
5f6de61391 Fix iss issue 2020-08-18 11:36:45 +02:00
Bjarke Berg
20c8ae1fa7 Change linux check to check windows instead 2020-08-18 10:22:01 +02:00
Bjarke Berg
eed6c87978 fix issue with nuget version requested 2020-08-17 14:06:17 +02:00
Bjarke Berg
2da7e3c54f Updated template default version to alpha001 2020-08-17 14:02:55 +02:00
Bjarke Berg
6371fdbf4d post merge 2020-08-17 11:43:04 +02:00
Bjarke Berg
9ae878a185 Hardcode verion 9 in text, and change assembly versions to 0.5.0 2020-08-17 09:34:27 +02:00
Bjarke Berg
7b95494e30 Merge pull request #8572 from umbraco/netcore/bugfix/6970-backoffice-controller
Migrates remaining non-oauth actions on back office controller to netcore
2020-08-17 08:29:59 +02:00
Bjarke Berg
59d8b7965d Merge pull request #8385 from umbraco/netcore/feature/better-linux-support
Netcore: Changes to run on linux
2020-08-17 08:06:42 +02:00
Bjarke Berg
f9ba200c21 LazyLoad casing 2020-08-16 11:30:49 +02:00
Bjarke Berg
1fd10dcb01 Merge remote-tracking branch 'origin/netcore/feature/better-linux-support' into netcore/feature/better-linux-support 2020-08-16 11:12:33 +02:00
Sebastiaan Janssen
dde735f75c Sync some dependencies that have been updated in v8/contrib 2020-08-13 14:33:19 +02:00
Warren Buckley
033f12c82b Merge pull request #8626 from umbraco/v8/bugfix/block-list-fix-validation-issue-when-no-label
umb-editor-header name-required attribute
2020-08-13 09:14:29 +01:00
Bjarke Berg
5cc0f00074 Introduced WebPath.Combine 2020-08-13 10:13:23 +02:00
Niels Lyngsø
00edd197f8 added attribute name-required, which can be used to make name not required. Since the value defaults to true. 2020-08-13 08:13:32 +02:00
Niels Lyngsø
2896e260af Revert "dont render input if not shown."
This reverts commit a2dd9ad0c4.
2020-08-13 07:37:53 +02:00
Shannon Deminick
13bffa14e8 Merge pull request #8627 from umbraco/v8/bugfix/block-editor-no-settings-access-REWORK
(Rework) Block editor - Fix for when you have no access to settings
2020-08-13 14:42:50 +10:00
Bjarke Berg
34617e9f94 Fix for packages 2020-08-12 16:51:34 +02:00
Bjarke Berg
95c30d4cd0 Fix for packages 2020-08-12 15:59:30 +02:00
Bjarke Berg
996130b58d Post merge fix 2020-08-12 13:26:24 +02:00
Bjarke Berg
3ec13b3190 Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/better-linux-support
# Conflicts:
#	build/NuSpecs/UmbracoCms.SqlCe.nuspec
2020-08-12 13:25:24 +02:00
Warren Buckley
244d441dd4 Remove the if security check if access to settings section - seems we do not need to do this
We check on the content node itself in the info tab for access to the doctype & template based on the section rather than the null presence of this property
2020-08-12 12:04:19 +01:00
Niels Lyngsø
a2dd9ad0c4 dont render input if not shown. 2020-08-12 10:34:15 +02:00
Bjarke Berg
cdd2dc51b4 Copy files on publish 2020-08-12 10:03:40 +02:00
Bjarke Berg
06c463e9cc Update nuget package dll paths 2020-08-12 08:53:01 +02:00
Bjarke Berg
9eee058211 Fix issue with buildscript and verify nuget 2020-08-11 20:31:04 +02:00
Warren Buckley
f7e0303a6f Merge pull request #8613 from umbraco/v8/feature/block_list_highlight_validation_issues_for_content
UI for highlighting validation issues
2020-08-11 17:55:09 +01:00
Bjarke Berg
f7e0b115aa copy language files on publish 2020-08-11 15:00:39 +02:00
Bjarke Berg
bd1aac7b36 Fix issue with tour's next button not clickable when infinite editing bar is open 2020-08-11 14:23:29 +02:00
Bjarke Berg
2ed8e89d9b Fixes for build script 2020-08-11 12:26:01 +02:00
Bjarke Berg
dfc37a571a Fixes for Umbraco.Web.UI.csproj 2020-08-11 11:22:15 +02:00
Bjarke Berg
f0795f63b5 Get the SqlCE dll from the SqlCE project instead of the executeable, now that the executable does not include SqlCE anymore by default 2020-08-11 10:40:37 +02:00
Bjarke Berg
7b6d64872f Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/better-linux-support
# Conflicts:
#	src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en.xml
2020-08-11 10:05:55 +02:00
Bjarke Berg
1481804014 Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
# Conflicts:
#	src/Umbraco.Web.UI.NetCore/Umbraco/config/lang/da.xml
#	src/Umbraco.Web.UI.NetCore/Umbraco/config/lang/en_us.xml
2020-08-11 10:01:17 +02:00
Bjarke Berg
9432f71a63 Merge remote-tracking branch 'origin/v8/dev' into netcore/dev 2020-08-11 10:00:19 +02:00
Bjarke Berg
0fe50728df Fix csproj of Umbraco.Web.UI 2020-08-11 09:50:17 +02:00
Warren Buckley
3c9bd45ea6 Delete rich-code-navigation.yml 2020-08-11 08:25:43 +01:00