aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/Server
AgeCommit message (Collapse)Author
2023-11-15Remove Emby.DlnaPatrick Barron
2023-02-20Fix #7516Bond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2021-12-27More cleanupBond_009
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-24Target net6.0Bond_009
2021-05-07Enable nullable reference types for Emby.DlnaBond_009
2020-11-21Fixed baseurl in dlna.Greenback
2020-09-25Update DescriptionXmlBuilder.csBaronGreenback
2020-09-25Update DescriptionXmlBuilder.csBaronGreenback
2020-09-25Update DescriptionXmlBuilder.csBaronGreenback
2020-09-16Update DescriptionXmlBuilder.csBaronGreenback
2020-09-16Update DescriptionXmlBuilder.csBaronGreenback
2020-09-16Update DescriptionXmlBuilder.csBaronGreenback
2020-09-16Update DescriptionXmlBuilder.csBaronGreenback
2020-07-19Fix build and more Append callsBond_009
2020-07-19Improve DescriptionXmlBuilderBond_009
* Replace XML escape code with SecurityElement.Escape * Optimize StringBuilder.Append calls
2020-06-16fix SA1513/SA1516telans
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-02-03Merge branch 'master' into dlnawarningsClaus Vium
2020-01-31Fix warningsBond_009
2020-01-22Improvements to dlna serverBond_009
* Improve response writer * Add analyzers * Error on warnings in release mode * Disable doc warnings
2019-01-27Fix more analyzer warningsBond_009
2019-01-13Visual Studio Reformat: Emby.DlnaErwin 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.
2018-12-13Remove Emby branding from DLNA serverBen Magee
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2016-12-04add request loggingLuke Pulverenti
2016-11-04make dlna project portableLuke Pulverenti
2016-10-29rework dlna projectLuke Pulverenti
2016-10-29rework dlna projectLuke Pulverenti