Skip to content
Snippets Groups Projects
  1. Feb 19, 2021
  2. Feb 16, 2021
  3. Feb 13, 2021
  4. Feb 11, 2021
  5. Jan 31, 2021
    • Shubhendra Singh Chauhan's avatar
      Fixed code quality issues (#15541) · c8d11b8b
      Shubhendra Singh Chauhan authored
      * Added .deepsource.toml
      
      * Removed bad use of `alias`
      
      * Fixed operand order in the binary expression
      
      * Prefixed unused method arguments with an underscore
      
      * Replaced the old OpenSSL algorithmic constants with the newer strings initializers.
      
      * Removed unnecessary UTF-8 encoding comment
      Unverified
      c8d11b8b
  6. Jan 29, 2021
  7. Jan 22, 2021
  8. Jan 12, 2021
  9. Jan 09, 2021
  10. Jan 07, 2021
    • abcang's avatar
      Fix rubocop config and warnings (#15503) · efffdd37
      abcang authored
      * disable NewCops
      
      * update TargetRubyVersion
      
      * Fix Lint/MissingSuper for ActiveModelSerializers::Model
      
      * Fix Lint/MissingSuper for feed
      
      * Fix Lint/FloatComparison
      
      * Do not use instance variables
      Unverified
      efffdd37
  11. Dec 30, 2020
  12. Dec 27, 2020
  13. 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
  14. Dec 23, 2020
  15. Dec 22, 2020
  16. Dec 19, 2020
  17. Dec 18, 2020
  18. Dec 15, 2020
  19. Dec 14, 2020
  20. Dec 04, 2020
  21. Dec 02, 2020
  22. Dec 01, 2020
  23. Nov 27, 2020
  24. Nov 23, 2020
  25. 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
  26. Nov 07, 2020
  27. Nov 06, 2020
  28. Oct 12, 2020
  29. Sep 27, 2020
  30. Sep 15, 2020
  31. Sep 11, 2020
  32. Sep 10, 2020
  33. Sep 01, 2020
Loading