Patrick de Mooij
1d2272f536
Content app for dictionary items
2021-10-18 16:54:26 +10:00
Chriztian Steinmeier
e04efe6067
Minor edits to the XPath query help sheet ( #11385 )
...
* Clarify the use of placeholders
Since the placeholder is only replaced if it's at the beginning of the query, I've added a note about it.
Also made the spelling of XPath consistent and fixed a nesting error in the HTML.
* Rephrase a couple of sentences
2021-10-17 17:02:59 +01:00
Jacob Overgaard
8703d7c929
Rename importdocumenttype to importDocumentType and emptyrecyclebin to emptyRecycleBin to match UI and mocks
2021-10-17 03:35:14 +02:00
Paul Seal
14fe7d99a8
Added more detailed message when deleting items in the list view ( #11375 )
...
* Added more detailed message when deleting items in the list view
* Update FR language file
2021-10-17 01:40:47 +02:00
Matthew Care
5c25567599
Return tempFiles
...
Add the response data to the return. Fixes #11278
2021-10-12 14:51:52 +02:00
patrickdemooij9
1605dc10bd
11048: Bugfix for groups and properties that get replaced ( #11257 )
2021-10-12 14:47:03 +02:00
Sebastiaan Janssen
3f5d9df2a2
Merge branch 'v9/dev' into v9/contrib
2021-10-12 13:24:51 +02:00
Patrick de Mooij
04f53b7e88
Ability to remove trees in the backoffice
2021-10-12 13:19:17 +02:00
Berg
5fe30c746c
Fixed breaking change!
2021-10-12 08:08:03 +02:00
Erik-Jan Westendorp
d22297270b
Localization add tab text dutch ( #11346 )
...
* Update nl.xml add addTab key
* tab to tablad
* Add translation to shortcuts sections
2021-10-12 03:50:17 +02:00
Warren Buckley
243d0bba7b
Implement IUserSessionStore<BackOfficeIdentityUser> to fix timeout bug #11350 ( #11351 )
2021-10-11 15:51:49 +02:00
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