Sander Saarend
Sander Saarend
Currently, scheduled tasks write site_aggregates values of the current site into rows for all sites due to a missing WHERE clause. This PR limits it only to the row where...
Currently, hot ranks are only updated in our scheduled tasks for content up to a week old. This means that if content older than a week has not decayed to...
## Description I have seen a lot of users confused about data deletion, what is shared with other servers, etc (especially in context of the GDPR). I think it makes...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue In...
https://github.com/LemmyNet/lemmy-ui/pull/1846
Currently, remote site bans are only received if they originate from the user's home instance. This has some downsides: 1. Instances can't check if their users are site banned from...
This PR introduces a new settings parameter, `proxy_bypass_domains`, which allows admins to configure some domains for which image proxying will be skipped. The skipping logic is within the image_proxy/ endpoint...
This fixes two issues with image proxying: 1. Ensure that the original image url gets written to `remote_image`, rather than the proxied url). Otherwise, the url validation logic in the...
#4704 made saving data into the `remote_image` table conditional on a successful image proxying request. In practice, I have found that the first image proxy requests quite often don't finish...
Related: https://github.com/opentrack/opentrack/discussions/1778 This PR improves the tracking with SteamVR trackers. Such trackers can be mounted in different ways, with different orientations and offsets. I have not been able to account...