aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
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-13Rewrite WebSocket handling codeBond_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
2019-11-01Use Mono.Nat Nuget packageBond_009
2019-11-01Improve IInstallationManager interfaceBond_009
2019-10-29More warning fixesBond_009
2019-10-22Instantiate AttachmentExtractor in ApplicationHost.Andrew Mahone
2019-10-16Merge pull request #1871 from Bond-009/docVasily
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
2019-10-10Merge pull request #1854 from Bond-009/jsonVasily
Use System.Text.Json api for databases
2019-10-09Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.PhotosBond_009
Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members.
2019-10-08Use System.Text.Json apiBond_009
2019-10-04Update ApplicationHost.csBond-009
2019-09-29Handle Kestrel startup failures with a nice errorJoshua Boniface
2019-09-29Configure Kestrel listener to use configured IPsJoshua Boniface