aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make usernames 5 letter wordsParker2024-07-202-2/+4
|
* Delete Jellyfin accounts when neededParker2024-06-192-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.0Parker2024-05-311-1/+1
|\ | | | | Bump requests from 2.31.0 to 2.32.0
| * ---dependabot[bot]2024-05-211-1/+1
|/ | | | | | | | updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Update README.mdParker2024-05-191-2/+2
|
* Auto search for movie on addition to RadarrParker2024-05-191-0/+6
|
* Fix option value already exists errorsParker2024-05-192-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/CordArrParker2024-05-182-2/+4
|\
| * Update README.mdParker2024-05-191-1/+3
| |
| * Merge pull request #1 from PacketParker/dependabot/pip/requests-2.31.0Parker2024-05-191-1/+1
| |\ | | | | | | Bump requests from 2.28.2 to 2.31.0
| | * Bump requests from 2.28.2 to 2.31.0dependabot[bot]2024-05-191-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 creationParker2024-05-182-2/+7
|/
* Create CordArrParker2024-05-1814-2/+866
|
* Initial commitParker2024-05-173-0/+28