956 Commits

Author SHA1 Message Date
maxid
bfe4b05ca3 add spinner component 2025-12-07 17:36:45 +01:00
maxid
d65e00206d fix bug that causes saving of notifications to fail 2025-12-07 17:22:18 +01:00
maxid
247a562f7b remove stray code from notification schemas 2025-12-07 17:15:41 +01:00
maxid
9bbd6ee6df add show_id part to route 2025-12-07 17:13:56 +01:00
maxid
64bcd85287 make add_show endpoint always return the show 2025-12-07 16:05:10 +01:00
maxid
579ceb6e87 remove response model from route which doe not return anything 2025-12-07 15:31:29 +01:00
maxid
fdaaf099cb add ability to import existing media 2025-12-07 15:29:03 +01:00
Maximilian Dorninger
8e719ef94f Merge pull request #222 from maxdorninger/hotfix-fix-frontend-url
fix bug where extra slash is appended to the frontend_url
2025-12-07 00:52:45 +01:00
Maximilian Dorninger
1b03a57c3e Merge pull request #221 from maxdorninger/add-stats-to-dashboard
Add stats to dashboard
2025-12-07 00:29:40 +01:00
maxid
1f60db20f3 fix bug where extra slash is appended to the frontend_url, causing oauth to not work 2025-12-07 00:29:17 +01:00
maxid
5200821b60 update formatting of welcome message 2025-12-07 00:23:16 +01:00
maxid
92b9bff892 update package-lock.json 2025-12-06 23:49:40 +01:00
maxid
30f5ecd997 make eslint svelte resolve rule only warn 2025-12-06 23:33:53 +01:00
maxid
e117bed738 make counters animated with animejs 2025-12-06 23:33:03 +01:00
maxid
961c89e4e2 format frontend files 2025-12-06 22:39:09 +01:00
maxid
d1eee14b79 add card to inform user of new versions 2025-12-06 22:38:28 +01:00
maxid
e522fa9801 add stats to dashboard 2025-12-06 21:05:13 +01:00
maxid
11cafa800a add route which returns the total count of all episodes 2025-12-06 21:04:58 +01:00
maxid
bdeb60ab30 add default node url to cors urls of dev config 2025-12-06 19:49:47 +01:00
maxid
24b735439c move logfile to /dev/null to stop backend from reloading because of changes in the logfile 2025-12-06 19:37:44 +01:00
maxid
4eb78bd495 add healthcheck to db container in docker-compose.dev.yaml 2025-12-06 19:00:22 +01:00
maxid
751c4558a2 refactor and improve prowlarr search result processing 2025-12-06 15:57:51 +01:00
maxid
d8948e4462 make jackett torrent search more error resistant 2025-12-06 15:48:50 +01:00
maxid
0554fee85f make prowlarr torrent search more error resistant 2025-12-06 15:48:50 +01:00
Maximilian Dorninger
ffb86324c4 Merge pull request #219 from maxdorninger/copilot/add-user-delete-feature
Add ability to delete users
2025-11-29 18:22:34 +01:00
copilot-swe-agent[bot]
83932d6c99 Add delete button for user management in admin settings
Co-authored-by: maxdorninger <97409287+maxdorninger@users.noreply.github.com>
2025-11-29 16:59:45 +00:00
copilot-swe-agent[bot]
9e76fc9b8b Initial plan 2025-11-29 16:51:12 +00:00
Maximilian Dorninger
a36b161a38 Merge pull request #218 from maxdorninger/add-sponsor
add new sponsor @PuppiestDoggo
2025-11-29 17:38:43 +01:00
maxDorninger
3ac8b7588a add new sponsor @PuppiestDoggo 2025-11-29 17:34:23 +01:00
Maximilian Dorninger
c477e3d656 Merge pull request #217 from maxdorninger/improve-gh-workflows
stop saving of docker build cache when run by PRs from forks and build x86 and arm64 image in parallel
2025-11-29 17:19:23 +01:00
maxDorninger
ff0eae31dc use arm gh workflow runner instead of qemu with x86 runner 2025-11-29 17:13:00 +01:00
maxDorninger
5e3afee676 fix workflow file paths for metadata relay 2025-11-29 17:01:30 +01:00
maxDorninger
606109d629 stop saving of docker build cache when run by PRs from forks and build x86 and arm64 image in parallel 2025-11-29 16:57:23 +01:00
Maximilian Dorninger
cc9fecc09a Merge pull request #211 from colinmarc/basepath
improve ergonomics of `BASE_PATH`
2025-11-29 16:26:51 +01:00
Maximilian Dorninger
a85cf9f8af Clarify frontend_url trailing slash requirement
Update documentation to specify that the frontend URL must not include a trailing slash.
2025-11-29 16:26:24 +01:00
Maximilian Dorninger
85738a13e6 Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-29 16:09:53 +01:00
maxDorninger
bb5c61ac79 remove /web prefix from the frontend_url variable 2025-11-29 15:54:01 +01:00
maxDorninger
9b0fac3a8b improve format of documentation 2025-11-29 15:52:29 +01:00
Maximilian Dorninger
af13c0eb59 Revert changes to redirect URLs in main.py
The BASE_PATH is already configured when the FastAPI object is created.
2025-11-29 15:32:08 +01:00
Colin Marc
e62f6d4511 docs: clarify usage of frontend_url and BASE_PATH
I initially thought that `frontend_url` would control the prefix. The
docs on `BASE_PATH` weren't enough to get started, either.
2025-11-17 15:11:18 +01:00
Colin Marc
31a23dd781 fix: redirect correctly when using a base path
FastAPI doesn't automatically do this for you.
2025-11-17 14:53:20 +01:00
Maximilian Dorninger
4ea70a4f2e Merge pull request #199 from maxdorninger/rework-metadata-relay
remove valkey caching functionality from metadata relay
v1.9.1
2025-11-02 21:53:51 +01:00
maxDorninger
252f8c2f65 remove valkey caching functionality from metadata relay in favour of caching by a cdn like cloudflare 2025-11-02 21:24:41 +01:00
Maximilian Dorninger
f9bceffa18 Merge pull request #198 from maxdorninger/fix-faulty-gh-workflow
fix the gh container build workflows
2025-11-02 20:55:52 +01:00
Maximilian Dorninger
5871400986 Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-02 20:53:50 +01:00
Maximilian Dorninger
a741baded5 Add step to set repository name to lowercase 2025-11-02 20:53:20 +01:00
maxDorninger
c38995579c fix the gh container build workflows 2025-11-02 20:44:19 +01:00
Maximilian Dorninger
ecdfc38470 Merge pull request #197 from maxdorninger/improve-file-logging
update logfile config and add env var to configure logfile location
2025-11-02 20:37:12 +01:00
maxDorninger
e8563b25e2 extend .gitignore; update logfile config and add env var to configure the location of the log file; add accompanying docs 2025-11-02 20:31:12 +01:00
Maximilian Dorninger
70ac88b2c2 Merge pull request #195 from maxdorninger/improve-container-startup-behaviour
Improve container startup behaviour and DB handling
2025-11-02 15:16:33 +01:00