Louis JR
e7da8558e5
Added support for Smtp PickupDirectory ( #11253 )
...
* Added support for Smtp PickupDirectory
* Add reference to the implementation outline by MailKit
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2021-10-09 03:30:58 +02:00
Sebastiaan Janssen
79fdb9a876
Merge branch 'v9/dev' into v9/contrib
2021-10-08 08:49:47 +02:00
Nikolaj Geisle
d6b4fd567f
Merge pull request #11230 from umbraco/v9/feature/debug-dashboard
...
v9: Created new system information section in help panel
2021-10-07 15:14:47 +02:00
nikolajlauridsen
ae39256a84
Specify constructor for DI
2021-10-07 12:49:36 +02:00
Nikolaj Geisle
70831bb0c0
Update src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs
2021-10-07 10:46:54 +02:00
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
Jesper
b74bed380d
Add test to update user
2021-10-07 09:34:16 +10:00
Jason Elkin
56c97e1c29
Add ModelsBuilder unit tests to cover Inheritance and Composition ( #11261 )
...
* Add ModelsBuilder unit tests to cover Inheritance and Composition
* add name to GenerateSimpleType test
2021-10-07 09:10:44 +10: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
Jeavon Leopold
a3744f90de
Remove all ImageSharp.Web Processors and the re-add in the correct order
2021-10-06 08:53:04 +10: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
Laura Neto
23d2106277
Fixed missing null check in BlockEditorPropertyEditor ( #11184 )
...
Thanks @lauraneto - reviewed this and your fix solves the issue. #h5yr
2021-10-05 08:39:56 +01: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
Paul Seal
bdfa54af11
Changed the case of BlockList to blocklist as it breaks on *nix systems ( #11219 )
...
Changed the case of `BlockList` to `blocklist` as it breaks on Unix/Linux.
2021-10-05 08:14:50 +01: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
Jesper Mayntzhusen
f29bda6455
Cypress test for textbox max length ( #11245 )
...
* add test for textbox max length
* remove leftover comment
Co-authored-by: Jesper <jmh@umbraco.dk >
2021-10-05 10:20:51 +10:00
Jeavon Leopold
9abd071457
Fix for Excessive header checker when excluding Cloudflare
2021-10-05 09:07:18 +10: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
Louis JR
e416f060c2
Change template helper to use async partials ( #11243 )
2021-10-04 19:48: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