aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-16Update DockerfileArtiume
2019-12-16Update DockerfileArtiume
2019-12-16Update DockerfileArtiume
2019-12-16Update MediaInfoService.csArtiume
2019-12-16Update MediaInfoService.csArtiume
2019-12-16Update MediaInfoService.csArtiume
2019-12-15Update UserPolicy.csArtiume
2019-12-15Merge pull request #1 from Artiume/branch1Artiume
Update MediaInfoService.cs
2019-12-15Update MediaInfoService.csArtiume
2019-12-15Merge pull request #2099 from cryptobank/masterdkanada
Fix VAAPI encoding on 10-bit hevc. Update QSV encoding and scaling to...
2019-12-15Add spacecryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-15Merge pull request #2146 from cromefire/patch-1Bond-009
Fix invalid username handling
2019-12-15Remove broken Microsoft SDK image (#2158)Joshua M. Boniface
* Remove broken Microsoft SDK image This was not working; for some reason the Microsoft .NET Docker image for 3.0 still had a 2.1 binary which was wreaking havoc. Replace it with the manual download that all the other .deb packages use. * Install missing dependency
2019-12-15remove spacedkanada
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Move CA1032 rule to correct locationMark Monteiro
2019-12-14Reformatting codeNeil Burrows
2019-12-14Set CA1032 (Implement standard exception constructors) severity to info globallyMark Monteiro
This replaces the existing [SurpressMessage] attribute
2019-12-14Remove commented codeMark Monteiro
2019-12-14Use the correct verbiage for documenting thrown exceptionsMark Monteiro
2019-12-14add suggested changesdkanada
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Merge pull request #2152 from dkanada/progressBond-009
Track progress for any item that supports the feature
2019-12-14Fix remaining StyleCop warningsMark Monteiro
2019-12-14Enable `TreatWarningsAsErrors` flag is project fileMark Monteiro
2019-12-14Enable StyleCop analyzer and fix existing issuesMark Monteiro
2019-12-14Enable Serilog and multithreading analyzerMark Monteiro
2019-12-14Move Emby.XmlTv to a NuGet package (#2042)Bond-009
* Move Emby.XmlTv to a NuGet package * Update Emby.Server.Implementations/Emby.Server.Implementations.csproj Co-Authored-By: Anthony Lavado <anthonylavado@me.com>
2019-12-14fix playlist deletiondkanada
2019-12-14track progress for any item that supports the featuredkanada
2019-12-14Use case insensitive contains (4)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (3)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (2)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (1)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Formatting fix (3)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-13Translated using Weblate (Icelandic)Óskar Freyr
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/
2019-12-13Enable FxCop Analysis and fix issuesMark Monteiro
2019-12-13Add missing documentation in Jellyfun.Drawing.SkiaMark Monteiro
2019-12-13Enable TreatWarningsAsErrors for some projectsBond_009
Analyzers are only run in debug build, so setting TreatWarningsAsErrors for release build will catch the compiler warnings until we resolve all analyzer warnings.
2019-12-13Merge pull request #2138 from mark-monteiro/fix-episode-searchVasily
Fix Tvdb Provider Episode Search
2019-12-13Merge pull request #2142 from Bond-009/livetverrormsgdkanada
Add improved error message for #2141
2019-12-13Remove whitespaceCromefire_
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
2019-12-13Fixed invalid username handlingCromefire_
2019-12-13Fixing index error & split out code for readabilityNeil Burrows
2019-12-13Tidying up codeNeil Burrows
2019-12-13Add Excluded Tags using SQLite parametersNeil Burrows
2019-12-12Add self to Jellyfin contributorsMark Monteiro
2019-12-12Add improved error error for #2141Bond-009
2019-12-12Use extension methodsBond-009
2019-12-12Replace '_' with ':' in config keysBond-009
2019-12-12Merge branch 'master' into mediaencodingBond-009
2019-12-12Merge pull request #2109 from Bond-009/plugindkanada
Fix plugin installation and correct api behaviour