aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2019-01-20Merge branch 'dev' into imagesizeAndrew Rabert
2019-01-20Merge pull request #621 from Bond-009/perfAndrew Rabert
Minor improvements to library scan code
2019-01-20Fix transcoding bitrateMathieu Velten
2019-01-20Fix encoding profile handling for vaapiMathieu Velten
2019-01-20Revert back to 10e57ce8d21b4516733894075001819f3cd6db6b for MediaEncodingMathieu Velten
Remove some duplicate code that were causing warnings
2019-01-20Remove unused fontBond_009
2019-01-20Minor improvements to library scan codeBond_009
2019-01-20Replace our TVDB key with @drakus72's which is V1Joshua Boniface
2019-01-20Cleanup ImageProcessorBond_009
2019-01-19Remove allowSlowMethods from image processingAndrew Rabert
2019-01-19Fixed csproj and xml identation.Erwin de Haan
2019-01-18Merge branch 'dev' into reformatErwin de Haan
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-15Fix potential problem where aspect ratio would be incorrectly calculatedhawken
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txtErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13EditorConfig reformat: Non-CS files.Erwin de Haan
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.