Commit Graph

40343 Commits

Author SHA1 Message Date
Laura Neto
7524b7809c Added missing documentation to Image Cropper Extensions 2021-10-11 12:43:12 +02:00
Sebastiaan Janssen
de12605095 Remove remaining web.config references in translation files (#11344)
* Remove remaining web.config references in translation files so it will fallback to the correct English text

* Remove final reference to web.config in config/lang

ru errorChangingProviderPassword

Co-authored-by: Paul Johnson <pmj@umbraco.com>
2021-10-11 06:59:48 +01:00
Patrick de Mooij
49132e2b7f 8258: Added create dictionary item button 2021-10-11 14:46:02 +10:00
Paul Seal
3dcfb6aea1 added vm. in front of the enterSubmitFolder method call on ng-keydown 2021-10-11 10:07:57 +10:00
Chriztian Steinmeier
8989c4ad13 Add positioning context
A fallback for browsers that don't support `contain: content`, to make sure the positioning context is correct
2021-10-11 09:58:39 +10:00
Laura Neto
15aa713d2a Added missing GetCropUrl overload for MediaWithCrops (#11201)
* Added missing GetCropUrl overload for MediaWithCrops with the extra configuration options

The missing overload would mean that if anyone tried to use the extra options with MediaWithCrops, they would be using the IPublishedContent extension method instead.
This would cause several issues, like not loading the local crops and returning null for a lot of scenarios that should work.

* Added documentation to the added overload

* Use extension method
2021-10-11 01:36:14 +02:00
Brian Popow
10d1d3c30d Update ImageSharp to version 1.0.4 2021-10-11 09:20:02 +10:00
Jesper Mayntzhusen
a2f05850c0 add cypress test for deleting a user (#11282) 2021-10-10 18:50:02 +02:00
Lewis Hazell
9a5960bf1e Fixes (hides) customize button when connection string is already configured (#11273) 2021-10-10 18:08:41 +02:00
Louis JR
9f72b7b710 Change references of Web.config to be appsettings.json (#11244) 2021-10-10 14:32:27 +02:00
Jose Marcenaro
bea143fa96 Allow local API when using AspNetCore identity 2021-10-10 03:31:57 +02:00
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