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
Ronald Barendse
4a1820b80d
Add property group key to save model
2021-09-16 14:18:15 +02:00
Warren Buckley
138ef42884
Adds new dotnet new template arg --use-https-redirect ( #11115 )
2021-09-16 13:39:56 +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
Andy Butland
d52fd92bbd
Fixed JSON syntax error
2021-09-15 10:21:32 +02:00
Andy Butland
9a3f77ed83
Added option to set NoNodesViewPath in umbraco template.
2021-09-15 09:45:15 +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
Bjarne Fyrstenborg
a4e472b4d3
Stream line <umb-progress-bar> and <umb-progress-circle>
2021-09-14 16:02:56 +10:00
Bjarne Fyrstenborg
aa48cdbbfd
Media picker 3 preview with checkered background ( #10939 )
...
* Set property editor limit width on parent like other property editors
* Use checkered background in media picker 3 preview like the legacy media picker
2021-09-14 15:58:59 +10:00
Jan Skovgaard
5b62516114
Grid: labels offset fix ( #10979 )
...
* Add missing focus styling
* Ensure labels have the proper pixels offset
Co-authored-by: BatJan <jaskov@gmail.com >
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk >
2021-09-14 15:54:46 +10:00
Jeavon Leopold
8810b98003
Exclude "Server" header from excessive check if the value is "cloudflare"
2021-09-14 15:46:41 +10:00
Bjarne Fyrstenborg
e42af34b5f
Introduce overlaysize prevalue editor ( #11010 )
...
* Introduce overlaysize prevalue editor instead of redundant prevalue editor for each property editor
* Move ordering of properties
* Change overlaySizeWidth to overlaySize
* Make it clear overlay is only for link picker
* Fix overlay size not working for link picker in rich text editor
2021-09-14 15:43:21 +10:00
Sebastiaan Janssen
a1e965cce6
Merge branch 'v8/dev' into v8/8.17
2021-09-13 16:22:44 +02:00
Ronald Barendse
a7732d76f8
Merge pull request #11086 from umbraco/v8/fix/frontend-dependencies
...
Updating Angular and jQuery to the latest available version
2021-09-13 15:38:30 +02:00
Bjarne Fyrstenborg
eb7b570002
Include MediaService extensions
2021-09-13 15:19:28 +02:00
Sebastiaan Janssen
25d482f42f
Add package-lock.json updates
2021-09-13 14:41:21 +02:00
Jeavon Leopold
fb466f4309
Fix string interpolation for health check messages
2021-09-13 13:11:54 +02:00
Shannon Deminick
5fadb238ee
Don't eagerly acquire distributed (SQL) locks ( #10171 )
2021-09-13 13:09:47 +02:00
Sebastiaan Janssen
cacd471601
Updating Angular and jQuery to the latest available version
2021-09-13 13:03:29 +02:00
Paul Johnson
cafbe89f61
Template bugfix for ModelsBuilder, don't attempt to compile ood.flag marker.
2021-09-13 10:56:33 +01:00
Chad Currie
b17cc47632
Fix message template to not mix string interpolating and formatting.
2021-09-13 11:10:26 +02:00
Paul Johnson
6dec0f9aba
Template bugfix for ModelsBuilder default path in SourceCode mode(s)
2021-09-13 09:25:09 +01:00
Bjarke Berg
2ac5bb0dc4
Merge pull request #11039 from umbraco/v9/feature/cancellation_now_works_on_content
...
V9/feature/cancellation now works on content
2021-09-13 08:45:15 +02:00
Bjarke Berg
91ba144f3b
Merge pull request #11076 from umbraco/v9/bugfix/9661-bool-conversion
...
Fixes #9661 boolean conversion
2021-09-10 21:01:51 +02:00
Shannon
7b5b6eea2c
Fixes #9661 boolean conversion
2021-09-10 11:28:04 -06:00
Nikolaj Geisle
fa0fb5a2a2
Merge pull request #11065 from umbraco/v9/missing-gitignore-in-template
...
Commit missing update to ensure gitignore file is packed in Umbraco.T…
2021-09-10 11:13:06 +02:00
Bjarke Berg
c8a67528ea
Merge pull request #11071 from umbraco/v9/bugfix/empty-recycle-bin-index
...
Fixes empty recycle bin performance with indexing
2021-09-10 11:10:15 +02:00
Nikolaj Geisle
088d87bac6
Merge pull request #11064 from umbraco/v9/bugfix/10650-fix_issue_with_upgrading_while_in_backoffice
...
Add redirect to /umbraco if you are not in run state.
2021-09-10 10:50:41 +02:00
Nikolaj Geisle
1291a38097
Merge pull request #11060 from umbraco/v9/bugfix/110056-added_missing_null_check_when_conneciton_is_missing
...
Fixes issue when ConnectionStrings.umbracoDbDSN is missing
2021-09-10 10:33:07 +02:00
Bjarke Berg
583549c768
Fixed test
2021-09-10 09:25:56 +02:00
Bjarke Berg
0db6d542ea
Cleanup
2021-09-10 09:24:11 +02:00
Bjarke Berg
7ffdf72519
Merge pull request #11068 from umbraco/v9/bugfix/options-monitor-connection-strings
...
Fixes reading connection strings after install
2021-09-10 09:22:39 +02:00
Mole
dd03b25a43
Merge pull request #11054 from umbraco/v9/bugfix/#10403-Fixed-Notification-with-UmbracoAuthorizedController
...
v9: Bugfix - Implemented attribute changes in controller
2021-09-10 09:18:06 +02:00