0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... almost 8 years ago
update copyright info More... almost 9 years ago
Fix the same null ref that can occur in the ReCaptchaValidator class. More... about 11 years ago
Fix the null reference exception which occurs when DependencyResolver.Current.GetService<IConfigurationSource>() returns null. More... about 11 years ago
Merge branch 'master' of https://github.com/NuGet/PoliteCaptcha More... about 11 years ago
Update version for 0.4.0.0 release. More... about 11 years ago
Merge pull request #2 from NuGet/ConfigurableKey More... about 11 years ago
Modify the proposed change to work dependency injection style instead of service location style. More... about 11 years ago
For Issue #1: Enable configuration of (mainly) reCAPTCHA via providing a custom configuration source to the current MVC dependency resolver, as an alternative to ConfigurationManager.AppSettings. More... about 11 years ago
changed the HTML surrounding reCAPTCHA to better match the default ASP.NET templates; previously, I was putting the validation error in the label DIV More... about 12 years ago
increased minor version due to CSS class name changes More... about 12 years ago
added addtional 'PoliteCaptcha' CSS name to reCAPTCHA wrapping DIVs to make styling easier More... about 12 years ago
added global assembly info to make managing version and metadata eaier More... about 12 years ago
added link to live demo More... about 12 years ago
added build script and packaging More... about 12 years ago
added XML doc in preparation for generating a NuGet package More... about 12 years ago
added link to create new issue More... about 12 years ago
added Q&A for the fallback message and the HTML generated around reCAPTCHA More... about 12 years ago
added CAPTCHA bypass implementations and sample More... about 12 years ago
added optional fallback message to display along with CAPTCHA; added HTML around CAPTCHA so it can be styled More... about 12 years ago
added configurable reCAPTCHA API keys, in app settings More... about 12 years ago
fixed error in ReCaptcha validator (was looking for the wrong response field); added samples with and without fallback to CAPTCHA More... about 12 years ago
added empty MVC 3 app with which to build a sample More... about 12 years ago
implemented reCAPTCHA generator, the default CAPTCHA generator used in PoliteCaptcha More... about 12 years ago
implemented the reCAPTCHA-based validator, the default CAPTCHA validator used by PoliteCaptcha More... about 12 years ago
added spam prevention HTML helpers, one for generating the form fields and one for generating the JavaScript More... about 12 years ago
added ValidateSpamPreventionAttribute, an attribute to apply to actions that handle forms; it will validate the spam prevention responses and add model state errors if they fail More... about 12 years ago
Fixed typo. More... about 12 years ago
enabled package restore More... about 12 years ago
added class lib for facts (unit tests) More... about 12 years ago