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 |
| | |||||
* | 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 | 9 | -133/+163 |
| | |||||
* | 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 | 2 | -5/+15 |
| | |||||
* | 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 | 1 | -27/+3 |
| | |||||
* | Update path | Parker | 2025-01-20 | 1 | -2/+2 |
| | |||||
* | Put database within data dir | Parker | 2025-01-20 | 6 | -7/+9 |
| | |||||
* | Add Docker image | Parker | 2025-01-19 | 1 | -1/+7 |
| | |||||
* | Overhaul + Sonarr support! | Parker | 2025-01-19 | 15 | -663/+1049 |
| | |||||
* | Log quality profile information when needed | Parker | 2024-12-24 | 1 | -21/+82 |
| | |||||
* | Add ability to have simple passwords | Parker | 2024-07-20 | 3 | -4/+22 |
| | |||||
* | Make usernames 5 letter words | Parker | 2024-07-20 | 1 | -1/+2 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | Add `ACCOUNT_TIME` to config creation | Parker | 2024-05-18 | 2 | -2/+7 |
| | |||||
* | Create CordArr | Parker | 2024-05-18 | 10 | -0/+800 |