Skip to content
Snippets Groups Projects
  1. May 17, 2018
  2. May 14, 2018
  3. May 06, 2018
  4. May 03, 2018
    • ThibG's avatar
      Fixes/do not override timestamps (#7336) · a2460596
      ThibG authored
      * Revert "Fixes/do not override timestamps (#7331)"
      
      This reverts commit 581a5c9d.
      
      * Document Snowflake ID corner-case a bit more
      
      Snowflake IDs are used for two purposes: making object identifiers harder to
      guess and ensuring they are in chronological order. For this reason, they
      are based on the `created_at` attribute of the object.
      
      Unfortunately, inserting items with older snowflakes IDs will break the
      assumption of consumers of the paging APIs that new items will always have
      a greater identifier than the last seen one.
      
      * Add `override_timestamps` virtual attribute to not correlate snowflake ID with created_at
      a2460596
  5. 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
      cb5b5cb5
  6. Apr 26, 2018
  7. Apr 23, 2018
  8. Apr 22, 2018
  9. Apr 20, 2018
  10. Apr 02, 2018
  11. 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
      2a90da18
  12. Mar 24, 2018
  13. Mar 22, 2018
  14. Mar 20, 2018
  15. Mar 19, 2018
  16. Mar 17, 2018
  17. Mar 13, 2018
  18. Mar 12, 2018
  19. Mar 11, 2018
  20. Mar 09, 2018
  21. Mar 08, 2018
  22. Mar 07, 2018
  23. Mar 06, 2018
  24. Mar 04, 2018
  25. Mar 01, 2018
  26. Feb 28, 2018
  27. Feb 26, 2018
  28. Feb 21, 2018
Loading