0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #5 from caboteria/master More... over 11 years ago
update login jsp to remove "Justin's load hack" More... over 11 years ago
update OpenID-Connect-Java-Spring-Server More... over 11 years ago
Adding the docs on how to install this application alongside Direct More... over 11 years ago
Adding the license More... over 11 years ago
Updating the pointer to the OIDC Server project More... over 11 years ago
Made the login page more attractive More... over 11 years ago
Make changes to use twitter bootstrap for breadcrumbs and correct home link. More... over 11 years ago
Remove commented out xml that was messing up configuration More... over 11 years ago
Changed user configuration to correspond to new configuration. More... over 11 years ago
Added needed modifications to comply with underlying changes in the OpenID code API. More... over 11 years ago
Updated OpenID submodule More... over 11 years ago
Moving to the latest OIDC server More... over 11 years ago
Updating the range query code so that the test suite passes again More... almost 12 years ago
Fix a number of bugs in the implementation that prevented data from round tripping properly and the right roles from being assigned. More... almost 12 years ago
Add serialization marker to Model objects Change User to denormalized form for all UserInfo attributes Modify implementation to honor denormalized form. Fix javascript code to correctly use backbone callbacks for navigation. Update tests as required. More... almost 12 years ago
Switching to a reachable version of OIDC Server More... almost 12 years ago
Updating the pointers to the submodules and tweaks to keep up with changes in the OIDC Server API More... almost 12 years ago
Updating the OIDC Server submodule More... almost 12 years ago
Removing these properties from the test set up since they are no longer supported in the code. More... almost 12 years ago
Commit for some problems with user properties. Mostly working properties implementation. Added EclipseLink specific @PrivateObject annotation to get user attributes to be deleted when the parent User object is removed. More... almost 12 years ago
Merge branch 'master' into properties More... almost 12 years ago
Remove created user properties from user manager since they are now in the seed.sql script. Add "USER" roll to all users being created or modified. More... almost 12 years ago
Merge branch 'master' into properties More... almost 12 years ago
Adding the user role and adding it to the admin user More... almost 12 years ago
Adding a uniqueness check when creating users, so we will always create 100 users for testRangeAndSortFinder. Sometimes, we would have name collisions, which if there were more than 5 would cause the last assertion in testRangeAndSortFinder fail, even though the code works. More... almost 12 years ago
Clean up user table display (put edit icon in it's own column). More... almost 12 years ago
Added property editing More... almost 12 years ago
Removing commented log statements and JavaDoc references to a project not relevant or included here. More... almost 12 years ago
Pulling the create functionality out of findRole into a findOrCreateRole method More... almost 12 years ago