commits

date

comment

47204
by TroyGoode
(448 downloads)
May 4 2010
3:51 AM

Associated with Release: 2.0 (MVC 2, Release).

Moved source to GitHub (http://github.com/TroyGoode/MembershipStarterKit).

24820
by TroyGoode
(441 downloads)
Aug 9 2009
5:02 PM

Check for duplicate roles (and throw exception if found). Cleaned up some of the interfaces and test cases.

24433
by TroyGoode
(17 downloads)
Aug 7 2009
1:50 AM

Renamed Build.bat to Build.Debug.bat and added Build.Release.bat.

24228
by TroyGoode
(14 downloads)
Aug 5 2009
6:06 PM

Provided more information about each user in the users list (email, comment, last activity date).

24222
by TroyGoode
(1 download)
Aug 5 2009
5:42 PM

Added DeleteUser functionality, massive refactoring of UserAdministrationService (aka removed it entirely).

24217
by TroyGoode
(4 downloads)
Aug 5 2009
4:43 PM

Added web.config entries for smtp settings.

24216
by TroyGoode
(0 downloads)
Aug 5 2009
4:40 PM

Basic styling is complete. Nothing super pretty, but enough to get you started.

24206
by TroyGoode
(3 downloads)
Aug 5 2009
2:59 PM

Tweaks to the HTML markup to support better styling. Also added AuthenticateRequest event to global.asax to update LastActivityDate of user.

24175
by TroyGoode
(2 downloads)
Aug 5 2009
6:01 AM

Finished roles management. A bit of spit & polish and the MVC 1 RTM release will *finally* be ready!

24171
by TroyGoode
(0 downloads)
Aug 5 2009
5:16 AM

Simple role management is now working again. UserAdministration is nearly functionally equivelant to the Preview5 release. Still need to allow viewing a list of users in a role and cleanup the styling.

24170
by TroyGoode
(0 downloads)
Aug 5 2009
4:06 AM

Added initial implementation of RolesService.

24167
by TroyGoode
(0 downloads)
Aug 5 2009
3:21 AM

Split IMembershipService up into IUserService and IPasswordService. Fleshed out more of IUserService (everything except CreateUser).

24144
by TroyGoode
(2 downloads)
Aug 4 2009
6:46 AM

Abandoned the AJAX-y approach I had previously taken and reimplementing as straight-forward MVC views & redirects. This was done so that I can finally wrap up a release for MVC 1.0 RTM and start working on MVC 2.0. The only functionality missing after this commit is Roles management.

24143
by TroyGoode
(2 downloads)
Aug 4 2009
2:19 AM

Minor refactoring & renaming.

24142
by TroyGoode
(0 downloads)
Aug 4 2009
1:54 AM

Switched PagedList implementation out for the one maintained at pagedlist.codeplex.com, cleaned up a few minor things.

23266
by TroyGoode
(381 downloads)
May 2 2009
8:03 PM

Abstracted MembershipProvider's settings out into separate interfaces & classes.

23265
by TroyGoode
(45 downloads)
May 2 2009
7:32 PM

Fixed jquery reference path.

23264
by TroyGoode
(42 downloads)
May 2 2009
7:15 PM

Added some missing tests.

23261
by TroyGoode
(46 downloads)
May 2 2009
6:27 PM

Fixed issues with UserAdministration view caused by RTM updates.

23260
by TroyGoode
(36 downloads)
May 2 2009
6:21 PM

Refactored calls to methods on the MembershipUser object into IMembershipService.

23259
by TroyGoode
(37 downloads)
May 2 2009
6:01 PM

Moved membership wrapper to MvcMembership assembly.

23258
by TroyGoode
(38 downloads)
May 2 2009
5:36 PM

Made changes to SampleWebsite to make it exactly like RTM website template (which had a few changes from the RC1 template).

23257
by TroyGoode
(42 downloads)
May 2 2009
5:21 PM

Simplified project references.

23256
by TroyGoode
(42 downloads)
May 2 2009
5:08 PM

Fixed solution structure issues (missling SLN file, one missing CSPROJ file). Updated references to RTM.

21749
by TroyGoode
(401 downloads)
Feb 7 2009
9:04 PM

Committing release-candidate work as the new trunk. Still very early, I recommend continuing to run 17822 for the time being.