Commit Graph

40462 Commits

Author SHA1 Message Date
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
Nikolaj Geisle
54eeaedc52 v9: bugfix 11228 Blocklist stylesheet path includes wwwroot (#11298)
* Update blocklist.blockconfiguration.overlay.controller.js

* Removed obsolete property sets, and switched to staticfilePicker

Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk>

Co-authored-by: Nikolaj Geisle <niko737@edu.ucl.dk>
2021-10-07 15:43:22 +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
Patrick de Mooij
8619cfe3ef 11251: Don't add default dashboard to url 2021-10-07 09:01:32 +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
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
Mole
e36dd86d2d Merge pull request #11207 from umbraco/v8/bugfix/mntp-performance
Combine GetUrl requests when loading a MNTP with many entries
2021-10-06 08:56:12 +02:00
Søren Kottal
828558ac29 fixes wrong reference to enterSubmitFolder method in ng-keydown 2021-10-06 09:36:32 +10:00
Bjarne Fyrstenborg
c7f342a6dd Use umb-icon component for icons in content type groups and tabs 2021-10-06 09:09:56 +10:00
BatJan
7043d1cc0f Use medium sized overlay 2021-10-06 08:36:28 +10:00
Owain Jones
3fcfb1b546 v8: Backoffice Welsh language translation updates (#11240)
* Updated the Welsh language file to include newly added keys (based on the en us language file)

* Updated the searchInputDescription key

* Updated the endTitle key
2021-10-06 08:34:36 +10:00
Søren Kottal
ef725bac37 Removes annoying wait text, which causes layout jank 2021-10-06 08:26:44 +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
Paul Johnson
106f6dce25 Rename parameter for clarity 2021-10-05 13:45:43 +01: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