Skip to content
Snippets Groups Projects
  1. Dec 30, 2020
  2. Dec 27, 2020
  3. Dec 26, 2020
    • ThibG's avatar
      Fix being able to import more than allowed number of follows (#15384) · f1f96ebf
      ThibG authored
      
      * Fix being able to import more than allowed number of follows
      
      Without this commit, if someone tries importing a second list of accounts to
      follow before the first one has been processed, this will queue imports for
      the two whole lists, even if they exceed the account's allowed number of
      outgoing follows.
      
      This commit changes it so the individual queued imports aren't exempt from
      the follow limit check (they remain exempt from the rate-limiting check
      though).
      
      * Catch validation errors to not re-queue failed follows
      
      Co-authored-by: default avatarClaire <claire.github-309c@sitedethib.com>
      Unverified
      f1f96ebf
  4. Dec 23, 2020
  5. Dec 22, 2020
  6. Dec 19, 2020
  7. Dec 18, 2020
  8. Dec 15, 2020
  9. Dec 14, 2020
  10. Dec 04, 2020
  11. Dec 02, 2020
  12. Dec 01, 2020
  13. Nov 27, 2020
  14. Nov 23, 2020
  15. Nov 19, 2020
    • ThibG's avatar
      Deal with collation-related index corruption (#14860) · 1242e57c
      ThibG authored
      * Add tootctl maintenance fix-duplicates
      
      This tool goes through the database to detect and fix duplicates.
      This operation is very slow and may cause data loss (of data that would be
      inaccessible without intervention because of the existing index corruptions).
      It tries its best to make sensible decisions, and asks the user in some cases.
      
      * Add warning message in db:migrate hook
      
      * Clear Rails cache after being done with database deduplication
      
      Avoids followers hash cache being incorrect, among other things
      Unverified
      1242e57c
  16. Nov 07, 2020
  17. Nov 06, 2020
  18. Oct 12, 2020
  19. Sep 27, 2020
  20. Sep 15, 2020
  21. Sep 11, 2020
  22. Sep 10, 2020
  23. Sep 01, 2020
  24. Aug 31, 2020
  25. Aug 24, 2020
  26. Aug 12, 2020
    • ThibG's avatar
      Improve email address validation (#14565) · 8d217d72
      ThibG authored
      * Increase DNS timeout from 1 second to 5 seconds for MX check
      
      1 seconds is rather short when using a recursive DNS resolver which
      hasn't got a cached result already available. Use 5 seconds instead,
      which is the timeout value we use for outgoing HTTP queries.
      
      * Add more precise error messages for invalid e-mail addresses
      Unverified
      8d217d72
  27. Aug 09, 2020
  28. Aug 02, 2020
    • ThibG's avatar
      Fix thumbnail color extraction (#14464) · 0ebc8d86
      ThibG authored
      * Fix contrast calculation for thumbnail color extraction
      
      Luminance calculation was using 0-255 RGB values instead of 0-1 sRGB values,
      leading to incorrectly-computed contrast values.
      
      Since we use ColorDiff already, just use its XYZ colorspace conversion code
      to get the value.
      
      * Require at least 3:1 contrast for both accent and foreground colors
      
      * Lower required contrast for the accent color
      Unverified
      0ebc8d86
    • ThibG's avatar
      Change content-type to be always computed from file data (#14452) · a1412491
      ThibG authored
      * Change content-type to be always computed from file data
      
      Restore previous behavior, detecting the content-type isn't very
      expensive, and some instances may serve files as application/octet-stream
      regardless of their true type, making fetching media from them fail, while
      it used to work pre-3.2.0.
      
      * Add test
      Unverified
      a1412491
  29. Jul 26, 2020
  30. Jul 24, 2020
  31. Jul 19, 2020
  32. Jul 15, 2020
Loading