aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels
AgeCommit message (Collapse)Author
2022-03-11BaseItem: remove unused functionBond_009
2022-01-22Ban the usage of Task.ResultBond_009
If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future
2021-12-24Update StyleCopBond_009
2021-08-15Minor improvementsBond_009
2021-07-22Fix warning in m-b/channelsRich Lander
2021-06-06Minor fixesBond_009
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-15Fix suggestions from reviewcrobibero
2021-05-13Reduce warnings in MediaBrowser.Controllercrobibero
2021-05-11Reduce warnings in MediaBrowser.Controller (#6006)Cody Robibero
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2020-12-13Use a more descriptive function namecrobibero
2020-12-11Use typed UserManager GetPreferencecrobibero
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-03-09remove unused files and fix some future warningsdkanada
2019-10-15Fix Json serialization errorBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13EditorConfig reformat: MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin 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-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-22update image aspect ratio detectionLuke Pulverenti
2017-10-03remove unneeded async signaturesLuke Pulverenti
2017-09-22add fixes for dng imagesLuke Pulverenti
2017-09-04update query objectsLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-07-13update lg dlna profileLuke Pulverenti
2017-06-29update inherited imagesLuke Pulverenti
2017-06-23support individual library refreshingLuke Pulverenti
2017-06-03update live tv startupLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-01-21update program titlesLuke Pulverenti
2017-01-20add IsRemote propertyLuke Pulverenti
2017-01-19update default dlna profileLuke Pulverenti
2017-01-07update channel paramsLuke Pulverenti
2016-12-23remove dead codeLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-10-09add playback of in-progress recordingsLuke Pulverenti