Bjarke Berg
aa918716d8
Removed possibility to inject HttpContextBase directly. - Refactored last occurence
2020-02-19 12:56:55 +01:00
Benjamin Carleski
a379e01578
Replace Current.Services references with DI where possible
2020-01-22 21:43:25 -08:00
Bjarke Berg
58f9b48e16
Merge branch 'netcore/dev' into netcore/feature/AB3677-remove-current-from-core
...
# Conflicts:
# src/Umbraco.Abstractions/UriExtensions.cs
# src/Umbraco.Tests/Web/Controllers/ContentControllerTests.cs
# src/Umbraco.Web/Editors/Filters/MemberSaveModelValidator.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/Editors/TemplateController.cs
# src/Umbraco.Web/Models/Mapping/PropertyTypeGroupMapper.cs
# src/Umbraco.Web/PropertyEditors/FileUploadPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/ListViewPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/UserPickerPropertyEditor.cs
# src/Umbraco.Web/UmbracoDefaultOwinStartup.cs
2020-01-07 09:46:42 +01:00
Andy Butland
d469a2153b
Removed (almost) all instances of Current.ShortStringHlper and replaced with constructor injection.
2019-12-20 17:36:44 +01:00
Bjarke Berg
dfeb97caa4
AB3677 - Moved usages of Current (Core) to Current (Web)
2019-12-19 15:53:50 +01:00
Bjarke Berg
becce7800b
Moved Models from Umbraco.Core to Umbraco.Infrastructure
2019-12-09 14:12:06 +01:00
Shannon
97ad7a0239
removes more membership provider and System.Web.Security from being used in the back office
2019-12-03 16:16:33 +11:00
Shannon
d7fa5f0b66
Removes membership providers stuff from back office, removes all old legacy rules for passwords and membership providers.
2019-12-03 15:28:55 +11:00
Shannon
4fe20bb7c8
Removes references to password question/answer/ProviderUserKey
2019-11-26 00:03:45 +11:00
Shannon
1136e15a27
kill user membership provider, adds some passwords api abstractions, moves membership provider logic out of Core/services, removes membership scenario and other membership code we don't want anymore.
2019-11-25 21:20:00 +11:00
Bjarke Berg
f3ebe79fc7
Updated comments
2019-11-05 14:59:10 +01:00
Bjarke Berg
63bfc4c2c0
Move constants
2019-11-05 14:55:42 +01:00
Frans de Jong
1c6bf55e5d
GetCurrentLoginStatus()
...
In the summary of MembershipHelper.GetCurrentLoginStatus() it states that null will be returned when no member is logged in but that isn't the case (anymore?).
2019-07-23 13:02:11 +02:00
Kenn Jacobsen
4d0d17eb1b
Remove params overloads on MembershipHelper
2019-03-26 15:11:05 +01:00
Kenn Jacobsen
64bae439bf
Fix stuff from review
2019-03-26 08:44:03 +01:00
Kenn Jacobsen
36827cfa9f
Move some of the multiget member methods to MembershipHelper
2019-03-08 07:31:39 +01:00
Shannon
02e3a8f19c
Removes all inter-dependencies between UmbracoContext, UmbracoHelper and MembershipHelper and moves Html methods to HtmlHelper extensions. This simplifies UmbracoHelper and MembershipHelper to not require huge dependencies and splits the logic in a nicer fashion instead of wrapping everything
2019-02-15 11:43:56 +11:00
Shannon
6a49f1f99d
no need for a Current. usage here
2019-02-15 11:27:33 +11:00
Stephan
29f2f34f9b
Refactor IContent vs IContentType
2019-02-05 14:06:48 +01:00
Shannon
bb64141207
removes obsolete method
2019-02-01 16:35:10 +11:00
Stephan
a6f9598a23
Introduce IPublishedRouter
2019-01-31 11:07:45 +01:00
Chris Houston
193e24afd2
Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
2019-01-27 11:16:00 +01:00
Chris Houston
0b6ba5aa52
Temp8 - Fixing spelling / typos etc in Umbraco.Web ( #4148 )
2019-01-26 16:52:19 +01:00
Stephan
c840895f90
Deal with more fixme
2019-01-22 09:49:35 +01:00
Stephan
67e4703821
CacheHelper becomes AppCaches
2019-01-17 08:34:29 +01:00
Stephan
725fe61f91
Merge branch temp8 into temp8-di2690
2018-09-06 16:22:13 +02:00
Stephan
612c38654d
Merge branch origin/dev-v7 into temp8
2018-09-06 13:07:09 +02:00
Shannon
f359648215
fixes U4-11463 MembershipHelper is not working with basic auth on the initial request
2018-08-30 09:57:16 +02:00
Stephan
31a356d98e
Merge branch temp8 into temp8-di2690
2018-08-29 12:15:39 +02:00
Warren
23ed9773bc
FIRST PASS - Updates Umbraco.Web project to not use the func overload & to use new message template instead
2018-08-14 22:36:47 +01:00
Stephan
865d3f6e30
Cleanup and Fix DI
2018-07-30 16:16:10 +02:00
Stephan
57d7888740
Merge branch temp8 into temp8-di
2018-07-06 17:49:02 +02:00
Anthony
7affbbd186
Removed obsolete methods from Umbraco.Web which are not used.
2018-07-01 18:06:00 +01:00
lkoruba
b515f24c16
Change calls to logger.Warn method to use Func<string> second part
2018-06-29 15:35:56 +02:00
Lars-Erik Aabech
91a5605341
MembershipHelper presumably working without property injection.
...
(But OMG! there's nearly no test coverage of Umbraco.Web :O )
2018-06-28 23:28:22 +02:00
Lars-Erik Aabech
e3d77fb012
Current.Container abstracted. Builds, but fails for collection builder tests.
2018-06-16 13:13:29 +02:00
Stephan
3495331005
Cleanup, get rid of warnings
2018-05-03 15:11:57 +02:00
Shannon
73567ffdce
Fixes IPublishedShapshot and friends
2018-04-27 11:38:50 +10:00
Stephan
d23933a5b1
DataType refactoring preparation - Entity refactoring
2018-01-15 13:28:35 +01:00
Stephan
09f499d5d6
More content refactoring (WIP, barely builds)
2017-11-08 08:39:36 +01:00
Stephan
829d995154
Simplicity
2017-10-31 12:50:30 +01:00
Stephan
ec6ba01cbf
So long Facade
2017-10-31 12:48:24 +01:00
Stephan
5ba2ffcbf3
CrLfTab
2017-09-23 10:08:18 +02:00
Stephan
8721478fd3
Port 7.7 - WIP
2017-09-19 17:14:12 +02:00
Stephan
ca0d5e365a
Port 7.7 - WIP
2017-09-19 16:46:49 +02:00
Stephan
9ed6576908
Port 7.7 - WIP
2017-09-19 15:51:47 +02:00
Sebastiaan Janssen
bb88eb155f
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.7
...
# Conflicts:
# src/Umbraco.Core/Security/BackOfficeSignInManager.cs
# src/Umbraco.Core/Security/BackOfficeUserManager.cs
# src/Umbraco.Web/Editors/AuthenticationController.cs
# src/Umbraco.Web/Security/MembershipHelper.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/users/EditUser.aspx.cs
2017-09-15 16:34:51 +02:00
Sebastiaan Janssen
b6dbc245e2
Merge branch 'dev-v7' into temp-U4-8634
2017-09-15 13:57:46 +02:00
Stephan
4634eb28e7
Port 7.7 - WIP
2017-09-14 11:41:46 +02:00
Stephan
96c08f24ee
Port 7.7 - WIP
2017-09-12 16:22:16 +02:00