Skip to content
Snippets Groups Projects
  1. Oct 25, 2021
  2. Mar 24, 2021
  3. Dec 22, 2020
  4. Jun 03, 2020
  5. Jun 02, 2020
  6. Feb 29, 2020
  7. Sep 23, 2019
  8. Oct 04, 2018
  9. 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
  10. Aug 26, 2018
  11. Aug 25, 2018
  12. Aug 21, 2018
  13. Aug 11, 2018
  14. Jun 04, 2018
  15. May 30, 2018
  16. 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
  17. Apr 23, 2018
  18. Apr 22, 2018
  19. Apr 02, 2018
  20. 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
  21. Mar 24, 2018
  22. Mar 17, 2018
  23. Mar 12, 2018
  24. Mar 09, 2018
  25. Mar 08, 2018
  26. Mar 01, 2018
  27. Feb 26, 2018
  28. Feb 21, 2018
  29. Feb 11, 2018
  30. Jan 18, 2018
  31. Jan 15, 2018
  32. Dec 24, 2017
  33. Dec 07, 2017
  34. Nov 11, 2017
  35. Nov 08, 2017
  36. Sep 16, 2017
Loading