Results 229 issues of Nutomic

Indicate which posts were read by the current user or not. Tracking read status for comments needs upstream change: https://github.com/LemmyNet/lemmy/issues/2352

enhancement

Is there any way to run the test suite locally? Fixing failures is really slow when I have to make a new release build and deploy it for every change....

![Screenshot_20201216_203916](https://user-images.githubusercontent.com/1044450/102397894-709fbc80-3fd6-11eb-8a1e-9dbf448c4527.jpg) For this step (and the one before), I sent private messages from enterprise.lemmy.ml to the indicated user, but nothing happens. It just keeps displaying the same message until I...

It would previously only look in the local database for blocked communities and users. This changes it so that they are actually fetched from the remote instance for blocking. Depends...

`LocalUser::update` was throwing an error if there was nothing changed. Not sure why `Person::update` is working as both queries seem identical.

This PR adds a basic plugin hook using [Extism](https://github.com/extism/extism) (webassembly), including a simple example plugin written in Go. Plugins can also be written in many other languages like JS, Rust,...

We have all sorts of separate error messages for `NotFound`, such as [these](https://github.com/LemmyNet/lemmy/blob/d075acce43f2bd1c88f34729284c52f757d60cd1/crates/utils/src/error.rs#L44-L55): ``` CouldntFindCommunity, CouldntFindPerson, CouldntFindComment, CouldntFindCommentReport, CouldntFindPostReport, CouldntFindPrivateMessageReport, CouldntFindLocalUser, CouldntFindPersonMention, CouldntFindRegistrationApplication, CouldntFindCommentReply, CouldntFindPrivateMessage, CouldntFindActivity, ``` I dont think...

enhancement
area: api