Skip to content
Snippets Groups Projects
  1. Mar 19, 2021
  2. Mar 17, 2021
    • Claire's avatar
      Fix cache_collection crashing when given an empty collection (#15921) · 5027abec
      Claire authored
      * Fix cache_collection crashing when given an empty collection
      
      * Add tests
      Unverified
      5027abec
    • Claire's avatar
      Prepare Mastodon for Rails 6 (#15911) · 43eff898
      Claire authored
      * Fix misuse of foreign_type
      
      * Fix use of removed "add_template_helper"
      
      * Use response.media_type instead of response.content_type in tests
      
      * Fix CSV export controller test on Rails 6
      
      Rails 6 sets a "filename*" field in the Content-Disposition header to
      explicitly encode the filename as UTF-8.
      
      This changes checks the first part of the Content-Disposition header so
      it matches in both Rails 5 and Rails 6.
      
      * Fix emoji formatting with Rails 6
      
      * Make emoji output more idiomatic and robust
      
      * Switch from redis-rails gem to built-in Rails redis cache storage
      Unverified
      43eff898
  3. Mar 15, 2021
  4. Mar 12, 2021
  5. Mar 07, 2021
  6. Mar 03, 2021
  7. Mar 02, 2021
  8. Mar 01, 2021
  9. Feb 28, 2021
  10. Feb 26, 2021
  11. Feb 24, 2021
  12. Feb 22, 2021
  13. Feb 21, 2021
  14. Feb 19, 2021
  15. Feb 16, 2021
  16. Feb 12, 2021
  17. Feb 11, 2021
  18. Feb 10, 2021
  19. Feb 09, 2021
    • Claire's avatar
      Create instance actor if it hasn't been properly seeded (#15693) · acdeb162
      Claire authored
      An uncommon but somewhat difficult to digagnose issue is dealing with
      improperly-seeded databases. In such cases, instance-signed fetches will
      fail with a ActiveRecord::RecordNotFound error, usually caught and handled
      as generic 404, leading people to think the remote resource itself has not
      been found, while it's the local instance actor that does not exist.
      
      This commit changes the code so that failure to find the instance actor
      automatically creates a new one, so that improperly-seeded databases do
      not cause any issue.
      Unverified
      acdeb162
    • Eugen Rochko's avatar
      Change max. image dimensions to 1920x1080px (1080p) (#15690) · acf18428
      Eugen Rochko authored
      * Change max. image size to 1920x1080px
      
      * Change it in web UI too
      Unverified
      acf18428
  20. Feb 02, 2021
  21. Jan 31, 2021
  22. Jan 28, 2021
Loading