Shannon
|
9bd8d729fa
|
publicizes user stuff, changes the IUser.Id to an int - no need for it to be an object and casted everywhere. Updates the login logic to perform the mapping logic for custom membership providers with an extension method.
|
2014-01-22 14:07:18 +11:00 |
|
Shannon
|
fb9569d914
|
Fixes user membership providers to throw exceptions on duplicate emails when the provider is configured to not allow duplicates.
|
2014-01-22 13:20:00 +11:00 |
|
Shannon
|
47974d49fe
|
obsoletes old providers, creates new membership role provider stub
|
2014-01-22 12:16:47 +11:00 |
|
Shannon
|
3f8b3031c2
|
completes: U4-3996 Fix EditUser to use the membership provider properly, U4-3997 Fix EditMember to use the membership provider properly
|
2014-01-22 11:57:33 +11:00 |
|
Shannon
|
9796b30bbb
|
Fixes: U4-4104 Using strongly typed Html.Action<T> with a PluginController causes exception
|
2014-01-22 11:02:24 +11:00 |
|
Shannon
|
5c614a88a2
|
ensures webapi plugincontrollers are routed to /backoffice if [IsBackOffice] is specified
|
2014-01-15 13:29:17 +11:00 |
|
Shannon
|
3ef9635406
|
Fixes: U4-4010 Member and user session gets mixed - fixes how we detect a back office request + unit tests and added new IsBackOffice attribute
|
2014-01-15 13:17:38 +11:00 |
|
Shannon
|
75a42fd0d6
|
fixes the protect page logic
|
2014-01-15 10:42:01 +11:00 |
|
Shannon
|
000c2637d6
|
fixes view state and err msg
|
2014-01-14 16:54:32 +11:00 |
|
Shannon
|
563867cd8b
|
Temp fix for: U4-3968 Umbraco 7.01 - Membership - Public Access - Add Single User protection - crash, fixes protectPage so that it uses the membership provider to make changes, updates the UI logic so that if you choose an existing user it will you about it, fixes it so you cannot arbitrarily change a member's password.
|
2014-01-14 16:21:00 +11:00 |
|
Shannon
|
86c66511dd
|
changes all calls from Member.InUmbracoMemberMode() to Membership.Provider.IsUmbracoMembershipProvider() and obsoletes the InUmbracoMemberMode
|
2014-01-14 14:17:28 +11:00 |
|
Shannon
|
e74e8f9d73
|
Fixes: U4-4005 Member custom properties not saving from code, only from backend, wraps more of the getter functions in legacy member class with new member service methods, fixes paged result method when there are no results.
|
2014-01-13 18:36:08 +11:00 |
|
Shannon
|
aebc30c7a3
|
Removes the version specific info from the CDF and Examine references in all proj files.
|
2014-01-13 14:02:50 +11:00 |
|
Shannon
|
4db6ce4b22
|
Fixes various issues relating to File Repositories and Services: U4-4014 FileRepositories offer no way to create folders, U4-4013 The models that the FileService produces causes security exceptions, U4-3993 Replace system.io calls in umbraco.scriptTasks legacy task
updates to latest CDF
|
2014-01-09 18:08:13 +11:00 |
|
Shannon
|
ffed85640d
|
fixes provider user key issue
|
2014-01-08 18:12:07 +11:00 |
|
Shannon
|
80b83ab64b
|
Fixes up password changer on postback, fixes up more of the edit user and edit member pages.
|
2014-01-08 13:03:33 +11:00 |
|
Shannon
|
0245efe3cb
|
Fixes the change password dashboard to work properly. Fixes the EditUser to property save the member and the user. Adds new (probably temporary) MembershipHelper which is used to update a MembershipUser. Updates the User model to ignore the membership properties that we currently cannot persist. Ensures the legacy User membership provider still looks for a typed membership user (which should never have happened). Fixes small issue with underlying membership provider trying to encrypt an empty string.
|
2014-01-07 17:01:22 +11:00 |
|
Shannon
|
f3f7aa70d1
|
Ensures a default member/user type is assigned on membership provider initialize, adds more unit tests
|
2014-01-06 16:18:25 +11:00 |
|
Shannon
|
cd82bc6d21
|
streamlined the new membership provider classes so now they all share the same logic and use IMembershipMemberService<T> which is used by both IMember and IUser services
|
2014-01-06 15:38:34 +11:00 |
|
Shannon
|
ba5f2bc69d
|
Ensure the old membership provider's count online members is implemented
|
2014-01-02 15:57:27 +11:00 |
|
Shannon
|
17883358b6
|
Fixes some issues with the User membership provider, updates user create dialog to also have an email address (which is required by membership), adds validation to the member and user create dialogs to ensure that the email address is validated to be a correcty formatted address.
|
2014-01-02 14:13:43 +11:00 |
|
Sebastiaan Janssen
|
934d4020b2
|
Merge pull request #224 from Attackmonkey/Hackathon-2760
Fixes issue U4-2760, sorting installed packages
|
2013-12-29 06:30:09 -08:00 |
|
Sebastiaan Janssen
|
3caf84c63c
|
Merge branch 'Hackathon-U4-3063' of https://github.com/Attackmonkey/Umbraco-CMS into Attackmonkey-Hackathon-U4-3063
|
2013-12-29 15:24:47 +01:00 |
|
Sebastiaan Janssen
|
75150f0bfa
|
Merge pull request #223 from Attackmonkey/Hackathon-2757
Fixes issue U4-2757 where generic properties are not ordered correctly.
|
2013-12-29 06:18:19 -08:00 |
|
Sebastiaan Janssen
|
32bc2f1d69
|
merge ismailmayat-UK-Festival
|
2013-12-29 14:34:54 +01:00 |
|
Sebastiaan Janssen
|
4d3f67885a
|
Fixes U4-1076 Apostrophes in document type description are shown preceded/escaped by a slash in the Create Node dialog
|
2013-12-29 14:12:23 +01:00 |
|
Shannon
|
8a70c440f2
|
Added many more unit tests for the membership provider base class and fixed some logic inconsistencies.
|
2013-12-28 18:55:43 +11:00 |
|
Shannon
|
fbdb1d5d6c
|
Fixes: U4-3942 Cannot configure the request if there is not content assigned - exception
Conflicts:
src/Umbraco.Tests/Umbraco.Tests.csproj
|
2013-12-28 14:01:08 +11:00 |
|
Shannon
|
edaa5ebd43
|
Lots more unit tests for the membership providers and some other fixups - have a new failing test as i need to sort out salting issue with encrypted passwords.
|
2013-12-24 14:03:18 +11:00 |
|
Shannon
|
c8fa2b3880
|
Merge branch 'abjerner-patch-1' into 6.2.0
Conflicts:
src/Umbraco.Web/PublishedContentExtensions.cs
|
2013-12-24 11:08:48 +11:00 |
|
Shannon
|
1c139b685a
|
updates legacy membership provider to use efficient paging.
|
2013-12-20 18:12:54 +11:00 |
|
Shannon
|
7a8b3dc9bc
|
Updated the member service/repo to have paged queries and results which use db paging for maximum efficiency (of course only works for things like email, username but those are 2 specific things that are needed by the membership provider)
|
2013-12-20 18:11:12 +11:00 |
|
Shannon
|
414b65b269
|
More WIP on the membership providers - both new and old. They are now both working with the same up-to-date logic and base classes. Updated the interface definitions on the member services to support the membership provider queries - now to implement the logic.
|
2013-12-20 14:01:10 +11:00 |
|
Shannon
|
2dd04799b2
|
WIP membership provider updates
|
2013-12-19 18:33:25 +11:00 |
|
Shandem
|
c8923cbc27
|
Merge pull request #221 from AnthonyCogworks/U4-2272
Replaced HttpContext.Current.Cache with HttpRuntime.Cache
|
2013-12-18 20:54:57 -08:00 |
|
Shandem
|
fa1185cbd8
|
Merge pull request #241 from OptimisticCoder/U4-3039
U4-3039 Import Document Type leaves files in App_Data
|
2013-12-18 20:43:15 -08:00 |
|
Shannon
|
a43f4b7b7f
|
Completes: U4-1521 Updated back office to use ClientDependency bundles for common files
|
2013-12-19 15:05:05 +11:00 |
|
Shandem
|
4862419744
|
Merge pull request #198 from craigacronin/U4-1891
Fixed as per issue comments, but also implemented for another 3 overload...
|
2013-12-18 18:33:57 -08:00 |
|
Shannon
|
8aceae9880
|
re-formats some code, simplifies calls using InvariantEquals extension method
|
2013-12-19 13:22:33 +11:00 |
|
Shandem
|
384d4d60f1
|
Merge pull request #168 from stevetemple/6.1.6-multiple-action-route-issue
Fix error when multiple routes have the same controller
|
2013-12-18 18:18:44 -08:00 |
|
Shannon
|
db78c78df2
|
fixes some merge issues with view engine wrapping PR.
|
2013-12-19 12:45:46 +11:00 |
|
Shannon
|
4558549d5a
|
Fixes appendformat issue
|
2013-12-19 12:40:41 +11:00 |
|
Shannon
|
d98801d5d1
|
Merge branch '6.2.0' of https://github.com/mortenbock/Umbraco-CMS into mortenbock-6.2.0
Conflicts:
src/Umbraco.Web/WebBootManager.cs
|
2013-12-19 12:35:33 +11:00 |
|
Shandem
|
de9ecf6afc
|
Merge pull request #143 from IDisposable/patch-1
Added contextualKeyBuilder optional argument to allow the key used for cachin...
|
2013-12-18 17:32:26 -08:00 |
|
Shandem
|
702790bf77
|
Merge pull request #144 from IDisposable/patch-2
Make CacheHelperExtensions public so we can call CachedPartialView and C...
|
2013-12-18 17:30:01 -08:00 |
|
Shannon
|
b45306e1ff
|
Merge branch '6.2.0' of https://github.com/dprothero/Umbraco-CMS into dprothero-6.2.0
Conflicts:
src/Umbraco.Web/umbraco.presentation/umbraco/members/EditMember.aspx.cs
|
2013-12-19 11:59:22 +11:00 |
|
Shannon
|
3499f39970
|
Merge branch 'kipusoep-patch-1' into 6.2.0
|
2013-12-19 11:49:30 +11:00 |
|
Shannon
|
9115aa1a6d
|
merge issue with proj file
|
2013-12-19 11:46:31 +11:00 |
|
Shannon
|
904cbbb906
|
missing proj file update
|
2013-12-19 11:41:26 +11:00 |
|
Shannon
|
8656d3e4b9
|
adds some null checks, removes old unused webforms files for tree control
|
2013-12-19 11:35:53 +11:00 |
|