dessalines:

In addition to the release on monday, mostly helped fix front end bugs, as well as prepare some new UI features that got added to the back end.

  • Added validate matrix ID to front end. #245
  • Fixed displaying HTML tags. #254
  • Fixed unban user. #248
  • Fixed navigating to user page. #239
  • Fixed instances page in UI. #237
  • Fixed post page title fetching bug in UI. #236
  • Added community sorting by top monthly to UI. #244
  • Added ChangePassword endpoint to lemmy-js-client, and UI. #246

nutomic:

I finally got around to implement another federation feature, federated bans. That means if a user is banned in a community on instance alpha, the ban will be shown on instance beta, which wasn’t the case so far. This finishes another NLnet milestone.

  • Better behaviour of new config implementation #1545 #1552
  • Federate community bans #1553
  • Automatically push latest dev builds of lemmy and lemmy-ui to Docker Hub (using tag :dev) #1557 #255