aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/IChannelManager.cs
AgeCommit message (Collapse)Author
2024-01-15Remove unused Live TV codePatrick Barron
2023-03-14Reduce usage of GetAwaiter().GetResult()Bond_009
2023-01-27Use dependency injection for IChannelPatrick Barron
2021-05-15Fix suggestions from reviewcrobibero
2021-05-13Reduce warnings in MediaBrowser.Controllercrobibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
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-03remove unneeded async signaturesLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2016-12-23remove dead codeLuke Pulverenti
2016-10-09add playback of in-progress recordingsLuke Pulverenti
2016-09-07enable sync for channels that allow downloadingLuke Pulverenti
2016-03-19remove IChannelMediaItem interfaceLuke Pulverenti
2015-09-15rework collection editorLuke Pulverenti
2015-08-14update user viewsLuke Pulverenti
2015-03-28implement modular media sourcesLuke Pulverenti
2014-10-07resolve moviedb issuesLuke Pulverenti
2014-09-30display trailers within suggestionsLuke Pulverenti
2014-09-22add cinema mode featureLuke Pulverenti
2014-07-29support channels with dlnaLuke Pulverenti
2014-06-15fixes #839 - Support getting latest channel itemsLuke Pulverenti
2014-06-07update translationsLuke Pulverenti
2014-06-02more work on channel downloadingLuke Pulverenti
2014-06-02add channel downloading settingsLuke Pulverenti
2014-05-27updated nugetLuke Pulverenti
2014-05-19support sending channel paging direct to the providerLuke Pulverenti
2014-05-18channel fixesLuke Pulverenti
2014-05-03add new web client sidebarLuke Pulverenti
2014-03-17progress on channels apiLuke Pulverenti
2014-03-09calculate item by name counts on the flyLuke Pulverenti