* feat: add Overseerr migration
* refactor: rename to Seerr
* refactor: more rename to Seerr
* feat: update the value of the MediaStatus.DELETED enum
* fix: add more details in migration logs
* fix: replace .update by .save for TypeORM hooks
* fix: add fake migration to skip the duplicated UpdateWebPush migration
* fix: rewrite the AddUserAvatarCacheFields migration for Overseerr merge
* fix: replace jellyseerr migrations with a dedicated one for overseerr
* fix: update overseerr migration
* fix: update overseerr migration
* fix: remove irrelevant changes
* fix: typos
* docs: update jsdoc comment
* docs: update seerr description
* docs: fix the contributing.md link
* fix: remove unwanterd change on postgres dev datasource
* docs: add latest tag to docker image
* fix: migrate old deleted status for 4k media
* fix: update Seerr version check
* fix: include video content in the blacklisted tags processing job
Modified the “blacklisted tags” job to include adult & video content, this correctly blacklists more
adult films that were always missed, even if they had the tag.
* refactor: remove dead code
* refactor: remove redundant explicit arguments
This PR fixes an issue where removing 4K movies from Radarr failed when multiple Radarr instances were configured. The backend was misparsing boolean query parameters and using string slugs instead of TMDB IDs. The fix ensures that the correct 4K Radarr instance is targeted and that TMDB IDs are used for movie removal.
Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me>
* ci: add a new workflow to close AI-generated PRs
This PR adds a workflow to automatically close the PRs with too much AI-generated code.
* fix: apply review comments
* refactor(adds package): this adds the validator package and removes email-validator from dependencys
* refactor(auth.ts and email.ts): migrates from EmailValidator to validator
* ci(ci.yml,release.yml): removes the need for 3rd party actions
This will stop the need to use `sarisia/actions-status-discord` &
`technote-space/workflow-conclusion-action`
* revert(ci.yml): added the logic back to the if condition
* ci: updated all workflows to be pineed to commit hashes ahead of renovate connection
* ci: update doc links regex
* ci: bump version for codeql-action
* ci: bump version for action/cache to v4.2.0
* ci: adding package-manager-cache: false to the node v5 setup steps
* ci: remove the --include to test precedence as it was overriding
* chore: added missing @ from commit hash
* ci: updates to shas to bring up to latest, also update to renovate config to account for major versions
* chore: update renovate global minimum age settings
* updated node sha
* Apply suggestion from @M0NsTeRRR
Co-authored-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
* Apply suggestion from @M0NsTeRRR
Co-authored-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
* Apply suggestion from @M0NsTeRRR
Co-authored-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
* Apply suggestion from @M0NsTeRRR
* Apply suggestion from @M0NsTeRRR
---------
Co-authored-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>