0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Mar 16, 2024 — Mar 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed allow login with email issue not working in the Authorize principle More... over 12 years ago
fixed misplaced parenthesis in the ChangePassword method which was causing runtime errors. updated to 2.1.0.2 More... about 13 years ago
forgot version bump.... More... about 13 years ago
Code cleanup, major optimization on object creation thread safety blocks. Plus resharper optimization and readability. More... about 13 years ago
Updated readme. More... about 13 years ago
Added abstract base classes for developers that do not implement ctor lists. ProviderUser, and ProviderRole now inherit from these abstract classes, Interface implementions still work as expected (redundant but reverse compatible). Upgrading version to 2.1 More... about 13 years ago
forgot to update nuget versioning More... about 13 years ago
Updated query functions to use SqlParameters rather then plain text (SQL Injection prevention on provider side) not all developers sanitize form fields. More... about 13 years ago
Fixed AddUsersToRoles More... about 13 years ago
updated EF to 4.3.0.0 sorry for the premature update that required it without updating the package More... about 13 years ago
added empty file to create the nuget directory More... about 13 years ago
Added NuGet build event to project file More... about 13 years ago
Fixed the UserController in the demo app you can now create and edit users. More... about 13 years ago
fixed required issue with new clones, hopping on the user controller in a bit More... over 13 years ago
missed a dispose call. More... over 13 years ago
minor changes, had some weird control structures. More... over 13 years ago
tweaks, and comments More... over 13 years ago
Updated README.md, also implemented useEmailAsUsername and allowLoginWithEmail properties. More... over 13 years ago
finished role provider, whole system feels like it's running twice as fast as the original version. Will benchmark and upload results / benchmark application soon. More... over 13 years ago
membership provider is finished, moving onto role provider, then will upload the fully working sample project. More... over 13 years ago
Updated README.md and App.config to reflect renaming More... over 13 years ago
Fixed tests, they now pass on the written code, going to rebuild base code with repository / service layers to make testing more efficient. More... over 13 years ago
Updated MVC project shows semi-working example. Incomplete provider More... over 13 years ago
Merge branch 'master' of github.com:holyprin/Holyprin.Web.Security More... over 13 years ago
Merge branch 'master' of github.com:holyprin/Holyprin.Web.Security More... over 13 years ago
Merge branch 'master' of github.com:holyprin/Holyprin.Web.Security More... over 13 years ago
Merge branch 'master' of github.com:holyprin/Holyprin.Web.Security More... over 13 years ago
Added README More... over 13 years ago
Added README More... over 13 years ago
Deleting unused code. More... over 13 years ago