Results 229 issues of Nutomic

Dont mess with auto-generated code, this avoids problems with clippy after running diesel commands

Makes it so that deleted and removed posts/comments are only shown on the creator's profile page in the following cases: - When user views his own profile, he can view...

Our CI currently uses the Docker image `rustdocker/rust:nightly` for running `cargo fmt -- --check` in CI, to ensure that Rust code is correctly formatted. This is a problem because it...

enhancement
maintenance

Replaces #3304. There were a number of problems with that one, most importantly error responses being formatted incorrectly so that api tests would fail. Also some errors were renamed, eg...

A very basic check which every day tries to connect to every known instance. If the connection fails or returns something different than HTTP 200, the instance is marked as...

The person table is for federated data, but admin flag can only apply to local users. Thats why it really belongs in the local_user table. This will also prevent the...

breaking change

Current version is yanked and breaks crates.io publish. I originally tried to upgrade all deps, but that results in weird build errors from syn crate.

Lets wait until after 0.18.1 to merge this.

Many of the currently open pull requests are for adding new lemmy-ui user settings, for example keyboard navigation or infinite scroll. These settings are surely useful, but the process for...

discussion