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.Api
/
Controllers
/
DlnaServerController.cs
Age
Commit message (
Expand
)
Author
2023-11-15
Remove DLNA API code
Patrick Barron
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-10-11
Use DI for MediaReceiverRegistrarService
Patrick Barron
2023-10-11
Use DI for ConnectionManagerService
Patrick Barron
2023-10-11
Use DI for ContentDirectoryService
Patrick Barron
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-05
Replace == null with is null
Bond_009
2022-09-11
Require properly typed ActionResult<T> (#8382)
Cody Robibero
2022-06-10
Merge pull request #7868 from cvium/disable_dlna
Joshua M. Boniface
2022-01-04
Remove incorrect mime type image/jpg
Bond_009
2021-09-10
Remove the dependency on BaseAuthorizationHandler
cvium
2020-12-22
changed to constants
BaronGreenback
2020-12-22
Changed to 503.
BaronGreenback
2020-12-19
Added xml docs
BaronGreenback
2020-12-19
Did the other API,
BaronGreenback
2020-12-18
Updated docs.
BaronGreenback
2020-12-18
Disable API if dlna is disabled.
BaronGreenback
2020-11-21
Fixed baseurl in dlna.
Greenback
2020-11-07
Add missing dlna attributes.
crobibero
2020-09-06
Merge remote-tracking branch 'upstream/master' into api-stream-return
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Add missing references
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-09-04
Merge branch 'master' into output-formatters
Claus Vium
2020-09-03
fix merge
crobibero
2020-09-03
fix merge
crobibero
2020-09-03
Merge remote-tracking branch 'upstream/master' into api-stream-return
crobibero
2020-09-03
Merge pull request #3907 from crobibero/dlna
Bond-009
2020-09-03
Merge remote-tracking branch 'upstream/master' into output-formatters
crobibero
2020-09-02
Clean api return types
crobibero
2020-09-01
Set openapi schema type to file where possible
crobibero
2020-08-24
Merge branch 'master' into event-rewrite-1
Patrick Barron
2020-08-23
Merge remote-tracking branch 'upstream/master' into output-formatters
crobibero
2020-08-21
Fix dlna produces type
crobibero
2020-08-20
Fix all warnings in Emby.Dlna
Bond_009
2020-08-19
Merge branch 'master' into event-rewrite-1
Patrick Barron
2020-08-16
fix dlna routes again
crobibero
2020-08-16
fix dlna server routes
crobibero
2020-08-13
Rename IEventManager to IDlnaEventManager
Patrick Barron
2020-08-03
fix openapi validation errors
crobibero
2020-07-31
Fix docs, params, return values
crobibero
2020-04-21
Migrate DlnaServerController to Jellyfin.Api
crobibero