Skip to content
Snippets Groups Projects
  1. Dec 17, 2019
    • ThibG's avatar
      Changes to tootctl statuses remove (#11267) · 7fe45e7c
      ThibG authored
      * Fix comments in statuses_cli
      
      The comment for the part of query keeping statuses which have replies was
      incorrect, explaining the part of the query kept favourited statuses instead
      
      * Keep statuses favourited by local users in tootctl statuses remove
      
      * Do delete old replies that are not direct interactions with local users
      
      * Skip reblogs of local statuses instead of all reblogs
      
      * Optimize some queries
      
      * Keep old statuses with recent reblogs
      
      * Add option to clear toots from followed accounts too
      7fe45e7c
  2. Dec 12, 2019
  3. Dec 09, 2019
  4. Dec 08, 2019
  5. Dec 02, 2019
  6. Nov 04, 2019
    • Nathaniel Suchy's avatar
      Add `tootctl media lookup` command (#12283) · 23ed9303
      Nathaniel Suchy authored
      * Add a lookup tool to the media cli
      
      * Improved lookup logic
      
      * Clarified wording in the output
      
      * Code style changes
      
      * Code style changes
      
      * Code style changes
      
      * Code style changes
      
      * Add error handling code incase an attachment isn't found
      
      * Code style changes
      
      * Code style changes
      
      * Make requested changes
      
      * Fix styling issues
      
      * Handle other media types
      
      * Remove an inadvertently added log
      
      * Make requested changes
      
      * Make the code safe no matter what the path, S3 or not
      
      * Code style changes
      
      * Code style changes
      
      * Replace select method with Ruby Enumerable grep method
      23ed9303
  7. Oct 10, 2019
  8. Oct 09, 2019
  9. Oct 08, 2019
  10. Oct 07, 2019
  11. Oct 06, 2019
  12. Oct 03, 2019
  13. Oct 02, 2019
  14. Sep 30, 2019
    • Eugen Rochko's avatar
      Fix records not being indexed sometimes (#12024) · 5c42f476
      Eugen Rochko authored
      It's possible that after commit callbacks were not firing when
      exceptions occurred in the process. Also, the default Sidekiq
      strategy does not push indexing jobs immediately, which is not
      necessary and could be part of the issue too.
      5c42f476
  15. Sep 29, 2019
  16. Sep 24, 2019
  17. Sep 23, 2019
  18. Sep 21, 2019
  19. Sep 20, 2019
  20. Sep 12, 2019
  21. Sep 11, 2019
  22. Sep 10, 2019
  23. Aug 18, 2019
  24. Aug 17, 2019
  25. Aug 03, 2019
    • Darius Kazemi's avatar
      Add option to exclude suspended domains/subdomains from tootctl domains crawl (#11454) · f96f45ef
      Darius Kazemi authored
      * Add "--exclude-suspended" to tootctl domains crawl
      
      This new option ignores any instances suspended server-wide as
      well as their associated subdomains. This queries all domain
      blocks up front, then runs a regexp on each domain. This improves
      performance over what may be the obvious implementation, which is
      to ask `DomainBlocks.blocked?(domain)` for each domain -- this
      hits the DB many times, slowing things down considerably.
      
      * cleaning up code style
      
      * Compiling regex
      
      * Removing ternary operator
      f96f45ef
  26. Jul 30, 2019
  27. Jul 28, 2019
  28. Jul 26, 2019
  29. Jun 28, 2019
  30. Jun 22, 2019
  31. Jun 21, 2019
  32. Jun 20, 2019
  33. Jun 13, 2019
Loading