Skip to content
Snippets Groups Projects
  1. Jun 03, 2020
  2. Jun 02, 2020
  3. Feb 29, 2020
  4. Sep 23, 2019
  5. Oct 04, 2018
  6. Sep 14, 2018
    • Eugen Rochko's avatar
      Move more tasks to tootctl (#8675) · 6a3f9b7e
      Eugen Rochko authored
      * Move more tasks to tootctl
      
      - tootctl feeds build
      - tootctl feeds clear
      - tootctl accounts refresh
      
      Clean up exit codes and help messages
      
      * Move user modifying to tootctl
      
      * Improve user modification through CLI, rename commands
      
      add -> create
      mod -> modify
      del -> delete
      
      To remove ambiguity
      
      * Fix code style issues
      
      * Fix not being able to unset admin/mod role
      Unverified
      6a3f9b7e
  7. Aug 26, 2018
  8. Aug 25, 2018
  9. Aug 21, 2018
  10. Aug 11, 2018
  11. Jun 04, 2018
  12. May 30, 2018
  13. May 02, 2018
    • Eugen Rochko's avatar
      Slightly reduce RAM usage (#7301) · cb5b5cb5
      Eugen Rochko authored
      * No need to re-require sidekiq plugins, they are required via Gemfile
      
      * Add derailed_benchmarks tool, no need to require TTY gems in Gemfile
      
      * Replace ruby-oembed with FetchOEmbedService
      
      Reduce startup by 45382 allocated objects
      
      * Remove preloaded JSON-LD in favour of caching HTTP responses
      
      Reduce boot RAM by about 6 MiB
      
      * Fix tests
      
      * Fix test suite by stubbing out JSON-LD contexts
      Unverified
      cb5b5cb5
  14. Apr 23, 2018
  15. Apr 22, 2018
  16. Apr 02, 2018
  17. Mar 27, 2018
    • Eugen Rochko's avatar
      Fix UniqueUsernameValidator comparison (#6926) · 2a90da18
      Eugen Rochko authored
      Comparison was downcasing only one side, therefore if previously
      existing account had a non-lowercase spelling, it would be ignored
      when checking for duplicates.
      
      New rake task `mastodon:maintenance:find_duplicate_usernames` will
      help find constraint violations that might have occured from the
      presence of this bug.
      
      Bump version to 2.3.3
      Unverified
      2a90da18
  18. Mar 24, 2018
  19. Mar 17, 2018
  20. Mar 12, 2018
  21. Mar 09, 2018
  22. Mar 08, 2018
  23. Mar 01, 2018
  24. Feb 26, 2018
  25. Feb 21, 2018
  26. Feb 11, 2018
  27. Jan 18, 2018
  28. Jan 15, 2018
  29. Dec 24, 2017
  30. Dec 07, 2017
  31. Nov 11, 2017
  32. Nov 08, 2017
  33. Sep 16, 2017
  34. Sep 11, 2017
    • Eugen Rochko's avatar
      Fix count numbers from ActivityPub not being saved (#4899) · 0a6b0986
      Eugen Rochko authored
      They are marked as read-only by Rails, but we know what we are doing,
      so we are un-marking them as such.
      
      The mastodon:maintenance:update_counter_caches task is not really
      supposed to be run anymore (it was a one-time thing during an upgrade)
      however, just in case, I have modified it to not touch ActivityPub
      accounts.
      
      Also, no point writing to logger from these rake tasks, since they
      are not to be run from cron. Better to give stdout feedback.
      0a6b0986
  35. Sep 07, 2017
    • Joseph Mingrone's avatar
      Use casecmp() instead of casecmp?() for now (#4832) · 52644962
      Joseph Mingrone authored
      * Use casecmp() instead of casecmp?() for now
      
      casecmp?() is only available in ruby 2.4.0.  Users running earlier ruby versions
      would see errors, e.g., running
      RAILS_ENV=production rails mastodon:maintenance:remove_deprecated_preview_cards.
      
      * Correctly check whether casecmp() returns 0
      52644962
  36. Sep 03, 2017
Loading