Skip to content
Snippets Groups Projects
  1. Jan 25, 2023
  2. Jan 20, 2023
  3. Jan 18, 2023
  4. Jan 13, 2023
  5. Jan 11, 2023
  6. Jan 05, 2023
  7. Dec 15, 2022
  8. Dec 14, 2022
  9. Dec 13, 2022
  10. Dec 07, 2022
  11. Dec 06, 2022
  12. Nov 27, 2022
  13. Nov 15, 2022
  14. Nov 14, 2022
  15. Nov 13, 2022
  16. Nov 11, 2022
  17. Nov 10, 2022
    • F's avatar
      Make enable_starttls configurable by envvars (#20321) · 9feba112
      F authored
      ENABLE_STARTTLS is designed to replace ENABLE_STARTTLS_AUTO by accepting
      three values: 'auto' (the default), 'always', and 'never'. If
      ENABLE_STARTTLS isn't provided, we fall back to ENABLE_STARTTLS_AUTO. In
      this way, this change should be fully backwards compatible.
      
      Resolves #20311
      9feba112
  18. Nov 06, 2022
  19. Nov 04, 2022
  20. Nov 03, 2022
  21. Nov 02, 2022
  22. Nov 01, 2022
  23. Oct 27, 2022
  24. Sep 20, 2022
    • Jeong Arm's avatar
    • Claire's avatar
      Improve error reporting and logging when processing remote accounts (#15605) · 1145dbd3
      Claire authored
      * Add a more descriptive PrivateNetworkAddressError exception class
      
      * Remove unnecessary exception class to rescue clause
      
      * Remove unnecessary include to JsonLdHelper
      
      * Give more neutral error message when too many webfinger redirects
      
      * Remove unnecessary guard condition
      
      * Rework how “ActivityPub::FetchRemoteAccountService” handles errors
      
      Add “suppress_errors” keyword argument to avoid raising errors in
      ActivityPub::FetchRemoteAccountService#call (default/previous behavior).
      
      * Rework how “ActivityPub::FetchRemoteKeyService” handles errors
      
      Add “suppress_errors” keyword argument to avoid raising errors in
      ActivityPub::FetchRemoteKeyService#call (default/previous behavior).
      
      * Fix Webfinger::RedirectError not being a subclass of Webfinger::Error
      
      * Add suppress_errors option to ResolveAccountService
      
      Defaults to true (to preserve previous behavior). If set to false,
      errors will be raised instead of caught, allowing the caller to be
      informed of what went wrong.
      
      * Return more precise error when failing to fetch account signing AP payloads
      
      * Add tests
      
      * Fixes
      
      * Refactor error handling a bit
      
      * Fix various issues
      
      * Add specific error when provided Digest is not 256 bits of base64-encoded data
      
      * Please CodeClimate
      
      * Improve webfinger error reporting
      1145dbd3
  25. Aug 28, 2022
    • luzpaz's avatar
      Fix typos (#18604) · 4aa3b9bd
      luzpaz authored
      * Fix typos
      
      Found via `codespell -q 3 -S ./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,keypair,medias,pixelx,ro`
      
      * Follow-up typo fix
      4aa3b9bd
Loading