aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer
AgeCommit message (Collapse)Author
2020-05-14Fix #3083: Set the Access-Control-Allow-Origin header to the request ↵Frank Riley
origin/host header if possible
2020-05-14Merge branch 'master' into websocketMark Monteiro
2020-05-12Initial migration codePatrick Barron
2020-05-10Merge branch 'master' into simplify-https-configMark Monteiro
2020-05-09Fix code issuesgion
2020-05-02Add Access-Control-Allow-Origin header to exceptionsConfusedPolarBear
Fixes #1794
2020-05-02Make SonarCloud happyBond_009
2020-05-02Fix merge errorsBond_009
2020-05-02Merge branch 'master' into websocketBond_009
2020-04-29Merge pull request #2920 from Bond-009/tests2Vasily
Add some simple tests
2020-04-27Refactor and other minor changesgion
2020-04-27Implement KeepAlive for WebSocketsgion
2020-04-27Now parse date in header correctly as being in UTCVasily
2020-04-26Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
2020-04-22Merge branch 'master' into fix-auth-response-codesBond-009
2020-04-20Add some simple testsBond_009
2020-04-19fix spelling errordkanada
2020-04-17Fix buildBond_009
2020-04-17Use System.Buffers in RangeRequestWriterBond_009
2020-04-16Update Emby.Server.Implementations/HttpServer/HttpResultFactory.csVasily
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-14Make Last-Modified and If-Modified-Since headers follow the specVasily
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
Other response codes should be returned as normal
2020-04-13Return correct status codes for authentication and authorization errorsMark Monteiro
- Use AuthenticatonException to return 401 - Use SecurityException to return 403 - Update existing throws to throw the correct exception for the circumstance
2020-04-13Clean up SecurityExceptionMark Monteiro
- Remove unused SecurityExceptionType - Add missing constructor for InnerException - Add missing documentation
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
This might help diagnosing stuff like "Operation was cancelled"
2020-04-02Document HTTPS configuration optionsMark Monteiro
2020-04-02Replace EnableHttps and SupportsHttps with ListenWithHttps and ↵Mark Monteiro
CanConnectWithHttps
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-04-01Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
use-development-exception-page
2020-04-01Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
do-not-instantiate-services-at-startup
2020-04-01Merge branch 'master' into usingsBond-009
2020-03-24Remove unused usingsBond_009
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 ↵Mark Monteiro
support-running-without-web-content
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
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-06Fix some warnings in Emby.Server.ImplementationsBond_009
2020-01-22Fix buildBond_009