aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/course
AgeCommit message (Expand)Author
2024-07-04fixed errorMoritz Strohm
2024-07-03renamed LTI class file names for new autoloader, fixed NegotiatesWithPsr7 req...Moritz Strohm
2024-07-03removed course/lti/update_grades actionMoritz Strohm
2024-07-03added AGS claimMoritz Strohm
2024-07-03added GradeManager::updateGrades stubMoritz Strohm
2024-07-03extended course/lti/update_gradesMoritz Strohm
2024-07-03began writing course/lti/update_grades actionMoritz Strohm
2024-07-03regard LTI_ALLOW_TOOL_CONFIG_IN_COURSE when adding LTI toolsMoritz Strohm
2024-07-03course/lti/consent: show allowed optional fields, added action in course/lti/...Moritz Strohm
2024-07-03began moving code from course/lti/iframe to course/lti/consentMoritz Strohm
2024-07-03added LtiDeploymentPrivacySettings model, added code for storing the acceptan...Moritz Strohm
2024-07-03made data protection text configurable in the courseMoritz Strohm
2024-07-03course/lti controller: began work on displaying data protection informationMoritz Strohm
2024-07-03fixed SQL statementMoritz Strohm
2024-07-03course/lti controller: show page content only when there are LTI toolsMoritz Strohm
2024-07-03course/lti/save_link: added form for LTI 1.3A, fixed errorsMoritz Strohm
2024-07-03mark unfinished LTI deep linking tool integrations in the UI, fixed errors fo...Moritz Strohm
2024-07-03mark unfinished LTI deep linking attempts in coursesMoritz Strohm
2024-07-03fixed errorsMoritz Strohm
2024-07-03fixed syntax errorMoritz Strohm
2024-07-03course/lti/save_link: extended action for LTI 1.3AMoritz Strohm
2024-07-03course/lti controller: extended actions to support deep linking with LTI 1.3AMoritz Strohm
2024-07-03course/lti controller: fixed checks for deep linking toolsMoritz Strohm
2024-07-03added course/lti/select_tool actionMoritz Strohm
2024-07-03removed old admin/lti/edit actionMoritz Strohm
2024-07-03added lti/tool controllerMoritz Strohm
2024-07-03added missing parts for the LTI context claimMoritz Strohm
2024-07-03fixed errorsMoritz Strohm
2024-07-03added LtiDeployment::getCustomParameterArrayMoritz Strohm
2024-07-03fixed errorsMoritz Strohm
2024-07-03fixed errorsMoritz Strohm
2024-07-03fixed errorMoritz Strohm
2024-07-03fixed errorsMoritz Strohm
2024-07-03fixed key extraction errorsMoritz Strohm
2024-07-03added Keyring::createFromPublicKeyMoritz Strohm
2024-07-03store JWKS key-ID together with the JWKS URLMoritz Strohm
2024-07-03added key_id field to LTI tool formMoritz Strohm
2024-07-03added deep-linking URL to form fieldsMoritz Strohm
2024-07-03course/lti controller: merged "save" into "edit" 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-03added course/lti/share viewMoritz Strohm
2024-07-03fixed permission checksMoritz Strohm
2024-07-03added LTI_SHARING_ENABLED configMoritz Strohm
2024-07-03show the action course/lti/admin only when ENABLE_COURSES_AS_LTI_TOOLS is setMoritz Strohm
2024-07-03renamed variables from "lti_data" to "deployment"Moritz Strohm
2024-07-03renamed LtiData class to LtiDeploymentMoritz Strohm
2024-07-03fixed tool launchMoritz Strohm
2024-07-03course/lti/edit: added oidc_init_url and jwks_url in form fields, fixed errorsMoritz Strohm
2024-07-03removed "state" parameter codeMoritz Strohm