Nikolaj
6c1ced201f
Merge branch 'v9/dev' of https://github.com/umbraco/Umbraco-CMS into v9/dev
2021-09-21 13:56:54 +02:00
Nikolaj
fd67e19bc8
Fix ambiguous reference in IPublishedContentQuery
2021-09-21 13:56:37 +02:00
Bjarke Berg
cf89841e8d
Merge pull request #11146 from umbraco/v9/bugfix/handle_maindom_on_install_issue
...
Handle maindom was acquired doing install, so we do not have our lock…
2021-09-21 13:04:02 +02:00
Bjarke Berg
dd85ca6fad
Update src/Umbraco.Infrastructure/Runtime/SqlMainDomLock.cs
...
Co-authored-by: Andy Butland <abutland73@gmail.com >
2021-09-21 12:47:02 +02:00
Bjarke Berg
199c8b7681
Update src/Umbraco.Infrastructure/Runtime/SqlMainDomLock.cs
...
Co-authored-by: Andy Butland <abutland73@gmail.com >
2021-09-21 12:39:45 +02:00
Bjarke Berg
b9ec06555f
Update src/Umbraco.Infrastructure/Runtime/SqlMainDomLock.cs
...
Co-authored-by: Andy Butland <abutland73@gmail.com >
2021-09-21 12:37:23 +02:00
Bjarke Berg
8d74efb635
Handle maindom was acquired doing install, so we do not have our lock Id in the database..
2021-09-21 12:28:49 +02:00
Bjarke Berg
63807bc65f
Bump version to RC4
2021-09-21 10:51:43 +02:00
Bjarke Berg
2575432e4b
Merge pull request #11126 from An0d/v9/9.0-rc003
...
Fix: AllowAnonymous attribute on Action is ignored when UmbracoMember…
2021-09-20 21:30:21 +02:00
Bjarke Berg
f088a9b637
Merge pull request #11127 from umbraco/v9/feature/localdb-install-option
...
Add LocalDB database install option and implement automatic database creation
2021-09-20 20:02:30 +02:00
Bjarke Berg
baa51d9469
Merge remote-tracking branch 'origin/v9/dev' into v9/dev
2021-09-20 12:59:22 +02:00
Bjarke Berg
e95a759181
Updated nuget package dependencies
2021-09-20 12:59:14 +02:00
Mole
85e8caf306
Merge pull request #11105 from umbraco/v9/bugfix/11097-apparently_the_swedish_minus_symbol_is_different_from_us_and_dk
...
V9: Use invarint culture when parsing ints
2021-09-20 12:34:25 +02:00
Bjarke Berg
fb24e4eca5
Removes the sv-SE test, as it is expected to fail for "-1"
2021-09-20 11:49:51 +02:00
Ronald Barendse
f638636c10
Update default LocalDB connection string to equal parsed value
2021-09-20 11:45:08 +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
Ronald Barendse
fed720042c
Fix ParseConnectionString to pass tests
2021-09-20 11:38:54 +02:00
Bjarke Berg
68d4d76da2
Use Invariant when toString userIds
2021-09-20 11:30:09 +02:00
Bjarke Berg
25aae38a25
Explictly uses int.TryParse Invariant when the input is not from a user
2021-09-20 11:22:51 +02:00
Bjarke Berg
8060d41dba
More rollback
2021-09-20 11:17:38 +02:00
Bjarke Berg
ef39f36d63
Rollback changes to TryConvertTo (now it is always current culture) and uses int.tryParse directly where we know it do not come from user input
2021-09-20 11:15:32 +02:00
Nikolaj
c08c9c9160
Don't ToString int only to parse it back
...
This seems to be a fix for a VERY old issue (U4-5223), when ID was seemingly saved as int16, so we parsed it back to int32, this doesn't make sense anymore since the ID is int32 to begin with.
2021-09-20 10:39:34 +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
Ronald Barendse
bc29155032
Fix parsing of connection string during setup
2021-09-18 00:23:47 +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
Ronald Barendse
fd5cef6b42
Support DataDirectory placeholder in LocalDB connection string
2021-09-17 20:20:36 +02: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
Ronald Barendse
4ad34270dd
Remove runtime state dependency in InstallHelper
2021-09-17 19:59:54 +02:00
Shannon
494c9f1b42
UmbracoRouteValueTransformer fixes
2021-09-17 10:29:24 -06:00
Ronald Barendse
ab28251558
Use RuntimeState to determine whether to install missing database
2021-09-17 16:30:46 +02:00
Ronald Barendse
d702b2f616
Fix non-Windows database configuration install step
2021-09-17 13:10:21 +02:00
Ronald Barendse
51002ba7a4
Minor code cleanup
2021-09-17 12:52:23 +02:00
Ronald Barendse
074bbb045b
Install missing database during unattended install
2021-09-17 12:52:05 +02:00
Ronald Barendse
81cbbd8614
Add LocalDB database option to installer
2021-09-17 12:50:25 +02:00
Ronald Barendse
785630922e
Rename IEmbeddedDatabaseCreator to IDatabaseCreator and refactor implementations
2021-09-17 12:48:48 +02:00
Ronald Barendse
b82fc3350f
Set default UmbracoConnectionString value
2021-09-17 11:57:49 +02:00
Ronald Barendse
57610c96b9
Detect as brand new install if we can't connect and InstallMissingDatabase is enabled
2021-09-17 11:57:20 +02:00
An0d
e6413aad0a
Fix: AllowAnonymous attribute on Action is ignored when UmbracoMemberAuthorize is set on Controller
...
Ref: https://github.com/umbraco/Umbraco-CMS/issues/11125
2021-09-17 11:22:09 +02:00
Bjarke Berg
e2ab9a2285
Clean up
2021-09-17 08:29:34 +02:00