Skip to content
Snippets Groups Projects
  1. Apr 25, 2023
  2. Apr 24, 2023
  3. Apr 21, 2023
  4. Apr 18, 2023
  5. Apr 17, 2023
  6. Apr 12, 2023
  7. Apr 11, 2023
  8. Apr 05, 2023
  9. Apr 03, 2023
  10. Mar 29, 2023
  11. Mar 16, 2023
  12. Mar 06, 2023
    • Geoff's avatar
      299 validate redirect uris (#302) · 6c9c0ef3
      Geoff authored
      * Adds lti_1p3_redirect_uris to XBlock
      * Adds lti_1p3_redirect_uris to LTIConfiguration model
      * Asserts redirect_uri from preflight response in valid redirect uris during preflight validation
      * To minimize disruption for previous versions, uses current launch url and deep linking url as default registered redirect_uris if redirect_uris is not explicitly set
      6c9c0ef3
    • edX requirements bot's avatar
      0165d352
  13. Feb 24, 2023
  14. Feb 23, 2023
    • Feanil Patel's avatar
      · 3005a33d
      Feanil Patel authored
      build: Updating a missing workflow file `add-depr-ticket-to-depr-board.yml`.
      
      The .github/workflows/add-depr-ticket-to-depr-board.yml workflow is missing or needs an update to stay in
      sync with the current standard for this workflow as defined in the
      `.github` repo of the `openedx` GitHub org.
      3005a33d
    • Feanil Patel's avatar
      · 7af5f641
      Feanil Patel authored
      build: Creating a missing workflow file `add-remove-label-on-comment.yml`.
      
      The .github/workflows/add-remove-label-on-comment.yml workflow is missing or needs an update to stay in
      sync with the current standard for this workflow as defined in the
      `.github` repo of the `openedx` GitHub org.
      7af5f641
    • Feanil Patel's avatar
      · 94dfaf40
      Feanil Patel authored
      build: Creating a missing workflow file `self-assign-issue.yml`.
      
      The .github/workflows/self-assign-issue.yml workflow is missing or needs an update to stay in
      sync with the current standard for this workflow as defined in the
      `.github` repo of the `openedx` GitHub org.
      94dfaf40
  15. Feb 16, 2023
  16. Feb 03, 2023
  17. Feb 02, 2023
  18. Feb 01, 2023
  19. Jan 31, 2023
  20. Jan 30, 2023
  21. Jan 24, 2023
    • Michael Roytman's avatar
      Merge pull request #325 from openedx/mroytman/MST-1769-pii-sharing-consent-dialog-button-bugs · 390de4ce
      Michael Roytman authored
      Fix bug in rending buttons and message in PII sharing consent dialog.
      390de4ce
    • michaelroytman's avatar
      fix: bug in rending buttons and message in PII sharing consent dialog · d95de6e8
      michaelroytman authored
      This commit fixes a bug in the PII sharing consent dialog.
      
      The bug resulted in bizarre behavior when there were more than one LTI component in a unit. For example, if there were two LTI inline launches in a unit, two "OK" button would appear in a single component, instead of in their respective components. Another example is that clicking the "View resource in a [modal|new] window" buttons under two LTI components resulted in the "OK" and "Cancel" buttons as well as the PII sharing prompt appearing in a single component, instead of in their respective components.
      
      This is because the dialog-container div that is dynamically created in the Javascript was not scoped to the LTI component, so there was a div with a id of "dialog-container" for each component configured to share PII. When dynamically inserting and removing buttons and the PII sharing prompt, the Javascript would simply find the first div with the dialog-container ID and operate on it, instead of the div appropriate to the component the user is interacting with.
      d95de6e8
    • Zachary Hancock's avatar
      fix: failing AGS test (#326) · 53823ea8
      Zachary Hancock authored
      53823ea8
    • Giovanni Cimolin da Silva's avatar
      Merge pull request from GHSA-7j9p-67mm-5g87 · 252f94bd
      Giovanni Cimolin da Silva authored
      
      * fix: Tool can only push grade to value in config
      
      Before this commit, LTI tools were able to push grades to any block
      simply by modifying or creating a new line item with a `resource_link_id` containing a valid block.
      
      This commit closes that loophole and resolves
      security advisory GHSA-7j9p-67mm-5g87.
      
      * chore: create release version
      
      Co-authored-by: default avatarZach Hancock <zhancock@edx.org>
      252f94bd
  22. Jan 17, 2023
  23. Jan 12, 2023
  24. Jan 10, 2023
Loading