0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 21 hours ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[log] closes #48 More... about 14 years ago
[feature] Let admins import users from moodle (currently hardcoded for the moodle installation at the university of Leipzig. More... about 14 years ago
[feature] only show successfully imported users when importing from OPAL More... about 14 years ago
[refactor] extracted import method, can be reused by user import actions for other learn management systems More... about 14 years ago
[internal] removed logfile More... about 14 years ago
[internal] catch runtime errors when calling opal webservice. Act as if there was no member. More... about 14 years ago
link to new opal user import feature from user settings page More... about 14 years ago
set random password for imported users. More... about 14 years ago
[fix] enabled storage of imported users, was disabled for development More... about 14 years ago
added example screenshot showing where opal group ids are located at More... about 14 years ago
[feature] initial commit for feature: import users from OPAL groups. More... about 14 years ago
excluded eclipse build files More... about 14 years ago
[fix] added url encoding to prevent http reponse code 505 when asking for a pdf of a user with a space in it's name. Added gracious failing when anything goes wrong, no more buffling errors without any explanation! More... about 14 years ago
[fix] fetched wrong spring bean, lead to broken pdf signing feature without any error msg :(. SignatureInfos are no longer a standalone bean but a managed property of ConfigManager More... about 14 years ago
removed portal and non functioning editor code, not maintained anymore. See sourceforge SVN for the old code at https://elateportal.svn.sourceforge.net/svnroot/elateportal/trunk/elatePortal More... about 14 years ago
[internal] removed javarabel profile, this is developer specific, does not belong into the common build files but into {maven}/conf/settings.xml More... about 14 years ago
[internal] moved configuration setting 'ask students for personal details' from the system config to the login config page. More... about 14 years ago
[ui] do not show single '@' character next to the login when there is no configured mailSuffix. More... about 14 years ago
[internal] typo for umlaut More... about 14 years ago
[feature] Made pdf signature/timestamp feature configurable from system settings instead of using a properties file. Allows to change settings at runtime instead of buildtime only. More... about 14 years ago
[feature] Added configuration settings for radius server [feature] show configured mailsuffix next to the username input field on the login page [feature] Use username as email when using radius authentication More... about 14 years ago
[fix] moved external tinyradius dependency into lib/ folder to prevent exclusion done by the war-plugin (see bug https://cvs.codehaus.org/browse/MWAR-23) More... about 14 years ago
[fix] use case sensitive filename for systemPath, broke build on linux More... about 14 years ago
[feature] SingleSignOn against a radius server. Fixes ticket #25 [refactor] split into two authentication providers: HTTPAuth for http authentication (.htaccess secured resources) and ShibbolethAuth for authentication against shibboleth (incomplete) More... about 14 years ago
[ui] moved feature "distribute corrections among tutors" to correction settings page. Avoids cluttering the admin view. More... about 14 years ago
[test] added test for enabling/disabling asking students for personal details More... about 14 years ago
[feature] Allow admin to toggle whether students should be asked to complete their personal details (name, semester, matrikel) or not. Default: Do not ask. More... about 14 years ago
[fix] NPE occured without mutable template image defined in a paintsubtaskdef More... about 14 years ago
[feature] Bulk assign tasklets to corrector. Allows admins to select nonlocked tutors and distributes all tasklets that need to be manually corrected while taking care not to reassign a tutor if he already did correct a tasklet. Fixes ticket #12. More... about 14 years ago
[fix] selenium test was broken because of missing waiting after clicking a submit button More... about 14 years ago