Conreq icon indicating copy to clipboard operation
Conreq copied to clipboard

A content requesting platform.

Results 48 Conreq issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot...

dependencies

Bumps [titlecase](https://github.com/ppannuto/python-titlecase) 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...

dependencies

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

enhancement
cleanup

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

bug
enhancement

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

enhancement

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.

enhancement

See https://github.com/squidfunk/mkdocs-material/issues/1996 for more info on how

documentation

If a user only requested specific episodes in a series, the series will always be marked as unavailable in tabs such as "My Requests".

bug

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

enhancement

Allow the user to authenticate using cookie/session auth when in debug mode to make it easier to test endpoints.

enhancement