Shannon
|
e3598b99a5
|
Ensures tempdata is set on our member controllers in the correct place and ensures that the RegisterModel doesn't explicitly set the RedirectUrl because we want it to be empty by default.
|
2015-08-27 14:56:42 +02:00 |
|
Shannon
|
cd3c17d73f
|
Obsoletes AllowAll on MemberAuthorizeAttribute
|
2015-08-21 12:15:45 +02:00 |
|
Shannon
|
fe6d783222
|
auths member controllers
|
2015-08-21 12:11:22 +02:00 |
|
Shannon
|
508a40cd50
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
Conflicts:
src/Umbraco.Web/Controllers/UmbRegisterController.cs
src/Umbraco.Web/Models/RegisterModel.cs
|
2014-04-23 12:00:32 +10:00 |
|
Shannon
|
a92c232178
|
Fixes: U4-4653 MembershipHelper RegisterMember does not set password and ignores logMemberIn, adds a new flag to the model as to whether or not to have the cookie set as a persistent cookie (default is true)
|
2014-04-22 19:03:43 +10:00 |
|
Sebastiaan Janssen
|
f6d56f51d4
|
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 7.1.0
Conflicts:
src/Umbraco.Core/Services/IRelationService.cs
src/Umbraco.Web/Controllers/UmbRegisterController.cs
|
2014-04-02 12:01:55 +02:00 |
|
Sebastiaan Janssen
|
53c0bd6938
|
Fixes: Password is not saved when using the Register snippet
|
2014-04-02 11:59:16 +02:00 |
|
Shannon
|
4d13925e3b
|
Fixes merge issues
|
2014-03-18 19:05:07 +11:00 |
|
Shannon
|
fd14065f14
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
Conflicts:
src/Umbraco.Core/Models/Member.cs
src/Umbraco.Core/Models/Membership/MembershipUserExtensions.cs
src/Umbraco.Core/Persistence/Factories/MemberFactory.cs
src/Umbraco.Core/Persistence/Factories/MemberReadOnlyFactory.cs
src/Umbraco.Core/Persistence/Mappers/MemberMapper.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Services/IMembershipUserService.cs
src/Umbraco.Core/Services/UserService.cs
src/Umbraco.Tests/Persistence/Repositories/MemberRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
src/Umbraco.Tests/Services/ContentServiceTests.cs
src/Umbraco.Tests/TestHelpers/Entities/MockedMember.cs
src/Umbraco.Tests/TestHelpers/Entities/MockedUser.cs
src/Umbraco.Web.UI/install/steps/DefaultUser.ascx.cs
src/Umbraco.Web/Controllers/UmbProfileController.cs
src/Umbraco.Web/Routing/PublishedContentRequestEngine.cs
src/Umbraco.Web/Security/WebSecurity.cs
src/Umbraco.Web/umbraco.presentation/LegacyClasses.cs
src/Umbraco.Web/umbraco.presentation/install/steps/LegacyClasses.cs
src/Umbraco.Web/umbraco.presentation/umbraco/channels/UmbracoMetaWeblogAPI.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/member.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/memberTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/userTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/dashboard/ChangePassword.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/login.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/members/EditMember.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/webservices/MediaUploader.ashx.cs
|
2014-03-18 18:47:49 +11:00 |
|
Shannon
|
e2881e07d1
|
Ensures that all calls to the members membership provider are done so explicitly with the membership provider alias - this decouples the need to have the umbraco membership provider declared as the default, we were doing both before.
|
2014-03-18 17:08:21 +11:00 |
|
Shannon
|
b533a9f690
|
Merge commit '85a74e4fa700c83bab4bf3436f69f045029932cd' into 7.1.0
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web/Controllers/UmbLoginController.cs
src/Umbraco.Web/Controllers/UmbLoginStatusController.cs
src/Umbraco.Web/Controllers/UmbProfileController.cs
src/Umbraco.Web/Controllers/UmbRegisterController.cs
|
2014-03-13 14:12:02 +11:00 |
|
Shannon
|
85a74e4fa7
|
Fixes: U4-4419 TempData is not being cleared on RedirectToCurrentUmbracoPage - it actually shouldn't be cleared but we need to handle how we add it properly as tempdata only clears when it is read
|
2014-03-13 12:21:31 +11:00 |
|
Shannon
|
74c777b1ae
|
Ensures the built-in member controllers have the correct logic - somehow got reverted and then not merged.
|
2014-03-07 19:39:31 +11:00 |
|
Shannon
|
878156e21e
|
putting back what the UmbLoginController should be ... where in the hell has this been overwritten from??!
|
2014-03-07 19:13:25 +11:00 |
|
Shannon
|
f5ee02a3e9
|
Updates the membership partial view templates to redirect to current page by default but allows this to be overridden. Creates a new RedirectToCurrentUmbracoUrl method which is slightly diff from RedirectToCurrentUmbracoPage since it doesn't care about the actual page item rendering, just the currently rendered URL which is useful if coming from a rewritten URL (which is what happens with public access rewrites)
|
2014-02-13 13:30:32 +11:00 |
|
Shannon
|
ec08d3e910
|
Updates MembershipHelper to not change the email/name if the value has not changed. Updates the templates to show only validation summaries for their own values/prefixes. Fixes some underlying MVC methods that merge view state to ensure the prefixes work with validation summaries properly when not showing property level errors. Updates the Umb controllers to add model level validation msgs when failed.
|
2014-02-10 18:34:12 +11:00 |
|
Shannon
|
0bfd032fad
|
Obsoletes the RedirectOnSucces on the RegisterModel as it is not needed. Adds RedirectUrl to the ProfileModel and updates the controller to redirect properly (ensures it doesn't just redirect to home!)
|
2014-02-10 16:46:45 +11:00 |
|
Shannon
|
2bb58b6fca
|
Updates MembershipHelper to ensure that the membership provider is used when updating a profile, specifically to deal with unique emails. Updates the profile edit template to have correct validation procedures.
|
2014-02-10 16:22:15 +11:00 |
|
Shannon
|
f28ae52ae3
|
moved logic to update a profile to MembershipHelper.
|
2014-01-28 21:57:00 +11:00 |
|
Shannon
|
cfd0973f00
|
Moves the registration logic to the MembershipHelper, fixes up the views to keep the indexes so props save.
|
2014-01-28 21:42:30 +11:00 |
|
Shannon
|
1bfdd83ba7
|
Cleans up more of the membership controllers and snippets to be using the membership helper and fixes up a few issues
|
2014-01-28 19:41:21 +11:00 |
|
Shannon
|
6fefcacc61
|
Adds more methods to the MembershipHelper, updates the RegisterModel and obsoletes the standard ctor so biz logic is not happening in the model, updates the snippets to use the correct way. Fixes an issue in the membership repo for persisting new members when the member type doesn't contain all the built-in props.
|
2014-01-28 18:59:27 +11:00 |
|
Shannon
|
e4e76eb0bf
|
Backports commit: Prefixed built in controllers to better avoid conflicts with people's custom code
Conflicts:
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/EditProfile.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/Login.cshtml
src/Umbraco.Web/Controllers/UmbLoginController.cs
src/Umbraco.Web/Controllers/UmbLoginStatusController.cs
src/Umbraco.Web/Controllers/UmbProfileController.cs
src/Umbraco.Web/Controllers/UmbRegisterController.cs
src/Umbraco.Web/Umbraco.Web.csproj
|
2014-01-28 13:47:16 +11:00 |
|
Shannon
|
677cc8c8fd
|
Fixes ProfileController to use normal .Net APIs and the new members service - also removes the Response.Redirect that was in there, why was it like that?
|
2014-01-28 13:35:43 +11:00 |
|
Shannon
|
3fa5c4e0b2
|
Updates RegisterController with the standard ASP.Net APIs to create and login a member.
|
2014-01-28 13:21:30 +11:00 |
|
Shannon
|
360393c464
|
Fixes LoginStatusController to use the standard ASP.Net APIs
|
2014-01-28 13:07:25 +11:00 |
|
Shannon
|
d3daf88a8d
|
Fixes the LoginController to use the correct APIs
|
2014-01-28 12:58:22 +11:00 |
|
Shannon
|
585b42af48
|
More Save()'s missing and removes the extra calls to XmlGenerate - should save some processing time.
|
2014-01-23 16:13:29 +11:00 |
|
Shannon
|
a64dbb172e
|
undo my custom test change to login controller
|
2013-12-05 16:20:02 +11:00 |
|
Shannon
|
b1913c9a07
|
puts IDataValueSetter back in so it can be used by backwards compatible data
|
2013-12-05 16:18:45 +11:00 |
|
Per Ploug Krogslund
|
7440855c72
|
merge
|
2013-11-07 17:16:22 +01:00 |
|
Sebastiaan Janssen
|
fed8f51de8
|
Prefixed built in controllers to better avoid conflicts with people's custom code
|
2013-11-05 12:00:56 +01:00 |
|
Shannon
|
70eb3e8613
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
Conflicts:
.gitignore
src/Umbraco.Core/Models/PropertyExtensions.cs
src/Umbraco.Tests/Models/DataValueSetterTests.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/EditProfile.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/Login.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/RegisterMember.cshtml
src/Umbraco.Web/Controllers/RegisterController.cs
src/Umbraco.Web/Models/ProfileModel.cs
src/Umbraco.Web/Models/RegisterModel.cs
src/Umbraco.Web/Models/UmbracoProperty.cs
src/Umbraco.Web/UmbracoModule.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/PartialViewTasks.cs
|
2013-09-03 17:30:08 +10:00 |
|
perploug
|
623a28c158
|
delete fontawesome
|
2013-09-02 15:40:14 +02:00 |
|
Sebastiaan Janssen
|
2bdbd6c7d9
|
Updated controller, more flexible, moved UmbracoProperty to Umbraco.Web.Helpers
|
2013-08-29 16:12:50 +02:00 |
|
Sebastiaan Janssen
|
49637e62fe
|
Updated, more robust versions of the Member template/snippets
|
2013-08-28 17:52:06 +02:00 |
|
Sebastiaan Janssen
|
f26d759c84
|
Moved controllers and models as per Shannon's suggestion
Added LoginStatus and updated Register
Updated to use CDF instead of <script> tags
|
2013-08-28 13:36:04 +02:00 |
|