aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Extensions
AgeCommit message (Collapse)Author
2021-03-23Remove conversion from IPAddress to string to IPAddressDavid
2021-02-22Merge pull request #5276 from Bond-009/minor12Joshua M. Boniface
2021-02-21Minor improvementsBond_009
2021-02-09Use SubtitleEdit to parse subtitlesBond_009
2021-01-26Remove redundant statementBond_009
2020-09-10Fix the testcvium
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-09-03Move HttpListenerHost middleware up the pipelineClaus Vium
2020-09-02Update MediaBrowser.Common/Extensions/HttpContextExtensions.csClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-02Don't call tostring twiceClaus Vium
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-07-19Update HttpContextExtensions.csBaronGreenback
2020-07-19Update MediaBrowser.Common/Extensions/HttpContextExtensions.csBaronGreenback
Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-07-18Corrected commentBaronGreenback
2020-07-18Changes a suggested.BaronGreenback
2020-04-21Address commentsBond_009
2020-04-20Add some simple testsBond_009
2020-04-05Document exceptionMark Monteiro
2020-04-03Add missing call to ConfigureAwait()Mark Monteiro
2020-03-27Make HasExitedSafe() privateMark Monteiro
2020-03-27Use a TimeSpan instead of ms and support providing a custom CancellationTokenMark Monteiro
2020-03-27Remove unnecessary CommonProcess abstractionMark Monteiro
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-05Add tests for alpha numeric sortingBond_009
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
2019-12-11More warnings (removed)Bond_009
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-10-20Don't shuffle some types by defaultBond_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-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-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-04-17Add the proper Class tooJoshua Boniface
2019-03-25Simplify/remove/clean codeBond-009
* Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;)
2019-03-05Add GetValueOrDefault dictionary extensionClaus Vium
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.CommonErwin de Haan
2019-01-02Remove obsolete GetMBIdBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-07-22update connect exceptionsLuke Pulverenti
2017-06-22fixes #2588 - OpenSubtitlesDownloader doesn't respect ↵Luke Pulverenti
X-Ratelimit-Requests-Remaining
2016-11-08update portable projectsLuke Pulverenti
2016-10-23rework scheduled tasks in preparation of common project going portableLuke Pulverenti
2015-01-17move string.Replace extensionLuke Pulverenti
2014-12-22begin work on daily episodesLuke Pulverenti
2014-12-01updated nugetLuke Pulverenti
2014-11-30add new image paramsLuke Pulverenti