| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-15 | Move Middleware to Jellyfin.Api | Patrick Barron | |
| 2022-12-14 | Use static methods StopWatch where it makes sense (#8898) | Bond-009 | |
| 2022-12-12 | Merge pull request #8826 from Bond-009/slowhttp | Joshua M. Boniface | |
| Fixes https://github.com/jellyfin/jellyfin/issues/7348 | |||
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-11-30 | Change log level for slow HTTP responses from WRN TO DBG | Bond_009 | |
| 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 | |||
| 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-06-14 | Merge pull request #7913 from cvium/fix_response_logging | Cody Robibero | |
| (cherry picked from commit 42aaea3556c3c332af1d2083547270ebce74ca31) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-02-14 | Fix option to disable server discovery | Bond_009 | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-10-03 | Fix warning: Using directive is not required by the code and can be safely ↵ | KonH | |
| removed (#2149) | |||
| 2021-09-25 | Address comments | Bond_009 | |
| 2021-09-25 | Fix failing tests | Bond_009 | |
| 2021-09-24 | Target net6.0 | 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-08-04 | Minor improvements | Bond_009 | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-06-09 | Fix duplicate keys causing an exception | Bond_009 | |
| 2021-06-08 | Fix index out of range and add reg tests | Bond_009 | |
| 2021-06-07 | Merge pull request #5990 from BaronGreenback/UrlDecoding | Claus Vium | |
| 2021-06-07 | Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/QueryStringDecodingMiddleware.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/QueryStringDecodingMiddleware.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Redirect to default if root is requested | crobibero | |
| 2021-05-27 | Simplify BaseUrlRedirectionMiddleware | crobibero | |
| 2021-05-27 | Merge remote-tracking branch 'upstream/master' into healthy-base-url | crobibero | |
| 2021-05-12 | changed to slice. | BaronGreenback | |
| 2021-05-08 | changed to use index | BaronGreenback | |
| 2021-05-08 | Changed to use span | BaronGreenback | |
| 2021-05-08 | Merge remote-tracking branch 'upstream/master' into UrlDecoding | BaronGreenback | |
| 2021-05-07 | tests and small fix. | BaronGreenback | |
| 2021-05-05 | slight format correction. | BaronGreenback | |
| 2021-05-05 | corrected comments | BaronGreenback | |
| 2021-05-05 | removed unneeded logger. | BaronGreenback | |
| 2021-05-05 | Enable automatic url decoding | BaronGreenback | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-04-14 | Simplify baseUrl check | crobibero | |
| 2021-04-13 | Properly redirect healthcheck endpoint if using BaseUrl | crobibero | |
| 2021-03-23 | fix compilation | BaronGreenback | |
| 2021-03-11 | Fix remote access | BaronGreenback | |
| 2020-12-11 | Use a more descriptive middleware name | crobibero | |
