• DessalinesA
    link
    83 years ago

    Some things I did:

    • Made /c/Local not /c/All the default for unlogged-in users.
    • Fixed a bug with stickied order pointed out by @IronOxidizer@lemmy.ml
    • In testing federation, we found a few bugs that were fixed by adding no conflict to our database table triggers, as well as fixing an issue when a user from a blocked instance was in the post outbox. Also fixed an issue with a local filter not working correctly.
    • Changed the default new theme to browser from darkly in the server code.
    • Added an optional community_name field to search.
    • Added a password length checker in the server.
    • Mirrored every LemmyNet repo on codeberg.org.
    • Fixed some docs.
    • Updated translations.
    • @nutomicOPMA
      link
      53 years ago

      So much more detailed than mine 👍

  • @clockwise_bit
    link
    73 years ago

    Good job! Looking forward to a stable implementation of the federated version.

    • @SirLotsaLocks
      link
      33 years ago

      Yeah I think it will be the thing that sets lemmy off, with the biggest instance not having user created comms it will incentivise using other federated communities which will boost activity across thelemmyverse

  • @nutomicOPMA
    link
    53 years ago

    I was mainly busy writing documentation this week. This is very useful also because I can notice inconsistencies and problems in our ActivityPub implementation. You can find the docs here, the second one is still work on progress:

    https://github.com/LemmyNet/lemmy/blob/apub-outline/docs/src/contributing_federation_overview.md https://github.com/LemmyNet/lemmy/blob/apub-outline/docs/src/contributing_apub_api_outline.md

    I was also fighting some renewed DDoS on yerbamate.dev, without much success. At the moment its working again, but not sure for how long. So for now I’m doing my PRs on Github.