lemmy
lemmy copied to clipboard
🐀 A link aggregator and forum for the fediverse
### Issue Summary Blocking does not prevent blocked users from DMing you ### Steps to Reproduce Block some one and have them message you ### Technical details
### Is your proposal related to a problem? It's hard to remember a user "track record", if he is particulary helpful or borders on trolling. ### Describe the solution you'd...
For front end issues, use [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) ### Is your proposal related to a problem? When looking at the "all" feed and even sorting by "top week" , it is basically...
Addresses issue: https://github.com/LemmyNet/lemmy-ui/issues/555 In summary, this PR does the following: * (minor) fixes running on windows build * Adds three new filter inputs to the Modlog: Action, Mod, and User...
Found a bug? Please fill out the sections below. 👍 For front end issues, use [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) ### Issue Summary When i search for a blog in writefreely, lemmy does not...
This should make image posts from lotide federate correctly
How this works: - You view a post. - It calls `GetComments`, and sets a field on a new table, `PersonPostAggregates`, to the comment count. - The PostView now has...
### Is your proposal related to a problem? This is an issue of accessibility. People tend to get to know each other on smaller instances. Therefore, talking about users using...
Should mean we have to manually update these less often.
- Adds a new boolean column to the site table, `application_email_admins` . Should this be default false, or true? - Added a view to get admins with emails. - Added...