lemmy icon indicating copy to clipboard operation
lemmy copied to clipboard

🐀 A link aggregator and forum for the fediverse

Results 867 lemmy issues
Sort by recently updated
recently updated
newest added

### Issue Summary Blocking does not prevent blocked users from DMing you ### Steps to Reproduce Block some one and have them message you ### Technical details

bug

### 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...

enhancement
area: database
area: profiles

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...

enhancement

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...

enhancement
federation

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...

hexbear

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...