aboutsummaryrefslogtreecommitdiff
path: root/lib/models
AgeCommit message (Expand)Author
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 LineItemRepositoryInterfaceMoritz 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-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-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-03added LtiTool::validateMoritz Strohm
2024-07-03renamed LtiData class to LtiDeploymentMoritz Strohm
2024-07-03course/lti/edit: added oidc_init_url and jwks_url in form fields, fixed errorsMoritz 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-03fixed errorsMoritz Strohm
2024-07-03fixed errors, removed unnecessary codeMoritz Strohm
2024-07-03added LTI Registration and RegistrationManager classes, moved code from contr...Moritz Strohm
2024-07-03LtiTool::getToolData: added missing URLsMoritz Strohm
2024-07-03fixed errorsMoritz Strohm
2024-07-03added LtiTool::updatePublicKeyMoritz Strohm
2024-07-03course/lti/edit: added fields for public key and keyset URL, made private key...Moritz Strohm
2024-07-03LtiTool: added is_global propertyMoritz Strohm
2024-07-03fixed errorsMoritz Strohm
2024-07-03renamed LtiTool::findAllGlobalTools to LtiTool::findAllMoritz Strohm
2024-07-03prevent private LTI tools from being shown in lists with global LTI toolsMoritz Strohm
2024-07-03create private LTI tools for tools that are only used in one courseMoritz Strohm
2024-07-03began adding support for course-specific LTI toolsMoritz Strohm
2024-07-03fixed setting deployment-IDMoritz Strohm
2024-07-03removed LtiRegistration modelMoritz Strohm
2024-07-03reverted making LtiData an implementation of the RegistrationInterfaceMoritz Strohm
2024-07-03made LtiData model an implementation of the RegistrationInterfaceMoritz Strohm
2024-07-03fixed errors, explicitly set SHA256 and OAEP in Keyring::generateMoritz Strohm
2024-07-03changed keyring generation from ES256 to RS256, added keyring generation methodsMoritz Strohm
2024-07-03began adding code to start LTI 1.3a toolsMoritz Strohm
2024-07-03added LtiTool::getLtiVersionString, added LTI version in admin/lti/index actionMoritz Strohm
2024-07-03fixed name attribute access in LtiTool modelMoritz Strohm
2024-07-03added lti_version column in lti_tool tableMoritz Strohm
2024-07-03implemented LtiRegistration::getToolMoritz Strohm