canvas-lms
canvas-lms copied to clipboard
The open LMS by Instructure, Inc.
[Is there a reason for this max width to be set that I'm not seeing?](https://github.com/instructure/canvas-lms/blob/1070e0cfbd651373b1076cbaec959ec069a1b9bf/app/stylesheets/base/_ic_app_layout.scss#L195) Viewing Canvas as a student, It causes pages on my 4k display to be unable...
### Summary: ### Steps to reproduce: 1. Create a categorization question in New Quizzes that includes distractors. 2. Turn on 'Indicate response as correct/incorrect' under Settings for the quiz. 3....
From: return I18n.t('page_blurred', 'Stopped viewing the Canvas quiz-taking page...') To: return I18n.t('page_blurred', 'Stopped viewing the Canvas quiz-taking page.') It does not make sense to have '...' and doesn't look like...
LTI 1.3 deep linking don't seem to be working in latest Chrome. Seemingly this is due to because SameSite property of session and CSRF token cookies are not set to...
### Steps to reproduce: 1. run ./script/docker_dev_setup.sh 2. login again, reboot do all that you can and keep stuck at ``` > We need to login again to apply that...
### Summary: Script fails an throws numerous errors on Ubuntu 22.04, it also takes my network down every time. I think it has something to do with dory but I'm...
### Summary: Given two sub-accounts: A and B an admin in sub account A that is also a student in a course in sub-account B sees in the calendar of...
Some BBB service providers have configured their API URLs differently than the default `https://bigbluebutton.mycompany.com/bigbluebutton/api/`. For instance, a service provider called MynaParrot utilizes `https://api.mynaparrot.com/bigbluebutton/username/api/` as their API URL. This would not...
This PR changes the brand configs to use SHA256 rather than MD5 as the unique identifier for new configurations. It should not break backwards compatibility with existing brand configs stored...
This PR adds the ability to use SHA512 for locally stored file digests. This change only affects local file storage, and the default remains MD5. This is one of a...