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 |
|
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 |
|
Bjarke Berg
|
42987b2128
|
clean up
|
2021-09-16 14:07:00 +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 |
|
Ronald Barendse
|
aa15b0d244
|
Simplify parsing provider name from connection string
|
2021-09-15 15:41:20 +02:00 |
|
Ronald Barendse
|
27043bec59
|
Remove custom SQL CE checks from IsConnectionStringConfigured
|
2021-09-15 15:30:21 +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 |
|
Bjarke Berg
|
dd8b1d27ef
|
Do not handle date time as invariant
|
2021-09-15 13:59:01 +02:00 |
|
Zeegaan
|
2e14abc744
|
Implemented tabs test
|
2021-09-15 13:48:32 +02:00 |
|
Bjarke Berg
|
39faf63f9c
|
Fixed tryParse
|
2021-09-15 13:40:08 +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 |
|
Ronald Barendse
|
c2a184482c
|
Add null checks when writing summary text
|
2021-09-15 11:03:28 +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 |
|
Ronald Barendse
|
af0f263e3c
|
Fix code formatting
|
2021-09-14 23:56:49 +02:00 |
|
Ronald Barendse
|
26b26a940d
|
Write all installation results to summary text
|
2021-09-14 23:50:25 +02:00 |
|
Ronald Barendse
|
7e7e28f7c7
|
Use IFileService to save macro partial views
|
2021-09-14 23:48:24 +02:00 |
|
Bjarke Berg
|
f68717c1c8
|
Temp commit
|
2021-09-14 22:13:39 +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 |
|