Bjarke Berg
e95a759181
Updated nuget package dependencies
2021-09-20 12:59:14 +02:00
Bjarke Berg
1a794fe6fc
Merge pull request #11136 from umbraco/v9/bugfix/10977-Region-and-UI-cultures-are-different
...
Fixed cultures to now both seperately in the backoffice and frontend …
2021-09-20 11:41:58 +02:00
Jeavon
981e096a19
Rename server roles, master = SchedulingPublisher and replica = Subscriber ( #10480 )
2021-09-20 10:37:58 +02:00
Zeegaan
3b9593614c
Fixed cultures to now both seperately in the backoffice and frontend check for both region culture and UI culture
2021-09-20 10:29:03 +02:00
Bjarke Berg
dc8d338ba4
Merge pull request #11052 from umbraco/v9/bugfix/AB13489-no-error-when-exceeding-maxAllowedContentLength
...
V9: Update MaxRequestBodySize on both IIS Server and Kestrel Server
2021-09-20 09:32:09 +02:00
Bjarke Berg
3ffbbf64e5
Clean up
2021-09-20 08:40:23 +02:00
Bjarke Berg
0a042b2c37
IIS can only handle ~4GB uploads. No good documentation, but found a couple of places documenting this. E.g. https://newbedev.com/how-to-set-the-maxallowedcontentlength-to-500mb-while-running-on-iis7
2021-09-20 08:39:59 +02:00
Bjarke Berg
e960ca6fdb
Handle null in ConfigureKestrelServerOptions.cs
2021-09-20 07:56:22 +02:00
Bjarke Berg
c7fcb4abaa
Merge remote-tracking branch 'origin/v9/dev' into v9/bugfix/AB13489-no-error-when-exceeding-maxAllowedContentLength
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/upload/umbfiledropzone.directive.js
2021-09-20 07:56:06 +02:00
Bjarke Berg
898f270c69
Merge remote-tracking branch 'origin/v8/8.17' into v9/dev
2021-09-20 07:42:37 +02:00
Bjarke Berg
af35757b11
Merge pull request #11051 from umbraco/v9/bugfix/httpscheck-concurrency
...
Fix concurrency and certificate days to expiry issues in HttpsCheck
2021-09-19 21:01:05 +02:00
Bjarke Berg
7fdb6d2c24
Merge pull request #11130 from umbraco/v9/bugfix/dynamic-routing-fixes
...
UmbracoRouteValueTransformer fixes
2021-09-19 19:29:20 +02:00
Shannon
9306861d76
Better candidate checking.
2021-09-17 13:49:12 -06:00
Shannon
57bbbfa7d3
better null checks
2021-09-17 13:35:43 -06:00
Shannon
2ede06485c
fix/add tests
2021-09-17 12:47:41 -06:00
Shannon
d27dc05f32
Return null from UmbracoRouteValueTransformer when there is no matches, use a custom IEndpointSelectorPolicy to deal with 404s.
2021-09-17 12:02:04 -06:00
Shannon
494c9f1b42
UmbracoRouteValueTransformer fixes
2021-09-17 10:29:24 -06:00
Shannon Deminick
cdae12aee0
Merge pull request #11124 from umbraco/v9/bugfix/11123-fixed_issue_with_variation_context_not_initialized
...
Initializing the IVariationContextAccessor in the UmbracoRequestMiddleware.
2021-09-17 06:18:41 +10:00
Bjarke Berg
c799d9e45c
https://github.com/umbraco/Umbraco-CMS/issues/11123 initializing the IVariationContextAccessor if the UmbracoRequestMiddleware
2021-09-16 21:59:52 +02:00
Bjarke Berg
f96c6beaa8
Merge remote-tracking branch 'origin/v9/dev' into v9/dev
2021-09-16 14:20:12 +02:00
Bjarke Berg
e1333fee49
Merge pull request #11121 from umbraco/v8/bugfix/keep-existing-propertygroup-key
...
Add property group key to save model
2021-09-16 14:20:00 +02:00
Ronald Barendse
4a1820b80d
Add property group key to save model
2021-09-16 14:18:15 +02:00
Ronald Barendse
1baa4cf653
Add property group key to save model
2021-09-16 14:07:31 +02:00
Warren Buckley
138ef42884
Adds new dotnet new template arg --use-https-redirect ( #11115 )
2021-09-16 13:39:56 +02:00
BatJan
e056918e4f
Ensure the expression is interpolated so the aria-selected attribute has a proper true/false value
2021-09-16 01:54:08 +02:00
Bjarke Berg
35cfcfcc0c
Fixed acceptance tests to use v9 templates
2021-09-15 14:54:27 +02:00
Bjarke Berg
9b2acd098c
Merge remote-tracking branch 'origin/v8/feature/implement-tabs-cypress-test' into v9/dev
2021-09-15 14:30:47 +02:00
Andy Butland
b21b93dfbd
Merge pull request #11103 from umbraco/v9/bugfix/dotnet-new-template-connectionstring
...
Fixes issue with dotnet new template if you did not specify a connection string
2021-09-15 14:23:59 +02:00
Zeegaan
2e14abc744
Implemented tabs test
2021-09-15 13:48:32 +02:00
Warren Buckley
465d730616
Fixes issue with dotnet new template if you did not specify a connection string it was adding an empty one in appsettings.dev
2021-09-15 11:55:53 +01:00
Warren Buckley
ac34a20db2
Merge pull request #11101 from umbraco/v9/feature/added-no-nodes-view-path-option-to-template
...
Added option to set NoNodesViewPath in umbraco template.
2021-09-15 10:49:21 +01:00
Andy Butland
b8a135626d
Moved NoNodesViewPath destination from template to appSettings.json.
2021-09-15 11:19:12 +02:00
Elitsa Marinovska
45a9a94aba
Change from int.MaxValue to long.MaxValue
2021-09-15 10:41:58 +02:00
Andy Butland
d52fd92bbd
Fixed JSON syntax error
2021-09-15 10:21:32 +02:00
Elitsa Marinovska
fc29a2ccd7
Cherry-picking the https://github.com/umbraco/Umbraco-CMS/pull/11061 UI fix
2021-09-15 10:00:01 +02:00
Elitsa Marinovska
00bd5bd6ee
Fixing the IIS Express maxAllowedContentLength
2021-09-15 09:57:56 +02:00
Sebastiaan Janssen
ee42a7ebac
Add the correct year of open sourcing Umbraco on the license
2021-09-15 09:57:03 +02:00
Andy Butland
9a3f77ed83
Added option to set NoNodesViewPath in umbraco template.
2021-09-15 09:45:15 +02:00
Elitsa Marinovska
720006457e
Merge remote-tracking branch 'origin/v9/dev' into v9/bugfix/AB13489-no-error-when-exceeding-maxAllowedContentLength
2021-09-15 09:28:06 +02:00
Mads Rasmussen
09db4ed4a5
Show UI errors for invalid files in media upload ( #11061 )
2021-09-15 09:18:36 +02:00
Bjarke Berg
8d58e31bcf
Merge pull request #11096 from umbraco/v9/feature/merge_v8_14092021
...
V9: Merged 8.17RC (14/09/2021)
2021-09-14 14:07:14 +02:00
Bjarke Berg
b30dcf905b
Merge remote-tracking branch 'origin/v8/8.17' into v9/feature/merge_v8_14092021
...
# Conflicts:
# src/Umbraco.Core/PropertyEditors/MultiUrlPickerConfiguration.cs
# src/Umbraco.Web/HealthCheck/Checks/Security/ExcessiveHeadersCheck.cs
2021-09-14 13:10:44 +02:00
Sebastiaan Janssen
237ac53928
Merge branch 'v8/dev' into v8/8.17
2021-09-14 12:57:13 +02:00
Andy Butland
b666596ad3
Merge pull request #11095 from umbraco/v9/dotnet-template-sqlce-conn
...
V9 dotnet new template - allow just setting connection string on its own
2021-09-14 12:05:43 +02:00
Warren Buckley
e7b1f09254
Remove condition around connection string needed to have all unattended arguments in dotnet new template set
...
This is for Umbraco cloud team as they want to set a connection string with the dotnet new template but not set the rest of the unattedend arguments
2021-09-14 10:56:31 +01:00
Bjarke Berg
1ed2cf38c2
Merge pull request #11092 from umbraco/v9/feature/licenses-folder
...
Added a constant for reference to the umbraco/Licenses folder.
2021-09-14 11:42:14 +02:00
Andy Butland
ef69847645
Added a constant for reference to the umbraco/Licenses folder.
2021-09-14 11:36:01 +02:00
Bjarke Berg
f3096c99da
Merge remote-tracking branch 'origin/v8/8.17' into v9/feature/merge_v8_14092021
...
# Conflicts:
# src/Umbraco.Core/ConfigsExtensions.cs
# src/Umbraco.Core/Configuration/CoreDebug.cs
# src/Umbraco.Core/Scoping/ScopeProvider.cs
# src/Umbraco.Infrastructure/Scoping/Scope.cs
# src/Umbraco.PublishedCache.NuCache/ContentStore.cs
# src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/LocksTests.cs
# src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/UnitOfWorkTests.cs
# src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Scoping/ScopeUnitTests.cs
# src/Umbraco.Tests/Components/ComponentTests.cs
# src/Umbraco.Tests/TestHelpers/TestObjects.cs
# src/Umbraco.Web.UI.Client/package-lock.json
# src/Umbraco.Web.UI.Client/package.json
# src/Umbraco.Web/HealthCheck/Checks/Security/BaseHttpHeaderCheck.cs
2021-09-14 11:32:43 +02:00
Bjarne Fyrstenborg
71733b72d9
Remove restricted image size when opening media ( #10940 )
...
* Remove restricted image size as SVG are vector and we already handle max size in css
* Use css class instead of inline style
* Add required src and alt attributes to img tag - ng-src will populate value of src attribute
* Align folder icon in medie entry editor
2021-09-14 17:57:16 +10:00
Mads Rasmussen
c6a1765c95
set form to dirty when add tab, delete tab, add group, and delete group
2021-09-14 08:41:32 +02:00