aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Extensions
AgeCommit message (Collapse)Author
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
2014-09-22add cinema mode featureLuke Pulverenti
2013-09-17fixes #538 - Support additional artist splittingLuke Pulverenti
2013-08-18revert single/multi transition. too risky for now.Luke Pulverenti
2013-08-16factor mixed folder value into item idLuke Pulverenti
2013-07-08update nugetLuke Pulverenti
2013-04-13removed excess hashing in providers and made user data key-basedLuke Pulverenti
2013-04-10resharper suggestions in common projectLuke Pulverenti
2013-04-02#62 - File locking problem in cacheLuke Pulverenti
2013-04-01better dashboard background and text adjustmentsLuke Pulverenti
2013-03-12#22 - Need to strip html tags from overviewsLukePulverenti
2013-02-24convert playback checkins to restLukePulverenti
2013-02-23moved some network code to the networking assemblyLukePulverenti
2013-02-21isolated clickonce dependanciesLukePulverenti
2013-02-21fixed x64LukePulverenti
2013-02-20Pushing missing changesLukePulverenti
2012-09-20Fix up directory watchersebr11 Eric Reed spam
2012-09-18Move NeedsRefresh to async task and fix problem finding episode metadataebr11 Eric Reed spam
2012-09-18Need to be more intelligent finding paths we're already watchingebr11 Eric Reed spam
2012-09-17Initial commit changing to on-demand child loading and validationsebr11 Eric Reed spam