0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Aug 26, 2025 — Aug 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Documentation sanity checkpoint More... over 11 years ago
Adding config docs More... over 11 years ago
Merge pull request #123 from brentstormpath/dev More... over 11 years ago
Updating Google Analytics Script More... over 11 years ago
- Ensured that /oauth/token requests that do not use the required application/x-www-form-urlencoded content type are rejected - Updated /oauth/token validation More... over 11 years ago
Doc changes cont'd More... over 11 years ago
Implemented correct Accept header media type ordering algorithm based on the 'q' (quality) parameter. Updated the LogoutFilter to return 302 when the user agent prefers html, 200 OK otherwise. More... over 11 years ago
Fixed header formatting More... over 11 years ago
docs update More... over 11 years ago
Minor internal documentation changes More... over 11 years ago
adding a docs mechanism More... over 11 years ago
fixed missing taglib import More... over 11 years ago
Added i18n support for views! More... over 11 years ago
Enhanced property field definition mechanism (less verbose, more powerful) More... over 11 years ago
Made JwtSigningKeyResolver return Key instances instead of Strings (to be able to support more complex signature algorithms later). More... over 11 years ago
Merge pull request #104 from stormpath/account_store_convenience_methods More... over 11 years ago
Merge branch 'dev' of github.com:stormpath/stormpath-sdk-java into account_store_convenience_methods More... over 11 years ago
Merge branch 'dev' of github.com:stormpath/stormpath-sdk-java into resend_account_verification_email More... over 11 years ago
Deleted Servlets.* static utility class (to discourage use of static code calls in testable code). Might return for the framework's own needs later however. More... over 11 years ago
Enabled send password reset email based on account store (was commented out prior to merge from dev). More... over 11 years ago
Merge branch 'dev' into servlet-module More... over 11 years ago
Merge pull request #122 from stormpath/password-reset-with-account-store More... over 11 years ago
Updated test to reflect new 'applications' property (collection) on the Account resource. More... over 11 years ago
Merge branch 'password-reset-with-account-store' into servlet-module More... over 11 years ago
Enabled AccountStoreResolver for password reset flows as well as login. More... over 11 years ago
API cleanup for request authorization and Origin-header authorization More... over 11 years ago
Minor adjustment in case the host header is null (HTTP 1.0) More... over 11 years ago
Cleaned up conditiona configuration support (introduced RequestCondition concept) to allow for configurability of enforcing secure connections, et. al. More... over 11 years ago
fixed unit test More... over 11 years ago
Added ability to send a password reset email while targeting a specific AccountStore More... over 11 years ago