Skip to content
Snippets Groups Projects
  1. Mar 15, 2021
  2. Mar 12, 2021
  3. Mar 07, 2021
  4. Mar 03, 2021
  5. Mar 02, 2021
  6. Mar 01, 2021
  7. Feb 28, 2021
  8. Feb 26, 2021
  9. Feb 24, 2021
  10. Feb 22, 2021
  11. Feb 21, 2021
  12. Feb 19, 2021
  13. Feb 16, 2021
  14. Feb 12, 2021
  15. Feb 11, 2021
  16. Feb 10, 2021
  17. 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
  18. Feb 02, 2021
  19. Jan 31, 2021
  20. Jan 28, 2021
  21. Jan 25, 2021
  22. Jan 22, 2021
  23. Jan 21, 2021
Loading