aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels
AgeCommit message (Collapse)Author
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
2016-09-07enable sync for channels that allow downloadingLuke Pulverenti
2016-07-29Merge pull request #1985 from softworkz/MediaFixesLuke
Fix audio stream for channel media and some minor corrections
2016-07-29Removed redundant Collection InitializersSven Van den brande
Removed Using directives that are not required
2016-07-27ChannelMediaInfo: Create audio stream even when there is no videosoftworkz
2016-06-20added channel propertiesLuke Pulverenti
2016-06-12update item queriesLuke Pulverenti
2016-04-09update DisplayParentLuke Pulverenti
2016-04-08update metadata refreshLuke Pulverenti
2016-04-05update channel media infoLuke Pulverenti
2016-04-02resolve issue with querying by multiple item idsLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande