Commit Graph

1124 Commits

Author SHA1 Message Date
maxDorninger
8f5cc9329c update how oauth is handled 2025-09-13 18:42:34 +02:00
maxDorninger
1c81083e23 fix typo when accessing auth metadata 2025-09-13 18:03:47 +02:00
maxDorninger
d8b81ded43 add hot reload to docker container if dev mode is enabled 2025-09-12 20:43:36 +02:00
maxDorninger
9125bddf12 remove stray parentheses 2025-09-12 20:43:16 +02:00
maxDorninger
0ac34c0834 fix hardcoded url of images 2025-09-12 20:41:58 +02:00
maxDorninger
6203ec5ce0 format files 2025-09-12 20:09:44 +02:00
maxDorninger
6f8d3eea4e update type of the library parameter to string, instead of generating a list of possible values dynamically 2025-09-12 20:05:02 +02:00
maxDorninger
d6c1a03d78 migrate all .svelte files to new types created with openapi-ts 2025-09-12 19:58:53 +02:00
maxDorninger
3eaa3dd233 update how login is handled in the frontend 2025-09-07 21:01:24 +02:00
maxDorninger
340186a3fc prevent infinite recursion of autoLogoutMiddleware 2025-09-04 21:37:25 +02:00
maxDorninger
786b14527c update cors middleware 2025-09-04 21:36:52 +02:00
maxDorninger
a012a0cc67 add logging to display which config file is being read 2025-09-04 21:36:32 +02:00
maxDorninger
1f544e55e8 add support for multiple oauth providers 2025-09-04 20:05:45 +02:00
maxDorninger
c367e3d898 update dockerfile to remove hardcoded /api/v1 prefix in api urls 2025-08-30 23:09:01 +02:00
maxDorninger
c9ecc9c5b4 add line that copilot in its infinite wisdom deleted 2025-08-30 22:34:02 +02:00
Maximilian Dorninger
43206971d8 Move user id from query to path parameters in saveUser() in user-data-table
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-30 22:26:33 +02:00
Maximilian Dorninger
ee7d514c13 Remove misplaced ! that inverts login in season-requests-table 2025-08-30 22:24:55 +02:00
Maximilian Dorninger
a397264944 Fix recommended-tv endpoint being called instead of movie one in add-movie component
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-30 22:22:57 +02:00
maxDorninger
62da720944 convert handleLogout() to use openapi-fetch 2025-08-30 22:06:57 +02:00
maxDorninger
ef634af4ba remove unnused types.ts 2025-08-30 22:02:53 +02:00
maxDorninger
e4b8596468 format files 2025-08-30 21:53:00 +02:00
Maximilian Dorninger
36643bb6d1 Merge pull request #147 from chadsr/fix/hardlink-unsupported
Handle hardlink_to UnsupportedOperation/NotImplementedError exceptions
2025-08-30 21:27:59 +02:00
maxDorninger
18c0b38c8d replace all occurrences of fetch with openapi-fetch in components 2025-08-30 20:09:06 +02:00
maxDorninger
ded9503169 replace all occurrences of fetch with openapi-fetch in routes 2025-08-30 11:55:38 +02:00
Maximilian Dorninger
a599832c00 Update license information for MediaManager 2025-08-29 22:24:38 +02:00
Ross
d34ac0e0b5 handle NotImplementedError for backwards compatibility 2025-08-29 20:36:22 +02:00
Ross
4f6829ae9c handle hardlink_to UnsupportedOperation exception the same as OSError + type fixes 2025-08-29 20:32:24 +02:00
Maximilian Dorninger
871b6133f3 Merge pull request #139 from maxdorninger/switch-to-dorninger.co
Change all URLs containing maxid.me to dorninger.co
1.8.0
2025-08-23 18:12:50 +02:00
maxDorninger
cd5b16a4e5 Change all URLs containing maxid.me to dorninger.co 2025-08-23 17:54:57 +02:00
maxDorninger
5a71246623 format generated file, use openapi fetch in login route and fix linting errors 2025-08-21 21:26:18 +02:00
maxDorninger
ea6ece3286 add middlewares to openapi-fetch 2025-08-21 21:25:06 +02:00
maxDorninger
b147bb8434 add openapi-typescript and openapi-fetch to project and generate types with it 2025-08-21 20:13:39 +02:00
Maximilian Dorninger
6c4b6a52cf Merge pull request #133 from almarzn/patch-1
add a prefix for environment variables
2025-08-11 22:24:31 +02:00
maxDorninger
35a4b4a14c add MEDIAMANAGER prefix to documentation 2025-08-11 22:22:42 +02:00
Maximilian Dorninger
41531b3807 Merge pull request #129 from maxdorninger/enhance-frontend
Enhance frontend
2025-08-11 22:04:10 +02:00
maxDorninger
b2973cf2f2 format files 2025-08-11 21:41:45 +02:00
maxDorninger
dfa58b8f71 format files 2025-08-11 21:40:13 +02:00
maxDorninger
82edbe73d8 fix weird typescript linting errors 2025-08-11 21:39:51 +02:00
maxDorninger
611e066473 fix linting errors 2025-08-11 21:16:14 +02:00
maxDorninger
cd549cfc84 remove unused imports 2025-08-11 20:24:41 +02:00
Alma
f9747816db add a prefix for environment variables 2025-08-10 15:42:56 +02:00
maxDorninger
1a489dc71d replace divs with main, header and footer tags to make html more semantic 2025-08-02 14:40:40 +02:00
maxDorninger
174c675992 add autocomplete flag to login/signup forms 2025-08-02 14:34:21 +02:00
maxDorninger
d381fdddce break up login page and form component into separate signup and login card/page 2025-08-02 14:27:09 +02:00
maxDorninger
79ccfe701d rework login page, deduplicate code by using layouts 2025-08-02 14:18:18 +02:00
maxDorninger
2eaa1b94c0 add No torrents found error message 2025-08-02 13:18:35 +02:00
maxDorninger
0cd9cc8851 add search button to basic mode, instead of searching for torrents everytime season number changes 2025-08-02 13:18:21 +02:00
maxDorninger
9f2ec53d23 add the max width of the content to other pages too 2025-08-02 12:45:55 +02:00
maxDorninger
35824af5d4 fix pictures clipping and thus being displayed in a 9/20 aspect ratio 2025-08-02 12:23:16 +02:00
maxDorninger
7035507a57 add score column to the download dialogues 2025-08-02 11:57:37 +02:00