Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 10, 2019
  3. Oct 09, 2019
  4. Oct 08, 2019
  5. Oct 07, 2019
  6. Oct 06, 2019
  7. Oct 03, 2019
  8. Oct 02, 2019
  9. Sep 30, 2019
  10. Sep 29, 2019
  11. Sep 24, 2019
  12. Sep 23, 2019
  13. Sep 21, 2019
  14. Sep 20, 2019
  15. Sep 12, 2019
  16. Sep 11, 2019
  17. Sep 10, 2019
  18. Aug 18, 2019
  19. Aug 17, 2019
  20. 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
  21. Jul 30, 2019
  22. Jul 28, 2019
  23. Jul 26, 2019
  24. Jun 28, 2019
  25. Jun 22, 2019
  26. Jun 21, 2019
  27. Jun 20, 2019
  28. Jun 13, 2019
  29. Jun 12, 2019
  30. Jun 09, 2019
  31. Jun 08, 2019
  32. May 24, 2019
  33. May 14, 2019
    • ThibG's avatar
      Record account suspend/silence time and keep track of domain blocks (#10660) · 14f6ce28
      ThibG authored
      * Record account suspend/silence time and keep track of domain blocks
      
      * Also unblock users who were suspended/silenced before dates were recorded
      
      * Add tests
      
      * Keep track of suspending date for users suspended through the CLI
      
      * Show accurate number of accounts that would be affected by unsuspending an instance
      
      * Change migration to set silenced_at and suspended_at
      
      * Revert "Also unblock users who were suspended/silenced before dates were recorded"
      
      This reverts commit a015c65d2d1e28c7b7cfab8b3f8cd5fb48b8b71c.
      
      * Switch from using suspended and silenced to suspended_at and silenced_at
      
      * Add post-deployment migration script to remove `suspended` and `silenced` columns
      
      * Use Account#silence! and Account#suspend! instead of updating the underlying property
      
      * Add silenced_at and suspended_at migration to post-migration
      
      * Change account fabricator to translate suspended and silenced attributes
      
      * Minor fixes
      
      * Make unblocking domains always retroactive
      14f6ce28
Loading