aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
AgeCommit message (Expand)Author
2020-09-03Kill HttpListenerHostClaus Vium
2020-09-03Move HttpListenerHost middleware up the pipelineClaus Vium
2020-09-02Fix xml docClaus Vium
2020-09-02More fixesClaus Vium
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-08-01Minor fixes for websocket codeBond_009
2020-07-24Fix warningsBond_009
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
2020-06-05Use typed logger where possiblecrobibero
2020-06-02Remove duplicate codeDavid
2020-05-26Don't send Exception message in Production EnvironmentDavid
2020-05-18Apply suggestions from code reviewConfusedPolarBear
2020-05-18Reuse existing CORS functionConfusedPolarBear
2020-05-18Merge remote-tracking branch 'upstream/master' into access-controlConfusedPolarBear
2020-05-18Remove extra whitespaceMark Monteiro
2020-05-17DO not use developer exception page when exception stack trace should be ignoredMark Monteiro
2020-05-14Rename functionFrank Riley
2020-05-14Update Emby.Server.Implementations/HttpServer/HttpListenerHost.cs from reviewFrank Riley
2020-05-14Fix #3083: Set the Access-Control-Allow-Origin header to the request origin/h...Frank Riley
2020-05-14Merge branch 'master' into websocketMark Monteiro
2020-05-02Add Access-Control-Allow-Origin header to exceptionsConfusedPolarBear
2020-05-02Make SonarCloud happyBond_009
2020-05-02Fix merge errorsBond_009
2020-05-02Merge branch 'master' into websocketBond_009
2020-04-26Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
2020-04-13Do not return the exception message to the client for AuthenticationExceptionsMark Monteiro
2020-04-13Only show developer exception page for 500 server exceptionsMark Monteiro
2020-04-13Return correct status codes for authentication and authorization errorsMark Monteiro
2020-04-13More consise error messagesVasily
2020-04-12Fix log highlithingVasily
2020-04-12Fix condition flipped by https://github.com/jellyfin/jellyfin/pull/2635Vasily
2020-04-12Addressing review feedbackVasily
2020-04-06Add logging of URL being processed when logging an errorVasily
2020-04-02Document HTTPS configuration optionsMark Monteiro
2020-04-02Replace EnableHttps and SupportsHttps with ListenWithHttps and CanConnectWith...Mark Monteiro
2020-04-02Put Boolean operators at beginning of lines instead of the endMark Monteiro
2020-04-02Merge branch 'master' into use-development-exception-pageMark Monteiro
2020-03-21Create ServiceController via DI instead of manual constructionMark Monteiro
2020-03-21Do not create unnecessary instances of IService at server startupMark Monteiro
2020-03-21Do not handle exceptions manually when in development modeMark Monteiro
2020-03-21Clean up HTTP listener exception handlingMark Monteiro
2020-03-15Merge remote-tracking branch 'upstream/master' into support-running-without-w...Mark Monteiro
2020-03-15Construct ApplicationHost with DI framework instead of manuallyMark Monteiro
2020-03-11Merge branch 'master' into warn17Bond-009
2020-02-28Add new 'nowebcontent' configuration flagMark Monteiro
2020-02-28Use constants for settings keysMark Monteiro