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
/
Extensions
/
ApiApplicationBuilderExtensions.cs
Age
Commit message (
Expand
)
Author
2025-06-03
Fix missing logging of connections by disallowed IPs (#14011)
jade
2023-11-12
Move network configuration to MediaBrowser.Common
Patrick Barron
2023-02-17
Consistently write IP in upercase
Shadowghost
2023-01-15
Move Middleware to Jellyfin.Api
Patrick Barron
2021-05-05
Enable automatic url decoding
BaronGreenback
2020-12-11
Use a more descriptive middleware name
crobibero
2020-12-10
Add support back for /emby and /mediabrowser routes
crobibero
2020-12-06
Redirect robots.txt if hosting web content
crobibero
2020-10-08
Moved all settings across to network.xml
Greenback
2020-09-03
Merge remote-tracking branch 'upstream/master' into api-doc-base-url
crobibero
2020-09-03
Merge remote-tracking branch 'upstream/master' into api-doc-css
crobibero
2020-09-03
Remove custom CORS OPTIONS handling
Claus Vium
2020-09-03
Kill HttpListenerHost
Claus Vium
2020-09-02
Properly host static files and set base url
crobibero
2020-09-01
Fix apidoc routes with base url
crobibero
2020-08-18
add support for custom doc css
crobibero
2020-04-29
Remove versioned API
crobibero
2020-04-29
Merge branch 'api-migration' into redoc
Cody Robibero
2020-04-23
Address comments
crobibero
2020-04-21
Fix swagger ui Document Title
crobibero
2020-04-21
Fix documentation endpoint for use with baseUrl
crobibero
2020-04-21
Add Exception Middleware
crobibero
2020-04-19
fix formatting
crobibero
2020-04-19
Add Redoc, move docs to api-docs/
crobibero
2020-04-19
add redoc
crobibero
2019-11-24
Move appbuilder and service collection to Jellyfin.Server
Claus Vium