aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
2020-04-12Merge pull request #2758 from Bond-009/plugininstalleddkanada
Remove PluginInstalled (cherry picked from commit 0cd7cd611e6118b8dac31cf3c6861509f2b33c56) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-04-05Merge pull request #2740 from JustAMan/fix-livetvBond-009
Fix GetLocalApiUrl for cases with https enabled (cherry picked from commit b3283e37f2ec1ee106bc135502f37f96f32954be) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-04-05Merge pull request #2730 from Bond-009/plugincrashAnthony Lavado
Try to not crash on unsupported plugin load (cherry picked from commit c9919f46336cc83558a000a9d4c9fda4dbf330a2) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-04-05Merge pull request #2668 from mark-monteiro/fix-application-host-disposedkanada
Fix ApplicationHost Dispose() method (cherry picked from commit 622106467e61a5c314a90e80e73e71027f34a564) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-03-03Fix compilation errorMark Monteiro
2020-03-03Register Serilog logging services correctlyMark Monteiro
2020-02-23Merge pull request #2176 from Bond-009/nullable2dkanada
Enable nullable reference types for Emby.Photos and Emby.Notifications
2020-02-23Merge pull request #2291 from Bond-009/sessionmanagerdkanada
Fix warnings in SessionManager
2020-02-21Merge pull request #2321 from Bond-009/imagesdkanada
Simplify image processing by removing image enhancers
2020-02-19Merge branch 'master' into sessionmanagerBond-009
2020-02-19Constructor of the LibraryManager takes the mediaEncoder as parameterUlrich Wagner
2020-02-12Another baseurl related fixBond_009
Baseurl always starts with a '/' (unless it's empty)
2020-02-12Merge branch 'master' into imagesBond-009
2020-02-08Fix buildBond_009
2020-02-06Merge branch 'master' into sessionmanagerBond-009
2020-01-31Fix warningsBond_009
2020-01-22Remove FileSystem.GetStreamBond-009
2020-01-21Simplify image processing by removing image enhancersBond_009
2020-01-17Fix warnings in SessionManagerBond_009
2020-01-10Merge branch 'master' into warn12Bond_009
2020-01-08Merge pull request #1838 from Unhelpful/media-attachmentsdkanada
Add support for embedded attachments in media files
2020-01-08Fix build and address commentsBond_009
2020-01-08merge branch master into media-attachmentsdkanada
2020-01-02Fix baseurl (again)Bond_009
2019-12-30Fix a couple of TODOsBond-009
2019-12-20Merge branch 'master' into warn12Bond_009
2019-12-11More warnings (removed)Bond_009
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-11-27Merge pull request #1503 from cvium/webapi_v2Vasily
Move StartupWizard to ASP.NET Web Api
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-11-24Merge pull request #1991 from Bond-009/transtempJoshua M. Boniface
Don't append transcodes to transcoding temp path
2019-11-24Fix more review commentsClaus Vium
2019-11-24Fix review commentsClaus Vium
2019-11-24Move appbuilder and service collection to Jellyfin.ServerClaus Vium
2019-11-23Move API stuff to the api projectClaus Vium
2019-11-23Add authentication and remove versioningClaus Vium
2019-11-22Fix some warningsBond-009
2019-11-21Fix easy passwordBond-009
2019-11-21Don't append transcodes to transcoding temp pathBond-009
2019-11-21revert settings to their old namesdkanada
2019-11-21rename some missed variables and fix warningsdkanada
2019-11-21minor changes to transcode cleanup scheduled taskdkanada
2019-11-19Add SwaggerUIClaus Vium
2019-11-19Remove old instantiation of serviceProvider in app hostClaus Vium
2019-11-19Move StartupWizard to ASP.NET Web ApiClaus Vium
2019-11-13Merge pull request #1864 from Bond-009/installationmanagerdkanada
Improve IInstallationManager interface
2019-11-07Simplify AttachmentExtractor instantiation.Andrew Mahone
2019-11-06Revert "Simplify AttachmentExtractor instantiation."Andrew Mahone
This reverts commit d33e0a4e2c59783c785c992ea0c3a31596ae3058.
2019-11-05Simplify AttachmentExtractor instantiation.Andrew Mahone
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-04Merge remote-tracking branch 'origin/master' into media-attachments-cleanAndrew Mahone