Skip to content
Snippets Groups Projects
  1. Nov 10, 2022
    • F's avatar
      Make enable_starttls configurable by envvars (#20321) · 9feba112
      F authored
      ENABLE_STARTTLS is designed to replace ENABLE_STARTTLS_AUTO by accepting
      three values: 'auto' (the default), 'always', and 'never'. If
      ENABLE_STARTTLS isn't provided, we fall back to ENABLE_STARTTLS_AUTO. In
      this way, this change should be fully backwards compatible.
      
      Resolves #20311
      Unverified
      9feba112
  2. Nov 02, 2022
  3. Aug 28, 2022
    • luzpaz's avatar
      Fix typos (#18604) · 4aa3b9bd
      luzpaz authored
      * Fix typos
      
      Found via `codespell -q 3 -S ./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,keypair,medias,pixelx,ro`
      
      * Follow-up typo fix
      Unverified
      4aa3b9bd
  4. May 09, 2022
  5. Jan 20, 2022
  6. Nov 11, 2021
  7. Oct 25, 2021
  8. Mar 24, 2021
  9. Dec 22, 2020
  10. Jun 03, 2020
  11. Jun 02, 2020
  12. Feb 29, 2020
  13. Sep 23, 2019
  14. Oct 04, 2018
  15. 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
  16. Aug 26, 2018
  17. Aug 25, 2018
  18. Aug 21, 2018
  19. Aug 11, 2018
  20. Jun 04, 2018
  21. May 30, 2018
  22. 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
  23. Apr 23, 2018
  24. Apr 22, 2018
  25. Apr 02, 2018
  26. 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
  27. Mar 24, 2018
  28. Mar 17, 2018
  29. Mar 12, 2018
  30. Mar 09, 2018
  31. Mar 08, 2018
  32. Mar 01, 2018
  33. Feb 26, 2018
  34. Feb 21, 2018
  35. Feb 11, 2018
  36. Jan 18, 2018
Loading