Results 229 issues of Nutomic

It would be useful to add a plugin hook for new user registration, particularly when registration approval is enabled. The plugin would be called with the answer and other data...

enhancement
area: moderation

The library looks quite good, it includes support for ipv6, rollback on error and standard headers like `x-ratelimit-remaining` (https://github.com/LemmyNet/lemmy/issues/5332). The tricky part is that it uses a lot of generics....

At the moment API responses on main branch look like this (excerpt from `/api/v4/community`): ``` { "community_view": { "community_actions": { "community_id": 3, "person_id": 2, "followed": "2025-03-24T10:15:47.709074Z", "follow_state": "Accepted", "became_moderator": "2025-03-24T10:15:47.705749Z"...

area: api

Login and registration have a very low rate limit of 3 requests per hour. This can easily be hit by mistyping the login password three times in a row, or...

bug

Adds an option when creating/editing posts to disable notifications for new replies (similar to Reddit). The issue also mentions disabling private message notifications but that is handled by https://github.com/LemmyNet/lemmy/pull/4094. Not...

### Requirements - [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support - [X] Did you check to see if this issue already exists? - [X] Is...

area: maintenance

Some instances like lemmy.zip and lemmy.world send custom registration emails which include info like support email address and appeals pathways. It would be reasonable to specify these directly in Lemmy...

enhancement
area: email

Based on [this discussion](https://github.com/diesel-rs/diesel/discussions/4084), diesel doesnt use prepared query cache for raw sql queries which we use for some of the scheduled tasks. This can result in much slower queries....

enhancement
area: database