Skip to content
Snippets Groups Projects
  1. Jan 17, 2023
    • David Robertson's avatar
      Require poetry>=1.3.2 (#14860) · b88cfe6d
      David Robertson authored
      
      * Upgrade to new lockfile format
      
      Now requires poetry >= 1.2.2 to read and poetry >= 1.3.0 to write.
      
      Cheat sheet:
      
      ```
      poetry --version
      poetry show > scratch/before
      pipx upgrade poetry
      poetry --version
      poetry show > scratch/after
      diff scratch{before,after} && echo "no change!"
      ```
      
      * Use Poetry 1.3.2 when reading or writing lockfile
      
      * Remove unneeded(?) poetry dep for cibuildwheel
      
      * Update docs
      
      * Remove redundant call to setup-python
      
      * Remove outdated comments related to Poetry 1.x
      
      * Remove outdated docs line
      
      was fixed in #13082
      
      * Minor improvements to poetry cheat sheet
      
      * Invoke setup-python-poetry with explicit version
      
      Not sure about this. It's hardcoding versions everywhere.
      
      * Changelog
      
      * Check the lockfile is version 2.0
      
      Might one day incorporate other checks like #14742
      
      * Typo fixes, thanks Sean
      
      Co-authored-by: default avatarSean Quah <8349537+squahtx@users.noreply.github.com>
      
      Co-authored-by: default avatarSean Quah <8349537+squahtx@users.noreply.github.com>
      b88cfe6d
    • Erik Johnston's avatar
      2b084c5b
  2. Jan 13, 2023
  3. Jan 09, 2023
  4. Jan 05, 2023
  5. Dec 20, 2022
  6. Nov 24, 2022
  7. Nov 08, 2022
  8. Nov 02, 2022
  9. Oct 27, 2022
  10. Oct 26, 2022
  11. Oct 06, 2022
  12. Oct 03, 2022
  13. Sep 28, 2022
  14. Sep 27, 2022
  15. Sep 20, 2022
  16. Sep 08, 2022
  17. Sep 06, 2022
  18. Sep 02, 2022
  19. Aug 31, 2022
  20. Aug 23, 2022
  21. Aug 02, 2022
  22. Jul 29, 2022
  23. Jul 22, 2022
  24. Jul 19, 2022
  25. Jul 12, 2022
    • Richard van der Hoff's avatar
      Drop support for delegating email validation (#13192) · fa71bb18
      Richard van der Hoff authored
      * Drop support for delegating email validation
      
      Delegating email validation to an IS is insecure (since it allows the owner of
      the IS to do a password reset on your HS), and has long been deprecated. It
      will now cause a config error at startup.
      
      * Update unit test which checks for email verification
      
      Give it an `email` config instead of a threepid delegate
      
      * Remove unused method `requestEmailToken`
      
      * Simplify config handling for email verification
      
      Rather than an enum and a boolean, all we need here is a single bool, which
      says whether we are or are not doing email verification.
      
      * update docs
      
      * changelog
      
      * upgrade.md: fix typo
      
      * update version number
      
      this will be in 1.64, not 1.63
      
      * update version number
      
      this one too
      fa71bb18
  26. Jun 14, 2022
  27. Jun 13, 2022
  28. May 31, 2022
  29. May 23, 2022
  30. May 19, 2022
  31. May 10, 2022
  32. May 06, 2022
  33. May 04, 2022
  34. Apr 20, 2022
Loading