aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-18Fix UserNotFoundErrorBond_009
2019-08-18Fix possible hidden exceptionsBond_009
If an error occurred while starting the server which in turn caused an exception in the dispose method of the apphost, the first exception wouldn't get logged.
2019-08-18Merge pull request #1511 from crankdoofus/masterJoshua M. Boniface
Add NSIS installer build support
2019-08-18Merge pull request #1642 from cvium/fix_slow_dbJoshua M. Boniface
Speed up BaseItem deserialization
2019-08-18Use reader.GetString instead of indexingClaus Vium
2019-08-18Speed up BaseItem deserializationClaus Vium
2019-08-18Fix style issuesClaus Vium
2019-08-18Add Writer and Producer to crew listClaus Vium
2019-08-18Fix api urlClaus Vium
2019-08-18Move and rename tmdb providers for better separationClaus Vium
2019-08-18Merge pull request #1636 from Bond-009/isomounterdkanada
Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors
2019-08-17Merge pull request #1521 from Bond-009/hdhomerunAnthony Lavado
Clean up livestreaming code
2019-08-17Merge pull request #1629 from cvium/fix_tvdb_guest_starsAnthony Lavado
Fix tvdb guest stars with multiple roles
2019-08-17Merge pull request #1628 from cvium/fix_tvdb_ep_provider_idAnthony Lavado
Always fetch episode id as EpisodeInfo does not contain it
2019-08-17Merge pull request #1452 from Bond-009/usermanager2Anthony Lavado
Improvements to UserManager
2019-08-16More fixesBond_009
2019-08-16Update SharedHttpStream.csBond-009
2019-08-16Clean up livestreaming codeBond_009
2019-08-16Move the first argument to its own lineClaus Vium
2019-08-16Improvements to UserManagerBond_009
2019-08-16Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrorsBond_009
2019-08-16Merge pull request #1632 from Bond-009/localeAnthony Lavado
Improve LocalizationManager
2019-08-16Merge pull request #1588 from dkanada/urlAnthony Lavado
Add base url option to server configuration
2019-08-16ContinueClaus Vium
2019-08-16Place args on separate linesClaus Vium
2019-08-16Invert the second ifClaus Vium
2019-08-16Invert the ifClaus Vium
2019-08-16Update MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.csClaus Vium
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-08-16Fix segment_time_delta value for ffmpeg 4.1Claus Vium
2019-08-16Merge pull request #1634 from Bond-009/fixbuildAnthony Lavado
Fix build on .Net Core 2.x
2019-08-16Fix build on .Net Core 2.xBond_009
2019-08-16Merge pull request #1631 from Bond-009/fixbuildAnthony Lavado
Fix build for .Net Core 2.x
2019-08-16Fix build for .Net Core 2.xBond_009
2019-08-16Improve LocalizationManagerBond_009
2019-08-15Merge pull request #1614 from Bond-009/docs2dkanada
Document all public/internal members of Emby.Drawing
2019-08-15Handle negative roleStartIndex since not all guest stars have rolesClaus Vium
2019-08-15Remove unused importClaus Vium
2019-08-15Fix tvdb guest stars loopClaus Vium
2019-08-15Log episode id and series id when either request failsClaus Vium
2019-08-15Always fetch episode id as EpisodeInfo does not contain itClaus Vium
2019-08-15Merge pull request #1584 from Bond-009/checksumdkanada
Check checksum for plugin downloads
2019-08-14Merge pull request #1625 from Bond-009/crashdkanada
Fix instant crash.
2019-08-15Fix masterBond_009
2019-08-14Merge pull request #1624 from Bond-009/nullrefdkanada
Fix possible Nullref
2019-08-14Properly dispose DisplayPreferencesRepositoryBond_009
2019-08-14Fix possible nullrefBond_009
2019-08-14Merge pull request #1622 from anthonylavado/transcoding-cleanupAnthony Lavado
Add a task to clean up transcode cache
2019-08-14Remove unneeded commentAnthony Lavado
2019-08-14Add a task to clean up transcode cacheAnthony Lavado
2019-08-13Merge pull request #1581 from Bond-009/socket1dkanada
Use System.Net abstractions instead of raw socket