Conreq
Conreq copied to clipboard
A content requesting platform.
Bumps [django-searchable-encrypted-fields](https://gitlab.com/guywillett/django-searchable-encrypted-fields) from 0.1.9 to 0.2.0. Commits 0372cf6 Update .gitlab-ci.yml file f216e71 Merge branch 'test-max-len255' into 'master' ed921fc Add test for max_len 255. See full diff in compare view [ from 2.3 to 2.4. Commits c1855c5 v2.4 aadcc1f drop python3.6, it EOL'd 7 months ago 4d162ac simplify CI, fix 3.10/3.1 YAML parse bug 60f3ecd convert from nose to...
### Description This PR tracks progress for a fork of Conreq to support a community app store. This will restructure Conreq as a web app platform. See [the readme for...
### Describe the bug When adding a movie through Conreq, a confirmation is sent no matter what. If in the case of Radarr skyhook going down (proxy/cache for tvdb) Conreq...
Create Django unit tests for Conreq Core Automate Django unit tests via GH Look into other automated code analysis GH workflows - flake8, black, isort - codecov
Currently a series is considered automatically resolved if all monitored episodes in the series are available. Change this to check only episodes relevant to the particular issue ticket.
See https://github.com/squidfunk/mkdocs-material/issues/1996 for more info on how
If a user only requested specific episodes in a series, the series will always be marked as unavailable in tabs such as "My Requests".
Ensure the Sonarr/Radarr URL can be accessed prior to saving these settings to the DB. Additionally, ensure `/` does not result in a `304` _(user forgot to input a base...
Allow the user to authenticate using cookie/session auth when in debug mode to make it easier to test endpoints.