aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
AgeCommit message (Expand)Author
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-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
2020-02-23Fix some warningsBond_009
2020-02-06Fix some warnings in Emby.Server.ImplementationsBond_009
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-11-24Move appbuilder and service collection to Jellyfin.ServerClaus Vium
2019-11-13Fix GetPathValue functionBond-009
2019-10-16Address review commentsVasily
2019-10-14Log to debug all HTTP 500 response urlsVasily
2019-10-09Merge pull request #1863 from joshuaboniface/fix-baseurl-issuesVasily
2019-10-09Make NormalizeUrlPath staticJoshua Boniface
2019-10-09Fix template for loggingVasily
2019-10-09Always log at least error message when error happens during request processingVasily
2019-10-09Set response length and mime type correctly when reporting an errorVasily
2019-10-08Normalize baseUrl behaviourJoshua Boniface
2019-09-24add an exception to loggingdkanada
2019-09-24add mediabrowser route back for nowdkanada
2019-08-11keep old base url for nowdkanada
2019-08-11add base url to server configurationdkanada
2019-08-11remove old routes from http serverdkanada
2019-08-09Replace custom code with Asp.Net Core codeBond_009
2019-06-01Merge branch 'master' into tasksBond-009
2019-04-25Merge pull request #1304 from jellyfin/release-10.3.zBond-009
2019-04-24Re-add content length, semi revert of changes in #1010 (#1287)Claus Vium
2019-04-20Merge pull request #1252 from jellyfin/release-10.3.zBond-009
2019-04-17Add MethodNotAllowedException with code 405Joshua Boniface
2019-03-26Reduce complexity http routesBond-009
2019-03-25Lower the amount of running tasksBond_009
2019-03-07Add urlprefixes during initClaus Vium
2019-03-07Don't set status code if response is closedClaus Vium
2019-03-05Add ProcessWebSocketRequest to IHttpListenerClaus Vium
2019-03-05Remove unused _listenerClaus Vium