aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix user updates and restrict acc. moreHEADmainParker2025-06-161-6/+11
|
* Remove testing print statementParker2025-06-161-1/+0
|
* Merge branch 'dev'Parker2025-01-2211-164/+193
|\
| * Safety checkParker2025-01-221-7/+9
| |
| * Remove view properlyParker2025-01-221-4/+4
| |
| * Defer responseParker2025-01-211-9/+5
| |
| * Fix database creationParker2025-01-213-11/+15
| |
| * Fixes + Use SQLAlchemyParker2025-01-2110-134/+165
| |
| * Deferral fixParker2025-01-203-17/+13
| |
| * Follow-upParker2025-01-201-2/+2
|/
* DeferParker2025-01-201-0/+4
|
* FixParker2025-01-201-1/+1
|
* TestParker2025-01-201-5/+5
|
* Test typeParker2025-01-201-13/+13
|
* Add public_url field for Jellyfin acc. creationParker2025-01-203-6/+17
|
* Sonarr checkParker2025-01-201-0/+3
|
* Update incorrect keysParker2025-01-201-2/+2
|
* Give message for no overviewParker2025-01-201-1/+1
|
* Check for KeyErrorParker2025-01-201-1/+6
|
* FixParker2025-01-201-3/+0
|
* Safety checkParker2025-01-201-1/+4
|
* Remove restrictive URL checkersParker2025-01-202-28/+3
|
* Update pathParker2025-01-201-2/+2
|
* Put database within data dirParker2025-01-206-7/+9
|
* Add USER 1000:1000Parker2025-01-201-0/+2
|
* Fix mentions of diff. projectParker2025-01-201-2/+2
|
* Add Docker imageParker2025-01-191-4/+0
|
* Add Docker imageParker2025-01-198-9/+111
|
* Overhaul + Sonarr support!Parker2025-01-1918-688/+1071
|
* Log quality profile information when neededParker2024-12-241-21/+82
|
* Reference SIMPLE_ACCOUNTS variableParker2024-07-201-0/+1
|
* Add ability to have simple passwordsParker2024-07-203-4/+22
|
* 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