Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix user updates and restrict acc. moreHEADmain | Parker | 2025-06-16 | 1 | -6/+11 |
| | |||||
* | Remove testing print statement | Parker | 2025-06-16 | 1 | -1/+0 |
| | |||||
* | Merge branch 'dev' | Parker | 2025-01-22 | 11 | -164/+193 |
|\ | |||||
| * | Safety check | Parker | 2025-01-22 | 1 | -7/+9 |
| | | |||||
| * | Remove view properly | Parker | 2025-01-22 | 1 | -4/+4 |
| | | |||||
| * | Defer response | Parker | 2025-01-21 | 1 | -9/+5 |
| | | |||||
| * | Fix database creation | Parker | 2025-01-21 | 3 | -11/+15 |
| | | |||||
| * | Fixes + Use SQLAlchemy | Parker | 2025-01-21 | 10 | -134/+165 |
| | | |||||
| * | Deferral fix | Parker | 2025-01-20 | 3 | -17/+13 |
| | | |||||
| * | Follow-up | Parker | 2025-01-20 | 1 | -2/+2 |
|/ | |||||
* | Defer | Parker | 2025-01-20 | 1 | -0/+4 |
| | |||||
* | Fix | Parker | 2025-01-20 | 1 | -1/+1 |
| | |||||
* | Test | Parker | 2025-01-20 | 1 | -5/+5 |
| | |||||
* | Test type | Parker | 2025-01-20 | 1 | -13/+13 |
| | |||||
* | Add public_url field for Jellyfin acc. creation | Parker | 2025-01-20 | 3 | -6/+17 |
| | |||||
* | Sonarr check | Parker | 2025-01-20 | 1 | -0/+3 |
| | |||||
* | Update incorrect keys | Parker | 2025-01-20 | 1 | -2/+2 |
| | |||||
* | Give message for no overview | Parker | 2025-01-20 | 1 | -1/+1 |
| | |||||
* | Check for KeyError | Parker | 2025-01-20 | 1 | -1/+6 |
| | |||||
* | Fix | Parker | 2025-01-20 | 1 | -3/+0 |
| | |||||
* | Safety check | Parker | 2025-01-20 | 1 | -1/+4 |
| | |||||
* | Remove restrictive URL checkers | Parker | 2025-01-20 | 2 | -28/+3 |
| | |||||
* | Update path | Parker | 2025-01-20 | 1 | -2/+2 |
| | |||||
* | Put database within data dir | Parker | 2025-01-20 | 6 | -7/+9 |
| | |||||
* | Add USER 1000:1000 | Parker | 2025-01-20 | 1 | -0/+2 |
| | |||||
* | Fix mentions of diff. project | Parker | 2025-01-20 | 1 | -2/+2 |
| | |||||
* | Add Docker image | Parker | 2025-01-19 | 1 | -4/+0 |
| | |||||
* | Add Docker image | Parker | 2025-01-19 | 8 | -9/+111 |
| | |||||
* | Overhaul + Sonarr support! | Parker | 2025-01-19 | 18 | -688/+1071 |
| | |||||
* | Log quality profile information when needed | Parker | 2024-12-24 | 1 | -21/+82 |
| | |||||
* | Reference SIMPLE_ACCOUNTS variable | Parker | 2024-07-20 | 1 | -0/+1 |
| | |||||
* | Add ability to have simple passwords | Parker | 2024-07-20 | 3 | -4/+22 |
| | |||||
* | Make usernames 5 letter words | Parker | 2024-07-20 | 2 | -2/+4 |
| | |||||
* | Delete Jellyfin accounts when needed | Parker | 2024-06-19 | 2 | -11/+34 |
| | | | | Jellyfin accounts never actually got deleted from Jellyfin, I forgot to write that part. So now the accounts are properly deleted from both Jellyfin and the DB. | ||||
* | Merge pull request #2 from PacketParker/dependabot/pip/requests-2.32.0 | Parker | 2024-05-31 | 1 | -1/+1 |
|\ | | | | | Bump requests from 2.31.0 to 2.32.0 | ||||
| * | --- | dependabot[bot] | 2024-05-21 | 1 | -1/+1 |
|/ | | | | | | | | updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Update README.md | Parker | 2024-05-19 | 1 | -2/+2 |
| | |||||
* | Auto search for movie on addition to Radarr | Parker | 2024-05-19 | 1 | -0/+6 |
| | |||||
* | Fix option value already exists errors | Parker | 2024-05-19 | 2 | -47/+41 |
| | | | | An error would occur if two movies with the same name and year were returned. This has been fixed, and the TMDB ID is also added to the dropdown description. | ||||
* | Merge branch 'main' of https://github.com/PacketParker/CordArr | Parker | 2024-05-18 | 2 | -2/+4 |
|\ | |||||
| * | Update README.md | Parker | 2024-05-19 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #1 from PacketParker/dependabot/pip/requests-2.31.0 | Parker | 2024-05-19 | 1 | -1/+1 |
| |\ | | | | | | | Bump requests from 2.28.2 to 2.31.0 | ||||
| | * | Bump requests from 2.28.2 to 2.31.0 | dependabot[bot] | 2024-05-19 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* / | Add `ACCOUNT_TIME` to config creation | Parker | 2024-05-18 | 2 | -2/+7 |
|/ | |||||
* | Create CordArr | Parker | 2024-05-18 | 14 | -2/+866 |
| | |||||
* | Initial commit | Parker | 2024-05-17 | 3 | -0/+28 |