@nutomic:

  • Started working on federated moderation (ie, allowing users from another instance to mod local communities)
  • Remove categories from lemmy-js-client, lemmy-ui and lemmy-docs
  • Tried to get configuration with environment variables working again after config rewrite (without success)
  • Various code maintenance tasks

@dessalines:

  • Got the new settings working with deser-hjson, so lemmy builds on rust 1.50.0 and nightly now! #1270
  • Added a back-end password length check. #1473
  • Added translation support to join.lemmy.ml, this involved going through all the templates and creating translation strings. #6
  • Working on splitting the user table. !1428
  • Fixed an issue with missing avatars or icons breaking server startup. #1477
  • Removed some extra references to category_id in the back-end code.

Special thanks to @ayoon for their work in typing additional URL fields. !1468

Thanks also to @shilangyu for adding type checking to i18n types.