Sebastiaan Janssen
|
403af78ba9
|
U4-5168 Media Items label says "Document Type" instead of "Media Type"
|
2016-01-06 11:22:15 +01:00 |
|
Shannon
|
64c983eb07
|
Updates PR with fixes for code and implementation logic for the url list.
|
2015-10-28 12:28:29 +01:00 |
|
Claus
|
f44875d072
|
Prevent internal member groups from showing up in group list on member properties.
Prevent internal member groups from showing up in the member group tree listing.
|
2015-08-24 16:14:29 +02:00 |
|
Shannon
|
1accc6275a
|
Updates how the validation works in the member model mapper to use the native validation stuff instead of custom pre-values.
|
2014-11-18 14:32:51 +11:00 |
|
Shannon
|
58a0de086f
|
fixes unit test
|
2014-10-03 17:07:27 +10:00 |
|
Shannon
|
b90f28731c
|
Ensures the return to list button isn't shown on items in the recycle bin since that would navigate back to their original parent. Updates the recycle bin list views to respect the list view configuration of their associated sections.
|
2014-10-02 19:55:24 +10:00 |
|
Shannon
|
23b214e4f9
|
Fixes remaining tests
|
2014-09-25 13:52:16 +10:00 |
|
Shannon
|
7c76cbf509
|
Allows for email and username to be fields in list view, fixes up the list view usage to display members from a custom membership provider.
|
2014-09-19 15:34:26 +10:00 |
|
Shannon
|
b12985558a
|
Fixes up all list views for all content types with regards to the delete button, now if you delete an child of a list view while viewing it it will redirect to it's container.
|
2014-09-19 13:55:30 +10:00 |
|
Shannon
|
7ff0e6bafb
|
Fixes typo: Updator -> Updater
|
2014-09-12 11:53:09 +10:00 |
|
Shannon
|
5990a95d13
|
Fixes: U4-4610 Unmapped members in Automapper
|
2014-04-14 15:20:02 +10:00 |
|
Shannon
|
6f586c7eeb
|
Ensures we are not directly referencing Membership.Provider and instead targetting our provider by alias.
|
2014-03-18 20:36:02 +11:00 |
|
Shannon
|
4d13925e3b
|
Fixes merge issues
|
2014-03-18 19:05:07 +11:00 |
|
Shannon
|
bc371e69a3
|
Completes: U4-4227 Rename default member property aliases
|
2014-03-07 19:30:54 +11:00 |
|
Shannon
|
9de0a62cff
|
Fixes merge issues
|
2014-02-21 16:43:49 +11:00 |
|
Shannon
|
59f8508332
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
Conflicts:
src/Umbraco.Core/Attempt{T}.cs
src/Umbraco.Core/Persistence/Factories/MemberTypeReadOnlyFactory.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeBaseRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web/umbraco.presentation/umbraco/members/EditMember.aspx.cs
|
2014-02-20 13:40:17 +11:00 |
|
Shannon
|
4d316c9671
|
fixing some casting
|
2014-02-17 14:15:40 +11:00 |
|
Shannon
|
d36cd035e9
|
Fixes merge issues
|
2014-02-13 16:46:52 +11:00 |
|
Shannon
|
ae05bfd350
|
Fixes: U4-4055 List View document types still display children in content tree
|
2014-01-17 13:00:11 +11:00 |
|
Shannon
|
d6d80ae037
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
Conflicts:
src/Umbraco.Core/Constants-Conventions.cs
src/Umbraco.Core/Models/ContentExtensions.cs
src/Umbraco.Core/Persistence/Factories/MemberTypeReadOnlyFactory.cs
src/Umbraco.Core/Persistence/Relators/PropertyDataRelator.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Services/IMemberService.cs
src/Umbraco.Core/Services/IMemberTypeService.cs
src/Umbraco.Core/Services/MemberService.cs
src/Umbraco.Core/Services/MemberTypeService.cs
src/Umbraco.Core/Services/ServiceContext.cs
src/Umbraco.Tests/Persistence/Repositories/MemberRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/MemberTypeRepositoryTest.cs
src/Umbraco.Tests/TestHelpers/Entities/MockedContentTypes.cs
src/Umbraco.Tests/TestHelpers/Entities/MockedMember.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
|
2013-12-17 16:03:27 +11:00 |
|
Shannon
|
d5dc5127ae
|
Ensures the approved check box is checked when creating a new member.
|
2013-11-21 12:17:07 +11:00 |
|
Shannon
|
21e3893528
|
Fixes: U4-3558 members tree syncing is a bit strange and not showing the selected member
|
2013-11-18 15:58:53 +11:00 |
|
Shannon
|
f8e17b711e
|
custom membership providers now working in the back office.
|
2013-11-18 15:29:53 +11:00 |
|
Shannon
|
4d31512ef0
|
Custom membership provider's now working in the back office UI - have created intial functionality to allow custom properties with custom membership providers (the creation already performs the link if the Member member type is available). Updating also works too, need to clean up some code though as it's fairly messy.
|
2013-11-18 14:25:08 +11:00 |
|
Shannon
|
1707e6b18f
|
Added ability for a menu item to simply navigate to a route, adding functoinality for us to create/edit/delete members based on a generic membership provider.
|
2013-11-17 13:43:04 +11:00 |
|
Per Ploug Krogslund
|
7440855c72
|
merge
|
2013-11-07 17:16:22 +01:00 |
|
Shannon
|
3f5fdf840a
|
Completes: U4-3212 Support unlocking a member, also fixes quite a few other issues regarding the membership provider properties of the content type.
|
2013-10-22 17:36:46 +11:00 |
|
Shannon
|
2243452261
|
Completes: U4-3089 fix membership provider to be able to change email address
|
2013-10-22 11:24:56 +11:00 |
|
Shannon
|
4427554752
|
Completes: U4-3085 member editor should automatically generate a password for new users
|
2013-10-22 09:45:07 +11:00 |
|
Shannon
|
d8ff1e97b3
|
Fixes: U4-3206 MemberService doesn't generate xml for a member
|
2013-10-21 17:57:36 +11:00 |
|
Shannon
|
49df332734
|
Completes: U4-3194 member editor needs group/role support
|
2013-10-21 17:02:33 +11:00 |
|
Shannon
|
6cca01718d
|
Updated changepassword property editor to be able to be more re-used, now using it for the back office user change password which configures itself based on the membership provider configured for the user provider. now to wire it all up.
|
2013-10-16 17:51:48 +11:00 |
|
Shannon
|
b9975ad1f5
|
Gets password resetting working and displaying the generated one in the UI.
|
2013-10-11 12:25:10 +11:00 |
|
Shannon
|
f9319c0db9
|
Lots more work done with members mostly around passwords and membership provider - can't yet update your password but it's close
|
2013-10-10 20:56:30 +11:00 |
|
Shannon
|
b512376c5c
|
more member editor updates
|
2013-10-10 18:46:28 +11:00 |
|
Shannon
|
98832357bf
|
Lots of work on the member editor - creates new email address prop editor, allows text prop editor to be required based on config, fixes the section directive bug, creating change password prop ed, streamlines more of the services layer to ensure that the things that need to be public are public
|
2013-10-10 13:41:06 +11:00 |
|
Shannon
|
42f9427e24
|
ignores the built in member properties for now, adds more logging to Resolution to try to figure out the underlying problem.
|
2013-09-30 15:42:29 +10:00 |
|
Shannon
|
a3d674f574
|
Updated the saving model and validator inheritance chain to better support members, have the members editor display data and posting/validating data - now need to get the correct fields being displayed and the correct tab/layout but coming along very nicely!
|
2013-09-27 16:59:38 +10:00 |
|
Shannon
|
82c784d560
|
Most of the member tree working, have the member editor rendering data
|
2013-09-27 15:19:39 +10:00 |
|