Skip to content
Snippets Groups Projects
  1. Mar 01, 2021
  2. Feb 28, 2021
  3. Feb 26, 2021
  4. Feb 24, 2021
  5. Feb 22, 2021
  6. Feb 21, 2021
  7. Feb 19, 2021
  8. Feb 16, 2021
  9. Feb 12, 2021
  10. Feb 11, 2021
  11. Feb 10, 2021
  12. 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
  13. Feb 02, 2021
  14. Jan 31, 2021
  15. Jan 28, 2021
  16. Jan 25, 2021
  17. Jan 22, 2021
  18. Jan 21, 2021
  19. Jan 19, 2021
  20. Jan 12, 2021
  21. Jan 10, 2021
  22. Jan 09, 2021
  23. Jan 08, 2021
  24. Jan 07, 2021
    • abcang's avatar
      Fix rubocop config and warnings (#15503) · efffdd37
      abcang authored
      * disable NewCops
      
      * update TargetRubyVersion
      
      * Fix Lint/MissingSuper for ActiveModelSerializers::Model
      
      * Fix Lint/MissingSuper for feed
      
      * Fix Lint/FloatComparison
      
      * Do not use instance variables
      Unverified
      efffdd37
Loading