0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Verify user when modifying signup. More... almost 15 years ago
Modify Signup to add account and guild key fields. Account will be useful to verify a User owns a signup. The combination of account and guild keys will be necessary to delete all the signups of an account in a particular guild, if say a user leaves a guild. More... almost 15 years ago
Delete old Jdbc populateEventTemplate code. More... almost 15 years ago
Delete old getEventTemplate RPC method. More... almost 15 years ago
Delete old Jdbc getCharacterBadges method. More... almost 15 years ago
Delete old Jdbc getRole method. More... almost 15 years ago
Delete old getEventTemplate service method. Don't look up event templates by name anymore. More... almost 15 years ago
Delete unused getCharacterRoles RPC method placeholder. More... almost 15 years ago
Delete traces of old authentication system. More... almost 15 years ago
Running eclipse import cleanup. More... almost 15 years ago
Server may give us events that aren't supposed to be shown yet. Hide these. Show hidden events once they should be visible. More... almost 15 years ago
Delete these two unused classes. More... almost 15 years ago
Delete the last remaining trace of using session ids. More... almost 15 years ago
Prevent duplicate simultaneous requests for the same character. More... almost 15 years ago
Port removeEventSignup to Jdo. More... almost 15 years ago
Restore the ability to rebuild existing events with changes to an event template. More... almost 15 years ago
Port getEventSignup to Jdo. More... almost 15 years ago
Fix mistaken assumption that rollbackFor would be inherited from class when overriding @Transactional on a method. More... almost 15 years ago
Add the event key to Signup. Needed to be able to get to an event from just a signup key from the client. More... almost 15 years ago
Port changeEventSignup to Jdo. More... almost 15 years ago
Immediately try to publish newly saved schedules, so user doesn't have to wait for up to an hour before seeing new events. More... almost 15 years ago
Refresh the event list immediately after saving an event schedule. More... almost 15 years ago
Create a convertCollection implicit to create a JCL wrapper around a java.util.Collection. Punt on trying to support transform. It is not a good idea to modify entities returned from Jdo queries anyway. More... almost 15 years ago
Refresh the event list after change an event template, if modifying existing events. More... almost 15 years ago
Push code for setting, e.g. eventBadges in an Event down into Event. Setting a new list will clone the, e.g., EventBadges. More... almost 15 years ago
Create a page for a cronjob to hit to publish events. More... almost 15 years ago
Remove unused session-timeout. More... almost 15 years ago
Create cron job framework. More... almost 15 years ago
Make EventSchedule detachable. Need to detach one to be able to publish events, cannot read from an EventSchedule and create an Event in the same transaction, they are in different entity groups. More... almost 15 years ago
Port publishEvents to Jdo. More... almost 15 years ago