Commit Graph

40282 Commits

Author SHA1 Message Date
Nikolaj Geisle
b6d3e2d90d Merge pull request #11430 from umbraco/v9/hotfix/11389-use-path.gettemppath
Use Path.GetTempPath instead of %temp% environment variable.
2021-10-21 13:32:53 +02:00
Bjarke Berg
c86c283a08 https://github.com/umbraco/Umbraco-CMS/issues/11389
Use Path.GetTempPath instead of %temp% environment variable.
2021-10-20 13:47:04 +02:00
Nikolaj Geisle
eb7e01f177 Merge pull request #11358 from umbraco/v9/bugfix/11290_fix_incorrect_publish_status
v9: Cherry picked fix from v8 and updated test for v9
2021-10-12 12:38:44 +02:00
Nikolaj Geisle
303976b5d7 Update src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentServiceTests.cs 2021-10-12 11:30:49 +02:00
Paul Johnson
90aebde107 Cherry picked fix from v8 and updated test for v9 2021-10-12 11:27:35 +02:00
Nikolaj Geisle
54eeaedc52 v9: bugfix 11228 Blocklist stylesheet path includes wwwroot (#11298)
* Update blocklist.blockconfiguration.overlay.controller.js

* Removed obsolete property sets, and switched to staticfilePicker

Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk>

Co-authored-by: Nikolaj Geisle <niko737@edu.ucl.dk>
2021-10-07 15:43:22 +02:00
Andy Butland
bef1ccedca Exposes the entity containers (folders) created during a package installation in the summary available from the ImportedPackageNotification. (#11303)
* Exposes the entity containers (folders) created during a package installation in the summary available from the ImportedPackageNotification.

* Restored original constructors.

* Refactored to use out parameters for tracking installed entity containers.

* Removed unnecessary variable initialization.
2021-10-06 20:11:06 +02:00
Bjarke Berg
e786491a0c Added CopyRazorGenerateFilesToPublishDirectory to the template (#11301) 2021-10-06 14:38:50 +02:00
Bjarke Berg
2a29cdc6c6 Allow opt out of import embedded schema file (#11296)
* Introduce an opt-out options from the import of embedded schema files.

* Moved the initialization of the static service provider into CoreRuntime as this runs before the IStartupFilters, and otherwise the static service provider is not available in hosted services. E.g. for migrations

* fix build

* Minor code tidy and naming alignment.

* Update src/Umbraco.Web.UI/Umbraco.Web.UI.csproj

* Removed default installation of starter kit.

Co-authored-by: Andy Butland <abutland73@gmail.com>
2021-10-06 11:13:59 +02:00
Mole
83e79f9bfa Merge pull request #11276 from umbraco/v9/bugfix/force_icu_on_windows_in_template
Force ICU usage on windows.
2021-10-06 10:28:00 +02:00
Blake Irwin
1bd827cbba Execute CopyUmbracoAssets @ BeforeBuild to prevent Rebuild failures 2021-10-06 10:25:05 +02:00
Bjarke Berg
114ab93a6a Moved endpoint to new controller to avoid issue with too hard access requirements (#11264)
* Fixed https://github.com/umbraco/Umbraco-CMS/issues/11258

Moved endpoint and obsoleted the old one to avoid breaking changes..
The issue is the auth policies cannot be overridden.. You need all of them, and the controller requires you to have access to member types

* Update src/Umbraco.Web.BackOffice/Controllers/MemberTypeQueryController.cs

Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com>

Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com>
2021-10-06 10:20:50 +02:00
Mole
d311cc3282 Merge pull request #11288 from umbraco/v9/bugfix_for_2fa_user_auth
Fixed bug where the wrong schema was signed in when using 2fa.
2021-10-06 10:08:56 +02:00
Bjarke Berg
ca80ecf0fd Merge remote-tracking branch 'origin/v9/9.0' into v9/9.0 2021-10-06 10:07:26 +02:00
Jeavon Leopold
a6492871e8 Remove all ImageSharp.Web Processors and the re-add in the correct order 2021-10-06 10:04:49 +02:00
Bjarke Berg
9b6421947a Fixed to not use remember me type 2021-10-05 21:57:02 +02:00
Bjarke Berg
223e8661dc Fixed bug where the wrong schema was signed in. 2021-10-05 21:25:15 +02:00
Mole
a013cfb1da Merge pull request #11277 from umbraco/v9/bugfix/11081_userRepo_doesnt_retrieve_tourdata
Removed obsolete method
2021-10-05 15:01:25 +02:00
Nikolaj Geisle
846b1c454b Merge pull request #11268 from umbraco/v9/bugfix/11188_Missing_JSON_Schema_Property_for_Smidge_Version
Fixes Missing JSON Schema Property for RuntimeMinification:Version
2021-10-05 14:36:28 +02:00
Nikolaj Geisle
80c74968ef Updated UmbracoPocoDataBuilder.cs
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk>
2021-10-05 13:48:42 +02:00
Nikolaj Geisle
62f2bdbafa Removed obsolete method
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk>
2021-10-05 13:41:58 +02:00
Bjarke Berg
931e91760d Force ICU usage on windows. 2021-10-05 12:34:39 +02:00
Nikolaj Geisle
53df7c6a42 Merge pull request #11266 from umbraco/v9/bugfix/11263_use_email_from_smtp_settings_when_sending_invite_emails_instead_of_current_users_email_like_in_v8
Use email from SMTP settings instead of current users email when sending invite emails
2021-10-05 11:09:10 +02:00
Mole
287022cbb0 Merge pull request #11262 from umbraco/v9/bugfix/11227_GetDictionaryValue_not_working_when_Restrict_Public_Access_is_setup
Fixed issue with culture not set when doing internal redirects due to public access
2021-10-05 09:56:39 +02:00
Bjarke Berg
4d4fa4d041 https://github.com/umbraco/Umbraco-CMS/issues/11188
Fixes Missing JSON Schema Property for RuntimeMinification:Version
2021-10-04 20:01:23 +02:00
Louis JR
c5ddc3d872 Change template helper to use async partials (#11243) 2021-10-04 19:49:52 +02:00
Bjarke Berg
02d89ce613 https://github.com/umbraco/Umbraco-CMS/issues/11263
Fixes issue where we used the current users email when sending invite emails. Now we use the one from SMTP settings like in v8
2021-10-04 19:40:32 +02:00
Andy Butland
f3f674437d Ensured order of Deploy artifact dependencies irrespective of ICU or NLS globalization settings. (#11265) 2021-10-04 18:52:31 +02:00
Bjarke Berg
2922871a73 https://github.com/umbraco/Umbraco-CMS/issues/11227
Set culture from domain when internal redirecting due to public access
2021-10-04 13:42:06 +02:00
Bjarke Berg
5300d74cda Bump version to 9.0.1 2021-10-04 11:15:28 +02:00
Ronald Barendse
5a3efa72f9 Remove inherited property group id/key when local properties are added (#11231)
* Remove inherited property group id/key when local properties are added

* Rebind saved content type values

* Remove inherited from save group

(cherry picked from commit 20b9db87d0)
2021-10-04 11:14:24 +02:00
Shannon Deminick
5bfab13dc5 Fixes #11189 - protected content not working (#11193)
* Fixes #11189

* Fixes #11183

* Fix test Null_When_No_Content_On_PublishedRequest.

Believe this is reasonable.

* Update src/Umbraco.Web.Website/Routing/PublicAccessRequestHandler.cs

Co-authored-by: Paul Johnson <pmj@umbraco.com>
Co-authored-by: Bjarke Berg <mail@bergmania.dk>
2021-09-26 12:42:27 +02:00
Paul Johnson
cf52b4648d Misc translation improvements for #11191 2021-09-24 16:58:16 +01:00
Bjarke Berg
452097d975 Fixed issue with Paths-integers being converted using local culture. (#11180)
* Fixed issue with Paths-integers being converted using local culture.

* Align with the old implementation

* Use int.TryParse insteaad of TryConvertTo when we do not want culture specific parsing

* More fixes for cultures and fixed wrong test. Users should be part of all groups to have access

* Fix casing for requested file

* Force tests to not use NLS

* try force tests to not use NLS

* try force tests to not use NLS

* Force tests on windows to run ICU

* More fixes for invariant int parsing

* Change key on actions/emptyRecycleBin, so the casing aligns with the view file, that is named emptyrecyclebin.html

* Fixed casing issue

* use Attempt to align with other code
2021-09-24 16:42:31 +01:00
Elitsa Marinovska
936757297e Reintroducing removed lang keys (#11178) 2021-09-24 14:03:25 +02:00
Bjarke Berg
9194eb9bd0 Merge branch 'v9/9.0-rc004' into v9/dev 2021-09-22 23:58:00 +02:00
Jason Elkin
dd72c18b19 add MaybeNull attribute to mixin properties (#11171) 2021-09-22 23:54:20 +02:00
Bjarke Berg
913e812f84 Add folderkeys to package xml. (#11172)
* Add folderkeys to package xml.

* Cleanup

* Use folderKeys to find child

* Fix potential issue with when no folder

* Fixed logic issue.

Co-authored-by: Andy Butland <abutland73@gmail.com>
2021-09-22 23:54:13 +02:00
Jason Elkin
a7495d529f add MaybeNull attribute to mixin properties (#11171) 2021-09-22 23:52:28 +02:00
Bjarke Berg
d007fa0012 Add folderkeys to package xml. (#11172)
* Add folderkeys to package xml.

* Cleanup

* Use folderKeys to find child

* Fix potential issue with when no folder

* Fixed logic issue.

Co-authored-by: Andy Butland <abutland73@gmail.com>
2021-09-22 23:52:09 +02:00
Bjarke Berg
c15c42eb83 Fixes for members 2021-09-22 23:49:16 +02:00
Bjarke Berg
22546fd629 bump version to 9.0.0 2021-09-22 21:30:26 +02:00
Bjarke Berg
63448fb171 Merge pull request #11159 from umbraco/v9/bugfix/AB13851-correct-file-name-references
V9: Fix incorrect static filenames references
2021-09-22 20:35:29 +02:00
Bjarke Berg
9b357ab00e Merge pull request #11111 from umbraco/v9/feature/language-keys-cleanup
V9: Cleaning up unused or duplicated language keys
2021-09-22 20:35:15 +02:00
Bjarke Berg
10625b6aad Merge pull request #11167 from Jeavon/task/migrateIsMaster
Add migration for isMaster column to isSchedulingPublisher in UmbracoServer table
2021-09-22 20:34:55 +02:00
Bjarke Berg
69e47fc5e0 Merge pull request #11168 from umbraco/v9/hack/fix_for_dotnet6_preview1
Fix for dotnet6 preview1 when using runtime compiled views (default umbraco)
2021-09-22 19:44:07 +02:00
Bjarke Berg
0411d9410b Merge remote-tracking branch 'origin/v9/dev' into v9/feature/language-keys-cleanup
# Conflicts:
#	src/Umbraco.Web.UI/umbraco/config/lang/nl.xml
2021-09-22 19:24:35 +02:00
Bjarke Berg
f2df363c77 Fix for issue while running .NET6 with runtime compiled views 2021-09-22 19:07:53 +02:00
Bjarke Berg
f52de653a4 Fixed more casing issues.. 2021-09-22 18:48:19 +02:00
Jeavon Leopold
a3ca09c82e Update SQL that contains isMaster 2021-09-22 17:41:18 +01:00