0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
No longer logging bad password attempts as exceptions at the error level, which I found confusing. More... about 13 years ago
Getting rid of test.properties and references to a MySQL instance, since we use H2 in testing. More... about 13 years ago
The code in this file has been replaced by code in schema.ddl and triggers.ddl More... about 13 years ago
Moving admin user and role creation into an SQL script for testing More... about 13 years ago
Tabs to spaces More... about 13 years ago
Removing unused imports More... about 13 years ago
Rewriting some of the tests so that certain parts of the code are less sensitive to being run more than once. More... about 13 years ago
Switching the surefire report format in hopes of getting better debugging on Travis CI More... about 13 years ago
Trying to configure surefire to get better reporting on Travis CI More... about 13 years ago
Tweaking annotations and spring config to get it to find all of the files it needs when testing More... about 13 years ago
Updating the pointer to the submodule More... about 13 years ago
Prefixing the testing Spring config with classpath in hopes it will help the test framework find it on Travis CI More... about 13 years ago
adding the travis config More... about 13 years ago
Fixed broken unit tests More... about 13 years ago
Merge remote-tracking branch 'andy/master' More... about 13 years ago
Merge remote-tracking branch 'gg/master', added installation notes to readme, added ability to control initial password for created admin user in user manager. More... about 13 years ago
Removing the hardcoded path to a Windows style drive name. This prevented running on non-Windows OSs. More... about 13 years ago
Separating the triggers into their own DDL file. We are using H2 in testing and the triggers don't work there. More... about 13 years ago
Merge remote-tracking branch 'gg/master' More... about 13 years ago
added Direct stand alone cert tools More... about 13 years ago
Merge branch 'master' of github.com:project-rhex/simple-user-repository More... about 13 years ago
Edit working now. Fixed problem with delete - cascade was propagating to roles table. More... about 13 years ago
updated triggers to insert new user credentials into more tables; added checks to fail greacefully if nhind and james db does not exist More... about 13 years ago
Merge pull request #3 from gandg/master More... about 13 years ago
added james mail db linkage More... about 13 years ago
Factored out the password encoder and salt source for spring security. Created a user details service to enable logging in. Has the detail service call the user manager's admin creation code so there will always be an admin user. Integrated with the various tags from the openid project and fixed up the tags from this project to be in concordance - now has the header from the main project. Fixed delete to now work properly. Edit is not yet working. More... about 13 years ago
Merge branch 'master' of github.com:project-rhex/simple-user-repository More... about 13 years ago
work in progress on delete More... about 13 years ago
Merge pull request #2 from jricher/master More... about 13 years ago
cleaned up spring configuration, moved tag files around, updated userinfo repository, made it all work More... about 13 years ago