A few bug fixes:

  • Fix missing auth on new post refresh. (#764)
  • Change CSP rule for connect-src (websocket) to wildcard (fixes #730) (#737)
  • Increase default search rate limit. (#2424)
  • Rejected federated pm from blocked users (fixes #2398) (#2408)
  • Handle Like, Undo/Like activities from Mastodon, add tests (fixes #2378) (#2380)
  • Revert “Handle Like, Undo/Like activities from Mastodon, add tests (fixes #2378) (#2380)”
  • Handle Like, Undo/Like activities from Mastodon, add tests (fixes #2378) (#2380)
  • Dont allow login if account is banned or deleted (fixes #2372) (#2374)
  • Fix panics in search_by_apub_id() (fixes #2371) (#2373)
    • Dessalines@lemmy.mlOPM
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      We bought some extra hard drive space and are in the process of uploading the backed up pictures. Should be fixed within a few days.

      • poVoq@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        Good to know. Maybe it is possible to store user and community avatars separately from other user uploads to avoid such problems in the future?

        • Dessalines@lemmy.mlOPM
          link
          fedilink
          arrow-up
          1
          ·
          2 years ago

          Probably not, that would mean two separate pict-rs instances for a single lemmy instance.

        • nutomic@lemmy.mlM
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          2 years ago

          Its already supported, but the migration from local disk to s3 isnt working currently.