0xsysr3ll
0xsysr3ll
A little fix to disable this message : InsecureRequestWarning: Unverified HTTPS request is being made to host 'www.nitrxgen.net'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
fix(migration): add cleanup step for duplicate push subscriptions before enforcing unique constraint
## Description This PR fixes duplicate `user_push_subscription` entries by removing them before applying the `UNIQUE` constraint on `(endpoint, userId)`. - Fixes #2265 ## How Has This Been Tested? 1. Inserted...
## Description This PR adds the ability to configure custom HTTP headers for webhook notifications. - Supersedes https://github.com/seerr-team/seerr/pull/1948 ## How Has This Been Tested? - Added custom headers via the...
#### Description This allows Jellyseerr to track the availability status of individual episodes, enabling better status reporting for partially available seasons. #### Screenshot (if UI-related)   #### To-Dos -...
#### Description This PR introduces new settings for blacklisting content based on region and language, allowing users to filter out specific content independently from the general discover settings. #### Screenshot...
#### Description This PR fixes requests silently failing when Radarr/Sonarr are unreachable. Requests are now marked as `FAILED` and notifications are sent to alert both users and admins. Additionally, this...