aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/Service
AgeCommit message (Collapse)Author
2023-11-15Remove Emby.DlnaPatrick Barron
2022-12-07Fix release buildBond_009
2022-12-05Replace != null with is not nullBond_009
2022-05-20Merge pull request #7604 from Jellifi007/fixes-diactriticsBond-009
Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro>
2022-01-10Fix warning SA1414 and CA1849Bond_009
2021-12-27More cleanupBond_009
2021-11-08Samsung DLNA fixesLinFor
2021-09-24Target net6.0Bond_009
2021-07-26Enable nullable in more filesBond_009
2021-06-22Remove our own RemoveDiacritcs string extension in favor of Diacritics.NetBond_009
2021-05-07Enable nullable reference types for Emby.DlnaBond_009
2021-04-01Remove useless codeBond_009
2020-12-30Encoding fix for System Logs. (#4564)BaronGreenback
2020-11-07Update BaseControlHandler.csBaronGreenback
2020-10-11Merge branch 'master' into Comment4BaronGreenback
2020-09-25Update BaseControlHandler.csBaronGreenback
2020-09-25Update BaseControlHandler.csBaronGreenback
2020-09-25Update BaseControlHandler.csBaronGreenback
2020-09-13Commenting.Jim Cartlidge
2020-08-31migrate to IHttpClientFactory in Emby.Dlnacrobibero
2020-08-24Merge branch 'master' into event-rewrite-1Patrick Barron
# Conflicts: # Emby.Dlna/Emby.Dlna.csproj # Emby.Dlna/Eventing/DlnaEventManager.cs # Emby.Dlna/Service/BaseService.cs # Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs # MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
2020-08-20Fix all warnings in Emby.DlnaBond_009
2020-08-20Code reviewDavid
2020-08-20Reduce warnings in Emby.DlnaDavid
2020-08-13Rename IEventManager to IDlnaEventManagerPatrick Barron
2020-07-19Fix build and more Append callsBond_009
2020-06-16fix SA1513/SA1516telans
2020-06-05undo erroneous changescrobibero
2020-06-05Use typed logger where possiblecrobibero
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-01-28My badBond-009
2020-01-27Try againBond_009
2020-01-27Try possible solutionsBond_009
2020-01-22Improvements to dlna serverBond_009
* Improve response writer * Add analyzers * Error on warnings in release mode * Disable doc warnings
2020-01-22Update Emby.Dlna/Service/BaseControlHandler.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-01-21Use async methodsBond-009
2020-01-18Kestrel doesn't like sync IO operationsBond_009
2019-03-07Remove useless abstraction around XmlReaderSettingsBond_009
This removes the amount of stuff that needs to be passed around Also removes some unneeded `ManagedFileSystem` usage
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.DlnaErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2019-01-07remove trailing whitespacehawken
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan