Bjarke Berg
9a180c1685
Update src/Umbraco.Web.Common/DependencyInjection/StaticServiceProvider.cs
...
Co-authored-by: Andy Butland <abutland73@gmail.com >
2021-03-12 11:48:23 +01:00
Bjarke Berg
aa34f32990
bugfix
2021-03-12 11:38:28 +01:00
Bjarke Berg
b71e469854
Added missing extensions
2021-03-12 11:25:58 +01:00
Sebastiaan Janssen
ef60a98fe1
Merge branch 'v8/8.12' into v8/dev
2021-03-12 09:29:44 +01:00
Bjarke Berg
83719f3505
Fix issue with SqlMainDomLock that cannot use implicit lock timeouts … ( #9973 )
...
(cherry picked from commit da5351dfcf )
2021-03-12 09:28:45 +01:00
Bjarke Berg
da5351dfcf
Fix issue with SqlMainDomLock that cannot use implicit lock timeouts … ( #9973 )
2021-03-12 09:23:32 +01:00
Shannon
141af1fd4f
Adds logic to remove duplicates before adding the unique indexes.
2021-03-12 13:24:35 +11:00
Mole
498a5e0c66
Initial rework of Lock dictionaries
2021-03-11 15:52:14 +01:00
Sebastiaan Janssen
e0604e0a53
Merge branch 'v8/8.11' into v8/8.12 and bump version to 8.12.1
...
# Conflicts:
# src/SolutionInfo.cs
2021-03-11 14:55:13 +01:00
Sebastiaan Janssen
e5aaa20863
Merge branch 'v8/8.10' into v8/8.11 and bump version to 8.11.2
...
# Conflicts:
# src/SolutionInfo.cs
2021-03-11 14:52:58 +01:00
Sebastiaan Janssen
3a5327a84d
Merge branch 'v8/8.9' into v8/8.10 and bump version to 8.10.3
...
# Conflicts:
# src/SolutionInfo.cs
2021-03-11 14:50:35 +01:00
Sebastiaan Janssen
e75895ce48
Merge branch 'v8/8.8' into v8/8.9 and bump version to 8.9.3
...
# Conflicts:
# src/SolutionInfo.cs
2021-03-11 14:47:33 +01:00
Sebastiaan Janssen
0479ee41dd
Merge branch 'v8/8.7' into v8/8.8 and bump version to 8.8.4
...
# Conflicts:
# src/SolutionInfo.cs
2021-03-11 14:45:46 +01:00
Sebastiaan Janssen
1c5d95def4
Merge branch 'v8/8.6' into v8/8.7 and bump version to 8.7.3
...
# Conflicts:
# src/SolutionInfo.cs
2021-03-11 14:42:10 +01:00
Sebastiaan Janssen
21bee00518
Bump version to 8.6.8
2021-03-11 14:38:19 +01:00
Bjarke Berg
1b7cc659aa
Merge pull request #9942 from umbraco/netcore/feature/individual-nuget-pr-assembly
...
Netcore: Individual nuget packages for each assembly
2021-03-11 14:19:24 +01:00
Bjarke Berg
d777d7dded
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/individual-nuget-pr-assembly
2021-03-11 13:48:14 +01:00
Mole
c69a89baf1
Merge branch 'v8/dev' into v8/feature/10613-distributed-locks
2021-03-11 13:43:07 +01:00
Bjarke Berg
774ea529f5
Fxi version
2021-03-11 13:36:04 +01:00
Bjarke Berg
89cc2d31d5
Fix build script after removale of old nuspec files
2021-03-11 13:29:31 +01:00
Bjarke Berg
2b89839724
Netcore: Get rid of default files in config folder ( #9966 )
...
* TourController now uses the core tours from embedded resources
* Moved tinyMceConfig.*.config to IOptions
* Embedded the default grid.editors.config.js
* Fixed issue when saving grid with an empty media cell
* Logviewer now uses sql as database instead of file.
* Remove config folder from build script and nuget pacakges.
* Removing auto-generated Id added to appsettings.json
* Update src/Umbraco.Web.BackOffice/Controllers/TourController.cs
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk >
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com >
2021-03-11 13:20:46 +01:00
Bjarke Berg
77be21d2d9
Merge remote-tracking branch 'origin/netcore/feature/individual-nuget-pr-assembly' into netcore/feature/individual-nuget-pr-assembly
2021-03-11 13:15:46 +01:00
Bjarke Berg
9ce475afa5
Do not reference System.Configuration.ConfigurationManager just because of an exception. And moved the reference to lucene to be safe
2021-03-11 13:14:28 +01:00
Mole
77fc623c9a
Update src/Umbraco.Examine.Lucene/Umbraco.Examine.Lucene.csproj
...
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2021-03-11 11:35:54 +01:00
Bjarke Berg
1b5eb1ec20
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/reintroduce-friendly-bun-untestable-published-content-extensions
2021-03-11 11:35:48 +01:00
Bjarke Berg
c9bd3ed653
Change namespace
2021-03-11 11:35:41 +01:00
Bjarke Berg
8d743cbe2c
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/individual-nuget-pr-assembly
2021-03-11 10:33:48 +01:00
Kenn Jacobsen
98c1fedcd9
Merged with netcore/dev
2021-03-11 10:12:22 +01:00
Shannon
e4807c2430
New table and service to store auth tokens
...
Implements the auth token retrieval and storage for the identity implementation. This is now automatically done for providers and the back office user manager can be used to retreive and store all tokens.
Fixes locking on the config writer.
Removes the abstract NodeObjectTypeId from the base repo since it shouldn't be there.
2021-03-11 19:35:43 +11:00
Bjarke Berg
91e877cebe
Merge pull request #9849 from kjac/netcore/bug/preview
...
Preview does display draft versions
2021-03-11 08:41:21 +01:00
Shannon Deminick
e6f73b26ce
Update src/Umbraco.Web.UI.NetCore/appsettings.json
2021-03-11 14:09:23 +11:00
Bjarke Berg
78d8f0bacf
Fix Deserialization of defaultConfig from package.manifest
2021-03-10 21:13:13 +01:00
Bjarke Berg
88e92a0360
Fix Deserialization of defaultConfig from package.manifest
2021-03-10 19:32:56 +01:00
Bjarke Berg
8cd41ab36a
Merge pull request #9924 from umbraco/v8/feature/10613-distributed-locks
...
Change scope to only acquire distributed locks once in a scope chain.
2021-03-10 15:51:04 +01:00
Bjarke Berg
5a8d3d167a
Merge pull request #9965 from umbraco/netcore/bugfix/AB10799-fix-authorization-policies-bound-to-translation-section
...
NetCore: Fix authorization policies bound to Translation section
2021-03-10 15:32:32 +01:00
Elitsa Marinovska
63d7d23cd7
Revert changes to default appsettings.json
2021-03-10 14:42:31 +01:00
Elitsa Marinovska
1e480abfc8
Remove duplicated TreeAccessDocumentTypes policy and fixed the one for TreeAccessDictionary
2021-03-10 14:40:25 +01:00
Bjarke Berg
8bc637090e
Error handling issue fix
...
Add the option to configure some pipeline that executes before Umbraco in the StartupFilter. AB10786
2021-03-10 12:50:27 +01:00
Bjarke Berg
d33bc12fd1
Merge pull request #9943 from umbraco/netcore/feature/merge-v8-05032021
...
Netcore: Merge v8 05032021
2021-03-10 08:07:53 +01:00
Bjarke Berg
bec0e09aed
Update src/Umbraco.Web.BackOffice/Security/ConfigureBackOfficeSecurityStampValidatorOptions.cs
2021-03-10 07:26:46 +01:00
Shannon
52812672fc
Allow for having appsettings.Local.json
...
this file is not checked in and can be used to overwrite any custom settings that are in the repo without worrying about accidentally checking in developer settings as you work.
2021-03-10 15:22:45 +11:00
Shannon
87749b5078
Ensures claims continue to flow even after the security stamp validator executes.
2021-03-10 14:46:51 +11:00
Shannon
52182ebbf5
Fixes logging for PublishedRouter
2021-03-10 12:08:20 +11:00
Andy Butland
3767ba41e9
Reworked initialization to keep all file read/write within the lock.
2021-03-09 18:00:31 +01:00
Sebastiaan Janssen
e43ff6cff1
Merge branch 'v8/8.11' into v8/8.12
2021-03-09 14:55:50 +01:00
Sebastiaan Janssen
5582b09614
Merge branch 'v8/8.10' into v8/8.11
2021-03-09 14:55:25 +01:00
Sebastiaan Janssen
8f59bbc3b3
Merge branch 'v8/8.9' into v8/8.10
2021-03-09 14:55:05 +01:00
Sebastiaan Janssen
c474f41b86
Merge branch 'v8/8.8' into v8/8.9
2021-03-09 14:54:31 +01:00
Sebastiaan Janssen
41283aead9
Fix wrong version reference
2021-03-09 14:54:13 +01:00
Sebastiaan Janssen
7dc95b55d3
Merge branch 'v8/8.11' into v8/8.12
...
# Conflicts:
# src/Umbraco.Web/Services/IconService.cs
2021-03-09 14:51:54 +01:00