aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common
AgeCommit message (Collapse)Author
2019-12-05Merge pull request #2098 from Bond-009/config2Vasily
Fix GetTranscodePath function and cache path update logline
2019-12-05Merge pull request #2050 from Bond-009/nullrefdkanada
Fix possible nullref when updating packages
2019-12-04Fix GetTranscodePath function and cache path update loglineBond_009
* GetTranscodePath returned an empty string after the option was left blank in the web UI * Unified the log style for all paths
2019-11-28Minor improvements to network codeBond-009
2019-11-24Merge pull request #1991 from Bond-009/transtempJoshua M. Boniface
Don't append transcodes to transcoding temp path
2019-11-24Update MediaBrowser.Common/Configuration/EncodingConfigurationExtensions.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-11-24Fix possible nullref when updating packagesBond_009
2019-11-23Merge pull request #1926 from Bond-009/authdkanada
Add clearer exceptions, warnings and docs
2019-11-21Don't append transcodes to transcoding temp pathBond-009
2019-11-09Fix typos in docsBond_009
2019-11-07Doc improvementsBond-009
2019-11-07Merge branch 'master' into installationmanagerBond-009
2019-11-02Merge pull request #1915 from Bond-009/hexdkanada
Rewrite hex encoder/decoder
2019-11-01Improve IInstallationManager interfaceBond_009
2019-11-01Update deps and add MultiThreading analyzerBond_009
2019-11-01Multiplication is faster than bit shiftingBond_009
2019-11-01Make decode even fasterBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-10-29More warning fixesBond_009
2019-10-20Merge pull request #1898 from Bond-009/jsonfixJoshua M. Boniface
Fix Json serialization error
2019-10-20Add clearer exceptions, warnings and docsBond_009
2019-10-16Merge pull request #1871 from Bond-009/docVasily
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
2019-10-15Fix Json serialization errorBond_009
2019-10-09Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.PhotosBond_009
Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members.
2019-10-08Use System.Text.Json apiBond_009
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-17Remove legacy auth code (#1677)Bond-009
* Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs
2019-08-16Fix build for .Net Core 2.xBond_009
2019-08-15Merge pull request #1614 from Bond-009/docs2dkanada
Document all public/internal members of Emby.Drawing
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-08-11Minor improvementsBond_009
2019-08-11Check checksum for plugin downloadsBond_009
* Compare the MD5 checksum when downloading plugins * Reduced log spam due to http requests * Removed 'GetTempFileResponse' function from HttpClientManager * Fixed caching for HttpClientManager
2019-08-11Merge pull request #1462 from Bond-009/installationmanagerdkanada
Improvements to InstallationManager
2019-08-09Fix more warningsBond_009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
2019-07-24Merge pull request #1560 from jellyfin/release-10.3.zBond-009
Backmerge for 10.3.7
2019-07-14Merge pull request #1538 from joshuaboniface/epgJoshua M. Boniface
Try to fix XmlTvListingsProvider
2019-07-13Try to fix XmlTvListingsProviderBond_009
2019-07-13Properly set content typeBond_009
2019-07-06Merge branch 'master' into release-10.3.zBond-009
2019-07-06Address commentsBond_009
2019-07-06Use HttpResponseHeaders instead of a dictionaryBond_009
2019-07-06Fixes issues with HttpClientManagerBond_009
2019-06-18Update MediaBrowser.Common/Net/IHttpClient.csClaus Vium
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-06-18Remove more unused stuffBond-009
2019-06-17Remove usage of depricated 'WebRequest'Bond-009
Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2
2019-06-14Improvements to InstallationManagerBond_009
2019-06-14Merge pull request #1080 from Bond-009/httpclientAnthony Lavado
Remove usage of deprecated 'WebRequest'
2019-05-09Merge pull request #1229 from voodoos/cleanup/SocketSharpBond-009
Cleaning WebSocketSharp continued