aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-07-04renamed classMoritz Strohm
2024-07-03moved LTI 1.3a files for compatibility with the new autoloaderMoritz Strohm
2024-07-03renamed LTI class file names for new autoloader, fixed NegotiatesWithPsr7 req...Moritz Strohm
2024-07-03use the tool column of grading_definitions to store the LTI deployment IDMoritz Strohm
2024-07-03added basic implementation of the ResultRepository classMoritz Strohm
2024-07-03added basic implementation of ScoreRepository::saveMoritz Strohm
2024-07-03added basic implementation of LineItemRepositoryInterfaceMoritz Strohm
2024-07-03moved LTI 1.3A classes from lib/elearning to lib/classesMoritz Strohm
2024-07-03added GradeManager::updateGrades stubMoritz Strohm
2024-07-03regard allowed optional fields from LTI deployment privacy settings when crea...Moritz Strohm
2024-07-03added LtiDeploymentPrivacySettings model, added code for storing the acceptan...Moritz Strohm
2024-07-03added terms_of_use_url and privacy_policy_url to LTI toolsMoritz Strohm
2024-07-03fixed error in LtiDeployment::getLaunchUrlMoritz Strohm
2024-07-03course/lti/save_link: added form for LTI 1.3A, fixed errorsMoritz Strohm
2024-07-03course/lti controller: extended actions to support deep linking with LTI 1.3AMoritz Strohm
2024-07-03tool saving: only save fields if they are needed for the LTI version of the toolMoritz Strohm
2024-07-03fixed errorsMoritz Strohm
2024-07-03fixed errors when adding tools, split tool form fields into LTI 1.0/1.1 and 1...Moritz Strohm
2024-07-03merged lti/lti13a controller with lti/auth controllerMoritz Strohm
2024-07-03moved lti13a controller and admin/lti/platform_data actionMoritz Strohm
2024-07-03fixed errorsMoritz Strohm
2024-07-03added LtiDeployment::getCustomParameterArrayMoritz Strohm
2024-07-03fixed errorsMoritz Strohm
2024-07-03fixed errorMoritz Strohm
2024-07-03use RSA::loadPublickKey instead of PublicKeyLoader::loadPublicKeyMoritz Strohm
2024-07-03fixed errorsMoritz Strohm
2024-07-03removed var_dumpMoritz Strohm
2024-07-03fixed key extraction errorsMoritz Strohm
2024-07-03added Keyring::createFromPublicKeyMoritz Strohm
2024-07-03Keyring::toKeyChain: use range-ID as key set nameMoritz Strohm
2024-07-03implemented lti13a/jwks actionMoritz Strohm
2024-07-03added LtiTool::validateMoritz Strohm
2024-07-03CoreParticipants: do not enable the module to be activated and do not show it...Moritz Strohm
2024-07-03show the action course/lti/admin only when ENABLE_COURSES_AS_LTI_TOOLS is setMoritz Strohm
2024-07-03renamed LtiData class to LtiDeploymentMoritz Strohm
2024-07-03added Studip\Lti13a\NonceGenerator classMoritz Strohm
2024-07-03removed state-parameter related code from UserAuthenticator classMoritz Strohm
2024-07-03course/lti/edit: added oidc_init_url and jwks_url in form fields, fixed errorsMoritz Strohm
2024-07-03added PlatformManager::getJwksUrlForDeploymentMoritz Strohm
2024-07-03fixed errorsMoritz Strohm
2024-07-03changed URLMoritz Strohm
2024-07-03extended migration, added oidc_init_url and deep_linking_url to lti_tool tableMoritz Strohm
2024-07-03removed cache codeMoritz Strohm
2024-07-03store state in session, send state in URL instead of the bodyMoritz Strohm
2024-07-03attempted to setting the "state" parameter by brute forceMoritz Strohm
2024-07-03deactivated existing code for setting a stateMoritz Strohm
2024-07-03fixed typoMoritz Strohm
2024-07-03use cache instead of sessionMoritz Strohm
2024-07-03attempted to add the state parameterMoritz Strohm
2024-07-03fixed errorsMoritz Strohm