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