• @nutomicOPMA
    link
    153 years ago

    This week we finally enabled federation in production, after working on it for almost a full year! That required some organisational work, so we had less time for coding than usual. We are also in the process of reorganizing the Lemmy Council, from only lemmy.ml admins to a group for admins of different instances (and a separate group for lemmy.ml admins).

    As for programming, here is what I did:

    • tried to speed up Lemmy compilation time (again, and again without real success)
    • some work towards making our ActivityPub implementation compatible with the standard
    • improved account deletion (so the profile is hidden, and fields like email are removed)
    • DessalinesA
      link
      93 years ago

      :partying face:

      I have family visiting this week, so I didn’t get too much done, except for helping with the federation deploy. A few things:

      • Added an RSS feed for Local (We already had ones for All and Subscribed), since local is the default view for new accounts now anyway.
      • Changed all references for dev.lemmy.ml to lemmy.ml in all our repos.
      • Added a CSP policy for the front end.
      • Finished up a PR for a cargo-chef docker build.