aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DlnaServerController.cs
AgeCommit message (Expand)Author
2023-11-15Remove DLNA API codePatrick Barron
2023-11-12Move API policies to MediaBrowser.CommonPatrick Barron
2023-10-11Use DI for MediaReceiverRegistrarServicePatrick Barron
2023-10-11Use DI for ConnectionManagerServicePatrick Barron
2023-10-11Use DI for ContentDirectoryServicePatrick Barron
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-05Replace == null with is nullBond_009
2022-09-11Require properly typed ActionResult<T> (#8382)Cody Robibero
2022-06-10Merge pull request #7868 from cvium/disable_dlnaJoshua M. Boniface
2022-01-04Remove incorrect mime type image/jpgBond_009
2021-09-10Remove the dependency on BaseAuthorizationHandlercvium
2020-12-22changed to constantsBaronGreenback
2020-12-22Changed to 503.BaronGreenback
2020-12-19Added xml docsBaronGreenback
2020-12-19Did the other API,BaronGreenback
2020-12-18Updated docs.BaronGreenback
2020-12-18Disable API if dlna is disabled.BaronGreenback
2020-11-21Fixed baseurl in dlna.Greenback
2020-11-07Add missing dlna attributes.crobibero
2020-09-06Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-06merge all attributescrobibero
2020-09-05Add missing referencescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-09-04Merge branch 'master' into output-formattersClaus Vium
2020-09-03fix mergecrobibero
2020-09-03fix mergecrobibero
2020-09-03Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-03Merge pull request #3907 from crobibero/dlnaBond-009
2020-09-03Merge remote-tracking branch 'upstream/master' into output-formatterscrobibero
2020-09-02Clean api return typescrobibero
2020-09-01Set openapi schema type to file where possiblecrobibero
2020-08-24Merge branch 'master' into event-rewrite-1Patrick Barron
2020-08-23Merge remote-tracking branch 'upstream/master' into output-formatterscrobibero
2020-08-21Fix dlna produces typecrobibero
2020-08-20Fix all warnings in Emby.DlnaBond_009
2020-08-19Merge branch 'master' into event-rewrite-1Patrick Barron
2020-08-16fix dlna routes againcrobibero
2020-08-16fix dlna server routescrobibero
2020-08-13Rename IEventManager to IDlnaEventManagerPatrick Barron
2020-08-03fix openapi validation errorscrobibero
2020-07-31Fix docs, params, return valuescrobibero
2020-04-21Migrate DlnaServerController to Jellyfin.Apicrobibero