index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Server
/
Middleware
/
BaseUrlRedirectionMiddleware.cs
Age
Commit message (
Collapse
)
Author
2023-01-15
Move Middleware to Jellyfin.Api
Patrick Barron
2022-11-05
Fix URI creation in redirection middleware (#8551)
Shadowghost
2022-10-07
Apply review suggestions
Shadowghost
2022-10-07
Apply review suggestions
Shadowghost
2022-10-01
Redirect natively if no baseurl is set
Shadowghost
2022-02-14
Fix option to disable server discovery
Bond_009
2021-08-07
Update Jellyfin.Server/Middleware/BaseUrlRedirectionMiddleware.cs
Cody Robibero
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-08-07
Fix redirect logic if request path is exactly the base url
Cody Robibero
2021-06-07
Redirect to default if root is requested
crobibero
2021-05-27
Simplify BaseUrlRedirectionMiddleware
crobibero
2021-04-14
Simplify baseUrl check
crobibero
2021-04-13
Properly redirect healthcheck endpoint if using BaseUrl
crobibero
2020-10-08
Moved all settings across to network.xml
Greenback
2020-09-07
Fix redirection
crobibero
2020-09-03
Wrap application in baseurl
crobibero
2020-09-03
Kill HttpListenerHost
Claus Vium