Commit Graph

219 Commits (1927d0e23cfadf5ee203f4b4e9a3a306ad1b7c22)

Author SHA1 Message Date
Vasily 5922c35d69
Merge pull request #2920 from Bond-009/tests2
4 years ago
Vasily 655208d375 Now parse date in header correctly as being in UTC
4 years ago
Bond-009 07326c1d9b
Merge branch 'master' into fix-auth-response-codes
5 years ago
Bond_009 7f4a229cd2 Add some simple tests
5 years ago
dkanada d62bd7fecd
fix spelling error
5 years ago
Vasily 95dc99fdbd
Update Emby.Server.Implementations/HttpServer/HttpResultFactory.cs
5 years ago
Vasily 9df49cc796 Make Last-Modified and If-Modified-Since headers follow the spec
5 years ago
Mark Monteiro 8b4b4b4127 Do not return the exception message to the client for AuthenticationExceptions
5 years ago
Mark Monteiro a8c3951c17 Only show developer exception page for 500 server exceptions
5 years ago
Mark Monteiro 53380689ad Return correct status codes for authentication and authorization errors
5 years ago
Mark Monteiro 6d35dd6b32 Clean up SecurityException
5 years ago
Vasily 3bdb5e80a5 More consise error messages
5 years ago
Vasily 058c35e739 Fix log highlithing
5 years ago
Vasily 30f4392872 Fix condition flipped by https://github.com/jellyfin/jellyfin/pull/2635
5 years ago
Vasily 61d9c9df5b Addressing review feedback
5 years ago
Vasily 71d8e66d9f Add logging of URL being processed when logging an error
5 years ago
Mark Monteiro de634203d8 Put Boolean operators at beginning of lines instead of the end
5 years ago
Mark Monteiro eadad73117 Merge branch 'master' into use-development-exception-page
5 years ago
Mark Monteiro 123bfbcf19 Merge remote-tracking branch 'upstream/master' into use-development-exception-page
5 years ago
Mark Monteiro 5b1091db27 Merge remote-tracking branch 'upstream/master' into do-not-instantiate-services-at-startup
5 years ago
Bond-009 f31efce52d
Merge branch 'master' into usings
5 years ago
Bond_009 e9d1eabd53 Remove unused usings
5 years ago
Mark Monteiro 72c822513f Create ServiceController via DI instead of manual construction
5 years ago
Mark Monteiro dc140429fe Do not create unnecessary instances of IService at server startup
5 years ago
Mark Monteiro 842ec04828 Do not handle exceptions manually when in development mode
5 years ago
Mark Monteiro 92628c4033 Clean up HTTP listener exception handling
5 years ago
Mark Monteiro e2685c51ec Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
Mark Monteiro 6fbdf0d6a2 Construct ApplicationHost with DI framework instead of manually
5 years ago
Bond-009 94fe9b8f6d
Merge branch 'master' into warn17
5 years ago
Mark Monteiro 3f4b9e9a81 Add new 'nowebcontent' configuration flag
5 years ago
Mark Monteiro 3043b7323b Use constants for settings keys
5 years ago
Bond_009 07cc4be6a7 Fix some warnings
5 years ago
Bond_009 7060934792 Fix some warnings in Emby.Server.Implementations
5 years ago
Bond_009 c751ba9f70 Fix build
5 years ago
Bond-009 c8409d2ea1 Remove FileSystem.GetStream
5 years ago
Bond_009 2ef4ffd698 More warnings (removed)
5 years ago
Bond-009 affb58ef9e
Apply suggestions from code review
5 years ago
Bond_009 42ffddc269 Fix more warnings
5 years ago
Vasily 5263aaa026
Merge pull request #1503 from cvium/webapi_v2
5 years ago
Claus Vium 2af5922af0 Fix review comments
5 years ago
Claus Vium 27e3cf1558 Move appbuilder and service collection to Jellyfin.Server
5 years ago
Claus Vium 3f651de24c Add authentication and remove versioning
5 years ago
Bond-009 b477b3874e Fix some warnings
5 years ago
Bond-009 b14d6d0417 Fix GetPathValue function
5 years ago
Vasily 6b6fede2e0 Address review comments
5 years ago
Vasily 82f8345aa5 Log to debug all HTTP 500 response urls
5 years ago
Vasily 1176749f14
Merge pull request #1863 from joshuaboniface/fix-baseurl-issues
5 years ago
Joshua Boniface b96079fee6 Make NormalizeUrlPath static
5 years ago
Vasily 03450f383f Fix template for logging
5 years ago
Vasily 8109c7eb30 Always log at least error message when error happens during request processing
5 years ago