Nikolaj Geisle
09a35ef96c
Fixed breaking change
2021-10-07 09:51:04 +02:00
Nikolaj Geisle
1a25f723f7
Updated test for the last time i swear
2021-10-07 08:33:06 +02:00
Nikolaj Geisle
861be72889
Updated systeminformation to use more helper methods
2021-10-07 08:18:10 +02:00
Nikolaj Geisle
4446de915e
Merge branch 'v9/dev' into v9/feature/debug-dashboard
2021-10-07 08:16:25 +02:00
Bjarke Berg
9d4a0573d0
Merge remote-tracking branch 'origin/v9/9.0' into v9/dev
...
# Conflicts:
# build/templates/UmbracoPackage/.template.config/template.json
# build/templates/UmbracoProject/.template.config/template.json
# src/Directory.Build.props
# src/Umbraco.Infrastructure/Runtime/CoreRuntime.cs
2021-10-07 07:16:32 +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
Nikolaj Geisle
0be61212a5
Updated test to actually cleanup
2021-10-06 14:07:08 +02:00
Nikolaj Geisle
be66e2ea61
Updated cypress test to use newly created helper method
2021-10-06 13:53:33 +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
nikolajlauridsen
0d90a786e4
Try and fix acceptance tests
...
take 1000
2021-10-05 14:15:43 +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
nikolajlauridsen
c05d6b774f
Move timeout
2021-10-05 12:57:04 +02:00
Bjarke Berg
931e91760d
Force ICU usage on windows.
2021-10-05 12:34:39 +02:00
Nikolaj Geisle
fa6f96d6fa
stability wait
...
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk >
2021-10-05 11:37:18 +02:00
Nikolaj Geisle
e3ff40be50
Tried to fix stability
...
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk >
2021-10-05 11:31:02 +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
Zeegaan
44f14c9c19
Added more stability to test
...
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk >
2021-10-05 09:39:07 +02:00
Nikolaj Geisle
8a6d028ddf
Fixed flaky test v2
...
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk >
2021-10-05 09:12:48 +02:00
Nikolaj Geisle
1deab9a9ad
Fixed flaky test
...
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk >
2021-10-05 08:48:03 +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
Andy Butland
eaa0f4618f
Ensured order of Deploy artifact dependencies irrespective of ICU or NLS globalization settings. ( #11265 )
2021-10-04 18:44:14 +02:00
nikolajlauridsen
8330dec85f
Make system information run locally on linux
2021-10-04 18:31:13 +02:00
nikolajlauridsen
9a04150897
Try and make input block more specific
2021-10-04 15:32:35 +02:00
nikolajlauridsen
92429942b8
Don't search in array
2021-10-04 14:54:38 +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
Nikolaj Geisle
9214db8cde
fixed cypress test
...
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk >
2021-10-04 13:06:04 +02:00
Nikolaj Geisle
9c39cc4583
Updated based on review
...
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk >
2021-10-04 12:56:55 +02:00
Bjarke Berg
fed6eaa03d
Avoid breaking changes from merge.
2021-10-04 11:48:24 +02:00
Nikolaj Geisle
e4e1d7f873
Fixed folders
...
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk >
2021-10-04 11:37:03 +02:00
Nikolaj Geisle
45badbd36b
Apply suggestions from code review
...
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch >
2021-10-04 11:31:38 +02:00
Nikolaj Geisle
17e53e497c
Fixed Folder structure
...
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk >
2021-10-04 11:29:14 +02:00
Bjarke Berg
779f3b7b36
Merge remote-tracking branch 'origin/v8/8.17' into v9/dev
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Composing/CompositionExtensions/Services.cs
# src/Umbraco.Infrastructure/Runtime/SqlMainDomLock.cs
# src/Umbraco.Web/UmbracoApplication.cs
2021-10-04 11:23:05 +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