Bjarke Berg
0bc843b06d
Merge remote-tracking branch 'origin/netcore/dev' into feature/netcore-publish-cache
2020-02-06 14:09:23 +01:00
Bjarke Berg
a018315404
Removed references from web and Models builder.. Moved some classes to do so
2020-02-06 14:09:16 +01:00
Bjarke Berg
c0a59cbad7
Renamed SqlCe Project
2020-02-06 08:49:02 +01:00
Bjarke Berg
ebe7445a58
Merge pull request #7580 from umbraco/netcore/feature/examine-lucene-as-new-csproj-style
...
NetCore: Replaced the Umbraco.Examine.Lucene.csproj with the new format
2020-02-06 05:53:57 +01:00
Bjarke Berg
4e3980dd71
Merge pull request #7491 from benjaminc/netcore/feature/7368-CleanupObsoletes
...
Remove obsolete Stylesheet constant and references
2020-02-05 11:36:08 +01:00
Benjamin Carleski
0e150161f7
Add audit messages back
2020-02-05 01:52:10 -08:00
Bjarke Berg
27cae2bbde
Genererate xmldoc on release
2020-02-05 08:47:59 +01:00
Bjarke Berg
e13c17b02d
Updated and aligned nuget package versions
2020-02-05 08:43:23 +01:00
Bjarke Berg
a3867d93dd
Replaced the Umbraco.Examine.Lucene.csproj with the new format (PackageReferences)
2020-02-05 08:17:30 +01:00
Andy Butland
41fde9318d
Restored accidental change of csproj
2020-02-04 19:19:51 +01:00
Andy Butland
b0c752bc5c
Removed concrete type checks for back-office published cache details, so now working from interface. Renamed controller and FE assets to more generic name.
2020-02-04 19:18:35 +01:00
Andy Butland
28267087ef
Merge branch 'feature/netcore-publish-cache' of https://github.com/AndyButland/Umbraco-CMS into feature/netcore-publish-cache
...
# Conflicts:
# src/Umbraco.Web/PublishedContentExtensions.cs
2020-02-04 18:55:52 +01:00
Bjarke Berg
bc6f79ef5b
Fixed views after moving extension methods
2020-02-04 09:50:32 +01:00
Bjarke Berg
420d8d2ba8
Merge remote-tracking branch 'origin/netcore/dev' into feature/netcore-publish-cache
2020-02-04 07:14:41 +01:00
Shannon
0c619b184e
remove comments
2020-02-04 12:39:03 +11:00
Shannon Deminick
48e2f84b71
Merge pull request #7529 from umbraco/netcore/feature/3679-examine-netstandard
...
Updating solution to use netstandard abstractions of Examine
2020-02-04 12:35:12 +11:00
Bjarke Berg
47ca4a0207
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/3679-examine-netstandard
2020-02-03 14:18:27 +01:00
Andy Butland
b8bfdf1441
Restored type check for NuCache status controller.
...
Added service located extension method for retrieving creator and writer name.
2020-02-01 18:19:50 +01:00
Andy Butland
50c309e613
Removed type check for dashboard status URL from published status controller and moved to interface.
2020-01-31 15:52:08 +01:00
Andy Butland
9e89e18492
Migrated various IPublishedContent extension methods from web to core, removin use of service location.
...
Kept the original methods passing through to the core ones, providing the service located dependencies.
Used one of these migrated methods in the Umbraco.Infrastructure.PublishedCache project.
2020-01-31 15:33:31 +01:00
Emma Garland
e303d9e4f4
Mock IMediaService and IUserService
2020-01-31 13:57:23 +00:00
Emma Garland
8cb11de18c
Replaced member service and user service with mocks
2020-01-31 13:51:22 +00:00
Andy Butland
45ee8a985d
Add disambiguity otherwise flagged by build checks.
2020-01-31 13:36:14 +01:00
Andy Butland
5ebade460f
Removed language features not recognised by build checks.
2020-01-31 13:21:53 +01:00
Andy Butland
d1373862e5
Removed Url property from IPublishedContent and amended usages to use the existing Url() extension method.
2020-01-31 13:09:33 +01:00
Andy Butland
f13abca1ac
Removed WriterName and CreatorName from IPublished content and replaced functionality with an extension methods requiring an instance of IUserService.
2020-01-31 11:28:52 +01:00
Andy Butland
171fce2ecb
Moved PublishedCache from Umbraco.Web into .Net standard project.
...
Returned to compiling state with a number of things to check and some temporarily commented out functionality.
2020-01-30 20:08:03 +01:00
Bjarke Berg
f1daa125e6
Fix for merge issue with ports
2020-01-29 19:54:05 +01:00
Bjarke Berg
ddead752e2
Fixed merge issue
2020-01-29 13:19:39 +01:00
Bjarke Berg
14f0005345
Fixed issue with the smtp settings.. Found when testing smtp healthcheck
2020-01-29 13:15:31 +01:00
Bjarke Berg
bdade02164
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB4687-move-healthchecks-from-web
2020-01-29 11:52:28 +01:00
Bjarke Berg
03f1faf20d
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Web/Editors/UsersController.cs
# src/Umbraco.Web/Models/ChangingPasswordModel.cs
# src/Umbraco.Web/Templates/HtmlImageSourceParser.cs
2020-01-29 09:22:45 +01:00
Aleksandr Šmailov
537674a0b3
Improve RTE performance when using base64 images ( #7530 )
2020-01-29 08:53:08 +01:00
Shannon
c4b9a62e3b
Fixes netstandard references
2020-01-29 15:29:28 +11:00
Shannon
958118fc7f
removes duplicate lines in csproj
2020-01-29 14:20:17 +11:00
Shannon
ecf5a5efbc
reverts accidental change
2020-01-29 12:46:16 +11:00
Shannon
a19d9b2a9b
removes empty file
2020-01-29 12:42:50 +11:00
Shannon
1dffffcf11
changes namesapces
2020-01-29 12:36:57 +11:00
Shannon
76d868d46d
Moves file
2020-01-29 12:31:06 +11:00
Shannon
5b5aa4c499
All Lucene based logic is part of Umbraco.Examine.Lucene, no other part of Umbraco now knows about Lucene at all.
2020-01-29 12:24:57 +11:00
Lars-Erik Aabech
af7f03e1f7
Don't downcast IPublishedSnapshot unnecessarily in PublishedContent
2020-01-28 22:28:54 +01:00
elitsa
bd8ba35ff3
Fixing a boot error in FilePermissionHelper
2020-01-28 15:22:14 +01:00
elitsa
5ce8e29aa6
Moving Scheduling classes dependent on the recently moved HealthCheck classes - changing class accessibility level, installing needed nuget into Infrastructure proj
2020-01-28 14:38:18 +01:00
elitsa
550568dda6
Creating an interface for FilePermissionHelper, making the implementation (in Umbraco.Web) singleton and adding the interface to Umbraco.Abstractions. Changing static methods in FilePermissionHelper to instance ones and fixing old way of referencing those methods. Removing the usage of Current in FolderAndFilePermissionsCheck. Fixing tests - mocking the newly created IFilePermissionHelper
2020-01-28 13:48:44 +01:00
elitsa
6707ac4d5f
Getting the IISVersion through HostingEnvironment, rather than directly calling HttpRuntime, fixing base ctor signature
2020-01-28 13:41:54 +01:00
elitsa
aab8b58067
csprojs with moved files and added package
2020-01-28 13:34:19 +01:00
elitsa
ca863fce8d
Fixing modified method signature, using a magic string rather than using CustomErrorsMode (System.Web.Configuration)
2020-01-28 13:32:32 +01:00
elitsa
394377f20a
Moving classes from Web to Infrastructure without modifications - a unused usings are removed and HealthCheckNotificationMethodCollectionBuilder is made public
2020-01-28 13:25:38 +01:00
elitsa
1d79ab4877
Moving classes from Web to Abstractions without modifications - a few unused usings are removed
2020-01-28 13:22:33 +01:00
elitsa
559b6641a1
Moving last classes in Security folder - removing the usage of Current, refactoring var name, fixing modified method signature
2020-01-28 13:14:50 +01:00