1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updates README More... almost 2 years ago
updates README More... almost 2 years ago
updates README More... almost 2 years ago
updates README More... almost 2 years ago
updates README More... almost 2 years ago
Tweaks to get this building and starting again, vis-a-vis some external environment changes (Fogbeam Artifactory server, the grails-wrapper jar change, etc.) More... almost 2 years ago
update build.gradle, .gitignore, Eclipse classpath settings More... over 5 years ago
expand size of userId field to 1024 characters More... about 6 years ago
make sure localMode for logins is disabled unless fogbeam.devmode is set to true More... over 6 years ago
re-add the templates dir and the megamenu.gsp file More... over 6 years ago
add support for assigning user roles via the REST API More... over 6 years ago
fix handling of scenario where fogbeam.devmode is not set More... over 6 years ago
set context path in application.yml, change production dbCreate setting to 'update' for now so we can easily test deploying to standalone Tomcat More... over 6 years ago
mark spring-boot-starter-tomcat as 'provided' so it doesn't break deploying to a standalone Tomcat server; clean up leftover commented out cruft in build.gradle More... over 6 years ago
updates .gitignore More... over 6 years ago
update eclipse classpath More... over 6 years ago
update build dependencies More... over 6 years ago
add the Insecure class for getting HttpClient that doesn't do any SSL validation More... over 6 years ago
add support for using authentication object from session when running in fogbeam.devmode, add support for acquiring an HttpClient instance with no SSL validation for use in development mode, use updated property names for some config settings More... over 6 years ago
replace println with log.info More... over 6 years ago
remove unnecessary config More... over 6 years ago
add additional logging, call toString on the 'it' object when printing validation errors More... over 6 years ago
bump the level for this log message to 'info' from 'debug' More... over 6 years ago
make sure we call startQuartz to start the scheduler More... over 6 years ago
take out the old 'permissions' stuff from the User object, this is managed differently now More... over 6 years ago
put authentication object in the session so we have access to it to use in the oauth interceptor when running in fogbeam.devmode More... over 6 years ago
add permitAll for /api/**, move oauth properties to external config, set spring security context holder strategy explicitly More... over 6 years ago
adds fogbeam.devmode flag and an item counter toggled by that flag, on the Activity Stream feed. Fixes issue with the 'get more events' Javascript code More... over 6 years ago
fixes issue with broken hyperlink for user profiles in comments More... over 6 years ago
fix problem with SYS_dummy_group being created multiple times More... over 6 years ago