aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2019-01-13EditorConfig reformat: MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-13Merge pull request #458 from EraYaN/code-cleanupJoshua M. Boniface
Clean up several minor issues and add TODOs
2019-01-13Add more NuGet metadata propertiesBond_009
Remove old nuspec files
2019-01-12Reformatted the files with notes.Erwin de Haan
2019-01-11Merge pull request #541 from cvium/fix_providermanager_guidJoshua M. Boniface
Change ItemId to Guid in ProviderManager
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Merge pull request #540 from joshuaboniface/api-keysAndrew Rabert
Update Emby API keys to our own
2019-01-10Merge pull request #506 from hawken93/lintingJoshua M. Boniface
Removing tabs and trailing whitespace
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.
2019-01-10Change ItemId to Guid like all the otherscvium
2019-01-09Update TheTVDB API key to our ownJoshua Boniface
2019-01-09add jellyfin-web as submoduledkanada
2019-01-08Merge pull request #486 from Bond-009/pluginsJoshua M. Boniface
Add NuGet package info to plugin projects
2019-01-07remove trailing whitespacehawken
2019-01-07Remove tabs and trailing whitespacehawken
2019-01-07Fix regression where it would do integer divisions, giving wrong resulthawken
2019-01-07Ground work to get plugins functional againBond_009
2019-01-05Remove AutoRunAtStartupcvium
2019-01-03Post GPL cleanupBond_009
2019-01-02Fix spacing to C#/Visual Studio standardsAnthony Lavado
- This is a fix automatically applied by Visual Studio
2019-01-02Remove some warningsBond_009
2018-12-30Fix build post GPL changeBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30Clean upBond_009
2018-12-30RebaseBond_009
2018-12-30Remove the need for NullLoggerBond_009
2018-12-30Mark where ILogger is being set to nullBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-30Added extra extension method that create a new instance of the destination ↵Erwin de Haan
object.
2018-12-30Fixed #320 by adding an extension method to BaseItem to make a deep copy of ↵Erwin de Haan
an object.
2018-12-28Remove custom ToArray extensionBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-12-03Add setting to auto-run web app when server startsLuke Pulverenti
2017-12-03Improve support for embedded metadata; support external subtitles with strm ↵Luke Pulverenti
files
2017-12-01reduce work done by system info endpointsLuke Pulverenti
2017-11-27cache network data longerLuke Pulverenti
2017-11-25update library changed notifierLuke Pulverenti
2017-11-23reduce dlna chatterLuke Pulverenti
2017-11-213.2.40.1Luke Pulverenti
2017-11-20fixes #1225 - Emby creates bogus seasons from subfolderssLuke Pulverenti
2017-11-17allow specification of m3u stream limitLuke Pulverenti
2017-11-17improve merge/split video featureLuke Pulverenti
2017-11-153.2.36.10Luke Pulverenti
2017-11-14support sharing m3u tuner streamsLuke Pulverenti
2017-11-06fix hdhr stream returning too quicklyLuke Pulverenti
2017-11-05support track selection before playbackLuke Pulverenti
2017-11-03update download progress reportingLuke Pulverenti
2017-11-01normalize strm file contentsLuke Pulverenti