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
714ef684b2
Merge pull request #7547 from emmagarland/netcore/feature/7369-removeservices-unittests
...
Unit tests update to replace Current.Service references
2020-02-03 15:51:23 +01: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
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
Bjarke Berg
5259b19eef
Fix reference to umbraco.core
2020-01-30 19:19:19 +01:00
Bjarke Berg
f1daa125e6
Fix for merge issue with ports
2020-01-29 19:54:05 +01:00
Bjarke Berg
b4d0620886
Merge pull request #7523 from umbraco/netcore/feature/AB4687-move-healthchecks-from-web
...
Netcore: Move healthchecks and healthcheck scheduling to Abstractions and Infrastructure
2020-01-29 14:07:50 +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
cbf02d7b16
Merge remote-tracking branch 'origin/netcore/feature/AB4687-move-healthchecks-from-web' into netcore/feature/AB4687-move-healthchecks-from-web
2020-01-29 11:55:32 +01:00
Bjarke Berg
3b3d616647
Merge branch 'netcore/dev' into netcore/feature/AB4687-move-healthchecks-from-web
2020-01-29 11:55:00 +01:00
Bjarke Berg
617e2a42e8
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB4687-move-healthchecks-from-web
2020-01-29 11:54:28 +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
0d34468f20
Merge pull request #7522 from umbraco/netcore/feature/AB4685-move-scheduling-from-web
...
Netcore: Move scheduling to Abstractions and Infrastructure
2020-01-29 11:51:07 +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
Shannon Deminick
4058ca6109
Merge pull request #7532 from lars-erik/v8/fix-tests-more
...
Don't downcast `IPublishedSnapshot` unnecessarily in `PublishedContent`
2020-01-29 09:48:55 +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
Shannon
4183514b52
Renames Examine2 to Examine as the netstandard part
2020-01-28 17:11:43 +11:00
Shannon
69f4ea5484
Renames Umbraco.Examine project to Umbraco.Examine.Lucene for the Lucene implementation part
2020-01-28 17:09:45 +11:00
Shannon
0695d308c2
Moves remaining non-lucene stuff
2020-01-28 17:07:06 +11:00
Shannon
0343b302f3
Moving stuff to Examine2 (temp name) as a netstandard project, updates to latest Examine netstandard, moves constants to separate class.
2020-01-28 16:37:55 +11:00
Shannon
4cf4952a7e
Umbraco.Web still needs refs to Examine.Lucene for now. Going to try to split Umbraco.Examine into 2x projects
2020-01-28 15:38:23 +11:00
Shannon
58537ce11a
Updates to newer 2.0 version of Examine which has Examine.Core as netstandard
2020-01-28 15:21:58 +11:00
elitsa
c624919710
Moving Security HealthChecks to Abstractions proj
2020-01-27 16:38:02 +01:00
Poornima Nayar
c077f56ced
Merge pull request #6942 from kjac/v8/fix/locked-alias-cursor
...
V8: Use "not allowed" cursor for locked type aliases
2020-01-27 15:24:36 +00:00
elitsa
8c6281cb6d
Merge branch 'netcore/dev' into netcore/feature/AB4687-move-healthchecks-from-web
2020-01-27 15:11:51 +01:00
Bjarke Berg
5ed900f276
Bugfix - Aparently the UmbracoApplicationBase constructor is called twice..
2020-01-27 14:55:43 +01:00
elitsa
9b371273b5
Refactoring SmtpCheck to use the new GlobalSettings to get smtp host and port instead of WebConfigurationManager
2020-01-27 14:36:29 +01:00
Bjarke Berg
a1ed2eb135
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/SolutionInfo.cs
2020-01-27 14:22:04 +01:00
elitsa
770c4beb95
Moving Scheduling classes from Web to Abstractions and Infrastructure.
2020-01-27 12:56:00 +01:00
Bjarke Berg
3b7825b30d
Netcore: Moves services and dependencies from Web to Abstractions ( #7497 )
...
* Moves the services and dependencies from web,
* Fix bug with Empty collection not being a property (new one for each access)
* remvoed moved files from web csproj
* Fix spelling
2020-01-27 09:31:24 +01:00