aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna
AgeCommit message (Collapse)Author
2022-01-03remove unnecessary ToList in DlnaManagerignacio laborde
2021-12-27More cleanupBond_009
2021-12-24Update StyleCopBond_009
2021-12-20Use our own Contains extensioncvium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-11-24Create a store key constant for networkcvium
2021-11-21Fix creating DLNA profilesCody Robibero
2021-11-16Fixcvium
2021-11-16Remove unused dependenciescvium
2021-11-14- flush the XmlWriter before calling the StringBuilder ToString() methodMarius Luca
2021-11-09Merge pull request #6808 from cvium/dlnope_never_againCody Robibero
2021-11-09Remove unused fieldcvium
2021-11-09lengthcvium
2021-11-09Fix some warningsBond_009
down to 580
2021-11-09Merge pull request #5905 from BaronGreenback/TVFixClaus Vium
Fix for Livetv and DLNA when bind interfaces specified.
2021-11-09Last small fixescvium
2021-11-09Reduce indentationcvium
2021-11-09Use GetOrderBy in GetChildrenSortedcvium
2021-11-09Fix SortCriteria and refactor SetSortingcvium
2021-11-09Build an array instead of using LINQcvium
2021-11-09commentscvium
2021-11-09Merge branch 'master' into dlnope_never_againcvium
2021-11-09review stuffcvium
2021-11-09Apply suggestions from code reviewClaus Vium
2021-11-09Update Emby.Dlna/ContentDirectory/ControlHandler.csClaus Vium
2021-11-08Simplify and reduce LOC in ControlHandlercvium
2021-11-08Update to full dotnet 6Cody Robibero
2021-11-08Use the new method in DLNAcvium
2021-11-08Samsung DLNA fixesLinFor
2021-10-31Use correct id when finding existing dlna profileCody Robibero
2021-10-12Update to dotnet6.rc2Cody Robibero
2021-10-09Merge pull request #6657 from Bond-009/dotnetbugClaus Vium
2021-10-08Merge pull request #6663 from crobibero/dotnet-6-rc1Claus Vium
Reference dotnet6-rc1 packages
2021-10-06Set AnalysisMode to AllEnabledByDefaultBond_009
2021-10-04Reference dotnet6-rc1 packagesCody Robibero
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-25Remove sync FileStream hackBond_009
2021-09-24Use new Enum.TryParse(ReadOnlySpan<char>) overloadBond_009
2021-09-24Target net6.0Bond_009
2021-09-21SsdpHttpClient: Ensure successful status code before reading responseBond_009
2021-09-19Reduce allocationsBond_009
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
Use async FileStreams where it makes sense
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-28Remove more and more warningsCody Robibero
2021-08-15Merge pull request #6381 from Bond-009/nullable5Bond-009
Enable nullable for DlnaManager
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs
2021-08-13Merge branch 'master' into minor15Bond-009
2021-08-03Enable nullable for DlnaManagerBond_009