Shannon
282550f402
Fixes: U4-6080 Server side email validation doesn't occur on existing members when they are saved
2015-01-07 13:17:44 +11:00
Shannon
485621b03a
Revert "Merge branch '7.2.0-U4-4049' into dev-v7"
...
This reverts commit 2ad86ec83d , reversing
changes made to 70ddf646be .
2015-01-06 11:22:40 +11:00
Shannon
6555fd5791
Updated U4-4049 - we now use media formatters instead of IModelBinder (this is actually the preferred way anyways). The validation is then moved to just a filter instead of done in the model binder. This way a media formatter is pure async, so we can ReadFromStreamAsync in a completely native async operation which should hopefuly fix this issue.
2014-12-03 21:06:01 +11:00
Shannon
c58a9429e1
Member picker now using standard treePicker and search is working
2014-10-09 11:08:09 +11:00
Shannon
e3284c8833
Fixes up the providerkey mapping with our normal members, fixes up some other mappings with custom membership providers.
2014-09-19 17:06:15 +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
51061e10a9
Gets the 'return to list' button working for all content types
2014-09-19 11:52:13 +10:00
Shannon
0264a72762
Ensures default list view data types are installed by default, includes these in the upgrade script. Now the default list views are used when rendering them per type (content, media, member). Updated the member tree to list nodes by member type and 'all members', each of these now renders a list view containing the members which is fully paged and searchable. Updates list view prop editor to deal with members appropriately.
2014-09-19 09:47:42 +10:00
Shannon
70f65583d7
Fixes: U4-4546 Error: Failed to retreive data for media ids
2014-05-09 15:50:07 +10:00
Nicholas-Westby
e36d4768e1
Replaced "retreive" with "retrieve".
2014-03-25 20:44:08 -07: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
549aeecf31
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
...
Conflicts:
src/Umbraco.Core/Models/Member.cs
2014-03-18 19:40:41 +11:00
Shannon
4d13925e3b
Fixes merge issues
2014-03-18 19:05:07 +11:00
Shannon
fe884b2070
Fixes: U4-4426 Upload field on Member Type doesn't work
2014-03-17 16:01:09 +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
f4c1c4578f
adds some null checking
2014-02-17 12:56:37 +11:00
Shannon
d36cd035e9
Fixes merge issues
2014-02-13 16:46:52 +11:00
perploug
da3269e970
Fixes: U4-3426 Can't delete any contentnode, media, document type or template from back end, Umbraco 7.0.0-RC
...
Replaces $http.delete with $http.post enables httppost on the
server-side, its not the best solution, but has way fewer unknowns then
adding extensive VERB and origin support in the web.config
2013-12-06 13:12:18 +01: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
90c76ae465
Merge remote-tracking branch 'origin/6.2.0-membershipprovider' into 7.0.0
...
Conflicts:
src/Umbraco.Web.UI/config/ClientDependency.config
src/Umbraco.Web.UI/install/steps/DefaultUser.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/memberTasks.cs
src/umbraco.providers/members/MembersMembershipProvider.cs
2013-10-22 13:45:23 +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
49df332734
Completes: U4-3194 member editor needs group/role support
2013-10-21 17:02:33 +11:00
Shannon
d28cdf3bdc
Updates the formHelper and streamlines the way form submission is handled, updates the member and user controller to use the new change password functionality in the Security object which uses all of the correct logic to update a password based on the membership provider. Gets the user's change password form working correctly with server validation. now just need to get the user membership provider to actually work.
2013-10-17 11:28:21 +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
b63135771e
Got more member reset password working based on the provider config.
2013-10-11 11:44:48 +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
52aac5ba10
Ok, got members creating so long as the umbraco membership provider is being used - otherwise currenlty you'll get a ysod saying we don't support that. Now to get updating working.
2013-10-10 17:44:56 +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
38761e1413
started on member create dialog (wip!)
2013-10-09 11:01:43 +11:00
Shannon
770514919d
Gets member deleting working and adds refresh to each letter node.
2013-10-01 15:54:44 +10:00
Shannon
31a5951626
Updated member tree/editor to use the GUID
2013-10-01 15:36:08 +10:00
Shannon
76b7b131a9
Gets members saving (initially) still needs lots more work though, waiting on some feedback from morten in the meantime.
2013-10-01 15:25:04 +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
perploug
135701b845
change password dashboard form
2013-09-16 09:17:46 +02:00