Commit Graph

299 Commits

Author SHA1 Message Date
Maximilian Dorninger
bf70fb7a2c Merge pull request #16 from maxdorninger/add-versions
Fix the dockerfiles and startup scripts
v1.2.4
2025-06-30 17:18:33 +02:00
maxDorninger
4d67db6545 fix the docker files and startup scripts, also fix a bug in the hello world route of the backend 2025-06-30 17:17:21 +02:00
maxDorninger
a3a61710d3 trying to optimize runtime of worklfow building the frontend containers 2025-06-30 15:46:59 +02:00
Maximilian Dorninger
1bd3653d77 Merge pull request #15 from maxdorninger/add-versions
Fix bugs and other small enhancements
v1.2.3
2025-06-30 15:27:51 +02:00
maxDorninger
17272207cf update backend docker file 2025-06-30 15:08:42 +02:00
maxDorninger
e965490a65 add startup script to frontend docker container 2025-06-30 15:02:17 +02:00
maxDorninger
548ba4535c update worklfow for backend 2025-06-30 14:56:51 +02:00
maxDorninger
a1403d7805 update readme 2025-06-30 14:24:13 +02:00
maxDorninger
908e51c404 update backend startup script 2025-06-30 14:21:33 +02:00
maxDorninger
be3e7f8cd8 format files 2025-06-30 14:14:20 +02:00
maxDorninger
f837a75c73 add version to api, add hello world route to api and optimize the backend's dockerfile 2025-06-30 14:12:24 +02:00
maxDorninger
b6af87ea88 fix weekly tasks being triggered every hour 2025-06-30 14:00:56 +02:00
maxDorninger
992ac94b0e fix query parameter name mismatch in movies router.py 2025-06-30 13:52:38 +02:00
maxDorninger
2ad0275cd7 optimize the frontend's dockerfile and fix version not displaying in the frontend 2025-06-30 13:29:02 +02:00
maxDorninger
51871d8af2 fix favicon not displaying v1.2.2 2025-06-30 11:21:50 +02:00
maxDorninger
c3b42ead0e fix the version not being displayed in the frontend 2025-06-30 11:15:32 +02:00
maxDorninger
c251f8d2e4 fix faulty sqlalchemy join 2025-06-30 11:07:53 +02:00
maxDorninger
741fc9c76e fix bug which prevents user to add a movie through the frontend 2025-06-30 10:44:49 +02:00
maxDorninger
feb6df1aaa remove links in torrent-table to non-existant torrent pages v1.2.1 2025-06-30 10:12:01 +02:00
maxDorninger
4fc9c84370 format files 2025-06-30 10:09:32 +02:00
maxDorninger
ad76d7c338 fix bug which causes the backend to crash when trying to import a season (function returns 3 values, but only 2 were expected) 2025-06-30 10:08:12 +02:00
maxDorninger
1ba4027547 add proper titles to every page 2025-06-29 23:49:59 +02:00
maxDorninger
ff0a410d2c fix favicon not working 2025-06-29 23:35:59 +02:00
maxDorninger
44b9137b64 remove trailing slashes in some routes 2025-06-29 23:30:23 +02:00
maxDorninger
08883de98d Merge remote-tracking branch 'origin/master'
# Conflicts:
#	Dockerfile
2025-06-29 20:56:33 +02:00
maxDorninger
7923f0ee10 fix startup command for backend docker container 2025-06-29 20:55:57 +02:00
maxDorninger
e10f541bb7 fix startup command for backend docker container 2025-06-29 20:33:03 +02:00
maxDorninger
7da6a1a908 fix wrong import in frontend v1.2.0 2025-06-29 17:39:15 +02:00
maxDorninger
61705511b5 format files 2025-06-29 17:31:22 +02:00
maxDorninger
bfdaf76719 Merge remote-tracking branch 'origin/master' 2025-06-29 17:26:20 +02:00
maxDorninger
63c9c560b4 store scheduled tasks in db, so the scheduler's timer won't restart on app restart 2025-06-29 17:25:54 +02:00
maxDorninger
d63825a684 fix bugs preventing the successful build of the arm frontend and backend images 2025-06-29 16:54:12 +02:00
maxDorninger
1a9a0cfadb fix bug in jackett which causes it to only search tv shows 2025-06-29 16:47:54 +02:00
maxDorninger
d2756bcafa updating docs regarding trailing slashes in urls in env vars 2025-06-29 16:31:16 +02:00
maxDorninger
83521a36ff add feature: password resets via email 2025-06-29 16:26:01 +02:00
maxDorninger
1732bde281 fix bug which causes only recommended shows/movies to be displayed when trying to add media 2025-06-29 11:24:12 +02:00
Maximilian Dorninger
474084264e Merge pull request #14 from maxdorninger/build-arm-docker-images
edit workflows to also make arm binaries
2025-06-29 00:10:54 +02:00
maxDorninger
41eeeb7ed5 remove armv7 target architecture from workflows 2025-06-29 00:09:11 +02:00
maxDorninger
3b3ce6b52f edit workflows to also run on pull_requests 2025-06-29 00:04:30 +02:00
maxDorninger
b529c6cfcc edit workflows to also make arm binaries 2025-06-29 00:01:21 +02:00
maxDorninger
d446747e3b fix Dockerfile of metadata_relay 2025-06-28 23:46:25 +02:00
maxDorninger
85e1515cb9 quick fixes 2025-06-28 23:24:53 +02:00
Maximilian Dorninger
a527cb4106 Merge pull request #13 from maxdorninger/merge-frontend-and-backend-container
A lot  of changes and new features!
2025-06-28 23:15:56 +02:00
maxDorninger
0b8b57c574 turns out intellij formats the code before committing which causes the ci/cd checks to fail 2025-06-28 23:12:59 +02:00
maxDorninger
6bade43d38 edit frontend code to pass ci/cd checks 2025-06-28 23:06:23 +02:00
maxDorninger
5ded6e5498 edit docs and readme 2025-06-28 22:55:26 +02:00
maxDorninger
e44fb29852 format files 2025-06-28 22:49:23 +02:00
maxDorninger
a1c7b9b941 format files 2025-06-28 22:46:38 +02:00
maxDorninger
ab377ecfdc update dependencies 2025-06-28 22:45:23 +02:00
maxDorninger
85562fddc0 update docs 2025-06-28 22:43:17 +02:00