Skip to content
Snippets Groups Projects
  1. Sep 23, 2019
  2. Oct 04, 2018
  3. 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
  4. Aug 26, 2018
  5. Aug 25, 2018
  6. Aug 21, 2018
  7. Aug 11, 2018
  8. Jun 04, 2018
  9. May 30, 2018
  10. 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
  11. Apr 23, 2018
  12. Apr 22, 2018
  13. Apr 02, 2018
  14. 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
  15. Mar 24, 2018
  16. Mar 17, 2018
  17. Mar 12, 2018
  18. Mar 09, 2018
  19. Mar 08, 2018
  20. Mar 01, 2018
  21. Feb 26, 2018
  22. Feb 21, 2018
  23. Feb 11, 2018
  24. Jan 18, 2018
  25. Jan 15, 2018
  26. Dec 24, 2017
  27. Dec 07, 2017
  28. Nov 11, 2017
  29. Nov 08, 2017
  30. Sep 16, 2017
  31. 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
  32. 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
  33. Sep 03, 2017
  34. Sep 01, 2017
    • Eugen Rochko's avatar
      Make PreviewCard records reuseable between statuses (#4642) · 7dc50350
      Eugen Rochko authored
      * Make PreviewCard records reuseable between statuses
      
      **Warning!** Migration truncates preview_cards tablec
      
      * Allow a wider thumbnail for link preview, display it in horizontal layout (#4648)
      
      * Delete preview cards files before truncating
      
      * Rename old table instead of truncating it
      
      * Add mastodon:maintenance:remove_deprecated_preview_cards
      
      * Ignore deprecated_preview_cards in schema definition
      
      * Fix null behaviour
      7dc50350
  35. Aug 20, 2017
    • Eugen Rochko's avatar
      ActivityPub migration procedure (#4617) · 6e9eda53
      Eugen Rochko authored
      * ActivityPub migration procedure
      
      Once one account is detected as going from OStatus to ActivityPub,
      invalidate WebFinger cache for other accounts from the same domain
      
      * Unsubscribe from PuSH updates once we receive an ActivityPub payload
      
      * Re-subscribe to PuSH unless already unsubscribed, regardless of protocol
      6e9eda53
Loading