Bjarke Berg
3eb21d5bbd
Merge pull request #11016 from umbraco/v9/feature/add_friendly_extension_method_to_replace_the_backofficeusermanager
...
Added SetBackOfficeUserManager extension method to IUmbracoBuilder
2021-09-08 19:11:52 +02:00
Bjarke Berg
a2bceb0697
Merge pull request #11002 from umbraco/v9/bugfix/fix_issues_when_changing_umbraco_path
...
Bugfix: Fixed issues when changing UmbracoPath in config
2021-09-08 19:08:11 +02:00
Bjarke Berg
e284e30df5
Fixed issues where we used the global setting UmbracoPath instead of the constant
2021-09-08 18:29:24 +02:00
Bjarke Berg
995595cce1
Merge remote-tracking branch 'origin/v9/dev' into v9/bugfix/fix_issues_when_changing_umbraco_path
2021-09-08 18:17:39 +02:00
Bjarke Berg
774a021ea5
Merge remote-tracking branch 'origin/v9/dev' into v9/dev
2021-09-08 17:50:20 +02:00
Bjarke Berg
6558ed9b0c
Changes SchemeForBackOffice to just ensure it is prefixed with "Umbraco.".
...
https://github.com/umbraco/UmbracoDocs/pull/3438#discussion_r703981003
2021-09-08 17:49:56 +02:00
Bjarke Berg
e5ab0fc084
Merge pull request #10962 from umbraco/v9/task/examine-update
...
Updates to latest Examine version
2021-09-08 17:45:27 +02:00
Nikolaj Geisle
64e958217c
Merge pull request #11041 from umbraco/v9/bugfix/10641-allow-unsafe-namespace-characters-in-package-template-name
...
Fixes a couple of issues with the Umbraco Package dotnet new template.
2021-09-08 12:22:58 +02:00
Elitsa Marinovska
6c56c298d6
Merge branch 'v9/dev' into v9/bugfix/fix_issues_when_changing_umbraco_path
2021-09-08 08:17:59 +02:00
Shannon Deminick
676b5c4198
Update Umbraco.Web.Common.csproj
2021-09-08 06:03:12 +10:00
Bjarke Berg
981982d87c
Fixes https://github.com/umbraco/Umbraco-CMS/issues/10641 and a couple of other issues with the Umbraco Package dotnet new template.
...
- Fixed issues with invalid namespace, when using characters like "-"
- Fixed issues with invalid characters in MSBuilder property names, like "."
2021-09-07 10:58:33 +02:00
Nikolaj Geisle
06cf4c29b1
Merge pull request #11035 from umbraco/v9/feature/10965-allow-app-settings-configuration-of-the-Umbraco-file-sink
...
Added support for configuring the UmbraocFile "sink", using IConfiguration
2021-09-07 08:02:37 +02:00
Bjarke Berg
8e54946810
Apply suggestions from code review
...
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
2021-09-06 15:24:04 +02:00
Bjarke Berg
9a9f61e4c4
Merge pull request #10968 from umbraco/v9/feature/composers-cleanup
...
Obsolete IUserComposer and rename Composers
2021-09-06 14:00:59 +02:00
Bjarke Berg
47f29e3b5c
Merge pull request #11034 from umbraco/bugfix/IProfileLogger.TraceDuration_does_not_work
...
v9: Fixed Profilling logger to correctly send args in call
2021-09-06 13:56:12 +02:00
Bjarke Berg
e1ca6da8b7
https://github.com/umbraco/Umbraco-CMS/issues/10965 - Added support for appsettings configuration of the UmbracoFile "sink".
...
{
"Serilog": {
"WriteTo": [
{
"Name": "UmbracoFile",
"Args": {
"RestrictedToMinimumLevel": "Warning"
"FileSizeLimitBytes": 1073741824,
"RollingInterval" : "Day"
"FlushToDiskInterval": null,
"RollOnFileSizeLimit": false,
"RetainedFileCountLimit": 31
}
}
]
},
}
2021-09-06 12:46:09 +02:00
Mole
e31dad6552
Merge pull request #11032 from vsilvar/v9/bugfix/10827_incorrect_url_when_domain_not_set
...
Improvement for #10845 - Changed culture comparison of domain to be case insensitive
2021-09-06 12:29:42 +02:00
Zeegaan
41d6fd931a
Fixed Profilling logger to correctly send args in call
2021-09-06 11:43:36 +02:00
Paul Johnson
d6d853326d
Make ComposerGraph internal
2021-09-06 09:44:33 +01:00
Vitor Rodrigues
e45b7e090e
Changed culture comparision to be case insensitive for consistency
2021-09-06 09:48:33 +02:00
Mole
baec56b2d7
Merge pull request #10845 from vsilvar/v9/bugfix/10827_incorrect_url_when_domain_not_set
...
Fixed incorrect node url being returned when no suitable domain exist…
2021-09-06 09:38:00 +02:00
Bjarke Berg
570b54342a
Merge pull request #10997 from umbraco/v9/bugfix/grid-editor-manifest-fix
...
V9: Fix grid editor config values in package manifest
2021-09-06 08:05:21 +02:00
Vitor Rodrigues
03072ffcd8
Don't use only the current uri to determine the domain when an culture is specified
2021-09-03 15:45:59 +02:00
Vitor Rodrigues
8a4bf8c0b8
Added missing change removing required filter constraint
2021-09-03 15:37:33 +02:00
Bjarke Berg
9787ea0cfa
Apply suggestions from code review
2021-09-03 08:42:22 +02:00
Bjarke Berg
2254d475bd
Apply suggestions from code review
...
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch >
2021-09-03 08:35:13 +02:00
Bjarke Berg
be3545ce4a
https://github.com/umbraco/Umbraco-CMS/issues/10927 - Fixed issue with translations but still support the fix for https://github.com/umbraco/Umbraco-CMS/issues/10627 ( #10986 )
2021-09-02 10:51:11 +02:00
Bjarke Berg
aaab486c52
Added SetBackOfficeUserManager extension method to IUmbracoBuilder
2021-09-02 09:50:13 +02:00
Shannon
b17f28f3bf
Another examine update
2021-09-01 16:51:33 -06:00
Bjarke Berg
375698594e
Fixed NoNodes.cshtml when moved the wwwroot/umbraco folder
2021-09-01 13:44:14 +02:00
Warren Buckley
74b1c8384a
Merge pull request #10998 from umbraco/v9/bugfix/email-sending-metadata
...
Updates email sender to have some metadata
2021-09-01 10:27:29 +01:00
Bjarke Berg
eca26cd827
Bump version to next rc
2021-09-01 10:57:33 +02:00
Bjarke Berg
2876d0b179
Handle the msbuild copy in two steps, so we can override the wwwroot/umbraco folder from outside, using the following in the project csproj.
...
<PropertyGroup>
<UmbracoWwwrootName>my-secret-loginpanel</UmbracoWwwrootName>
</PropertyGroup>
it will now copy to wwwroot/my-secret-loginpanel instead of wwwroot/umbraco
2021-09-01 10:57:21 +02:00
Warren Buckley
8888c55d2e
Update to use constants for emailtype strings
2021-09-01 09:02:41 +01:00
Mole
e727f0f1be
Merge pull request #10994 from umbraco/v9/todo/removed_obsolete_SystemFilesClass
...
v9: Removed obsolete SystemFiles class
2021-09-01 08:31:55 +02:00
Bjarke Berg
5953c9ebe7
Fixed issues with confusion about when to use umbracoPath and when to use the const.
...
Now it is possible to change the location of backoffice.
{
"Umbraco": {
"CMS": {
"Global": {
"UmbracoPath": "~/my-secret-loginpanel",
"IconsPath": "~/my-secret-loginpanel/assets/icons"
}
}
}
}
2021-09-01 07:50:17 +02:00
Shannon
706a629f93
Updates Smidge too
2021-08-31 15:25:17 -06:00
Shannon
4d125da6f1
Updates email sender to have some metadata
2021-08-31 13:41:33 -06:00
Paul Johnson
80b36101c9
Merge pull request #10913 from cleversolutions/temp-10912
...
Fix PhysicalFileSystem.GetRelaitvePath for *nix
2021-08-31 15:30:38 +01:00
Nikolaj
4fb02eb32e
Apply AngularJsonOnlyConfiguration
2021-08-31 14:34:59 +02:00
Nikolaj Geisle
65545134f4
Merge pull request #10946 from umbraco/v9/feature/validationService-optimization
...
V9: Reuse value editors for validation
2021-08-31 13:58:01 +02:00
Zeegaan
56f8e1c12b
Deleted obsolete Systemfiles class
2021-08-31 13:26:47 +02:00
Nikolaj Geisle
7de1e1b187
Merge pull request #10941 from umbraco/v9/feature/improved-project-template
...
New project - simplify includes/excludes
2021-08-31 10:01:28 +02:00
Nikolaj Geisle
f1ba8a3868
Merge pull request #10942 from lauraneto/v9/feature/add_url_mode_to_getcropurl
...
Added url mode parameter to the GetCropUrl extension methods
2021-08-31 08:49:23 +02:00
Sebastiaan Janssen
e62dd04295
Fixes #10956 - GetLocalCropUrl Obsolete message is misleading
2021-08-30 17:18:42 +00:00
Jacob Overgaard
a2b9146abf
Generate a local certificate for Kestrel https
...
Fixes #10981
2021-08-30 18:55:10 +02:00
Bjarke Berg
9bb6d8b20b
https://github.com/umbraco/Umbraco-CMS/issues/10927 - Fixed issue with translations but still support the fix for https://github.com/umbraco/Umbraco-CMS/issues/10627
2021-08-30 13:50:48 +02:00
Nikolaj
3d2dae075d
Remove notification registration for ValueEditorCacheRefresher
2021-08-30 10:57:32 +02:00
Nikolaj
d448ddd7df
Make ValueEditorCacheRefresher a distributed cache refresher
2021-08-30 10:46:05 +02:00
Jacob Overgaard
a73c7bb8a1
Devcontainer: Update SMTP FROM address ( #10970 )
2021-08-30 09:25:04 +02:00