Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commits/commit/3c5b4b9a27489ebe118b87b892f7c72ed73482eb/Jellyfin.Api/Controllers/UserController.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

43 Commits (3c5b4b9a27489ebe118b87b892f7c72ed73482eb)

Author SHA1 Message Date
Bond_009 f50a250cd9 Optimize Guid comparisons 3 years ago
crobibero 397868be95 Fix issues with QuickConnect and AuthenticationDb 4 years ago
Patrick Barron a0c6f72762 Migrate authentication db to EF Core 4 years ago
crobibero 856819e58f Don't use obsolete Password property 4 years ago
David 19e4ef82dd Remove conversion from IPAddress to string to IPAddress 4 years ago
David Ullmer 07f1a2c2dc
Update Jellyfin.Api/Controllers/UserController.cs 4 years ago
David eb0ff0c370 Fix forgot password pin request 4 years ago
crobibero 77b417e41e Mark non-nullable body as null 4 years ago
Bond-009 04ba59ab40
Merge pull request from barronpm/usermanager-async 4 years ago
Patrick Barron 76f61eb0d6 Convert DeleteUser to async 4 years ago
Claus Vium 80ff564143
Merge pull request from crobibero/forbid 4 years ago
Claus Vium 4c199ac9a5
Merge pull request from barronpm/api-fixes 4 years ago
crobibero 5150598c6d Fix API forbidden response 4 years ago
Patrick Barron 391870ebae Add required attributes to parameters 4 years ago
Bond_009 f5973d57e8
Remove UTF8 bom from some files 4 years ago
crobibero 3756611d01 Add /Users/Me endpoint 4 years ago
Patrick Barron 72263613d0 Convert some code in UserManager to async 4 years ago
cvium fed58a0327 Add Dto to ForgotPassword 5 years ago
Bond-009 1d633aac0a
Merge pull request from crobibero/bad-route 5 years ago
Bond-009 4447589460
Merge pull request from cvium/add_known_proxies 5 years ago
cvium 7576824cee Standardize use of IsLocal and RemoteIp 5 years ago
crobibero 63ebae2f9e Remove nullable from required 5 years ago
crobibero eab92a0b01 Merge remote-tracking branch 'upstream/master' into api-stream-return 5 years ago
crobibero 29fc882037 merge all attributes 5 years ago
crobibero 59d47ec3f5 Make all FromRoute required 5 years ago
crobibero 2f33bee2a9 Set openapi schema type to file where possible 5 years ago
Matt Montgomery 5f1a863241 Apply suggestions from code review 5 years ago
ConfusedPolarBear eaa5711534
Apply suggestions from code review 5 years ago
Matt Montgomery 035d29fb35 Migrate to new API standard 5 years ago
crobibero 314728195c Fix setting user policy 5 years ago
crobibero fffa94fc33 Apply fixes from review 5 years ago
crobibero 858aecd409 Fix all route for base url support 5 years ago
crobibero 8f6c2e7679 Remove leading slash from route attributes 5 years ago
crobibero dbeeb7cf4a fix merge conflicts 5 years ago
crobibero 5c66f9e471 changes from merge 5 years ago
crobibero 73bcda7eac Make all optional strings nullable 5 years ago
crobibero 7a32d03101 remove unused parameters 5 years ago
David 5c6e9f4db5 Add missing authorization policies 5 years ago
crobibero 10ddbc34ec Add missing attributes, fix response codes, fix route parameter casing 5 years ago
David Ullmer 68ea589f1a Use direct return instead of Ok() 5 years ago
David 77bea56708 Add request body models 5 years ago
David 713ae7ae36 Add xml comments; Add status codes; Use return instead of exception 5 years ago
David f2d7eac418 [WIP] Move UserService to Jellyfin.Api 5 years ago