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
refactoring controllers to move code, which should be in services, into services More... over 6 years ago
clean up Controller instances where we return an empty map, fix issues with managing SiteConfigEntry instances More... over 6 years ago
general refactoring / cleanup - moving code from Controllers into Services mostly More... over 6 years ago
Fix some issues with adding Comments on Stream items, and general refactoring in the CalendarFeedSubscriptions code More... over 6 years ago
fix add annotation dialog for the viewUserProfile page More... over 6 years ago
remove outdated <nav:resources/> tag from GSP pages More... over 6 years ago
replace all uses of the jQuery UI modal dialog with the newer Bootstrap Modal dialog, fix some lingering issues with adding semantic assertions to Users More... over 6 years ago
Remove use of jQuery UI Modal, use the Bootstrap Modal instead, fix issues with OpenMeetings integration More... over 6 years ago
replace use of old session.user paradigm, fix issues with the 'pending messages' notification link and the call to getContentHtml() to refresh stream More... over 6 years ago
fix an issue with creating DummyUser and DummyUserGroup, wire up OAuthInterceptor for the REST API, fix an issue with the MessageBodyWriter for the FOAFPersonCollection class More... over 6 years ago
Merge branch 'master' of https://github.com/fogbeam/Quoddy More... over 6 years ago
switch to bcrypt for password hash for local login mode, fix a problem where postgres queries break with empty collections passed in HQL More... over 6 years ago
Create LICENSE More... over 6 years ago
Fix issue with automatic JMS message conversion, update Jena dependencies to a modern version More... over 6 years ago
properly unregister eventQueue instances for users on explicit logout OR HttpSession timeout More... over 6 years ago
change the log messages to TRACE level More... over 6 years ago
remove reference to old, unused cruft in GSP file More... over 6 years ago
Refactor Controllers to remove large amount of C&P code to get the current logged in user. Now we have a method on the UserService to do that More... over 6 years ago
fix root project name now that we've merged all the grails 3 stuff More... over 6 years ago
use ./grailsw in runquoddy.sh instead of assuming grails is on the path More... over 6 years ago
update README More... over 6 years ago
re-add README.md More... over 6 years ago
merge master / upgrade Quoddy to Grails 3.3.6 More... over 6 years ago
cleanup before merging the new grails3 branch More... over 6 years ago
Merge branch 'master' into grails3 More... over 6 years ago
Re-adds support for receiving and rendering items from BusinessEventSubscriptions via Hatteras More... over 6 years ago
fixes issues with ActiveMQ and externalized configuration. Makes it easier to start Quoddy selectively using either an in-memory ActiveMQ broker OR a separate standalone broker More... over 6 years ago
add the group/list/subscription nav elements to the displayXXX.gsp pages for the different subscription types More... over 6 years ago
Fixes more issues with Calendar subscriptions, mostly restores Activiti UserTask subscription support More... over 6 years ago
Fixes issues with Quartz scheduler and the JDBC store, fixes some issues with saving RSSFeedItem instances with long 'name' attributes More... over 6 years ago