Bond-009
a455e580be
Use static methods StopWatch where it makes sense ( #8898 )
2 years ago
Joshua M. Boniface
47f1d1395c
Merge pull request #8826 from Bond-009/slowhttp
...
Fixes https://github.com/jellyfin/jellyfin/issues/7348
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
b2ce70987c
Change log level for slow HTTP responses from WRN TO DBG
...
The added log level check is there because Request.GetDisplayUrl() is a
pretty expensive call, creating a StringBuilder and string which doesn't
need to happen on most installs where debug logging is disabled
2 years ago
Shadowghost
8653625791
Fix URI creation in redirection middleware ( #8551 )
2 years ago
Shadowghost
79b19e2325
Apply review suggestions
2 years ago
Shadowghost
7239141181
Apply review suggestions
2 years ago
Shadowghost
647f435f6e
Redirect natively if no baseurl is set
2 years ago
Cody Robibero
758b16691f
Merge pull request #7913 from cvium/fix_response_logging
...
(cherry picked from commit 42aaea3556
)
Signed-off-by: crobibero <cody@robibe.ro>
2 years ago
Bond_009
3cb49d6df0
Fix option to disable server discovery
3 years ago
Bond_009
cbfa355e31
Update StyleCop
3 years ago
Bond_009
5726535a26
Fix some warnings
...
609 left
3 years ago
KonH
b6bf43af45
Fix warning: Using directive is not required by the code and can be safely removed ( #2149 )
3 years ago
Bond_009
4643fd5dcb
Address comments
3 years ago
Bond_009
e627b1b154
Fix failing tests
3 years ago
Bond_009
13fbfe6091
Target net6.0
3 years ago
Cody Robibero
bdbac12d4f
Update Jellyfin.Server/Middleware/BaseUrlRedirectionMiddleware.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Cody Robibero
a7585dd2d6
Fix redirect logic if request path is exactly the base url
3 years ago
Bond_009
f1f72c3060
Minor improvements
3 years ago
Bond_009
6f8ccab788
Move non-jellyfin extensions to separate project
3 years ago
Bond_009
06401ffa0d
Fix duplicate keys causing an exception
3 years ago
Bond_009
2fc14375f8
Fix index out of range and add reg tests
3 years ago
Claus Vium
93387ba235
Merge pull request #5990 from BaronGreenback/UrlDecoding
3 years ago
BaronGreenback
147612f59b
Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
BaronGreenback
37326a8099
Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
BaronGreenback
ada052fcb1
Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
BaronGreenback
c1fa7cbbf8
Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
BaronGreenback
371f8629b1
Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
BaronGreenback
e1a0b5d2a1
Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
BaronGreenback
cc2166550f
Update Jellyfin.Server/Middleware/QueryStringDecodingMiddleware.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
BaronGreenback
b59e81dcdf
Update Jellyfin.Server/Middleware/QueryStringDecodingMiddleware.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
crobibero
dfc776e451
Redirect to default if root is requested
3 years ago
crobibero
9595aa258e
Simplify BaseUrlRedirectionMiddleware
4 years ago
crobibero
01e8ff8ddf
Merge remote-tracking branch 'upstream/master' into healthy-base-url
4 years ago
BaronGreenback
d0bfb56d2e
changed to slice.
4 years ago
BaronGreenback
903bf2a086
changed to use index
4 years ago
BaronGreenback
bd71de131c
Changed to use span
4 years ago
BaronGreenback
7185de970c
Merge remote-tracking branch 'upstream/master' into UrlDecoding
4 years ago
BaronGreenback
4f5c9e9504
tests and small fix.
4 years ago
BaronGreenback
c8061f92be
slight format correction.
4 years ago
BaronGreenback
dabeabc553
corrected comments
4 years ago
BaronGreenback
a7bccd4fe0
removed unneeded logger.
4 years ago
BaronGreenback
81d675990f
Enable automatic url decoding
4 years ago
BaronGreenback
bc1cc2d04a
Remove unused using directives
4 years ago
crobibero
78791a932f
Simplify baseUrl check
4 years ago
crobibero
b11718a01d
Properly redirect healthcheck endpoint if using BaseUrl
4 years ago
BaronGreenback
6765f6ab17
fix compilation
4 years ago
BaronGreenback
3fdf0de6e3
Fix remote access
4 years ago
crobibero
69d581033b
Use a more descriptive middleware name
4 years ago
crobibero
b66abf0556
Add support back for /emby and /mediabrowser routes
4 years ago