aboutsummaryrefslogtreecommitdiff
path: root/lib/models/LtiTool.php
AgeCommit message (Expand)Author
2024-07-03added terms_of_use_url and privacy_policy_url to LTI toolsMoritz Strohm
2024-07-03tool saving: only save fields if they are needed for the LTI version of the toolMoritz Strohm
2024-07-03added Keyring::createFromPublicKeyMoritz 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-03LtiTool::getToolData: added missing URLsMoritz Strohm
2024-07-03fixed errorsMoritz Strohm
2024-07-03added LtiTool::updatePublicKeyMoritz 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-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-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-03added LtiRegistration SORM classMoritz Strohm
2024-07-03LtiTool: beautified codeMoritz Strohm
2024-07-03made LtiTool model an implementation of ToolInterfaceMoritz Strohm
2023-10-02fixes #3225Jan-Hendrik Willms
2021-07-22current code from svn, revision 62608Jan-Hendrik Willms