aboutsummaryrefslogtreecommitdiff
path: root/lib/elearning
AgeCommit message (Collapse)Author
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 ↵Moritz Strohm
creating an LTI1.3a identity
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-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-03implemented lti13a/jwks actionMoritz 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-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
2024-07-03fixed typoMoritz Strohm
2024-07-03fixed lti13a/oidc_init action, added UserAuthenticator and Identity classesMoritz Strohm
2024-07-03renamed class filesMoritz Strohm
2024-07-03fixed errors, removed unnecessary codeMoritz Strohm
2024-07-03added LTI Registration and RegistrationManager classes, moved code from ↵Moritz Strohm
controller and LtiData into Registration class
2024-07-03hide Stud.IP URL parametersMoritz Strohm
2024-07-03added PlatformManager::getLtiRoleClaimForStudipRoleMoritz Strohm
2024-07-03changed keyring generation from ES256 to RS256, added keyring generation methodsMoritz Strohm
2024-07-03fixet LTI 1.3a class autoloadingMoritz Strohm
2024-07-03added LtiRegistration SORM classMoritz Strohm
2024-07-03added lti13a controllerMoritz Strohm
2024-07-03added PlatformManager::getPlatformConfiguration, ↵Moritz Strohm
ToolManager::getToolConfiguration, ToolManager::getToolRegistration
2024-07-03added Keyring::toKeyChainMoritz Strohm
2024-07-03began implementation of KeyManager::createMoritz Strohm
2024-07-03lib/elearning/lti1.3a: added class stubsMoritz Strohm
2024-06-21add remaining class filename and add migration to fix the cronjobs, re #4282Jan-Hendrik Willms
Merge request studip/studip!3136
2024-06-18Deprecate `StudipAutoloader` and use composer's `autoload`Marcus Eibrink-Lunzenauer
Closes #4282 Merge request studip/studip!3099
2024-02-05fixes #3707Jan-Hendrik Willms
Closes #3707 Merge request studip/studip!2580
2023-12-04Resolve "ILIAS-Schnittstelle: verwendete SOAP-Methoden getUser und ↵Arne Schröder, M. A.
deleteUser existieren in ILIAS 8 nicht mehr" Closes #3279 Merge request studip/studip!2213
2023-11-23drop "response_timeout" and don't disable SSL verification, fixes #3500Elmar Ludwig
Closes #3500 Merge request studip/studip!2392
2023-08-29prevent php8 warnings, fixes #3106Jan-Hendrik Willms
Closes #3106 Merge request studip/studip!2095
2023-06-13fix incorrect usage of implode parameters, fixes #2729Jan-Hendrik Willms
Closes #2729 Merge request studip/studip!1847
2023-02-21prevent php8 warnings in elearning module (fifth batch of changes), re #2193Jan-Hendrik Willms
Merge request studip/studip!1428
2022-12-09Skip recursive lookup if no modules are chosen from ILIAS #1615Felix Pahlow
Closes #1615 Merge request studip/studip!1040
2022-10-26fix for BIESt 1283, closes #1283Moritz Strohm
Closes #1283 Merge request studip/studip!1066
2022-07-14resurrect lost commit, fixes #1235Jan-Hendrik Willms
Closes #1235 Merge request studip/studip!806