Commit Graph

40197 Commits

Author SHA1 Message Date
Shannon
c4fdf808d3 Fixes 10730 - Route hijacking with public access 2021-09-21 10:49:45 -06:00
Bjarke Berg
1b0911fd06 Merge pull request #11151 from umbraco/v9/bugfix/fixed_tabs_test_on_every_resolution
v9: fixed tabs test on every resolution
2021-09-21 16:20:14 +02:00
Zeegaan
4a1dffcd24 Update tabs.ts 2021-09-21 15:37:46 +02:00
Bjarke Berg
ee132afa42 Merge pull request #11102 from umbraco/v9/bugfix/packagedatainstallation-macropartialviews
Use IFileService to save macro partial views in package migration
2021-09-21 14:18:36 +02:00
Bjarke Berg
241b303b79 Merge pull request #11149 from umbraco/v9/feature/examine-dependencies
Update Examine dependencies to 2.0.0
2021-09-21 14:17:00 +02:00
Bjarke Berg
e84f4b29e5 Merge pull request #11148 from umbraco/v9/bugfix/11083-nested_content_missing_properties_on_member_edit
V9/bugfix/11083 nested content missing properties on member edit
2021-09-21 14:14:57 +02:00
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
Ronald Barendse
d1207148a8 Update package definition with all installed file paths (stylesheets, scripts, partial views) 2021-09-21 13:29:00 +02:00
Sebastiaan Janssen
43a33cc1c4 Update Examine dependencies to 2.0.0 2021-09-21 13:27:36 +02:00
Zeegaan
a7d60badd3 fixed NestedContentController to use pattern matching instead of equals operator 2021-09-21 13:25:11 +02:00
Ronald Barendse
ae85c959d4 Updated predicate to use GetParentAlias() 2021-09-21 13:20:07 +02:00
Mads Rasmussen
de47f95c4f alias is changed. We need to compare with label instead 2021-09-21 13:19:17 +02:00
Mads Rasmussen
a6afe2bdf3 cherry picked f7b485a 2021-09-21 13:18:39 +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
Ronald Barendse
a9d8f5fa5b Fix exporting/importing macro partial views using a virtual file path 2021-09-21 11:22:40 +02:00
Ronald Barendse
8b853b17ac Include installed media to package definition on install 2021-09-21 11:11:40 +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