Commit Graph

150 Commits (247f9c61e60ef774675cb4d6d1734d2ccdc6ee7a)

Author SHA1 Message Date
telans 247f9c61e6
fix SA1513/SA1516
4 years ago
dkanada 403cd3205f
Merge pull request #3254 from crobibero/ilogger
4 years ago
crobibero 44957c5a9a Use typed logger where possible
4 years ago
David 37a4cc599b
Remove duplicate code
4 years ago
David e9ebe07ecc Don't send Exception message in Production Environment
4 years ago
ConfusedPolarBear 949e4d3e64 Apply suggestions from code review
4 years ago
ConfusedPolarBear 85f04af04c Reuse existing CORS function
4 years ago
ConfusedPolarBear 3a61c9a878 Merge remote-tracking branch 'upstream/master' into access-control
4 years ago
Mark Monteiro 5eec3a1342
Remove extra whitespace
4 years ago
Mark Monteiro 634bc73c9a DO not use developer exception page when exception stack trace should be ignored
4 years ago
Frank Riley 9ee10d22c8 Rename function
4 years ago
Frank Riley c70c589236 Update Emby.Server.Implementations/HttpServer/HttpListenerHost.cs from review
4 years ago
Frank Riley 3cb6fd8a27 Fix #3083: Set the Access-Control-Allow-Origin header to the request origin/host header if possible
4 years ago
Mark Monteiro 2e09311a93
Merge branch 'master' into websocket
4 years ago
ConfusedPolarBear df65e3ab0d Add Access-Control-Allow-Origin header to exceptions
4 years ago
Bond_009 3623aafcb6 Make SonarCloud happy
4 years ago
Bond_009 04f826e50c Fix merge errors
4 years ago
Bond_009 15634a1913 Merge branch 'master' into websocket
4 years ago
Mark Monteiro 93649ad77b Merge remote-tracking branch 'upstream/master' into simplify-https-config
4 years ago
Mark Monteiro 8b4b4b4127 Do not return the exception message to the client for AuthenticationExceptions
4 years ago
Mark Monteiro a8c3951c17 Only show developer exception page for 500 server exceptions
4 years ago
Mark Monteiro 53380689ad Return correct status codes for authentication and authorization errors
4 years ago
Vasily 3bdb5e80a5 More consise error messages
4 years ago
Vasily 058c35e739 Fix log highlithing
4 years ago
Vasily 30f4392872 Fix condition flipped by https://github.com/jellyfin/jellyfin/pull/2635
4 years ago
Vasily 61d9c9df5b Addressing review feedback
4 years ago
Vasily 71d8e66d9f Add logging of URL being processed when logging an error
4 years ago
Mark Monteiro 387fa474aa Document HTTPS configuration options
4 years ago
Mark Monteiro ca71ac72ab Replace EnableHttps and SupportsHttps with ListenWithHttps and CanConnectWithHttps
4 years ago
Mark Monteiro de634203d8 Put Boolean operators at beginning of lines instead of the end
4 years ago
Mark Monteiro eadad73117 Merge branch 'master' into use-development-exception-page
4 years ago
Mark Monteiro 72c822513f Create ServiceController via DI instead of manual construction
4 years ago
Mark Monteiro dc140429fe Do not create unnecessary instances of IService at server startup
4 years ago
Mark Monteiro 842ec04828 Do not handle exceptions manually when in development mode
4 years ago
Mark Monteiro 92628c4033 Clean up HTTP listener exception handling
4 years ago
Mark Monteiro e2685c51ec Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
4 years ago
Mark Monteiro 6fbdf0d6a2 Construct ApplicationHost with DI framework instead of manually
4 years ago
Bond-009 94fe9b8f6d
Merge branch 'master' into warn17
4 years ago
Mark Monteiro 3f4b9e9a81 Add new 'nowebcontent' configuration flag
4 years ago
Mark Monteiro 3043b7323b Use constants for settings keys
4 years ago
Bond_009 07cc4be6a7 Fix some warnings
4 years ago
Bond_009 7060934792 Fix some warnings in Emby.Server.Implementations
4 years ago
Bond-009 bdd823d22f Handle unexpected disconnect
4 years ago
Bond-009 8865b3ea3d Remove dead code and improve logging
4 years ago
Bond_009 5ca68f9623 Fix nullref exception and added logging
4 years ago
Bond_009 976459d3e8 Rewrite WebSocket handling code
4 years ago
Bond_009 2ef4ffd698 More warnings (removed)
5 years ago
Bond_009 42ffddc269 Fix more warnings
5 years ago
Claus Vium 27e3cf1558 Move appbuilder and service collection to Jellyfin.Server
5 years ago
Bond-009 b14d6d0417 Fix GetPathValue function
5 years ago