Skip to content
Snippets Groups Projects
  1. Sep 08, 2021
  2. Sep 07, 2021
  3. Sep 03, 2021
  4. Sep 02, 2021
  5. Sep 01, 2021
  6. Aug 31, 2021
  7. Aug 30, 2021
  8. Aug 25, 2021
    • Manjinder Singh's avatar
      feat: Adding new CookieNameChange middleware (#28404) · 5d6f163a
      Manjinder Singh authored
      Description: Adds a new middleware to help with cookie name changes. It uses the idea of expand and contract, where after we've changed the name, the middleware allows up to accept either a cookie with new name (given higher priority when both are present) or cookie with old name.
      
      This is also helpful when changing domain of a cookie.
      
      impacts: developers, users(anyone that has cookies)
      Change depends on django setting changes. See CookieNameChange middleware for more info.
    • Albert (AJ) St. Aubin's avatar
    • Kyle McCormick's avatar
      fix: upgrade py2neo from 3.1.2 to 2021.1.5 (#28480) · cd3957b9
      Kyle McCormick authored
      * fix: upgrade py2neo from 3.1.2 to 2021.1.5
      
      The dump_to_neo4j management command has not been working
      since the upgrade to python 3.8. The latest version of
      python that py2neo 3.1.2 states support for is python 3.5,
      so this isn't surprising.
      
      The earliest non-prerelease version of py2neo that supports
      python 3.8 is 2020.x (skipping the 4.x and 5.x series). Since
      we're going as far as a 2020.x, we may as well upgrade all the
      way to the newest series, 2021.x. This commit does that upgrade,
      as well as a handful of minor code modifications in order
      to handle breaking changes that have been made to the py2neo
      API, and some unrelated pin bumps as the result of
      'make upgrade'.
      
      This will also require an upgrade of Coursegraph's Neo4j
      version from 3.2.x to 3.5.x.
      
      TNL-8386
  9. Aug 24, 2021
  10. Aug 23, 2021
  11. Aug 19, 2021
  12. Aug 18, 2021
  13. Aug 17, 2021
    • Bianca Severino's avatar
      fix: update proctored exam settings URL · 1255bd85
      Bianca Severino authored
      The proctored exam settings link now directs to a new modal view, rather
      than the old exam settings page.
      1255bd85
    • oliviaruizknott's avatar
      feat: Send date override to credentials · e9902965
      oliviaruizknott authored
      When sending a GeneratedCertificate to Credentials, send the associated
      CertificateDateOverride (if there is one), or else None. This
      will be triggered after any save of a GeneratedCertificate, and after
      any save or deletion of a single CertificateDateOverride.
      
      Credentials will eventually store its own copy of this date override, or
      edit or remove exiting date overrides.
      e9902965
    • João Victor Martins's avatar
      feat: Add API and command to import blocks from courseware · eec72431
      João Victor Martins authored
      The functionality is exposed by (a.) A RESTful API, and (b.) A
      management command. Both are added to Content Libraries V2. They allow
      block importing from a local modulestore instance. Additionally, the
      command line supports importing blocks from a remote platform instance
      through API calls.
      
      Additionally, fixes were added to parts of the system where needed to
      properly export blocks to Content Libraries.
  14. Aug 12, 2021
  15. Aug 11, 2021
  16. Aug 10, 2021
Loading