Commit Graph

40352 Commits

Author SHA1 Message Date
Nikolaj Geisle
d184f82d63 Added removed language array back 2021-10-14 15:31:10 +02:00
Nikolaj Geisle
d992a6e71f Changed default language for Unit & Integration tests to en-US 2021-10-14 15:20:34 +02:00
Nikolaj Geisle
885281fc89 Added Assembly attributes 2021-10-14 15:16:49 +02:00
Nikolaj Geisle
6e540de408 Added additional logging 2021-10-14 14:36:58 +02:00
Nikolaj Geisle
76a8d4c474 Added logging in test 2021-10-14 14:07:31 +02:00
Nikolaj Geisle
7379387b2e Added logging 2021-10-14 13:30:22 +02:00
Nikolaj Geisle
4c616dc71d Merge branch 'v9/dev' into v9/feature/add-notifcation-for-url-collision 2021-10-14 13:02:11 +02:00
Nikolaj Geisle
e64d1ff4d1 Removed check for message 2021-10-14 11:26:33 +02:00
Nikolaj Geisle
ee22d262b3 Merge remote-tracking branch 'origin/v9/feature/add-notifcation-for-url-collision' into v9/feature/add-notifcation-for-url-collision 2021-10-12 14:09:25 +02:00
Nikolaj Geisle
ab0ac0f599 Ensure current thread culture 2021-10-12 14:09:04 +02:00
Nikolaj Geisle
6fcef7bc33 Ensure current thread culture 2021-10-12 14:05:45 +02:00
nikolajlauridsen
7c2f5c934c Add EN translations 2021-10-12 12:53:07 +02:00
Berg
5fe30c746c Fixed breaking change! 2021-10-12 08:08:03 +02:00
Warren Buckley
243d0bba7b Implement IUserSessionStore<BackOfficeIdentityUser> to fix timeout bug #11350 (#11351) 2021-10-11 15:51:49 +02:00
nikolajlauridsen
161fc7d456 Use hashset instead of list for assigned domains
We don't care about dupes
2021-10-08 14:55:44 +02:00
nikolajlauridsen
597b6f4bd2 Add final integration test 2021-10-08 14:52:22 +02:00
nikolajlauridsen
8112e1a9af Add intergration test 2021-10-08 13:08:32 +02:00
nikolajlauridsen
5a82d8ee2e Also display warning when publishing with descendants 2021-10-08 11:35:56 +02:00
nikolajlauridsen
8e7fb897d1 Use proper notifications instead of event messages 2021-10-08 11:24:10 +02:00
nikolajlauridsen
f0f8874727 Add integration test 2021-10-07 16:34:38 +02:00
nikolajlauridsen
501ba2414f Add more unit tests 2021-10-07 15:36:11 +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
11bfef4750 Add unit test 2021-10-07 14:12:37 +02:00
nikolajlauridsen
df1d456c98 Add ContentCultureInfosBuilder 2021-10-07 14:09:34 +02:00
nikolajlauridsen
0f803ec7e9 Add ContentCultureInfosCollectionBuilder test builder 2021-10-07 13:36:18 +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
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
nikolajlauridsen
9e5520f8c1 Only warn about cultures actually being published 2021-10-06 14:49:49 +02:00
Bjarke Berg
e786491a0c Added CopyRazorGenerateFilesToPublishDirectory to the template (#11301) 2021-10-06 14:38:50 +02:00
nikolajlauridsen
a8bd71ba7e Check ancestors for any configured domains 2021-10-06 14:31:42 +02:00
nikolajlauridsen
7b6bf780ce Add GetAncestorIds extension method 2021-10-06 14:30:26 +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
nikolajlauridsen
9e05bf156f Add translations 2021-10-06 13:02:26 +02:00
nikolajlauridsen
a60594440a Localize speech bubble text 2021-10-06 12:57:21 +02:00
nikolajlauridsen
740dfcc531 Verify that published culture has domain 2021-10-06 12:26:18 +02:00
nikolajlauridsen
1921fd8a76 Verify that root node has domains when multilingual content is published 2021-10-06 11:37:03 +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